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 class
STRelFromV.Enum
Enumeration value class for org.openxmlformats.schemas.drawingml.x2006.wordprocessingDrawing.STRelFromV.static class
STRelFromV.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static STRelFromV.Enum
BOTTOM_MARGIN
static STRelFromV.Enum
INSIDE_MARGIN
static int
INT_BOTTOM_MARGIN
static int
INT_INSIDE_MARGIN
static int
INT_LINE
static int
INT_MARGIN
static int
INT_OUTSIDE_MARGIN
static int
INT_PAGE
static int
INT_PARAGRAPH
static int
INT_TOP_MARGIN
static STRelFromV.Enum
LINE
static STRelFromV.Enum
MARGIN
static STRelFromV.Enum
OUTSIDE_MARGIN
static STRelFromV.Enum
PAGE
static STRelFromV.Enum
PARAGRAPH
static STRelFromV.Enum
TOP_MARGIN
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 StringEnumAbstractBase
enumValue()
void
set(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)
-
-