|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextAutofit | |
---|---|
org.apache.poi.xslf.usermodel |
Uses of TextAutofit in org.apache.poi.xslf.usermodel |
---|
Fields in org.apache.poi.xslf.usermodel declared as TextAutofit | |
---|---|
static TextAutofit |
TextAutofit.NONE
Specifies that text within the text body should not be auto-fit to the bounding box. |
static TextAutofit |
TextAutofit.NORMAL
Specifies that text within the text body should be normally auto-fit to the bounding box. |
static TextAutofit |
TextAutofit.SHAPE
Specifies that a shape should be auto-fit to fully contain the text described within it. |
Methods in org.apache.poi.xslf.usermodel that return TextAutofit | |
---|---|
TextAutofit |
XSLFTextShape.getTextAutofit()
|
Methods in org.apache.poi.xslf.usermodel with parameters of type TextAutofit | |
---|---|
void |
XSLFTextShape.setTextAutofit(TextAutofit value)
Specifies that a shape should be auto-fit to fully contain the text described within it. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |