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()
CTColors
public void setFillClrLst(CTColors value)
value
- allowed object is
CTColors
public CTColors getLinClrLst()
CTColors
public void setLinClrLst(CTColors value)
value
- allowed object is
CTColors
public CTColors getEffectClrLst()
CTColors
public void setEffectClrLst(CTColors value)
value
- allowed object is
CTColors
public CTColors getTxLinClrLst()
CTColors
public void setTxLinClrLst(CTColors value)
value
- allowed object is
CTColors
public CTColors getTxFillClrLst()
CTColors
public void setTxFillClrLst(CTColors value)
value
- allowed object is
CTColors
public CTColors getTxEffectClrLst()
CTColors
public void setTxEffectClrLst(CTColors value)
value
- allowed object is
CTColors
public CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionList
public void setExtLst(CTOfficeArtExtensionList value)
value
- allowed object is
CTOfficeArtExtensionList
public String getName()
String
Copyright © 2007-2019. All Rights Reserved.