public class CTCTStyleLabel extends Object implements Child
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 |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
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.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
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 |
setParent(Object parent) |
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()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic 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.