Interface STRelFromV
-
- All Superinterfaces:
XmlAnySimpleType,XmlNormalizedString,XmlObject,XmlString,XmlToken,XmlTokenSource
public interface STRelFromV extends XmlToken
An XML ST_RelFromV(@http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing). This is an atomic type that is a restriction of org.openxmlformats.schemas.drawingml.x2006.wordprocessingDrawing.STRelFromV.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSTRelFromV.EnumEnumeration value class for org.openxmlformats.schemas.drawingml.x2006.wordprocessingDrawing.STRelFromV.static classSTRelFromV.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static STRelFromV.EnumBOTTOM_MARGINstatic STRelFromV.EnumINSIDE_MARGINstatic intINT_BOTTOM_MARGINstatic intINT_INSIDE_MARGINstatic intINT_LINEstatic intINT_MARGINstatic intINT_OUTSIDE_MARGINstatic intINT_PAGEstatic intINT_PARAGRAPHstatic intINT_TOP_MARGINstatic STRelFromV.EnumLINEstatic STRelFromV.EnumMARGINstatic STRelFromV.EnumOUTSIDE_MARGINstatic STRelFromV.EnumPAGEstatic STRelFromV.EnumPARAGRAPHstatic STRelFromV.EnumTOP_MARGINstatic SchemaTypetype-
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 StringEnumAbstractBaseenumValue()voidset(StringEnumAbstractBase e)-
Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType
getStringValue, set, setStringValue, stringValue
-
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
-
MARGIN
static final STRelFromV.Enum MARGIN
-
PAGE
static final STRelFromV.Enum PAGE
-
PARAGRAPH
static final STRelFromV.Enum PARAGRAPH
-
LINE
static final STRelFromV.Enum LINE
-
TOP_MARGIN
static final STRelFromV.Enum TOP_MARGIN
-
BOTTOM_MARGIN
static final STRelFromV.Enum BOTTOM_MARGIN
-
INSIDE_MARGIN
static final STRelFromV.Enum INSIDE_MARGIN
-
OUTSIDE_MARGIN
static final STRelFromV.Enum OUTSIDE_MARGIN
-
INT_MARGIN
static final int INT_MARGIN
- See Also:
- Constant Field Values
-
INT_PAGE
static final int INT_PAGE
- See Also:
- Constant Field Values
-
INT_PARAGRAPH
static final int INT_PARAGRAPH
- See Also:
- Constant Field Values
-
INT_LINE
static final int INT_LINE
- See Also:
- Constant Field Values
-
INT_TOP_MARGIN
static final int INT_TOP_MARGIN
- See Also:
- Constant Field Values
-
INT_BOTTOM_MARGIN
static final int INT_BOTTOM_MARGIN
- See Also:
- Constant Field Values
-
INT_INSIDE_MARGIN
static final int INT_INSIDE_MARGIN
- See Also:
- Constant Field Values
-
INT_OUTSIDE_MARGIN
static final int INT_OUTSIDE_MARGIN
- See Also:
- Constant Field Values
-
-
Method Detail
-
enumValue
StringEnumAbstractBase enumValue()
-
set
void set(StringEnumAbstractBase e)
-
-