Interface CTUnderline
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTUnderline extends XmlObject
An XML CT_Underline(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTUnderline.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 java.lang.Object
getColor()
Gets the "color" attributeSTThemeColor.Enum
getThemeColor()
Gets the "themeColor" attributebyte[]
getThemeShade()
Gets the "themeShade" attributebyte[]
getThemeTint()
Gets the "themeTint" attributeSTUnderline.Enum
getVal()
Gets the "val" attributeboolean
isSetColor()
True if has "color" attributeboolean
isSetThemeColor()
True if has "themeColor" attributeboolean
isSetThemeShade()
True if has "themeShade" attributeboolean
isSetThemeTint()
True if has "themeTint" attributeboolean
isSetVal()
True if has "val" attributevoid
setColor(java.lang.Object color)
Sets the "color" attributevoid
setThemeColor(STThemeColor.Enum themeColor)
Sets the "themeColor" attributevoid
setThemeShade(byte[] themeShade)
Sets the "themeShade" attributevoid
setThemeTint(byte[] themeTint)
Sets the "themeTint" attributevoid
setVal(STUnderline.Enum val)
Sets the "val" attributevoid
unsetColor()
Unsets the "color" attributevoid
unsetThemeColor()
Unsets the "themeColor" attributevoid
unsetThemeShade()
Unsets the "themeShade" attributevoid
unsetThemeTint()
Unsets the "themeTint" attributevoid
unsetVal()
Unsets the "val" attributeSTHexColor
xgetColor()
Gets (as xml) the "color" attributeSTThemeColor
xgetThemeColor()
Gets (as xml) the "themeColor" attributeSTUcharHexNumber
xgetThemeShade()
Gets (as xml) the "themeShade" attributeSTUcharHexNumber
xgetThemeTint()
Gets (as xml) the "themeTint" attributeSTUnderline
xgetVal()
Gets (as xml) the "val" attributevoid
xsetColor(STHexColor color)
Sets (as xml) the "color" attributevoid
xsetThemeColor(STThemeColor themeColor)
Sets (as xml) the "themeColor" attributevoid
xsetThemeShade(STUcharHexNumber themeShade)
Sets (as xml) the "themeShade" attributevoid
xsetThemeTint(STUcharHexNumber themeTint)
Sets (as xml) the "themeTint" attributevoid
xsetVal(STUnderline val)
Sets (as xml) the "val" 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
-
getVal
STUnderline.Enum getVal()
Gets the "val" attribute
-
xgetVal
STUnderline xgetVal()
Gets (as xml) the "val" attribute
-
isSetVal
boolean isSetVal()
True if has "val" attribute
-
setVal
void setVal(STUnderline.Enum val)
Sets the "val" attribute
-
xsetVal
void xsetVal(STUnderline val)
Sets (as xml) the "val" attribute
-
unsetVal
void unsetVal()
Unsets the "val" attribute
-
getColor
java.lang.Object getColor()
Gets the "color" attribute
-
xgetColor
STHexColor xgetColor()
Gets (as xml) the "color" attribute
-
isSetColor
boolean isSetColor()
True if has "color" attribute
-
setColor
void setColor(java.lang.Object color)
Sets the "color" attribute
-
xsetColor
void xsetColor(STHexColor color)
Sets (as xml) the "color" attribute
-
unsetColor
void unsetColor()
Unsets the "color" attribute
-
getThemeColor
STThemeColor.Enum getThemeColor()
Gets the "themeColor" attribute
-
xgetThemeColor
STThemeColor xgetThemeColor()
Gets (as xml) the "themeColor" attribute
-
isSetThemeColor
boolean isSetThemeColor()
True if has "themeColor" attribute
-
setThemeColor
void setThemeColor(STThemeColor.Enum themeColor)
Sets the "themeColor" attribute
-
xsetThemeColor
void xsetThemeColor(STThemeColor themeColor)
Sets (as xml) the "themeColor" attribute
-
unsetThemeColor
void unsetThemeColor()
Unsets the "themeColor" attribute
-
getThemeTint
byte[] getThemeTint()
Gets the "themeTint" attribute
-
xgetThemeTint
STUcharHexNumber xgetThemeTint()
Gets (as xml) the "themeTint" attribute
-
isSetThemeTint
boolean isSetThemeTint()
True if has "themeTint" attribute
-
setThemeTint
void setThemeTint(byte[] themeTint)
Sets the "themeTint" attribute
-
xsetThemeTint
void xsetThemeTint(STUcharHexNumber themeTint)
Sets (as xml) the "themeTint" attribute
-
unsetThemeTint
void unsetThemeTint()
Unsets the "themeTint" attribute
-
getThemeShade
byte[] getThemeShade()
Gets the "themeShade" attribute
-
xgetThemeShade
STUcharHexNumber xgetThemeShade()
Gets (as xml) the "themeShade" attribute
-
isSetThemeShade
boolean isSetThemeShade()
True if has "themeShade" attribute
-
setThemeShade
void setThemeShade(byte[] themeShade)
Sets the "themeShade" attribute
-
xsetThemeShade
void xsetThemeShade(STUcharHexNumber themeShade)
Sets (as xml) the "themeShade" attribute
-
unsetThemeShade
void unsetThemeShade()
Unsets the "themeShade" attribute
-
-