public class CTColorScheme extends Object
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>
Modifier and Type | Field and Description |
---|---|
protected CTColor |
accent1 |
protected CTColor |
accent2 |
protected CTColor |
accent3 |
protected CTColor |
accent4 |
protected CTColor |
accent5 |
protected CTColor |
accent6 |
protected CTColor |
dk1 |
protected CTColor |
dk2 |
protected CTOfficeArtExtensionList |
extLst |
protected CTColor |
folHlink |
protected CTColor |
hlink |
protected CTColor |
lt1 |
protected CTColor |
lt2 |
protected String |
name |
Constructor and Description |
---|
CTColorScheme() |
Modifier and Type | Method and Description |
---|---|
CTColor |
getAccent1()
Gets the value of the accent1 property.
|
CTColor |
getAccent2()
Gets the value of the accent2 property.
|
CTColor |
getAccent3()
Gets the value of the accent3 property.
|
CTColor |
getAccent4()
Gets the value of the accent4 property.
|
CTColor |
getAccent5()
Gets the value of the accent5 property.
|
CTColor |
getAccent6()
Gets the value of the accent6 property.
|
CTColor |
getDk1()
Gets the value of the dk1 property.
|
CTColor |
getDk2()
Gets the value of the dk2 property.
|
CTOfficeArtExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTColor |
getFolHlink()
Gets the value of the folHlink property.
|
CTColor |
getHlink()
Gets the value of the hlink property.
|
CTColor |
getLt1()
Gets the value of the lt1 property.
|
CTColor |
getLt2()
Gets the value of the lt2 property.
|
String |
getName()
Gets the value of the name property.
|
void |
setAccent1(CTColor value)
Sets the value of the accent1 property.
|
void |
setAccent2(CTColor value)
Sets the value of the accent2 property.
|
void |
setAccent3(CTColor value)
Sets the value of the accent3 property.
|
void |
setAccent4(CTColor value)
Sets the value of the accent4 property.
|
void |
setAccent5(CTColor value)
Sets the value of the accent5 property.
|
void |
setAccent6(CTColor value)
Sets the value of the accent6 property.
|
void |
setDk1(CTColor value)
Sets the value of the dk1 property.
|
void |
setDk2(CTColor value)
Sets the value of the dk2 property.
|
void |
setExtLst(CTOfficeArtExtensionList value)
Sets the value of the extLst property.
|
void |
setFolHlink(CTColor value)
Sets the value of the folHlink property.
|
void |
setHlink(CTColor value)
Sets the value of the hlink property.
|
void |
setLt1(CTColor value)
Sets the value of the lt1 property.
|
void |
setLt2(CTColor value)
Sets the value of the lt2 property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected CTColor dk1
protected CTColor lt1
protected CTColor dk2
protected CTColor lt2
protected CTColor accent1
protected CTColor accent2
protected CTColor accent3
protected CTColor accent4
protected CTColor accent5
protected CTColor accent6
protected CTColor hlink
protected CTColor folHlink
protected CTOfficeArtExtensionList extLst
protected String name
public CTColor getDk1()
CTColor
public void setDk1(CTColor value)
value
- allowed object is
CTColor
public CTColor getLt1()
CTColor
public void setLt1(CTColor value)
value
- allowed object is
CTColor
public CTColor getDk2()
CTColor
public void setDk2(CTColor value)
value
- allowed object is
CTColor
public CTColor getLt2()
CTColor
public void setLt2(CTColor value)
value
- allowed object is
CTColor
public CTColor getAccent1()
CTColor
public void setAccent1(CTColor value)
value
- allowed object is
CTColor
public CTColor getAccent2()
CTColor
public void setAccent2(CTColor value)
value
- allowed object is
CTColor
public CTColor getAccent3()
CTColor
public void setAccent3(CTColor value)
value
- allowed object is
CTColor
public CTColor getAccent4()
CTColor
public void setAccent4(CTColor value)
value
- allowed object is
CTColor
public CTColor getAccent5()
CTColor
public void setAccent5(CTColor value)
value
- allowed object is
CTColor
public CTColor getAccent6()
CTColor
public void setAccent6(CTColor value)
value
- allowed object is
CTColor
public CTColor getHlink()
CTColor
public void setHlink(CTColor value)
value
- allowed object is
CTColor
public CTColor getFolHlink()
CTColor
public void setFolHlink(CTColor value)
value
- allowed object is
CTColor
public CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionList
public void setExtLst(CTOfficeArtExtensionList value)
value
- allowed object is
CTOfficeArtExtensionList
public String getName()
String
Copyright © 2007-2019. All Rights Reserved.