public class CTColorMapping extends Object
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>
| 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 CTOfficeArtExtensionList |
extLst |
protected STColorSchemeIndex |
folHlink |
protected STColorSchemeIndex |
hlink |
protected STColorSchemeIndex |
tx1 |
protected STColorSchemeIndex |
tx2 |
| Constructor and Description |
|---|
CTColorMapping() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
CTOfficeArtExtensionList |
getExtLst()
Gets the value of the extLst property.
|
STColorSchemeIndex |
getFolHlink()
Gets the value of the folHlink property.
|
STColorSchemeIndex |
getHlink()
Gets the value of the hlink property.
|
STColorSchemeIndex |
getTx1()
Gets the value of the tx1 property.
|
STColorSchemeIndex |
getTx2()
Gets the value of the tx2 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 |
setExtLst(CTOfficeArtExtensionList value)
Sets the value of the extLst property.
|
void |
setFolHlink(STColorSchemeIndex value)
Sets the value of the folHlink property.
|
void |
setHlink(STColorSchemeIndex value)
Sets the value of the hlink property.
|
void |
setTx1(STColorSchemeIndex value)
Sets the value of the tx1 property.
|
void |
setTx2(STColorSchemeIndex value)
Sets the value of the tx2 property.
|
protected CTOfficeArtExtensionList extLst
protected STColorSchemeIndex bg1
protected STColorSchemeIndex tx1
protected STColorSchemeIndex bg2
protected STColorSchemeIndex tx2
protected STColorSchemeIndex accent1
protected STColorSchemeIndex accent2
protected STColorSchemeIndex accent3
protected STColorSchemeIndex accent4
protected STColorSchemeIndex accent5
protected STColorSchemeIndex accent6
protected STColorSchemeIndex hlink
protected STColorSchemeIndex folHlink
public CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionListpublic void setExtLst(CTOfficeArtExtensionList value)
value - allowed object is
CTOfficeArtExtensionListpublic STColorSchemeIndex getBg1()
STColorSchemeIndexpublic void setBg1(STColorSchemeIndex value)
value - allowed object is
STColorSchemeIndexpublic STColorSchemeIndex getTx1()
STColorSchemeIndexpublic void setTx1(STColorSchemeIndex value)
value - allowed object is
STColorSchemeIndexpublic STColorSchemeIndex getBg2()
STColorSchemeIndexpublic void setBg2(STColorSchemeIndex value)
value - allowed object is
STColorSchemeIndexpublic STColorSchemeIndex getTx2()
STColorSchemeIndexpublic void setTx2(STColorSchemeIndex value)
value - allowed object is
STColorSchemeIndexpublic STColorSchemeIndex getAccent1()
STColorSchemeIndexpublic void setAccent1(STColorSchemeIndex value)
value - allowed object is
STColorSchemeIndexpublic STColorSchemeIndex getAccent2()
STColorSchemeIndexpublic void setAccent2(STColorSchemeIndex value)
value - allowed object is
STColorSchemeIndexpublic STColorSchemeIndex getAccent3()
STColorSchemeIndexpublic void setAccent3(STColorSchemeIndex value)
value - allowed object is
STColorSchemeIndexpublic STColorSchemeIndex getAccent4()
STColorSchemeIndexpublic void setAccent4(STColorSchemeIndex value)
value - allowed object is
STColorSchemeIndexpublic STColorSchemeIndex getAccent5()
STColorSchemeIndexpublic void setAccent5(STColorSchemeIndex value)
value - allowed object is
STColorSchemeIndexpublic STColorSchemeIndex getAccent6()
STColorSchemeIndexpublic void setAccent6(STColorSchemeIndex value)
value - allowed object is
STColorSchemeIndexpublic STColorSchemeIndex getHlink()
STColorSchemeIndexpublic void setHlink(STColorSchemeIndex value)
value - allowed object is
STColorSchemeIndexpublic STColorSchemeIndex getFolHlink()
STColorSchemeIndexpublic void setFolHlink(STColorSchemeIndex value)
value - allowed object is
STColorSchemeIndexCopyright © 2007-2019. All Rights Reserved.