Package org.docx4j.dml
Class CTColorScheme
java.lang.Object
org.docx4j.dml.CTColorScheme
- All Implemented Interfaces:
Child
public class CTColorScheme extends java.lang.Object implements 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
Fields Modifier and Type Field Description protected CTColoraccent1protected CTColoraccent2protected CTColoraccent3protected CTColoraccent4protected CTColoraccent5protected CTColoraccent6protected CTColordk1protected CTColordk2protected CTOfficeArtExtensionListextLstprotected CTColorfolHlinkprotected CTColorhlinkprotected CTColorlt1protected CTColorlt2protected java.lang.Stringname -
Constructor Summary
Constructors Constructor Description CTColorScheme() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTColorgetAccent1()Gets the value of the accent1 property.CTColorgetAccent2()Gets the value of the accent2 property.CTColorgetAccent3()Gets the value of the accent3 property.CTColorgetAccent4()Gets the value of the accent4 property.CTColorgetAccent5()Gets the value of the accent5 property.CTColorgetAccent6()Gets the value of the accent6 property.CTColorgetDk1()Gets the value of the dk1 property.CTColorgetDk2()Gets the value of the dk2 property.CTOfficeArtExtensionListgetExtLst()Gets the value of the extLst property.CTColorgetFolHlink()Gets the value of the folHlink property.CTColorgetHlink()Gets the value of the hlink property.CTColorgetLt1()Gets the value of the lt1 property.CTColorgetLt2()Gets the value of the lt2 property.java.lang.StringgetName()Gets the value of the name property.java.lang.ObjectgetParent()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.voidsetDk1(CTColor value)Sets the value of the dk1 property.voidsetDk2(CTColor value)Sets the value of the dk2 property.voidsetExtLst(CTOfficeArtExtensionList value)Sets the value of the extLst property.voidsetFolHlink(CTColor value)Sets the value of the folHlink property.voidsetHlink(CTColor value)Sets the value of the hlink property.voidsetLt1(CTColor value)Sets the value of the lt1 property.voidsetLt2(CTColor value)Sets the value of the lt2 property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetParent(java.lang.Object parent)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
dk1
-
lt1
-
dk2
-
lt2
-
accent1
-
accent2
-
accent3
-
accent4
-
accent5
-
accent6
-
hlink
-
folHlink
-
extLst
-
name
protected java.lang.String 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
public java.lang.String getName()Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)Sets the value of the name property.- Parameters:
value- allowed object isString
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)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.
-