Java org.apache.poi.xwpf.usermodel LineSpacingRule fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.xwpf.usermodel LineSpacingRule fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.xwpf.usermodel LineSpacingRule.

The text is from its open source code.

Field

LineSpacingRuleAUTO
Specifies that the line spacing of the parent object shall be automatically determined by the size of its contents, with no predetermined minimum or maximum size.
LineSpacingRuleEXACT
Specifies that the height of the line shall be exactly the value specified, regardless of the size of the contents If the contents are too large for the specified height, then they shall be clipped as necessary.
LineSpacingRuleAT_LEAST
Specifies that the height of the line shall be at least the value specified, but may be expanded to fit its content as needed.

Method

intgetValue()
LineSpacingRulevalueOf(int type)