Interface CTTransformEffect
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_TransformEffect(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTTransformEffect> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionintgetKx()Gets the "kx" attributeintgetKy()Gets the "ky" attributegetSx()Gets the "sx" attributegetSy()Gets the "sy" attributegetTx()Gets the "tx" attributegetTy()Gets the "ty" attributebooleanisSetKx()True if has "kx" attributebooleanisSetKy()True if has "ky" attributebooleanisSetSx()True if has "sx" attributebooleanisSetSy()True if has "sy" attributebooleanisSetTx()True if has "tx" attributebooleanisSetTy()True if has "ty" attributevoidsetKx(int kx) Sets the "kx" attributevoidsetKy(int ky) Sets the "ky" attributevoidSets the "sx" attributevoidSets the "sy" attributevoidSets the "tx" attributevoidSets the "ty" attributevoidunsetKx()Unsets the "kx" attributevoidunsetKy()Unsets the "ky" attributevoidunsetSx()Unsets the "sx" attributevoidunsetSy()Unsets the "sy" attributevoidunsetTx()Unsets the "tx" attributevoidunsetTy()Unsets the "ty" attributexgetKx()Gets (as xml) the "kx" attributexgetKy()Gets (as xml) the "ky" attributexgetSx()Gets (as xml) the "sx" attributexgetSy()Gets (as xml) the "sy" attributexgetTx()Gets (as xml) the "tx" attributexgetTy()Gets (as xml) the "ty" attributevoidxsetKx(STFixedAngle kx) Sets (as xml) the "kx" attributevoidxsetKy(STFixedAngle ky) Sets (as xml) the "ky" 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" attributeMethods 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, valueHashCodeMethods 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 Details
-
Factory
-
type
-
-
Method Details
-
getSx
Object getSx()Gets the "sx" attribute -
xgetSx
STPercentage xgetSx()Gets (as xml) the "sx" attribute -
isSetSx
boolean isSetSx()True if has "sx" attribute -
setSx
Sets the "sx" attribute -
xsetSx
Sets (as xml) the "sx" attribute -
unsetSx
void unsetSx()Unsets the "sx" attribute -
getSy
Object getSy()Gets the "sy" attribute -
xgetSy
STPercentage xgetSy()Gets (as xml) the "sy" attribute -
isSetSy
boolean isSetSy()True if has "sy" attribute -
setSy
Sets the "sy" attribute -
xsetSy
Sets (as xml) the "sy" attribute -
unsetSy
void unsetSy()Unsets the "sy" attribute -
getKx
int getKx()Gets the "kx" attribute -
xgetKx
STFixedAngle xgetKx()Gets (as xml) the "kx" attribute -
isSetKx
boolean isSetKx()True if has "kx" attribute -
setKx
void setKx(int kx) Sets the "kx" attribute -
xsetKx
Sets (as xml) the "kx" attribute -
unsetKx
void unsetKx()Unsets the "kx" attribute -
getKy
int getKy()Gets the "ky" attribute -
xgetKy
STFixedAngle xgetKy()Gets (as xml) the "ky" attribute -
isSetKy
boolean isSetKy()True if has "ky" attribute -
setKy
void setKy(int ky) Sets the "ky" attribute -
xsetKy
Sets (as xml) the "ky" attribute -
unsetKy
void unsetKy()Unsets the "ky" attribute -
getTx
Object getTx()Gets the "tx" attribute -
xgetTx
STCoordinate xgetTx()Gets (as xml) the "tx" attribute -
isSetTx
boolean isSetTx()True if has "tx" attribute -
setTx
Sets the "tx" attribute -
xsetTx
Sets (as xml) the "tx" attribute -
unsetTx
void unsetTx()Unsets the "tx" attribute -
getTy
Object getTy()Gets the "ty" attribute -
xgetTy
STCoordinate xgetTy()Gets (as xml) the "ty" attribute -
isSetTy
boolean isSetTy()True if has "ty" attribute -
setTy
Sets the "ty" attribute -
xsetTy
Sets (as xml) the "ty" attribute -
unsetTy
void unsetTy()Unsets the "ty" attribute
-