Uses of Enum Class
org.apache.poi.hslf.model.textproperties.TextPropCollection.TextPropType
Packages that use TextPropCollection.TextPropType
-
Uses of TextPropCollection.TextPropType in org.apache.poi.hslf.model.textproperties
Methods in org.apache.poi.hslf.model.textproperties that return TextPropCollection.TextPropTypeModifier and TypeMethodDescriptionTextPropCollection.getTextPropType()
Returns the enum constant of this class with the specified name.static TextPropCollection.TextPropType[]
TextPropCollection.TextPropType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.poi.hslf.model.textproperties with parameters of type TextPropCollection.TextPropTypeModifierConstructorDescriptionTextPropCollection
(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().