Uses of Class
org.docx4j.dml.CTTextSpacing
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of CTTextSpacing in org.docx4j.dml
Fields in org.docx4j.dml declared as CTTextSpacing Modifier and Type Field Description protected CTTextSpacingCTTextParagraphProperties. lnSpcprotected CTTextSpacingCTTextParagraphProperties. spcAftprotected CTTextSpacingCTTextParagraphProperties. spcBefMethods in org.docx4j.dml that return CTTextSpacing Modifier and Type Method Description CTTextSpacingObjectFactory. createCTTextSpacing()Create an instance ofCTTextSpacingCTTextSpacingCTTextParagraphProperties. getLnSpc()Gets the value of the lnSpc property.CTTextSpacingCTTextParagraphProperties. getSpcAft()Gets the value of the spcAft property.CTTextSpacingCTTextParagraphProperties. getSpcBef()Gets the value of the spcBef property.Methods in org.docx4j.dml with parameters of type CTTextSpacing Modifier and Type Method Description voidCTTextParagraphProperties. setLnSpc(CTTextSpacing value)Sets the value of the lnSpc property.voidCTTextParagraphProperties. setSpcAft(CTTextSpacing value)Sets the value of the spcAft property.voidCTTextParagraphProperties. setSpcBef(CTTextSpacing value)Sets the value of the spcBef property.