Interface CTPosH
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTPosH extends XmlObject
An XML CT_PosH(@http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTPosH.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 STAlignH.Enum
getAlign()
Gets the "align" elementint
getPosOffset()
Gets the "posOffset" elementSTRelFromH.Enum
getRelativeFrom()
Gets the "relativeFrom" attributeboolean
isSetAlign()
True if has "align" elementboolean
isSetPosOffset()
True if has "posOffset" elementvoid
setAlign(STAlignH.Enum align)
Sets the "align" elementvoid
setPosOffset(int posOffset)
Sets the "posOffset" elementvoid
setRelativeFrom(STRelFromH.Enum relativeFrom)
Sets the "relativeFrom" attributevoid
unsetAlign()
Unsets the "align" elementvoid
unsetPosOffset()
Unsets the "posOffset" elementSTAlignH
xgetAlign()
Gets (as xml) the "align" elementSTPositionOffset
xgetPosOffset()
Gets (as xml) the "posOffset" elementSTRelFromH
xgetRelativeFrom()
Gets (as xml) the "relativeFrom" attributevoid
xsetAlign(STAlignH align)
Sets (as xml) the "align" elementvoid
xsetPosOffset(STPositionOffset posOffset)
Sets (as xml) the "posOffset" elementvoid
xsetRelativeFrom(STRelFromH relativeFrom)
Sets (as xml) the "relativeFrom" 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
-
getAlign
STAlignH.Enum getAlign()
Gets the "align" element
-
xgetAlign
STAlignH xgetAlign()
Gets (as xml) the "align" element
-
isSetAlign
boolean isSetAlign()
True if has "align" element
-
setAlign
void setAlign(STAlignH.Enum align)
Sets the "align" element
-
xsetAlign
void xsetAlign(STAlignH align)
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
void xsetPosOffset(STPositionOffset posOffset)
Sets (as xml) the "posOffset" element
-
unsetPosOffset
void unsetPosOffset()
Unsets the "posOffset" element
-
getRelativeFrom
STRelFromH.Enum getRelativeFrom()
Gets the "relativeFrom" attribute
-
xgetRelativeFrom
STRelFromH xgetRelativeFrom()
Gets (as xml) the "relativeFrom" attribute
-
setRelativeFrom
void setRelativeFrom(STRelFromH.Enum relativeFrom)
Sets the "relativeFrom" attribute
-
xsetRelativeFrom
void xsetRelativeFrom(STRelFromH relativeFrom)
Sets (as xml) the "relativeFrom" attribute
-
-