public interface CTColor extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTColor.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL| Modifier and Type | Method and Description |
|---|---|
STThemeColor.Enum |
getThemeColor()
Gets the "themeColor" attribute
|
byte[] |
getThemeShade()
Gets the "themeShade" attribute
|
byte[] |
getThemeTint()
Gets the "themeTint" attribute
|
Object |
getVal()
Gets the "val" attribute
|
boolean |
isSetThemeColor()
True if has "themeColor" attribute
|
boolean |
isSetThemeShade()
True if has "themeShade" attribute
|
boolean |
isSetThemeTint()
True if has "themeTint" attribute
|
void |
setThemeColor(STThemeColor.Enum themeColor)
Sets the "themeColor" attribute
|
void |
setThemeShade(byte[] themeShade)
Sets the "themeShade" attribute
|
void |
setThemeTint(byte[] themeTint)
Sets the "themeTint" attribute
|
void |
setVal(Object val)
Sets the "val" attribute
|
void |
unsetThemeColor()
Unsets the "themeColor" attribute
|
void |
unsetThemeShade()
Unsets the "themeShade" attribute
|
void |
unsetThemeTint()
Unsets the "themeTint" attribute
|
STThemeColor |
xgetThemeColor()
Gets (as xml) the "themeColor" attribute
|
STUcharHexNumber |
xgetThemeShade()
Gets (as xml) the "themeShade" attribute
|
STUcharHexNumber |
xgetThemeTint()
Gets (as xml) the "themeTint" attribute
|
STHexColor |
xgetVal()
Gets (as xml) the "val" attribute
|
void |
xsetThemeColor(STThemeColor themeColor)
Sets (as xml) the "themeColor" attribute
|
void |
xsetThemeShade(STUcharHexNumber themeShade)
Sets (as xml) the "themeShade" attribute
|
void |
xsetThemeTint(STUcharHexNumber themeTint)
Sets (as xml) the "themeTint" attribute
|
void |
xsetVal(STHexColor val)
Sets (as xml) the "val" attribute
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextstatic final SchemaType type
Object getVal()
STHexColor xgetVal()
void setVal(Object val)
void xsetVal(STHexColor val)
STThemeColor.Enum getThemeColor()
STThemeColor xgetThemeColor()
boolean isSetThemeColor()
void setThemeColor(STThemeColor.Enum themeColor)
void xsetThemeColor(STThemeColor themeColor)
void unsetThemeColor()
byte[] getThemeTint()
STUcharHexNumber xgetThemeTint()
boolean isSetThemeTint()
void setThemeTint(byte[] themeTint)
void xsetThemeTint(STUcharHexNumber themeTint)
void unsetThemeTint()
byte[] getThemeShade()
STUcharHexNumber xgetThemeShade()
boolean isSetThemeShade()
void setThemeShade(byte[] themeShade)
void xsetThemeShade(STUcharHexNumber themeShade)
void unsetThemeShade()
Copyright © 2010 - 2020 Adobe. All Rights Reserved