Interface CTColor
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Color(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAuto()Gets the "auto" attributelongGets the "indexed" attributebyte[]getRgb()Gets the "rgb" attributelonggetTheme()Gets the "theme" attributedoublegetTint()Gets the "tint" attributebooleanTrue if has "auto" attributebooleanTrue if has "indexed" attributebooleanisSetRgb()True if has "rgb" attributebooleanTrue if has "theme" attributebooleanTrue 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" attributevoidUnsets the "auto" attributevoidUnsets the "indexed" attributevoidunsetRgb()Unsets the "rgb" attributevoidUnsets the "theme" attributevoidUnsets the "tint" attributexgetAuto()Gets (as xml) the "auto" attributeGets (as xml) the "indexed" attributexgetRgb()Gets (as xml) the "rgb" attributeGets (as xml) the "theme" attributexgetTint()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" attributevoidSets (as xml) the "tint" attributeMethods 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, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
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
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
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
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
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
Sets (as xml) the "tint" attribute -
unsetTint
void unsetTint()Unsets the "tint" attribute
-