public class CTColorSchemeMapping extends 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>
Modifier and Type | Field and Description |
---|---|
protected STColorSchemeIndex |
accent1 |
protected STColorSchemeIndex |
accent2 |
protected STColorSchemeIndex |
accent3 |
protected STColorSchemeIndex |
accent4 |
protected STColorSchemeIndex |
accent5 |
protected STColorSchemeIndex |
accent6 |
protected STColorSchemeIndex |
bg1 |
protected STColorSchemeIndex |
bg2 |
protected STColorSchemeIndex |
followedHyperlink |
protected STColorSchemeIndex |
hyperlink |
protected STColorSchemeIndex |
t1 |
protected STColorSchemeIndex |
t2 |
Constructor and Description |
---|
CTColorSchemeMapping() |
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
STColorSchemeIndex |
getAccent1()
Gets the value of the accent1 property.
|
STColorSchemeIndex |
getAccent2()
Gets the value of the accent2 property.
|
STColorSchemeIndex |
getAccent3()
Gets the value of the accent3 property.
|
STColorSchemeIndex |
getAccent4()
Gets the value of the accent4 property.
|
STColorSchemeIndex |
getAccent5()
Gets the value of the accent5 property.
|
STColorSchemeIndex |
getAccent6()
Gets the value of the accent6 property.
|
STColorSchemeIndex |
getBg1()
Gets the value of the bg1 property.
|
STColorSchemeIndex |
getBg2()
Gets the value of the bg2 property.
|
STColorSchemeIndex |
getFollowedHyperlink()
Gets the value of the followedHyperlink property.
|
STColorSchemeIndex |
getHyperlink()
Gets the value of the hyperlink property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
STColorSchemeIndex |
getT1()
Gets the value of the t1 property.
|
STColorSchemeIndex |
getT2()
Gets the value of the t2 property.
|
void |
setAccent1(STColorSchemeIndex value)
Sets the value of the accent1 property.
|
void |
setAccent2(STColorSchemeIndex value)
Sets the value of the accent2 property.
|
void |
setAccent3(STColorSchemeIndex value)
Sets the value of the accent3 property.
|
void |
setAccent4(STColorSchemeIndex value)
Sets the value of the accent4 property.
|
void |
setAccent5(STColorSchemeIndex value)
Sets the value of the accent5 property.
|
void |
setAccent6(STColorSchemeIndex value)
Sets the value of the accent6 property.
|
void |
setBg1(STColorSchemeIndex value)
Sets the value of the bg1 property.
|
void |
setBg2(STColorSchemeIndex value)
Sets the value of the bg2 property.
|
void |
setFollowedHyperlink(STColorSchemeIndex value)
Sets the value of the followedHyperlink property.
|
void |
setHyperlink(STColorSchemeIndex value)
Sets the value of the hyperlink property.
|
void |
setParent(Object parent) |
void |
setT1(STColorSchemeIndex value)
Sets the value of the t1 property.
|
void |
setT2(STColorSchemeIndex value)
Sets the value of the t2 property.
|
protected STColorSchemeIndex bg1
protected STColorSchemeIndex t1
protected STColorSchemeIndex bg2
protected STColorSchemeIndex t2
protected STColorSchemeIndex accent1
protected STColorSchemeIndex accent2
protected STColorSchemeIndex accent3
protected STColorSchemeIndex accent4
protected STColorSchemeIndex accent5
protected STColorSchemeIndex accent6
protected STColorSchemeIndex hyperlink
protected STColorSchemeIndex followedHyperlink
public STColorSchemeIndex getBg1()
STColorSchemeIndex
public void setBg1(STColorSchemeIndex value)
value
- allowed object is
STColorSchemeIndex
public STColorSchemeIndex getT1()
STColorSchemeIndex
public void setT1(STColorSchemeIndex value)
value
- allowed object is
STColorSchemeIndex
public STColorSchemeIndex getBg2()
STColorSchemeIndex
public void setBg2(STColorSchemeIndex value)
value
- allowed object is
STColorSchemeIndex
public STColorSchemeIndex getT2()
STColorSchemeIndex
public void setT2(STColorSchemeIndex value)
value
- allowed object is
STColorSchemeIndex
public STColorSchemeIndex getAccent1()
STColorSchemeIndex
public void setAccent1(STColorSchemeIndex value)
value
- allowed object is
STColorSchemeIndex
public STColorSchemeIndex getAccent2()
STColorSchemeIndex
public void setAccent2(STColorSchemeIndex value)
value
- allowed object is
STColorSchemeIndex
public STColorSchemeIndex getAccent3()
STColorSchemeIndex
public void setAccent3(STColorSchemeIndex value)
value
- allowed object is
STColorSchemeIndex
public STColorSchemeIndex getAccent4()
STColorSchemeIndex
public void setAccent4(STColorSchemeIndex value)
value
- allowed object is
STColorSchemeIndex
public STColorSchemeIndex getAccent5()
STColorSchemeIndex
public void setAccent5(STColorSchemeIndex value)
value
- allowed object is
STColorSchemeIndex
public STColorSchemeIndex getAccent6()
STColorSchemeIndex
public void setAccent6(STColorSchemeIndex value)
value
- allowed object is
STColorSchemeIndex
public STColorSchemeIndex getHyperlink()
STColorSchemeIndex
public void setHyperlink(STColorSchemeIndex value)
value
- allowed object is
STColorSchemeIndex
public STColorSchemeIndex getFollowedHyperlink()
STColorSchemeIndex
public void setFollowedHyperlink(STColorSchemeIndex value)
value
- allowed object is
STColorSchemeIndex
public Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.