Interface CTTransform2D
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTTransform2D extends XmlObject
An XML CT_Transform2D(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTTransform2D.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 CTPositiveSize2D
addNewExt()
Appends and returns a new empty "ext" elementCTPoint2D
addNewOff()
Appends and returns a new empty "off" elementCTPositiveSize2D
getExt()
Gets the "ext" elementboolean
getFlipH()
Gets the "flipH" attributeboolean
getFlipV()
Gets the "flipV" attributeCTPoint2D
getOff()
Gets the "off" elementint
getRot()
Gets the "rot" attributeboolean
isSetExt()
True if has "ext" elementboolean
isSetFlipH()
True if has "flipH" attributeboolean
isSetFlipV()
True if has "flipV" attributeboolean
isSetOff()
True if has "off" elementboolean
isSetRot()
True if has "rot" attributevoid
setExt(CTPositiveSize2D ext)
Sets the "ext" elementvoid
setFlipH(boolean flipH)
Sets the "flipH" attributevoid
setFlipV(boolean flipV)
Sets the "flipV" attributevoid
setOff(CTPoint2D off)
Sets the "off" elementvoid
setRot(int rot)
Sets the "rot" attributevoid
unsetExt()
Unsets the "ext" elementvoid
unsetFlipH()
Unsets the "flipH" attributevoid
unsetFlipV()
Unsets the "flipV" attributevoid
unsetOff()
Unsets the "off" elementvoid
unsetRot()
Unsets the "rot" attributeXmlBoolean
xgetFlipH()
Gets (as xml) the "flipH" attributeXmlBoolean
xgetFlipV()
Gets (as xml) the "flipV" attributeSTAngle
xgetRot()
Gets (as xml) the "rot" attributevoid
xsetFlipH(XmlBoolean flipH)
Sets (as xml) the "flipH" attributevoid
xsetFlipV(XmlBoolean flipV)
Sets (as xml) the "flipV" attributevoid
xsetRot(STAngle rot)
Sets (as xml) the "rot" 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
-
getOff
CTPoint2D getOff()
Gets the "off" element
-
isSetOff
boolean isSetOff()
True if has "off" element
-
setOff
void setOff(CTPoint2D off)
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
void setExt(CTPositiveSize2D ext)
Sets the "ext" element
-
addNewExt
CTPositiveSize2D addNewExt()
Appends and returns a new empty "ext" element
-
unsetExt
void unsetExt()
Unsets the "ext" 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
void xsetRot(STAngle rot)
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
void xsetFlipH(XmlBoolean flipH)
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
void xsetFlipV(XmlBoolean flipV)
Sets (as xml) the "flipV" attribute
-
unsetFlipV
void unsetFlipV()
Unsets the "flipV" attribute
-
-