Package org.docx4j.dml
Class CTColorMapping
java.lang.Object
org.docx4j.dml.CTColorMapping
- All Implemented Interfaces:
Child
public class CTColorMapping extends java.lang.Object implements Child
Java class for CT_ColorMapping complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ColorMapping">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
</sequence>
<attribute name="bg1" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_ColorSchemeIndex" />
<attribute name="tx1" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_ColorSchemeIndex" />
<attribute name="bg2" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_ColorSchemeIndex" />
<attribute name="tx2" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_ColorSchemeIndex" />
<attribute name="accent1" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_ColorSchemeIndex" />
<attribute name="accent2" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_ColorSchemeIndex" />
<attribute name="accent3" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_ColorSchemeIndex" />
<attribute name="accent4" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_ColorSchemeIndex" />
<attribute name="accent5" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_ColorSchemeIndex" />
<attribute name="accent6" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_ColorSchemeIndex" />
<attribute name="hlink" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_ColorSchemeIndex" />
<attribute name="folHlink" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_ColorSchemeIndex" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected STColorSchemeIndexaccent1protected STColorSchemeIndexaccent2protected STColorSchemeIndexaccent3protected STColorSchemeIndexaccent4protected STColorSchemeIndexaccent5protected STColorSchemeIndexaccent6protected STColorSchemeIndexbg1protected STColorSchemeIndexbg2protected CTOfficeArtExtensionListextLstprotected STColorSchemeIndexfolHlinkprotected STColorSchemeIndexhlinkprotected STColorSchemeIndextx1protected STColorSchemeIndextx2 -
Constructor Summary
Constructors Constructor Description CTColorMapping() -
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.STColorSchemeIndexgetAccent1()Gets the value of the accent1 property.STColorSchemeIndexgetAccent2()Gets the value of the accent2 property.STColorSchemeIndexgetAccent3()Gets the value of the accent3 property.STColorSchemeIndexgetAccent4()Gets the value of the accent4 property.STColorSchemeIndexgetAccent5()Gets the value of the accent5 property.STColorSchemeIndexgetAccent6()Gets the value of the accent6 property.STColorSchemeIndexgetBg1()Gets the value of the bg1 property.STColorSchemeIndexgetBg2()Gets the value of the bg2 property.CTOfficeArtExtensionListgetExtLst()Gets the value of the extLst property.STColorSchemeIndexgetFolHlink()Gets the value of the folHlink property.STColorSchemeIndexgetHlink()Gets the value of the hlink property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.STColorSchemeIndexgetTx1()Gets the value of the tx1 property.STColorSchemeIndexgetTx2()Gets the value of the tx2 property.voidsetAccent1(STColorSchemeIndex value)Sets the value of the accent1 property.voidsetAccent2(STColorSchemeIndex value)Sets the value of the accent2 property.voidsetAccent3(STColorSchemeIndex value)Sets the value of the accent3 property.voidsetAccent4(STColorSchemeIndex value)Sets the value of the accent4 property.voidsetAccent5(STColorSchemeIndex value)Sets the value of the accent5 property.voidsetAccent6(STColorSchemeIndex value)Sets the value of the accent6 property.voidsetBg1(STColorSchemeIndex value)Sets the value of the bg1 property.voidsetBg2(STColorSchemeIndex value)Sets the value of the bg2 property.voidsetExtLst(CTOfficeArtExtensionList value)Sets the value of the extLst property.voidsetFolHlink(STColorSchemeIndex value)Sets the value of the folHlink property.voidsetHlink(STColorSchemeIndex value)Sets the value of the hlink property.voidsetParent(java.lang.Object parent)voidsetTx1(STColorSchemeIndex value)Sets the value of the tx1 property.voidsetTx2(STColorSchemeIndex value)Sets the value of the tx2 property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
extLst
-
bg1
-
tx1
-
bg2
-
tx2
-
accent1
-
accent2
-
accent3
-
accent4
-
accent5
-
accent6
-
hlink
-
folHlink
-
-
Constructor Details
-
CTColorMapping
public CTColorMapping()
-
-
Method Details
-
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
-
getBg1
Gets the value of the bg1 property.- Returns:
- possible object is
STColorSchemeIndex
-
setBg1
Sets the value of the bg1 property.- Parameters:
value- allowed object isSTColorSchemeIndex
-
getTx1
Gets the value of the tx1 property.- Returns:
- possible object is
STColorSchemeIndex
-
setTx1
Sets the value of the tx1 property.- Parameters:
value- allowed object isSTColorSchemeIndex
-
getBg2
Gets the value of the bg2 property.- Returns:
- possible object is
STColorSchemeIndex
-
setBg2
Sets the value of the bg2 property.- Parameters:
value- allowed object isSTColorSchemeIndex
-
getTx2
Gets the value of the tx2 property.- Returns:
- possible object is
STColorSchemeIndex
-
setTx2
Sets the value of the tx2 property.- Parameters:
value- allowed object isSTColorSchemeIndex
-
getAccent1
Gets the value of the accent1 property.- Returns:
- possible object is
STColorSchemeIndex
-
setAccent1
Sets the value of the accent1 property.- Parameters:
value- allowed object isSTColorSchemeIndex
-
getAccent2
Gets the value of the accent2 property.- Returns:
- possible object is
STColorSchemeIndex
-
setAccent2
Sets the value of the accent2 property.- Parameters:
value- allowed object isSTColorSchemeIndex
-
getAccent3
Gets the value of the accent3 property.- Returns:
- possible object is
STColorSchemeIndex
-
setAccent3
Sets the value of the accent3 property.- Parameters:
value- allowed object isSTColorSchemeIndex
-
getAccent4
Gets the value of the accent4 property.- Returns:
- possible object is
STColorSchemeIndex
-
setAccent4
Sets the value of the accent4 property.- Parameters:
value- allowed object isSTColorSchemeIndex
-
getAccent5
Gets the value of the accent5 property.- Returns:
- possible object is
STColorSchemeIndex
-
setAccent5
Sets the value of the accent5 property.- Parameters:
value- allowed object isSTColorSchemeIndex
-
getAccent6
Gets the value of the accent6 property.- Returns:
- possible object is
STColorSchemeIndex
-
setAccent6
Sets the value of the accent6 property.- Parameters:
value- allowed object isSTColorSchemeIndex
-
getHlink
Gets the value of the hlink property.- Returns:
- possible object is
STColorSchemeIndex
-
setHlink
Sets the value of the hlink property.- Parameters:
value- allowed object isSTColorSchemeIndex
-
getFolHlink
Gets the value of the folHlink property.- Returns:
- possible object is
STColorSchemeIndex
-
setFolHlink
Sets the value of the folHlink property.- Parameters:
value- allowed object isSTColorSchemeIndex
-
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.
-