Uses of Class
org.apache.poi.sl.usermodel.TextRun.TextCap
-
Packages that use TextRun.TextCap Package Description org.apache.poi.sl.usermodel -
-
Uses of TextRun.TextCap in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return TextRun.TextCap Modifier and Type Method Description TextRun.TextCap
TextRun. getTextCap()
static TextRun.TextCap
TextRun.TextCap. valueOf(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.
-