Uses of Class
org.apache.poi.xslf.usermodel.TextAutofit

Packages that use TextAutofit
org.apache.poi.xslf.usermodel   
 

Uses of TextAutofit in org.apache.poi.xslf.usermodel
 

Methods in org.apache.poi.xslf.usermodel that return TextAutofit
 TextAutofit XSLFTextShape.getTextAutofit()
           
static TextAutofit TextAutofit.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TextAutofit[] TextAutofit.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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.
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.