Class CTStyleEntry
java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle.CTStyleEntry
- All Implemented Interfaces:
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CTTextBodyPropertiesprotected CTTextCharacterPropertiesprotected CTStyleReferenceprotected CTOfficeArtExtensionListprotected CTStyleReferenceprotected CTFontReferenceprotected Doubleprotected CTStyleReferenceprotected CTShapeProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the bodyPr property.Gets the value of the defRPr property.Gets the value of the effectRef property.Gets the value of the extLst property.Gets the value of the fillRef property.Gets the value of the fontRef property.Gets the value of the lineWidthScale property.getLnRef()Gets the value of the lnRef property.getMods()Gets the value of the mods property.Gets the parent object in the object tree representing the unmarshalled xml document.getSpPr()Gets the value of the spPr property.voidsetBodyPr(CTTextBodyProperties value) Sets the value of the bodyPr property.voidSets the value of the defRPr property.voidsetEffectRef(CTStyleReference value) Sets the value of the effectRef property.voidSets the value of the extLst property.voidsetFillRef(CTStyleReference value) Sets the value of the fillRef property.voidsetFontRef(CTFontReference value) Sets the value of the fontRef property.voidsetLineWidthScale(Double value) Sets the value of the lineWidthScale property.voidsetLnRef(CTStyleReference value) Sets the value of the lnRef property.voidvoidsetSpPr(CTShapeProperties value) Sets the value of the spPr property.
-
Field Details
-
lnRef
-
lineWidthScale
-
fillRef
-
effectRef
-
fontRef
-
spPr
-
defRPr
-
bodyPr
-
extLst
-
mods
-
-
Constructor Details
-
CTStyleEntry
public CTStyleEntry()
-
-
Method Details
-
getLnRef
Gets the value of the lnRef property.- Returns:
- possible object is
CTStyleReference
-
setLnRef
Sets the value of the lnRef property.- Parameters:
value- allowed object isCTStyleReference
-
getLineWidthScale
Gets the value of the lineWidthScale property.- Returns:
- possible object is
Double
-
setLineWidthScale
Sets the value of the lineWidthScale property.- Parameters:
value- allowed object isDouble
-
getFillRef
Gets the value of the fillRef property.- Returns:
- possible object is
CTStyleReference
-
setFillRef
Sets the value of the fillRef property.- Parameters:
value- allowed object isCTStyleReference
-
getEffectRef
Gets the value of the effectRef property.- Returns:
- possible object is
CTStyleReference
-
setEffectRef
Sets the value of the effectRef property.- Parameters:
value- allowed object isCTStyleReference
-
getFontRef
Gets the value of the fontRef property.- Returns:
- possible object is
CTFontReference
-
setFontRef
Sets the value of the fontRef property.- Parameters:
value- allowed object isCTFontReference
-
getSpPr
Gets the value of the spPr property.- Returns:
- possible object is
CTShapeProperties
-
setSpPr
Sets the value of the spPr property.- Parameters:
value- allowed object isCTShapeProperties
-
getDefRPr
Gets the value of the defRPr property.- Returns:
- possible object is
CTTextCharacterProperties
-
setDefRPr
Sets the value of the defRPr property.- Parameters:
value- allowed object isCTTextCharacterProperties
-
getBodyPr
Gets the value of the bodyPr property.- Returns:
- possible object is
CTTextBodyProperties
-
setBodyPr
Sets the value of the bodyPr property.- Parameters:
value- allowed object isCTTextBodyProperties
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTOfficeArtExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTOfficeArtExtensionList
-
getMods
Gets the value of the mods property.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
setmethod 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 -
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-