Uses of Class
org.apache.poi.sl.usermodel.TextRun.FieldType
-
Packages that use TextRun.FieldType Package Description org.apache.poi.sl.usermodel -
-
Uses of TextRun.FieldType in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return TextRun.FieldType Modifier and Type Method Description TextRun.FieldTypeTextRun. getFieldType()Experimental method to determine the field type, e.g. slide numberstatic TextRun.FieldTypeTextRun.FieldType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TextRun.FieldType[]TextRun.FieldType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-