Uses of Class
org.apache.poi.xddf.usermodel.text.XDDFSpacing
Packages that use XDDFSpacing
-
Uses of XDDFSpacing in org.apache.poi.xddf.usermodel.text
Subclasses of XDDFSpacing in org.apache.poi.xddf.usermodel.textMethods in org.apache.poi.xddf.usermodel.text that return XDDFSpacingModifier and TypeMethodDescriptionXDDFTextParagraph.getLineSpacing()Returns the vertical line spacing that is to be used within a paragraph.XDDFTextParagraph.getSpaceAfter()The amount of vertical white space after the paragraph.XDDFTextParagraph.getSpaceBefore()The amount of vertical white space before the paragraph.Methods in org.apache.poi.xddf.usermodel.text with parameters of type XDDFSpacingModifier and TypeMethodDescriptionvoidXDDFParagraphProperties.setLineSpacing(XDDFSpacing spacing) voidXDDFTextParagraph.setLineSpacing(XDDFSpacing linespacing) This element specifies the vertical line spacing that is to be used within a paragraph.voidXDDFParagraphProperties.setSpaceAfter(XDDFSpacing spacing) voidXDDFTextParagraph.setSpaceAfter(XDDFSpacing spaceAfter) Set the amount of vertical white space that will be present after the paragraph.voidXDDFParagraphProperties.setSpaceBefore(XDDFSpacing spacing) voidXDDFTextParagraph.setSpaceBefore(XDDFSpacing spaceBefore) Set the amount of vertical white space that will be present before the paragraph.