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

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

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

Fields in org.apache.poi.xslf.usermodel declared as TextCap
static TextCap TextCap.ALL
           
static TextCap TextCap.NONE
           
static TextCap TextCap.SMALL
           
 

Methods in org.apache.poi.xslf.usermodel that return TextCap
 TextCap XSLFTextRun.getTextCap()
           
static TextCap[] TextCap.values()