Uses of Class
org.docx4j.dml.CTTextParagraphProperties
Packages that use CTTextParagraphProperties
-
Uses of CTTextParagraphProperties in org.docx4j.dml
Fields in org.docx4j.dml declared as CTTextParagraphPropertiesModifier and TypeFieldDescriptionprotected CTTextParagraphPropertiesCTTextListStyle.defPPrprotected CTTextParagraphPropertiesCTTextListStyle.lvl1PPrprotected CTTextParagraphPropertiesCTTextListStyle.lvl2PPrprotected CTTextParagraphPropertiesCTTextListStyle.lvl3PPrprotected CTTextParagraphPropertiesCTTextListStyle.lvl4PPrprotected CTTextParagraphPropertiesCTTextListStyle.lvl5PPrprotected CTTextParagraphPropertiesCTTextListStyle.lvl6PPrprotected CTTextParagraphPropertiesCTTextListStyle.lvl7PPrprotected CTTextParagraphPropertiesCTTextListStyle.lvl8PPrprotected CTTextParagraphPropertiesCTTextListStyle.lvl9PPrprotected CTTextParagraphPropertiesCTTextField.pPrprotected CTTextParagraphPropertiesCTTextParagraph.pPrMethods in org.docx4j.dml that return CTTextParagraphPropertiesModifier and TypeMethodDescriptionObjectFactory.createCTTextParagraphProperties()Create an instance ofCTTextParagraphPropertiesCTTextListStyle.getDefPPr()Gets the value of the defPPr property.CTTextListStyle.getLvl1PPr()Gets the value of the lvl1PPr property.CTTextListStyle.getLvl2PPr()Gets the value of the lvl2PPr property.CTTextListStyle.getLvl3PPr()Gets the value of the lvl3PPr property.CTTextListStyle.getLvl4PPr()Gets the value of the lvl4PPr property.CTTextListStyle.getLvl5PPr()Gets the value of the lvl5PPr property.CTTextListStyle.getLvl6PPr()Gets the value of the lvl6PPr property.CTTextListStyle.getLvl7PPr()Gets the value of the lvl7PPr property.CTTextListStyle.getLvl8PPr()Gets the value of the lvl8PPr property.CTTextListStyle.getLvl9PPr()Gets the value of the lvl9PPr property.CTTextField.getPPr()Gets the value of the pPr property.CTTextParagraph.getPPr()Gets the value of the pPr property.Methods in org.docx4j.dml with parameters of type CTTextParagraphPropertiesModifier and TypeMethodDescriptionvoidCTTextListStyle.setDefPPr(CTTextParagraphProperties value) Sets the value of the defPPr property.voidCTTextListStyle.setLvl1PPr(CTTextParagraphProperties value) Sets the value of the lvl1PPr property.voidCTTextListStyle.setLvl2PPr(CTTextParagraphProperties value) Sets the value of the lvl2PPr property.voidCTTextListStyle.setLvl3PPr(CTTextParagraphProperties value) Sets the value of the lvl3PPr property.voidCTTextListStyle.setLvl4PPr(CTTextParagraphProperties value) Sets the value of the lvl4PPr property.voidCTTextListStyle.setLvl5PPr(CTTextParagraphProperties value) Sets the value of the lvl5PPr property.voidCTTextListStyle.setLvl6PPr(CTTextParagraphProperties value) Sets the value of the lvl6PPr property.voidCTTextListStyle.setLvl7PPr(CTTextParagraphProperties value) Sets the value of the lvl7PPr property.voidCTTextListStyle.setLvl8PPr(CTTextParagraphProperties value) Sets the value of the lvl8PPr property.voidCTTextListStyle.setLvl9PPr(CTTextParagraphProperties value) Sets the value of the lvl9PPr property.voidCTTextField.setPPr(CTTextParagraphProperties value) Sets the value of the pPr property.voidCTTextParagraph.setPPr(CTTextParagraphProperties value) Sets the value of the pPr property.