Package org.docx4j.dml
Class CTStyleMatrix
java.lang.Object
org.docx4j.dml.CTStyleMatrix
- All Implemented Interfaces:
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CTBackgroundFillStyleListprotected CTEffectStyleListprotected CTFillStyleListprotected CTLineStyleListprotected String -
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 bgFillStyleLst property.Gets the value of the effectStyleLst property.Gets the value of the fillStyleLst property.Gets the value of the lnStyleLst property.getName()Gets the value of the name property.Gets the parent object in the object tree representing the unmarshalled xml document.voidSets the value of the bgFillStyleLst property.voidSets the value of the effectStyleLst property.voidsetFillStyleLst(CTFillStyleList value) Sets the value of the fillStyleLst property.voidsetLnStyleLst(CTLineStyleList value) Sets the value of the lnStyleLst property.voidSets the value of the name property.void
-
Field Details
-
fillStyleLst
-
lnStyleLst
-
effectStyleLst
-
bgFillStyleLst
-
name
-
-
Constructor Details
-
CTStyleMatrix
public CTStyleMatrix()
-
-
Method Details
-
getFillStyleLst
Gets the value of the fillStyleLst property.- Returns:
- possible object is
CTFillStyleList
-
setFillStyleLst
Sets the value of the fillStyleLst property.- Parameters:
value- allowed object isCTFillStyleList
-
getLnStyleLst
Gets the value of the lnStyleLst property.- Returns:
- possible object is
CTLineStyleList
-
setLnStyleLst
Sets the value of the lnStyleLst property.- Parameters:
value- allowed object isCTLineStyleList
-
getEffectStyleLst
Gets the value of the effectStyleLst property.- Returns:
- possible object is
CTEffectStyleList
-
setEffectStyleLst
Sets the value of the effectStyleLst property.- Parameters:
value- allowed object isCTEffectStyleList
-
getBgFillStyleLst
Gets the value of the bgFillStyleLst property.- Returns:
- possible object is
CTBackgroundFillStyleList
-
setBgFillStyleLst
Sets the value of the bgFillStyleLst property.- Parameters:
value- allowed object isCTBackgroundFillStyleList
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
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.
-