Uses of Class
org.docx4j.dml.CTTextSpacing
Packages that use CTTextSpacing
-
Uses of CTTextSpacing in org.docx4j.dml
Fields in org.docx4j.dml declared as CTTextSpacingModifier and TypeFieldDescriptionprotected CTTextSpacingCTTextParagraphProperties.lnSpcprotected CTTextSpacingCTTextParagraphProperties.spcAftprotected CTTextSpacingCTTextParagraphProperties.spcBefMethods in org.docx4j.dml that return CTTextSpacingModifier and TypeMethodDescriptionObjectFactory.createCTTextSpacing()Create an instance ofCTTextSpacingCTTextParagraphProperties.getLnSpc()Gets the value of the lnSpc property.CTTextParagraphProperties.getSpcAft()Gets the value of the spcAft property.CTTextParagraphProperties.getSpcBef()Gets the value of the spcBef property.Methods in org.docx4j.dml with parameters of type CTTextSpacingModifier and TypeMethodDescriptionvoidCTTextParagraphProperties.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.