Interface STTextDirection
-
- All Superinterfaces:
XmlAnySimpleType
,XmlObject
,XmlString
,XmlTokenSource
public interface STTextDirection extends XmlString
An XML ST_TextDirection(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is an atomic type that is a restriction of org.openxmlformats.schemas.wordprocessingml.x2006.main.STTextDirection.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
STTextDirection.Enum
Enumeration value class for org.openxmlformats.schemas.wordprocessingml.x2006.main.STTextDirection.static class
STTextDirection.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static STTextDirection.Enum
BT_LR
static int
INT_BT_LR
static int
INT_LR_TB
static int
INT_LR_TB_V
static int
INT_TB_LR_V
static int
INT_TB_RL
static int
INT_TB_RL_V
static STTextDirection.Enum
LR_TB
static STTextDirection.Enum
LR_TB_V
static STTextDirection.Enum
TB_LR_V
static STTextDirection.Enum
TB_RL
static STTextDirection.Enum
TB_RL_V
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
-
LR_TB
static final STTextDirection.Enum LR_TB
-
TB_RL
static final STTextDirection.Enum TB_RL
-
BT_LR
static final STTextDirection.Enum BT_LR
-
LR_TB_V
static final STTextDirection.Enum LR_TB_V
-
TB_RL_V
static final STTextDirection.Enum TB_RL_V
-
TB_LR_V
static final STTextDirection.Enum TB_LR_V
-
INT_LR_TB
static final int INT_LR_TB
- See Also:
- Constant Field Values
-
INT_TB_RL
static final int INT_TB_RL
- See Also:
- Constant Field Values
-
INT_BT_LR
static final int INT_BT_LR
- See Also:
- Constant Field Values
-
INT_LR_TB_V
static final int INT_LR_TB_V
- See Also:
- Constant Field Values
-
INT_TB_RL_V
static final int INT_TB_RL_V
- See Also:
- Constant Field Values
-
INT_TB_LR_V
static final int INT_TB_LR_V
- See Also:
- Constant Field Values
-
-
Method Detail
-
enumValue
StringEnumAbstractBase enumValue()
-
set
void set(StringEnumAbstractBase e)
-
-