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 class
XDDFSpacingPercent
class
XDDFSpacingPoints
Methods in org.apache.poi.xddf.usermodel.text that return XDDFSpacing Modifier and Type Method Description XDDFSpacing
XDDFTextParagraph. getLineSpacing()
Returns the vertical line spacing that is to be used within a paragraph.XDDFSpacing
XDDFTextParagraph. getSpaceAfter()
The amount of vertical white space after the paragraph.XDDFSpacing
XDDFTextParagraph. 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 void
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.
-