Uses of Class
org.apache.poi.sl.usermodel.TextRun.TextCap

Packages that use TextRun.TextCap
org.apache.poi.hslf.usermodel   
org.apache.poi.sl.usermodel   
org.apache.poi.xslf.usermodel   
 

Uses of TextRun.TextCap in org.apache.poi.hslf.usermodel
 

Methods in org.apache.poi.hslf.usermodel that return TextRun.TextCap
 TextRun.TextCap HSLFTextRun.getTextCap()
           
 

Uses of TextRun.TextCap in org.apache.poi.sl.usermodel
 

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

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

Methods in org.apache.poi.xslf.usermodel that return TextRun.TextCap
 TextRun.TextCap XSLFTextRun.getTextCap()
           
 



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