public class CTCTStyleLabel extends Object
Java class for CT_CTStyleLabel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_CTStyleLabel">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="fillClrLst" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}CT_Colors" minOccurs="0"/>
<element name="linClrLst" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}CT_Colors" minOccurs="0"/>
<element name="effectClrLst" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}CT_Colors" minOccurs="0"/>
<element name="txLinClrLst" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}CT_Colors" minOccurs="0"/>
<element name="txFillClrLst" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}CT_Colors" minOccurs="0"/>
<element name="txEffectClrLst" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}CT_Colors" minOccurs="0"/>
<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 CTColors |
effectClrLst |
protected CTOfficeArtExtensionList |
extLst |
protected CTColors |
fillClrLst |
protected CTColors |
linClrLst |
protected String |
name |
protected CTColors |
txEffectClrLst |
protected CTColors |
txFillClrLst |
protected CTColors |
txLinClrLst |
| Constructor and Description |
|---|
CTCTStyleLabel() |
| Modifier and Type | Method and Description |
|---|---|
CTColors |
getEffectClrLst()
Gets the value of the effectClrLst property.
|
CTOfficeArtExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTColors |
getFillClrLst()
Gets the value of the fillClrLst property.
|
CTColors |
getLinClrLst()
Gets the value of the linClrLst property.
|
String |
getName()
Gets the value of the name property.
|
CTColors |
getTxEffectClrLst()
Gets the value of the txEffectClrLst property.
|
CTColors |
getTxFillClrLst()
Gets the value of the txFillClrLst property.
|
CTColors |
getTxLinClrLst()
Gets the value of the txLinClrLst property.
|
void |
setEffectClrLst(CTColors value)
Sets the value of the effectClrLst property.
|
void |
setExtLst(CTOfficeArtExtensionList value)
Sets the value of the extLst property.
|
void |
setFillClrLst(CTColors value)
Sets the value of the fillClrLst property.
|
void |
setLinClrLst(CTColors value)
Sets the value of the linClrLst property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setTxEffectClrLst(CTColors value)
Sets the value of the txEffectClrLst property.
|
void |
setTxFillClrLst(CTColors value)
Sets the value of the txFillClrLst property.
|
void |
setTxLinClrLst(CTColors value)
Sets the value of the txLinClrLst property.
|
protected CTColors fillClrLst
protected CTColors linClrLst
protected CTColors effectClrLst
protected CTColors txLinClrLst
protected CTColors txFillClrLst
protected CTColors txEffectClrLst
protected CTOfficeArtExtensionList extLst
protected String name
public CTColors getFillClrLst()
CTColorspublic void setFillClrLst(CTColors value)
value - allowed object is
CTColorspublic CTColors getLinClrLst()
CTColorspublic void setLinClrLst(CTColors value)
value - allowed object is
CTColorspublic CTColors getEffectClrLst()
CTColorspublic void setEffectClrLst(CTColors value)
value - allowed object is
CTColorspublic CTColors getTxLinClrLst()
CTColorspublic void setTxLinClrLst(CTColors value)
value - allowed object is
CTColorspublic CTColors getTxFillClrLst()
CTColorspublic void setTxFillClrLst(CTColors value)
value - allowed object is
CTColorspublic CTColors getTxEffectClrLst()
CTColorspublic void setTxEffectClrLst(CTColors value)
value - allowed object is
CTColorspublic CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionListpublic void setExtLst(CTOfficeArtExtensionList value)
value - allowed object is
CTOfficeArtExtensionListpublic String getName()
StringCopyright © 2007-2019. All Rights Reserved.