|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LineSpacingRule | |
---|---|
org.apache.poi.xwpf.usermodel |
Uses of LineSpacingRule in org.apache.poi.xwpf.usermodel |
---|
Methods in org.apache.poi.xwpf.usermodel that return LineSpacingRule | |
---|---|
LineSpacingRule |
XWPFParagraph.getSpacingLineRule()
Specifies how the spacing between lines is calculated as stored in the line attribute. |
static LineSpacingRule |
LineSpacingRule.valueOf(int type)
|
static LineSpacingRule |
LineSpacingRule.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static LineSpacingRule[] |
LineSpacingRule.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.poi.xwpf.usermodel with parameters of type LineSpacingRule | |
---|---|
void |
XWPFParagraph.setSpacingLineRule(LineSpacingRule rule)
Specifies how the spacing between lines is calculated as stored in the line attribute. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |