Interface CTPosV
- All Superinterfaces:
XmlObject
,XmlTokenSource
An XML CT_PosV(@http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
Method Summary
Modifier and TypeMethodDescriptiongetAlign()
Gets the "align" elementint
Gets the "posOffset" elementGets the "relativeFrom" attributeboolean
True if has "align" elementboolean
True if has "posOffset" elementvoid
setAlign
(STAlignV.Enum align) Sets the "align" elementvoid
setPosOffset
(int posOffset) Sets the "posOffset" elementvoid
setRelativeFrom
(STRelFromV.Enum relativeFrom) Sets the "relativeFrom" attributevoid
Unsets the "align" elementvoid
Unsets the "posOffset" elementGets (as xml) the "align" elementGets (as xml) the "posOffset" elementGets (as xml) the "relativeFrom" attributevoid
Sets (as xml) the "align" elementvoid
xsetPosOffset
(STPositionOffset posOffset) Sets (as xml) the "posOffset" elementvoid
xsetRelativeFrom
(STRelFromV relativeFrom) Sets (as xml) the "relativeFrom" 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, 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 Details
-
Factory
-
type
-
-
Method Details
-
getAlign
STAlignV.Enum getAlign()Gets the "align" element -
xgetAlign
STAlignV xgetAlign()Gets (as xml) the "align" element -
isSetAlign
boolean isSetAlign()True if has "align" element -
setAlign
Sets the "align" element -
xsetAlign
Sets (as xml) the "align" element -
unsetAlign
void unsetAlign()Unsets the "align" element -
getPosOffset
int getPosOffset()Gets the "posOffset" element -
xgetPosOffset
STPositionOffset xgetPosOffset()Gets (as xml) the "posOffset" element -
isSetPosOffset
boolean isSetPosOffset()True if has "posOffset" element -
setPosOffset
void setPosOffset(int posOffset) Sets the "posOffset" element -
xsetPosOffset
Sets (as xml) the "posOffset" element -
unsetPosOffset
void unsetPosOffset()Unsets the "posOffset" element -
getRelativeFrom
STRelFromV.Enum getRelativeFrom()Gets the "relativeFrom" attribute -
xgetRelativeFrom
STRelFromV xgetRelativeFrom()Gets (as xml) the "relativeFrom" attribute -
setRelativeFrom
Sets the "relativeFrom" attribute -
xsetRelativeFrom
Sets (as xml) the "relativeFrom" attribute
-