Interface CTColorScheme
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_ColorScheme(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTColorScheme> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "accent1" elementAppends and returns a new empty "accent2" elementAppends and returns a new empty "accent3" elementAppends and returns a new empty "accent4" elementAppends and returns a new empty "accent5" elementAppends and returns a new empty "accent6" elementAppends and returns a new empty "dk1" elementAppends and returns a new empty "dk2" elementAppends and returns a new empty "extLst" elementAppends and returns a new empty "folHlink" elementAppends and returns a new empty "hlink" elementAppends and returns a new empty "lt1" elementAppends and returns a new empty "lt2" elementGets the "accent1" elementGets the "accent2" elementGets the "accent3" elementGets the "accent4" elementGets the "accent5" elementGets the "accent6" elementgetDk1()Gets the "dk1" elementgetDk2()Gets the "dk2" elementGets the "extLst" elementGets the "folHlink" elementgetHlink()Gets the "hlink" elementgetLt1()Gets the "lt1" elementgetLt2()Gets the "lt2" elementgetName()Gets the "name" attributebooleanTrue if has "extLst" elementvoidsetAccent1(CTColor accent1) Sets the "accent1" elementvoidsetAccent2(CTColor accent2) Sets the "accent2" elementvoidsetAccent3(CTColor accent3) Sets the "accent3" elementvoidsetAccent4(CTColor accent4) Sets the "accent4" elementvoidsetAccent5(CTColor accent5) Sets the "accent5" elementvoidsetAccent6(CTColor accent6) Sets the "accent6" elementvoidSets the "dk1" elementvoidSets the "dk2" elementvoidsetExtLst(CTOfficeArtExtensionList extLst) Sets the "extLst" elementvoidsetFolHlink(CTColor folHlink) Sets the "folHlink" elementvoidSets the "hlink" elementvoidSets the "lt1" elementvoidSets the "lt2" elementvoidSets the "name" attributevoidUnsets the "extLst" elementxgetName()Gets (as xml) the "name" attributevoidSets (as xml) the "name" 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
-
getDk1
CTColor getDk1()Gets the "dk1" element -
setDk1
Sets the "dk1" element -
addNewDk1
CTColor addNewDk1()Appends and returns a new empty "dk1" element -
getLt1
CTColor getLt1()Gets the "lt1" element -
setLt1
Sets the "lt1" element -
addNewLt1
CTColor addNewLt1()Appends and returns a new empty "lt1" element -
getDk2
CTColor getDk2()Gets the "dk2" element -
setDk2
Sets the "dk2" element -
addNewDk2
CTColor addNewDk2()Appends and returns a new empty "dk2" element -
getLt2
CTColor getLt2()Gets the "lt2" element -
setLt2
Sets the "lt2" element -
addNewLt2
CTColor addNewLt2()Appends and returns a new empty "lt2" element -
getAccent1
CTColor getAccent1()Gets the "accent1" element -
setAccent1
Sets the "accent1" element -
addNewAccent1
CTColor addNewAccent1()Appends and returns a new empty "accent1" element -
getAccent2
CTColor getAccent2()Gets the "accent2" element -
setAccent2
Sets the "accent2" element -
addNewAccent2
CTColor addNewAccent2()Appends and returns a new empty "accent2" element -
getAccent3
CTColor getAccent3()Gets the "accent3" element -
setAccent3
Sets the "accent3" element -
addNewAccent3
CTColor addNewAccent3()Appends and returns a new empty "accent3" element -
getAccent4
CTColor getAccent4()Gets the "accent4" element -
setAccent4
Sets the "accent4" element -
addNewAccent4
CTColor addNewAccent4()Appends and returns a new empty "accent4" element -
getAccent5
CTColor getAccent5()Gets the "accent5" element -
setAccent5
Sets the "accent5" element -
addNewAccent5
CTColor addNewAccent5()Appends and returns a new empty "accent5" element -
getAccent6
CTColor getAccent6()Gets the "accent6" element -
setAccent6
Sets the "accent6" element -
addNewAccent6
CTColor addNewAccent6()Appends and returns a new empty "accent6" element -
getHlink
CTColor getHlink()Gets the "hlink" element -
setHlink
Sets the "hlink" element -
addNewHlink
CTColor addNewHlink()Appends and returns a new empty "hlink" element -
getFolHlink
CTColor getFolHlink()Gets the "folHlink" element -
setFolHlink
Sets the "folHlink" element -
addNewFolHlink
CTColor addNewFolHlink()Appends and returns a new empty "folHlink" element -
getExtLst
CTOfficeArtExtensionList getExtLst()Gets the "extLst" element -
isSetExtLst
boolean isSetExtLst()True if has "extLst" element -
setExtLst
Sets the "extLst" element -
addNewExtLst
CTOfficeArtExtensionList addNewExtLst()Appends and returns a new empty "extLst" element -
unsetExtLst
void unsetExtLst()Unsets the "extLst" element -
getName
String getName()Gets the "name" attribute -
xgetName
XmlString xgetName()Gets (as xml) the "name" attribute -
setName
Sets the "name" attribute -
xsetName
Sets (as xml) the "name" attribute
-