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.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTTileInfoProperties>Factorystatic SchemaTypetype-
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.EnumgetAlgn()Gets the "algn" attributeSTTileFlipMode.EnumgetFlip()Gets the "flip" attributejava.lang.ObjectgetSx()Gets the "sx" attributejava.lang.ObjectgetSy()Gets the "sy" attributejava.lang.ObjectgetTx()Gets the "tx" attributejava.lang.ObjectgetTy()Gets the "ty" attributebooleanisSetAlgn()True if has "algn" attributebooleanisSetFlip()True if has "flip" attributebooleanisSetSx()True if has "sx" attributebooleanisSetSy()True if has "sy" attributebooleanisSetTx()True if has "tx" attributebooleanisSetTy()True if has "ty" attributevoidsetAlgn(STRectAlignment.Enum algn)Sets the "algn" attributevoidsetFlip(STTileFlipMode.Enum flip)Sets the "flip" attributevoidsetSx(java.lang.Object sx)Sets the "sx" attributevoidsetSy(java.lang.Object sy)Sets the "sy" attributevoidsetTx(java.lang.Object tx)Sets the "tx" attributevoidsetTy(java.lang.Object ty)Sets the "ty" attributevoidunsetAlgn()Unsets the "algn" attributevoidunsetFlip()Unsets the "flip" attributevoidunsetSx()Unsets the "sx" attributevoidunsetSy()Unsets the "sy" attributevoidunsetTx()Unsets the "tx" attributevoidunsetTy()Unsets the "ty" attributeSTRectAlignmentxgetAlgn()Gets (as xml) the "algn" attributeSTTileFlipModexgetFlip()Gets (as xml) the "flip" attributeSTPercentagexgetSx()Gets (as xml) the "sx" attributeSTPercentagexgetSy()Gets (as xml) the "sy" attributeSTCoordinatexgetTx()Gets (as xml) the "tx" attributeSTCoordinatexgetTy()Gets (as xml) the "ty" attributevoidxsetAlgn(STRectAlignment algn)Sets (as xml) the "algn" attributevoidxsetFlip(STTileFlipMode flip)Sets (as xml) the "flip" attributevoidxsetSx(STPercentage sx)Sets (as xml) the "sx" attributevoidxsetSy(STPercentage sy)Sets (as xml) the "sy" attributevoidxsetTx(STCoordinate tx)Sets (as xml) the "tx" attributevoidxsetTy(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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTTileInfoProperties> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getTx
java.lang.Object 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(java.lang.Object tx)
Sets the "tx" attribute
-
xsetTx
void xsetTx(STCoordinate tx)
Sets (as xml) the "tx" attribute
-
unsetTx
void unsetTx()
Unsets the "tx" attribute
-
getTy
java.lang.Object 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(java.lang.Object ty)
Sets the "ty" attribute
-
xsetTy
void xsetTy(STCoordinate ty)
Sets (as xml) the "ty" attribute
-
unsetTy
void unsetTy()
Unsets the "ty" attribute
-
getSx
java.lang.Object 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(java.lang.Object sx)
Sets the "sx" attribute
-
xsetSx
void xsetSx(STPercentage sx)
Sets (as xml) the "sx" attribute
-
unsetSx
void unsetSx()
Unsets the "sx" attribute
-
getSy
java.lang.Object 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(java.lang.Object 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
-
-