Uses of Class
org.apache.poi.xssf.usermodel.TextCap
-
Packages that use TextCap Package Description org.apache.poi.xssf.usermodel -
-
Uses of TextCap in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return TextCap Modifier and Type Method Description TextCap
XSSFTextRun. getTextCap()
static TextCap
TextCap. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TextCap[]
TextCap. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-