public class CTStyleMatrix extends Object implements Child
Java class for CT_StyleMatrix complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_StyleMatrix">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="fillStyleLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_FillStyleList"/>
<element name="lnStyleLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_LineStyleList"/>
<element name="effectStyleLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_EffectStyleList"/>
<element name="bgFillStyleLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_BackgroundFillStyleList"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTBackgroundFillStyleList |
bgFillStyleLst |
protected CTEffectStyleList |
effectStyleLst |
protected CTFillStyleList |
fillStyleLst |
protected CTLineStyleList |
lnStyleLst |
protected String |
name |
| Constructor and Description |
|---|
CTStyleMatrix() |
| 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.
|
CTBackgroundFillStyleList |
getBgFillStyleLst()
Gets the value of the bgFillStyleLst property.
|
CTEffectStyleList |
getEffectStyleLst()
Gets the value of the effectStyleLst property.
|
CTFillStyleList |
getFillStyleLst()
Gets the value of the fillStyleLst property.
|
CTLineStyleList |
getLnStyleLst()
Gets the value of the lnStyleLst 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.
|
void |
setBgFillStyleLst(CTBackgroundFillStyleList value)
Sets the value of the bgFillStyleLst property.
|
void |
setEffectStyleLst(CTEffectStyleList value)
Sets the value of the effectStyleLst property.
|
void |
setFillStyleLst(CTFillStyleList value)
Sets the value of the fillStyleLst property.
|
void |
setLnStyleLst(CTLineStyleList value)
Sets the value of the lnStyleLst property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setParent(Object parent) |
protected CTFillStyleList fillStyleLst
protected CTLineStyleList lnStyleLst
protected CTEffectStyleList effectStyleLst
protected CTBackgroundFillStyleList bgFillStyleLst
protected String name
public CTFillStyleList getFillStyleLst()
CTFillStyleListpublic void setFillStyleLst(CTFillStyleList value)
value - allowed object is
CTFillStyleListpublic CTLineStyleList getLnStyleLst()
CTLineStyleListpublic void setLnStyleLst(CTLineStyleList value)
value - allowed object is
CTLineStyleListpublic CTEffectStyleList getEffectStyleLst()
CTEffectStyleListpublic void setEffectStyleLst(CTEffectStyleList value)
value - allowed object is
CTEffectStyleListpublic CTBackgroundFillStyleList getBgFillStyleLst()
CTBackgroundFillStyleListpublic void setBgFillStyleLst(CTBackgroundFillStyleList value)
value - allowed object is
CTBackgroundFillStyleListpublic 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.