Package org.docx4j.dml
Class CTTextListStyle
java.lang.Object
org.docx4j.dml.CTTextListStyle
- All Implemented Interfaces:
Child
public class CTTextListStyle extends java.lang.Object implements Child
Java class for CT_TextListStyle complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TextListStyle">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="defPPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextParagraphProperties" minOccurs="0"/>
<element name="lvl1pPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextParagraphProperties" minOccurs="0"/>
<element name="lvl2pPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextParagraphProperties" minOccurs="0"/>
<element name="lvl3pPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextParagraphProperties" minOccurs="0"/>
<element name="lvl4pPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextParagraphProperties" minOccurs="0"/>
<element name="lvl5pPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextParagraphProperties" minOccurs="0"/>
<element name="lvl6pPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextParagraphProperties" minOccurs="0"/>
<element name="lvl7pPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextParagraphProperties" minOccurs="0"/>
<element name="lvl8pPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextParagraphProperties" minOccurs="0"/>
<element name="lvl9pPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextParagraphProperties" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected CTTextParagraphPropertiesdefPPrprotected CTOfficeArtExtensionListextLstprotected CTTextParagraphPropertieslvl1PPrprotected CTTextParagraphPropertieslvl2PPrprotected CTTextParagraphPropertieslvl3PPrprotected CTTextParagraphPropertieslvl4PPrprotected CTTextParagraphPropertieslvl5PPrprotected CTTextParagraphPropertieslvl6PPrprotected CTTextParagraphPropertieslvl7PPrprotected CTTextParagraphPropertieslvl8PPrprotected CTTextParagraphPropertieslvl9PPr -
Constructor Summary
Constructors Constructor Description CTTextListStyle() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTTextParagraphPropertiesgetDefPPr()Gets the value of the defPPr property.CTOfficeArtExtensionListgetExtLst()Gets the value of the extLst property.CTTextParagraphPropertiesgetLvl1PPr()Gets the value of the lvl1PPr property.CTTextParagraphPropertiesgetLvl2PPr()Gets the value of the lvl2PPr property.CTTextParagraphPropertiesgetLvl3PPr()Gets the value of the lvl3PPr property.CTTextParagraphPropertiesgetLvl4PPr()Gets the value of the lvl4PPr property.CTTextParagraphPropertiesgetLvl5PPr()Gets the value of the lvl5PPr property.CTTextParagraphPropertiesgetLvl6PPr()Gets the value of the lvl6PPr property.CTTextParagraphPropertiesgetLvl7PPr()Gets the value of the lvl7PPr property.CTTextParagraphPropertiesgetLvl8PPr()Gets the value of the lvl8PPr property.CTTextParagraphPropertiesgetLvl9PPr()Gets the value of the lvl9PPr property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.voidsetDefPPr(CTTextParagraphProperties value)Sets the value of the defPPr property.voidsetExtLst(CTOfficeArtExtensionList value)Sets the value of the extLst property.voidsetLvl1PPr(CTTextParagraphProperties value)Sets the value of the lvl1PPr property.voidsetLvl2PPr(CTTextParagraphProperties value)Sets the value of the lvl2PPr property.voidsetLvl3PPr(CTTextParagraphProperties value)Sets the value of the lvl3PPr property.voidsetLvl4PPr(CTTextParagraphProperties value)Sets the value of the lvl4PPr property.voidsetLvl5PPr(CTTextParagraphProperties value)Sets the value of the lvl5PPr property.voidsetLvl6PPr(CTTextParagraphProperties value)Sets the value of the lvl6PPr property.voidsetLvl7PPr(CTTextParagraphProperties value)Sets the value of the lvl7PPr property.voidsetLvl8PPr(CTTextParagraphProperties value)Sets the value of the lvl8PPr property.voidsetLvl9PPr(CTTextParagraphProperties value)Sets the value of the lvl9PPr property.voidsetParent(java.lang.Object parent)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
defPPr
-
lvl1PPr
-
lvl2PPr
-
lvl3PPr
-
lvl4PPr
-
lvl5PPr
-
lvl6PPr
-
lvl7PPr
-
lvl8PPr
-
lvl9PPr
-
extLst
-
-
Constructor Details
-
CTTextListStyle
public CTTextListStyle()
-
-
Method Details
-
getDefPPr
Gets the value of the defPPr property.- Returns:
- possible object is
CTTextParagraphProperties
-
setDefPPr
Sets the value of the defPPr property.- Parameters:
value- allowed object isCTTextParagraphProperties
-
getLvl1PPr
Gets the value of the lvl1PPr property.- Returns:
- possible object is
CTTextParagraphProperties
-
setLvl1PPr
Sets the value of the lvl1PPr property.- Parameters:
value- allowed object isCTTextParagraphProperties
-
getLvl2PPr
Gets the value of the lvl2PPr property.- Returns:
- possible object is
CTTextParagraphProperties
-
setLvl2PPr
Sets the value of the lvl2PPr property.- Parameters:
value- allowed object isCTTextParagraphProperties
-
getLvl3PPr
Gets the value of the lvl3PPr property.- Returns:
- possible object is
CTTextParagraphProperties
-
setLvl3PPr
Sets the value of the lvl3PPr property.- Parameters:
value- allowed object isCTTextParagraphProperties
-
getLvl4PPr
Gets the value of the lvl4PPr property.- Returns:
- possible object is
CTTextParagraphProperties
-
setLvl4PPr
Sets the value of the lvl4PPr property.- Parameters:
value- allowed object isCTTextParagraphProperties
-
getLvl5PPr
Gets the value of the lvl5PPr property.- Returns:
- possible object is
CTTextParagraphProperties
-
setLvl5PPr
Sets the value of the lvl5PPr property.- Parameters:
value- allowed object isCTTextParagraphProperties
-
getLvl6PPr
Gets the value of the lvl6PPr property.- Returns:
- possible object is
CTTextParagraphProperties
-
setLvl6PPr
Sets the value of the lvl6PPr property.- Parameters:
value- allowed object isCTTextParagraphProperties
-
getLvl7PPr
Gets the value of the lvl7PPr property.- Returns:
- possible object is
CTTextParagraphProperties
-
setLvl7PPr
Sets the value of the lvl7PPr property.- Parameters:
value- allowed object isCTTextParagraphProperties
-
getLvl8PPr
Gets the value of the lvl8PPr property.- Returns:
- possible object is
CTTextParagraphProperties
-
setLvl8PPr
Sets the value of the lvl8PPr property.- Parameters:
value- allowed object isCTTextParagraphProperties
-
getLvl9PPr
Gets the value of the lvl9PPr property.- Returns:
- possible object is
CTTextParagraphProperties
-
setLvl9PPr
Sets the value of the lvl9PPr property.- Parameters:
value- allowed object isCTTextParagraphProperties
-
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
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)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.
-