Package | Description |
---|---|
org.apache.poi.hslf.model.textproperties |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and 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().
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.