Uses of Class
org.apache.poi.hslf.model.textproperties.TextPropCollection.TextPropType

Packages that use TextPropCollection.TextPropType
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
 TextPropCollection.TextPropType TextPropCollection.getTextPropType()
           
static TextPropCollection.TextPropType TextPropCollection.TextPropType.valueOf(java.lang.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
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().
 



Copyright 2016 The Apache Software Foundation or its licensors, as applicable.