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 TypeMethodDescriptionvoid
XDDFParagraphProperties.setLineSpacing
(XDDFSpacing spacing) void
XDDFTextParagraph.setLineSpacing
(XDDFSpacing linespacing) This element specifies the vertical line spacing that is to be used within a paragraph.void
XDDFParagraphProperties.setSpaceAfter
(XDDFSpacing spacing) void
XDDFTextParagraph.setSpaceAfter
(XDDFSpacing spaceAfter) Set the amount of vertical white space that will be present after the paragraph.void
XDDFParagraphProperties.setSpaceBefore
(XDDFSpacing spacing) void
XDDFTextParagraph.setSpaceBefore
(XDDFSpacing spaceBefore) Set the amount of vertical white space that will be present before the paragraph.