Uses of Class
org.apache.poi.hslf.model.textproperties.TextPropCollection.TextPropType
-
Packages that use TextPropCollection.TextPropType Package Description org.apache.poi.hslf.model.textproperties -
-
Uses of TextPropCollection.TextPropType in org.apache.poi.hslf.model.textproperties
Methods in org.apache.poi.hslf.model.textproperties that return TextPropCollection.TextPropType Modifier and Type Method Description TextPropCollection.TextPropTypeTextPropCollection. getTextPropType()static TextPropCollection.TextPropTypeTextPropCollection.TextPropType. valueOf(String name)Returns the enum constant of this type with the specified name.static TextPropCollection.TextPropType[]TextPropCollection.TextPropType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.poi.hslf.model.textproperties with parameters of type TextPropCollection.TextPropType Constructor Description TextPropCollection(int charactersCovered, TextPropCollection.TextPropType textPropType)Create a new collection of text properties (be they paragraph or character) which will be groked via a subsequent call to buildTextPropList().
-