Package | Description |
---|---|
org.apache.poi.xwpf.usermodel |
Modifier and Type | Method | Description |
---|---|---|
LineSpacingRule |
XWPFParagraph.getSpacingLineRule() |
Specifies how the spacing between lines is calculated as stored in the
line attribute.
|
static LineSpacingRule |
LineSpacingRule.valueOf(int type) |
Returns the enum constant of this type with the specified name.
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
void |
XWPFParagraph.setSpacingLineRule(LineSpacingRule rule) |
Specifies how the spacing between lines is calculated as stored in the
line attribute.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.