|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TextShape.TextAutofit | |
|---|---|
| org.apache.poi.sl.usermodel | |
| org.apache.poi.xslf.usermodel | |
| Uses of TextShape.TextAutofit in org.apache.poi.sl.usermodel |
|---|
| Methods in org.apache.poi.sl.usermodel that return TextShape.TextAutofit | |
|---|---|
static TextShape.TextAutofit |
TextShape.TextAutofit.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TextShape.TextAutofit[] |
TextShape.TextAutofit.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of TextShape.TextAutofit in org.apache.poi.xslf.usermodel |
|---|
| Methods in org.apache.poi.xslf.usermodel that return TextShape.TextAutofit | |
|---|---|
TextShape.TextAutofit |
XSLFTextShape.getTextAutofit()
|
| Methods in org.apache.poi.xslf.usermodel with parameters of type TextShape.TextAutofit | |
|---|---|
void |
XSLFTextShape.setTextAutofit(TextShape.TextAutofit value)
Specifies that a shape should be auto-fit to fully contain the text described within it. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||