Package org.docx4j.dml
Class CTColorScheme
java.lang.Object
org.docx4j.dml.CTColorScheme
- All Implemented Interfaces:
Child
Java class for CT_ColorScheme complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ColorScheme">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dk1" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Color"/>
<element name="lt1" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Color"/>
<element name="dk2" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Color"/>
<element name="lt2" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Color"/>
<element name="accent1" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Color"/>
<element name="accent2" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Color"/>
<element name="accent3" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Color"/>
<element name="accent4" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Color"/>
<element name="accent5" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Color"/>
<element name="accent6" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Color"/>
<element name="hlink" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Color"/>
<element name="folHlink" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Color"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CTColorprotected CTColorprotected CTColorprotected CTColorprotected CTColorprotected CTColorprotected CTColorprotected CTColorprotected CTOfficeArtExtensionListprotected CTColorprotected CTColorprotected CTColorprotected CTColorprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the accent1 property.Gets the value of the accent2 property.Gets the value of the accent3 property.Gets the value of the accent4 property.Gets the value of the accent5 property.Gets the value of the accent6 property.getDk1()Gets the value of the dk1 property.getDk2()Gets the value of the dk2 property.Gets the value of the extLst property.Gets the value of the folHlink property.getHlink()Gets the value of the hlink property.getLt1()Gets the value of the lt1 property.getLt2()Gets the value of the lt2 property.getName()Gets the value of the name property.Gets the parent object in the object tree representing the unmarshalled xml document.voidsetAccent1(CTColor value) Sets the value of the accent1 property.voidsetAccent2(CTColor value) Sets the value of the accent2 property.voidsetAccent3(CTColor value) Sets the value of the accent3 property.voidsetAccent4(CTColor value) Sets the value of the accent4 property.voidsetAccent5(CTColor value) Sets the value of the accent5 property.voidsetAccent6(CTColor value) Sets the value of the accent6 property.voidSets the value of the dk1 property.voidSets the value of the dk2 property.voidSets the value of the extLst property.voidsetFolHlink(CTColor value) Sets the value of the folHlink property.voidSets the value of the hlink property.voidSets the value of the lt1 property.voidSets the value of the lt2 property.voidSets the value of the name property.void
-
Field Details
-
dk1
-
lt1
-
dk2
-
lt2
-
accent1
-
accent2
-
accent3
-
accent4
-
accent5
-
accent6
-
hlink
-
folHlink
-
extLst
-
name
-
-
Constructor Details
-
CTColorScheme
public CTColorScheme()
-
-
Method Details
-
getDk1
Gets the value of the dk1 property.- Returns:
- possible object is
CTColor
-
setDk1
Sets the value of the dk1 property.- Parameters:
value- allowed object isCTColor
-
getLt1
Gets the value of the lt1 property.- Returns:
- possible object is
CTColor
-
setLt1
Sets the value of the lt1 property.- Parameters:
value- allowed object isCTColor
-
getDk2
Gets the value of the dk2 property.- Returns:
- possible object is
CTColor
-
setDk2
Sets the value of the dk2 property.- Parameters:
value- allowed object isCTColor
-
getLt2
Gets the value of the lt2 property.- Returns:
- possible object is
CTColor
-
setLt2
Sets the value of the lt2 property.- Parameters:
value- allowed object isCTColor
-
getAccent1
Gets the value of the accent1 property.- Returns:
- possible object is
CTColor
-
setAccent1
Sets the value of the accent1 property.- Parameters:
value- allowed object isCTColor
-
getAccent2
Gets the value of the accent2 property.- Returns:
- possible object is
CTColor
-
setAccent2
Sets the value of the accent2 property.- Parameters:
value- allowed object isCTColor
-
getAccent3
Gets the value of the accent3 property.- Returns:
- possible object is
CTColor
-
setAccent3
Sets the value of the accent3 property.- Parameters:
value- allowed object isCTColor
-
getAccent4
Gets the value of the accent4 property.- Returns:
- possible object is
CTColor
-
setAccent4
Sets the value of the accent4 property.- Parameters:
value- allowed object isCTColor
-
getAccent5
Gets the value of the accent5 property.- Returns:
- possible object is
CTColor
-
setAccent5
Sets the value of the accent5 property.- Parameters:
value- allowed object isCTColor
-
getAccent6
Gets the value of the accent6 property.- Returns:
- possible object is
CTColor
-
setAccent6
Sets the value of the accent6 property.- Parameters:
value- allowed object isCTColor
-
getHlink
Gets the value of the hlink property.- Returns:
- possible object is
CTColor
-
setHlink
Sets the value of the hlink property.- Parameters:
value- allowed object isCTColor
-
getFolHlink
Gets the value of the folHlink property.- Returns:
- possible object is
CTColor
-
setFolHlink
Sets the value of the folHlink property.- Parameters:
value- allowed object isCTColor
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTOfficeArtExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTOfficeArtExtensionList
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-