Package | Description |
---|---|
org.apache.poi.hslf.model.textproperties | |
org.apache.poi.hslf.usermodel |
Modifier and Type | Class and Description |
---|---|
class |
BitMaskTextProp
Definition of a special kind of property of some text, or its
paragraph.
|
class |
CharFlagsTextProp
Definition for the common character text property bitset, which
handles bold/italic/underline etc.
|
class |
FontAlignmentProp
Definition for the font alignment property.
|
class |
HSLFTabStopPropCollection
Container for tabstop lists
|
class |
ParagraphFlagsTextProp
Definition for the common paragraph text property bitset.
|
class |
TextAlignmentProp
Definition for the text alignment property.
|
class |
WrapFlagsTextProp |
Modifier and Type | Method and Description |
---|---|
<T extends TextProp> |
TextPropCollection.addWithName(java.lang.String name)
Add the TextProp with this name to the list
|
<T extends TextProp> |
TextPropCollection.findByName(java.lang.String textPropName)
Fetch the TextProp with this name, or null if it isn't present
|
<T extends TextProp> |
TextPropCollection.removeByName(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
TextProp |
TextProp.copy()
Clone, eg when you want to actually make use of one of these.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TextProp> |
TextPropCollection.getTextPropList()
Fetch the TextProps that define this styling in the record order
|
Modifier and Type | Method and Description |
---|---|
void |
TextPropCollection.addProp(TextProp textProp)
Add the property at the correct position.
|
Constructor and Description |
---|
TextProp(TextProp other)
Clones the property
|
Modifier and Type | Method and Description |
---|---|
protected <T extends TextProp> |
HSLFTextParagraph.getPropVal(TextPropCollection props,
java.lang.String propName)
Fetch the value of the given Paragraph related TextProp.
|
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.