Interface STUnderline
-
- All Superinterfaces:
XmlAnySimpleType
,XmlObject
,XmlString
,XmlTokenSource
public interface STUnderline extends XmlString
An XML ST_Underline(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is an atomic type that is a restriction of org.openxmlformats.schemas.wordprocessingml.x2006.main.STUnderline.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
STUnderline.Enum
Enumeration value class for org.openxmlformats.schemas.wordprocessingml.x2006.main.STUnderline.static class
STUnderline.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
-
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
-
SINGLE
static final STUnderline.Enum SINGLE
-
WORDS
static final STUnderline.Enum WORDS
-
DOUBLE
static final STUnderline.Enum DOUBLE
-
THICK
static final STUnderline.Enum THICK
-
DOTTED
static final STUnderline.Enum DOTTED
-
DOTTED_HEAVY
static final STUnderline.Enum DOTTED_HEAVY
-
DASH
static final STUnderline.Enum DASH
-
DASHED_HEAVY
static final STUnderline.Enum DASHED_HEAVY
-
DASH_LONG
static final STUnderline.Enum DASH_LONG
-
DASH_LONG_HEAVY
static final STUnderline.Enum DASH_LONG_HEAVY
-
DOT_DASH
static final STUnderline.Enum DOT_DASH
-
DASH_DOT_HEAVY
static final STUnderline.Enum DASH_DOT_HEAVY
-
DOT_DOT_DASH
static final STUnderline.Enum DOT_DOT_DASH
-
DASH_DOT_DOT_HEAVY
static final STUnderline.Enum DASH_DOT_DOT_HEAVY
-
WAVE
static final STUnderline.Enum WAVE
-
WAVY_HEAVY
static final STUnderline.Enum WAVY_HEAVY
-
WAVY_DOUBLE
static final STUnderline.Enum WAVY_DOUBLE
-
NONE
static final STUnderline.Enum NONE
-
INT_SINGLE
static final int INT_SINGLE
- See Also:
- Constant Field Values
-
INT_WORDS
static final int INT_WORDS
- See Also:
- Constant Field Values
-
INT_DOUBLE
static final int INT_DOUBLE
- See Also:
- Constant Field Values
-
INT_THICK
static final int INT_THICK
- See Also:
- Constant Field Values
-
INT_DOTTED
static final int INT_DOTTED
- See Also:
- Constant Field Values
-
INT_DOTTED_HEAVY
static final int INT_DOTTED_HEAVY
- See Also:
- Constant Field Values
-
INT_DASH
static final int INT_DASH
- See Also:
- Constant Field Values
-
INT_DASHED_HEAVY
static final int INT_DASHED_HEAVY
- See Also:
- Constant Field Values
-
INT_DASH_LONG
static final int INT_DASH_LONG
- See Also:
- Constant Field Values
-
INT_DASH_LONG_HEAVY
static final int INT_DASH_LONG_HEAVY
- See Also:
- Constant Field Values
-
INT_DOT_DASH
static final int INT_DOT_DASH
- See Also:
- Constant Field Values
-
INT_DASH_DOT_HEAVY
static final int INT_DASH_DOT_HEAVY
- See Also:
- Constant Field Values
-
INT_DOT_DOT_DASH
static final int INT_DOT_DOT_DASH
- See Also:
- Constant Field Values
-
INT_DASH_DOT_DOT_HEAVY
static final int INT_DASH_DOT_DOT_HEAVY
- See Also:
- Constant Field Values
-
INT_WAVE
static final int INT_WAVE
- See Also:
- Constant Field Values
-
INT_WAVY_HEAVY
static final int INT_WAVY_HEAVY
- See Also:
- Constant Field Values
-
INT_WAVY_DOUBLE
static final int INT_WAVY_DOUBLE
- See Also:
- Constant Field Values
-
INT_NONE
static final int INT_NONE
- See Also:
- Constant Field Values
-
-
Method Detail
-
enumValue
StringEnumAbstractBase enumValue()
-
set
void set(StringEnumAbstractBase e)
-
-