public class CTStyleEntry extends Object implements Child
Java class for CT_StyleEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_StyleEntry">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="lnRef" type="{http://schemas.microsoft.com/office/drawing/2012/chartStyle}CT_StyleReference"/>
<element name="lineWidthScale" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="fillRef" type="{http://schemas.microsoft.com/office/drawing/2012/chartStyle}CT_StyleReference"/>
<element name="effectRef" type="{http://schemas.microsoft.com/office/drawing/2012/chartStyle}CT_StyleReference"/>
<element name="fontRef" type="{http://schemas.microsoft.com/office/drawing/2012/chartStyle}CT_FontReference"/>
<element name="spPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ShapeProperties" minOccurs="0"/>
<element name="defRPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextCharacterProperties" minOccurs="0"/>
<element name="bodyPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextBodyProperties" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
</sequence>
<attribute name="mods" type="{http://schemas.microsoft.com/office/drawing/2012/chartStyle}ST_StyleEntryModifierList" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTTextBodyProperties |
bodyPr |
protected CTTextCharacterProperties |
defRPr |
protected CTStyleReference |
effectRef |
protected CTOfficeArtExtensionList |
extLst |
protected CTStyleReference |
fillRef |
protected CTFontReference |
fontRef |
protected Double |
lineWidthScale |
protected CTStyleReference |
lnRef |
protected List<String> |
mods |
protected CTShapeProperties |
spPr |
| Constructor and Description |
|---|
CTStyleEntry() |
| 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.
|
CTTextBodyProperties |
getBodyPr()
Gets the value of the bodyPr property.
|
CTTextCharacterProperties |
getDefRPr()
Gets the value of the defRPr property.
|
CTStyleReference |
getEffectRef()
Gets the value of the effectRef property.
|
CTOfficeArtExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTStyleReference |
getFillRef()
Gets the value of the fillRef property.
|
CTFontReference |
getFontRef()
Gets the value of the fontRef property.
|
Double |
getLineWidthScale()
Gets the value of the lineWidthScale property.
|
CTStyleReference |
getLnRef()
Gets the value of the lnRef property.
|
List<String> |
getMods()
Gets the value of the mods property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTShapeProperties |
getSpPr()
Gets the value of the spPr property.
|
void |
setBodyPr(CTTextBodyProperties value)
Sets the value of the bodyPr property.
|
void |
setDefRPr(CTTextCharacterProperties value)
Sets the value of the defRPr property.
|
void |
setEffectRef(CTStyleReference value)
Sets the value of the effectRef property.
|
void |
setExtLst(CTOfficeArtExtensionList value)
Sets the value of the extLst property.
|
void |
setFillRef(CTStyleReference value)
Sets the value of the fillRef property.
|
void |
setFontRef(CTFontReference value)
Sets the value of the fontRef property.
|
void |
setLineWidthScale(Double value)
Sets the value of the lineWidthScale property.
|
void |
setLnRef(CTStyleReference value)
Sets the value of the lnRef property.
|
void |
setParent(Object parent) |
void |
setSpPr(CTShapeProperties value)
Sets the value of the spPr property.
|
protected CTStyleReference lnRef
protected Double lineWidthScale
protected CTStyleReference fillRef
protected CTStyleReference effectRef
protected CTFontReference fontRef
protected CTShapeProperties spPr
protected CTTextCharacterProperties defRPr
protected CTTextBodyProperties bodyPr
protected CTOfficeArtExtensionList extLst
public CTStyleReference getLnRef()
CTStyleReferencepublic void setLnRef(CTStyleReference value)
value - allowed object is
CTStyleReferencepublic Double getLineWidthScale()
Doublepublic void setLineWidthScale(Double value)
value - allowed object is
Doublepublic CTStyleReference getFillRef()
CTStyleReferencepublic void setFillRef(CTStyleReference value)
value - allowed object is
CTStyleReferencepublic CTStyleReference getEffectRef()
CTStyleReferencepublic void setEffectRef(CTStyleReference value)
value - allowed object is
CTStyleReferencepublic CTFontReference getFontRef()
CTFontReferencepublic void setFontRef(CTFontReference value)
value - allowed object is
CTFontReferencepublic CTShapeProperties getSpPr()
CTShapePropertiespublic void setSpPr(CTShapeProperties value)
value - allowed object is
CTShapePropertiespublic CTTextCharacterProperties getDefRPr()
CTTextCharacterPropertiespublic void setDefRPr(CTTextCharacterProperties value)
value - allowed object is
CTTextCharacterPropertiespublic CTTextBodyProperties getBodyPr()
CTTextBodyPropertiespublic void setBodyPr(CTTextBodyProperties value)
value - allowed object is
CTTextBodyPropertiespublic CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionListpublic void setExtLst(CTOfficeArtExtensionList value)
value - allowed object is
CTOfficeArtExtensionListpublic List<String> getMods()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the mods property.
For example, to add a new item, do as follows:
getMods().add(newItem);
Objects of the following type(s) are allowed in the list
String
public 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-2020. All Rights Reserved.