Interface CTCustomColor
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTCustomColor extends XmlObject
An XML CT_CustomColor(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTCustomColor>Factorystatic 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 CTHslColoraddNewHslClr()Appends and returns a new empty "hslClr" elementCTPresetColoraddNewPrstClr()Appends and returns a new empty "prstClr" elementCTSchemeColoraddNewSchemeClr()Appends and returns a new empty "schemeClr" elementCTScRgbColoraddNewScrgbClr()Appends and returns a new empty "scrgbClr" elementCTSRgbColoraddNewSrgbClr()Appends and returns a new empty "srgbClr" elementCTSystemColoraddNewSysClr()Appends and returns a new empty "sysClr" elementCTHslColorgetHslClr()Gets the "hslClr" elementjava.lang.StringgetName()Gets the "name" attributeCTPresetColorgetPrstClr()Gets the "prstClr" elementCTSchemeColorgetSchemeClr()Gets the "schemeClr" elementCTScRgbColorgetScrgbClr()Gets the "scrgbClr" elementCTSRgbColorgetSrgbClr()Gets the "srgbClr" elementCTSystemColorgetSysClr()Gets the "sysClr" elementbooleanisSetHslClr()True if has "hslClr" elementbooleanisSetName()True if has "name" attributebooleanisSetPrstClr()True if has "prstClr" elementbooleanisSetSchemeClr()True if has "schemeClr" elementbooleanisSetScrgbClr()True if has "scrgbClr" elementbooleanisSetSrgbClr()True if has "srgbClr" elementbooleanisSetSysClr()True if has "sysClr" elementvoidsetHslClr(CTHslColor hslClr)Sets the "hslClr" elementvoidsetName(java.lang.String name)Sets the "name" attributevoidsetPrstClr(CTPresetColor prstClr)Sets the "prstClr" elementvoidsetSchemeClr(CTSchemeColor schemeClr)Sets the "schemeClr" elementvoidsetScrgbClr(CTScRgbColor scrgbClr)Sets the "scrgbClr" elementvoidsetSrgbClr(CTSRgbColor srgbClr)Sets the "srgbClr" elementvoidsetSysClr(CTSystemColor sysClr)Sets the "sysClr" elementvoidunsetHslClr()Unsets the "hslClr" elementvoidunsetName()Unsets the "name" attributevoidunsetPrstClr()Unsets the "prstClr" elementvoidunsetSchemeClr()Unsets the "schemeClr" elementvoidunsetScrgbClr()Unsets the "scrgbClr" elementvoidunsetSrgbClr()Unsets the "srgbClr" elementvoidunsetSysClr()Unsets the "sysClr" elementXmlStringxgetName()Gets (as xml) the "name" attributevoidxsetName(XmlString name)Sets (as xml) the "name" 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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTCustomColor> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getScrgbClr
CTScRgbColor getScrgbClr()
Gets the "scrgbClr" element
-
isSetScrgbClr
boolean isSetScrgbClr()
True if has "scrgbClr" element
-
setScrgbClr
void setScrgbClr(CTScRgbColor scrgbClr)
Sets the "scrgbClr" element
-
addNewScrgbClr
CTScRgbColor addNewScrgbClr()
Appends and returns a new empty "scrgbClr" element
-
unsetScrgbClr
void unsetScrgbClr()
Unsets the "scrgbClr" element
-
getSrgbClr
CTSRgbColor getSrgbClr()
Gets the "srgbClr" element
-
isSetSrgbClr
boolean isSetSrgbClr()
True if has "srgbClr" element
-
setSrgbClr
void setSrgbClr(CTSRgbColor srgbClr)
Sets the "srgbClr" element
-
addNewSrgbClr
CTSRgbColor addNewSrgbClr()
Appends and returns a new empty "srgbClr" element
-
unsetSrgbClr
void unsetSrgbClr()
Unsets the "srgbClr" element
-
getHslClr
CTHslColor getHslClr()
Gets the "hslClr" element
-
isSetHslClr
boolean isSetHslClr()
True if has "hslClr" element
-
setHslClr
void setHslClr(CTHslColor hslClr)
Sets the "hslClr" element
-
addNewHslClr
CTHslColor addNewHslClr()
Appends and returns a new empty "hslClr" element
-
unsetHslClr
void unsetHslClr()
Unsets the "hslClr" element
-
getSysClr
CTSystemColor getSysClr()
Gets the "sysClr" element
-
isSetSysClr
boolean isSetSysClr()
True if has "sysClr" element
-
setSysClr
void setSysClr(CTSystemColor sysClr)
Sets the "sysClr" element
-
addNewSysClr
CTSystemColor addNewSysClr()
Appends and returns a new empty "sysClr" element
-
unsetSysClr
void unsetSysClr()
Unsets the "sysClr" element
-
getSchemeClr
CTSchemeColor getSchemeClr()
Gets the "schemeClr" element
-
isSetSchemeClr
boolean isSetSchemeClr()
True if has "schemeClr" element
-
setSchemeClr
void setSchemeClr(CTSchemeColor schemeClr)
Sets the "schemeClr" element
-
addNewSchemeClr
CTSchemeColor addNewSchemeClr()
Appends and returns a new empty "schemeClr" element
-
unsetSchemeClr
void unsetSchemeClr()
Unsets the "schemeClr" element
-
getPrstClr
CTPresetColor getPrstClr()
Gets the "prstClr" element
-
isSetPrstClr
boolean isSetPrstClr()
True if has "prstClr" element
-
setPrstClr
void setPrstClr(CTPresetColor prstClr)
Sets the "prstClr" element
-
addNewPrstClr
CTPresetColor addNewPrstClr()
Appends and returns a new empty "prstClr" element
-
unsetPrstClr
void unsetPrstClr()
Unsets the "prstClr" element
-
getName
java.lang.String getName()
Gets the "name" attribute
-
xgetName
XmlString xgetName()
Gets (as xml) the "name" attribute
-
isSetName
boolean isSetName()
True if has "name" attribute
-
setName
void setName(java.lang.String name)
Sets the "name" attribute
-
xsetName
void xsetName(XmlString name)
Sets (as xml) the "name" attribute
-
unsetName
void unsetName()
Unsets the "name" attribute
-
-