Interface CTTileInfoProperties
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTTileInfoProperties extends XmlObject
An XML CT_TileInfoProperties(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTTileInfoProperties.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description STRectAlignment.Enum
getAlgn()
Gets the "algn" attributeSTTileFlipMode.Enum
getFlip()
Gets the "flip" attributeint
getSx()
Gets the "sx" attributeint
getSy()
Gets the "sy" attributelong
getTx()
Gets the "tx" attributelong
getTy()
Gets the "ty" attributeboolean
isSetAlgn()
True if has "algn" attributeboolean
isSetFlip()
True if has "flip" attributeboolean
isSetSx()
True if has "sx" attributeboolean
isSetSy()
True if has "sy" attributeboolean
isSetTx()
True if has "tx" attributeboolean
isSetTy()
True if has "ty" attributevoid
setAlgn(STRectAlignment.Enum algn)
Sets the "algn" attributevoid
setFlip(STTileFlipMode.Enum flip)
Sets the "flip" attributevoid
setSx(int sx)
Sets the "sx" attributevoid
setSy(int sy)
Sets the "sy" attributevoid
setTx(long tx)
Sets the "tx" attributevoid
setTy(long ty)
Sets the "ty" attributevoid
unsetAlgn()
Unsets the "algn" attributevoid
unsetFlip()
Unsets the "flip" attributevoid
unsetSx()
Unsets the "sx" attributevoid
unsetSy()
Unsets the "sy" attributevoid
unsetTx()
Unsets the "tx" attributevoid
unsetTy()
Unsets the "ty" attributeSTRectAlignment
xgetAlgn()
Gets (as xml) the "algn" attributeSTTileFlipMode
xgetFlip()
Gets (as xml) the "flip" attributeSTPercentage
xgetSx()
Gets (as xml) the "sx" attributeSTPercentage
xgetSy()
Gets (as xml) the "sy" attributeSTCoordinate
xgetTx()
Gets (as xml) the "tx" attributeSTCoordinate
xgetTy()
Gets (as xml) the "ty" attributevoid
xsetAlgn(STRectAlignment algn)
Sets (as xml) the "algn" attributevoid
xsetFlip(STTileFlipMode flip)
Sets (as xml) the "flip" attributevoid
xsetSx(STPercentage sx)
Sets (as xml) the "sx" attributevoid
xsetSy(STPercentage sy)
Sets (as xml) the "sy" attributevoid
xsetTx(STCoordinate tx)
Sets (as xml) the "tx" attributevoid
xsetTy(STCoordinate ty)
Sets (as xml) the "ty" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getTx
long getTx()
Gets the "tx" attribute
-
xgetTx
STCoordinate xgetTx()
Gets (as xml) the "tx" attribute
-
isSetTx
boolean isSetTx()
True if has "tx" attribute
-
setTx
void setTx(long tx)
Sets the "tx" attribute
-
xsetTx
void xsetTx(STCoordinate tx)
Sets (as xml) the "tx" attribute
-
unsetTx
void unsetTx()
Unsets the "tx" attribute
-
getTy
long getTy()
Gets the "ty" attribute
-
xgetTy
STCoordinate xgetTy()
Gets (as xml) the "ty" attribute
-
isSetTy
boolean isSetTy()
True if has "ty" attribute
-
setTy
void setTy(long ty)
Sets the "ty" attribute
-
xsetTy
void xsetTy(STCoordinate ty)
Sets (as xml) the "ty" attribute
-
unsetTy
void unsetTy()
Unsets the "ty" attribute
-
getSx
int getSx()
Gets the "sx" attribute
-
xgetSx
STPercentage xgetSx()
Gets (as xml) the "sx" attribute
-
isSetSx
boolean isSetSx()
True if has "sx" attribute
-
setSx
void setSx(int sx)
Sets the "sx" attribute
-
xsetSx
void xsetSx(STPercentage sx)
Sets (as xml) the "sx" attribute
-
unsetSx
void unsetSx()
Unsets the "sx" attribute
-
getSy
int getSy()
Gets the "sy" attribute
-
xgetSy
STPercentage xgetSy()
Gets (as xml) the "sy" attribute
-
isSetSy
boolean isSetSy()
True if has "sy" attribute
-
setSy
void setSy(int sy)
Sets the "sy" attribute
-
xsetSy
void xsetSy(STPercentage sy)
Sets (as xml) the "sy" attribute
-
unsetSy
void unsetSy()
Unsets the "sy" attribute
-
getFlip
STTileFlipMode.Enum getFlip()
Gets the "flip" attribute
-
xgetFlip
STTileFlipMode xgetFlip()
Gets (as xml) the "flip" attribute
-
isSetFlip
boolean isSetFlip()
True if has "flip" attribute
-
setFlip
void setFlip(STTileFlipMode.Enum flip)
Sets the "flip" attribute
-
xsetFlip
void xsetFlip(STTileFlipMode flip)
Sets (as xml) the "flip" attribute
-
unsetFlip
void unsetFlip()
Unsets the "flip" attribute
-
getAlgn
STRectAlignment.Enum getAlgn()
Gets the "algn" attribute
-
xgetAlgn
STRectAlignment xgetAlgn()
Gets (as xml) the "algn" attribute
-
isSetAlgn
boolean isSetAlgn()
True if has "algn" attribute
-
setAlgn
void setAlgn(STRectAlignment.Enum algn)
Sets the "algn" attribute
-
xsetAlgn
void xsetAlgn(STRectAlignment algn)
Sets (as xml) the "algn" attribute
-
unsetAlgn
void unsetAlgn()
Unsets the "algn" attribute
-
-