Package | Description |
---|---|
org.apache.poi.xddf.usermodel.text |
Modifier and Type | Class and Description |
---|---|
class |
XDDFSpacingPercent |
class |
XDDFSpacingPoints |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.