Package org.docx4j.wml
Class CTColorSchemeMapping
java.lang.Object
org.docx4j.wml.CTColorSchemeMapping
- All Implemented Interfaces:
Child
public class CTColorSchemeMapping extends java.lang.Object implements Child
Java class for CT_ColorSchemeMapping complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ColorSchemeMapping">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="bg1" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_ColorSchemeIndex" />
<attribute name="t1" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_ColorSchemeIndex" />
<attribute name="bg2" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_ColorSchemeIndex" />
<attribute name="t2" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_ColorSchemeIndex" />
<attribute name="accent1" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_ColorSchemeIndex" />
<attribute name="accent2" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_ColorSchemeIndex" />
<attribute name="accent3" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_ColorSchemeIndex" />
<attribute name="accent4" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_ColorSchemeIndex" />
<attribute name="accent5" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_ColorSchemeIndex" />
<attribute name="accent6" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_ColorSchemeIndex" />
<attribute name="hyperlink" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_ColorSchemeIndex" />
<attribute name="followedHyperlink" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_ColorSchemeIndex" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected STColorSchemeIndexaccent1protected STColorSchemeIndexaccent2protected STColorSchemeIndexaccent3protected STColorSchemeIndexaccent4protected STColorSchemeIndexaccent5protected STColorSchemeIndexaccent6protected STColorSchemeIndexbg1protected STColorSchemeIndexbg2protected STColorSchemeIndexfollowedHyperlinkprotected STColorSchemeIndexhyperlinkprotected STColorSchemeIndext1protected STColorSchemeIndext2 -
Constructor Summary
Constructors Constructor Description CTColorSchemeMapping() -
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.STColorSchemeIndexgetFollowedHyperlink()Gets the value of the followedHyperlink property.STColorSchemeIndexgetHyperlink()Gets the value of the hyperlink property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.STColorSchemeIndexgetT1()Gets the value of the t1 property.STColorSchemeIndexgetT2()Gets the value of the t2 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.voidsetFollowedHyperlink(STColorSchemeIndex value)Sets the value of the followedHyperlink property.voidsetHyperlink(STColorSchemeIndex value)Sets the value of the hyperlink property.voidsetParent(java.lang.Object parent)voidsetT1(STColorSchemeIndex value)Sets the value of the t1 property.voidsetT2(STColorSchemeIndex value)Sets the value of the t2 property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
bg1
-
t1
-
bg2
-
t2
-
accent1
-
accent2
-
accent3
-
accent4
-
accent5
-
accent6
-
hyperlink
-
followedHyperlink
-
-
Constructor Details
-
CTColorSchemeMapping
public CTColorSchemeMapping()
-
-
Method Details
-
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
-
getT1
Gets the value of the t1 property.- Returns:
- possible object is
STColorSchemeIndex
-
setT1
Sets the value of the t1 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
-
getT2
Gets the value of the t2 property.- Returns:
- possible object is
STColorSchemeIndex
-
setT2
Sets the value of the t2 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
-
getHyperlink
Gets the value of the hyperlink property.- Returns:
- possible object is
STColorSchemeIndex
-
setHyperlink
Sets the value of the hyperlink property.- Parameters:
value- allowed object isSTColorSchemeIndex
-
getFollowedHyperlink
Gets the value of the followedHyperlink property.- Returns:
- possible object is
STColorSchemeIndex
-
setFollowedHyperlink
Sets the value of the followedHyperlink 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.
-