Interface CTColor
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTColor extends XmlObject
An XML CT_Color(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTColor.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static 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 booleangetAuto()Gets the "auto" attributelonggetIndexed()Gets the "indexed" attributebyte[]getRgb()Gets the "rgb" attributelonggetTheme()Gets the "theme" attributedoublegetTint()Gets the "tint" attributebooleanisSetAuto()True if has "auto" attributebooleanisSetIndexed()True if has "indexed" attributebooleanisSetRgb()True if has "rgb" attributebooleanisSetTheme()True if has "theme" attributebooleanisSetTint()True if has "tint" attributevoidsetAuto(boolean auto)Sets the "auto" attributevoidsetIndexed(long indexed)Sets the "indexed" attributevoidsetRgb(byte[] rgb)Sets the "rgb" attributevoidsetTheme(long theme)Sets the "theme" attributevoidsetTint(double tint)Sets the "tint" attributevoidunsetAuto()Unsets the "auto" attributevoidunsetIndexed()Unsets the "indexed" attributevoidunsetRgb()Unsets the "rgb" attributevoidunsetTheme()Unsets the "theme" attributevoidunsetTint()Unsets the "tint" attributeXmlBooleanxgetAuto()Gets (as xml) the "auto" attributeXmlUnsignedIntxgetIndexed()Gets (as xml) the "indexed" attributeSTUnsignedIntHexxgetRgb()Gets (as xml) the "rgb" attributeXmlUnsignedIntxgetTheme()Gets (as xml) the "theme" attributeXmlDoublexgetTint()Gets (as xml) the "tint" attributevoidxsetAuto(XmlBoolean auto)Sets (as xml) the "auto" attributevoidxsetIndexed(XmlUnsignedInt indexed)Sets (as xml) the "indexed" attributevoidxsetRgb(STUnsignedIntHex rgb)Sets (as xml) the "rgb" attributevoidxsetTheme(XmlUnsignedInt theme)Sets (as xml) the "theme" attributevoidxsetTint(XmlDouble tint)Sets (as xml) the "tint" 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
-
getAuto
boolean getAuto()
Gets the "auto" attribute
-
xgetAuto
XmlBoolean xgetAuto()
Gets (as xml) the "auto" attribute
-
isSetAuto
boolean isSetAuto()
True if has "auto" attribute
-
setAuto
void setAuto(boolean auto)
Sets the "auto" attribute
-
xsetAuto
void xsetAuto(XmlBoolean auto)
Sets (as xml) the "auto" attribute
-
unsetAuto
void unsetAuto()
Unsets the "auto" attribute
-
getIndexed
long getIndexed()
Gets the "indexed" attribute
-
xgetIndexed
XmlUnsignedInt xgetIndexed()
Gets (as xml) the "indexed" attribute
-
isSetIndexed
boolean isSetIndexed()
True if has "indexed" attribute
-
setIndexed
void setIndexed(long indexed)
Sets the "indexed" attribute
-
xsetIndexed
void xsetIndexed(XmlUnsignedInt indexed)
Sets (as xml) the "indexed" attribute
-
unsetIndexed
void unsetIndexed()
Unsets the "indexed" attribute
-
getRgb
byte[] getRgb()
Gets the "rgb" attribute
-
xgetRgb
STUnsignedIntHex xgetRgb()
Gets (as xml) the "rgb" attribute
-
isSetRgb
boolean isSetRgb()
True if has "rgb" attribute
-
setRgb
void setRgb(byte[] rgb)
Sets the "rgb" attribute
-
xsetRgb
void xsetRgb(STUnsignedIntHex rgb)
Sets (as xml) the "rgb" attribute
-
unsetRgb
void unsetRgb()
Unsets the "rgb" attribute
-
getTheme
long getTheme()
Gets the "theme" attribute
-
xgetTheme
XmlUnsignedInt xgetTheme()
Gets (as xml) the "theme" attribute
-
isSetTheme
boolean isSetTheme()
True if has "theme" attribute
-
setTheme
void setTheme(long theme)
Sets the "theme" attribute
-
xsetTheme
void xsetTheme(XmlUnsignedInt theme)
Sets (as xml) the "theme" attribute
-
unsetTheme
void unsetTheme()
Unsets the "theme" attribute
-
getTint
double getTint()
Gets the "tint" attribute
-
xgetTint
XmlDouble xgetTint()
Gets (as xml) the "tint" attribute
-
isSetTint
boolean isSetTint()
True if has "tint" attribute
-
setTint
void setTint(double tint)
Sets the "tint" attribute
-
xsetTint
void xsetTint(XmlDouble tint)
Sets (as xml) the "tint" attribute
-
unsetTint
void unsetTint()
Unsets the "tint" attribute
-
-