| Package | Description | 
|---|---|
| org.apache.poi.hslf.model.textproperties | |
| org.apache.poi.hslf.usermodel | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BitMaskTextPropDefinition of a special kind of property of some text, or its
  paragraph. | 
| class  | CharFlagsTextPropDefinition for the common character text property bitset, which
  handles bold/italic/underline etc. | 
| class  | FontAlignmentPropDefinition for the font alignment property. | 
| class  | HSLFTabStopPropCollectionContainer for tabstop lists | 
| class  | ParagraphFlagsTextPropDefinition for the common paragraph text property bitset. | 
| class  | TextAlignmentPropDefinition 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. clone()Deprecated.  | 
| 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 2020 The Apache Software Foundation or its licensors, as applicable.