|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextHorizontalOverflow | |
---|---|
org.apache.poi.xssf.usermodel |
Uses of TextHorizontalOverflow in org.apache.poi.xssf.usermodel |
---|
Methods in org.apache.poi.xssf.usermodel that return TextHorizontalOverflow | |
---|---|
TextHorizontalOverflow |
XSSFSimpleShape.getTextHorizontalOverflow()
Returns the type of horizontal overflow for the text. |
static TextHorizontalOverflow |
TextHorizontalOverflow.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TextHorizontalOverflow[] |
TextHorizontalOverflow.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.poi.xssf.usermodel with parameters of type TextHorizontalOverflow | |
---|---|
void |
XSSFSimpleShape.setTextHorizontalOverflow(TextHorizontalOverflow overflow)
Sets the type of horizontal overflow for the text. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |