Uses of Class
org.apache.poi.xddf.usermodel.text.XDDFSpacing
-
Packages that use XDDFSpacing Package Description org.apache.poi.xddf.usermodel.text -
-
Uses of XDDFSpacing in org.apache.poi.xddf.usermodel.text
Subclasses of XDDFSpacing in org.apache.poi.xddf.usermodel.text Modifier and Type Class Description classXDDFSpacingPercentclassXDDFSpacingPointsMethods in org.apache.poi.xddf.usermodel.text that return XDDFSpacing Modifier and Type Method Description XDDFSpacingXDDFTextParagraph. getLineSpacing()Returns the vertical line spacing that is to be used within a paragraph.XDDFSpacingXDDFTextParagraph. getSpaceAfter()The amount of vertical white space after the paragraph.XDDFSpacingXDDFTextParagraph. getSpaceBefore()The amount of vertical white space before the paragraph.Methods in org.apache.poi.xddf.usermodel.text with parameters of type XDDFSpacing Modifier and Type Method Description voidXDDFParagraphProperties. 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.
-