Interface CTGroupTransform2D
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_GroupTransform2D(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTGroupTransform2D> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "chExt" elementAppends and returns a new empty "chOff" elementAppends and returns a new empty "ext" elementAppends and returns a new empty "off" elementgetChExt()Gets the "chExt" elementgetChOff()Gets the "chOff" elementgetExt()Gets the "ext" elementbooleangetFlipH()Gets the "flipH" attributebooleangetFlipV()Gets the "flipV" attributegetOff()Gets the "off" elementintgetRot()Gets the "rot" attributebooleanTrue if has "chExt" elementbooleanTrue if has "chOff" elementbooleanisSetExt()True if has "ext" elementbooleanTrue if has "flipH" attributebooleanTrue if has "flipV" attributebooleanisSetOff()True if has "off" elementbooleanisSetRot()True if has "rot" attributevoidsetChExt(CTPositiveSize2D chExt) Sets the "chExt" elementvoidSets the "chOff" elementvoidsetExt(CTPositiveSize2D ext) Sets the "ext" elementvoidsetFlipH(boolean flipH) Sets the "flipH" attributevoidsetFlipV(boolean flipV) Sets the "flipV" attributevoidSets the "off" elementvoidsetRot(int rot) Sets the "rot" attributevoidUnsets the "chExt" elementvoidUnsets the "chOff" elementvoidunsetExt()Unsets the "ext" elementvoidUnsets the "flipH" attributevoidUnsets the "flipV" attributevoidunsetOff()Unsets the "off" elementvoidunsetRot()Unsets the "rot" attributeGets (as xml) the "flipH" attributeGets (as xml) the "flipV" attributexgetRot()Gets (as xml) the "rot" attributevoidxsetFlipH(XmlBoolean flipH) Sets (as xml) the "flipH" attributevoidxsetFlipV(XmlBoolean flipV) Sets (as xml) the "flipV" attributevoidSets (as xml) the "rot" 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
-
getOff
CTPoint2D getOff()Gets the "off" element -
isSetOff
boolean isSetOff()True if has "off" element -
setOff
Sets the "off" element -
addNewOff
CTPoint2D addNewOff()Appends and returns a new empty "off" element -
unsetOff
void unsetOff()Unsets the "off" element -
getExt
CTPositiveSize2D getExt()Gets the "ext" element -
isSetExt
boolean isSetExt()True if has "ext" element -
setExt
Sets the "ext" element -
addNewExt
CTPositiveSize2D addNewExt()Appends and returns a new empty "ext" element -
unsetExt
void unsetExt()Unsets the "ext" element -
getChOff
CTPoint2D getChOff()Gets the "chOff" element -
isSetChOff
boolean isSetChOff()True if has "chOff" element -
setChOff
Sets the "chOff" element -
addNewChOff
CTPoint2D addNewChOff()Appends and returns a new empty "chOff" element -
unsetChOff
void unsetChOff()Unsets the "chOff" element -
getChExt
CTPositiveSize2D getChExt()Gets the "chExt" element -
isSetChExt
boolean isSetChExt()True if has "chExt" element -
setChExt
Sets the "chExt" element -
addNewChExt
CTPositiveSize2D addNewChExt()Appends and returns a new empty "chExt" element -
unsetChExt
void unsetChExt()Unsets the "chExt" element -
getRot
int getRot()Gets the "rot" attribute -
xgetRot
STAngle xgetRot()Gets (as xml) the "rot" attribute -
isSetRot
boolean isSetRot()True if has "rot" attribute -
setRot
void setRot(int rot) Sets the "rot" attribute -
xsetRot
Sets (as xml) the "rot" attribute -
unsetRot
void unsetRot()Unsets the "rot" attribute -
getFlipH
boolean getFlipH()Gets the "flipH" attribute -
xgetFlipH
XmlBoolean xgetFlipH()Gets (as xml) the "flipH" attribute -
isSetFlipH
boolean isSetFlipH()True if has "flipH" attribute -
setFlipH
void setFlipH(boolean flipH) Sets the "flipH" attribute -
xsetFlipH
Sets (as xml) the "flipH" attribute -
unsetFlipH
void unsetFlipH()Unsets the "flipH" attribute -
getFlipV
boolean getFlipV()Gets the "flipV" attribute -
xgetFlipV
XmlBoolean xgetFlipV()Gets (as xml) the "flipV" attribute -
isSetFlipV
boolean isSetFlipV()True if has "flipV" attribute -
setFlipV
void setFlipV(boolean flipV) Sets the "flipV" attribute -
xsetFlipV
Sets (as xml) the "flipV" attribute -
unsetFlipV
void unsetFlipV()Unsets the "flipV" attribute
-