Package | Description |
---|---|
org.apache.poi.hslf.model | |
org.apache.poi.hslf.model.textproperties | |
org.apache.poi.hslf.record |
Modifier and Type | Method | Description |
---|---|---|
abstract TextProp |
MasterSheet.getStyleAttribute(int txtype,
int level,
java.lang.String name,
boolean isCharacter) |
Pickup a style attribute from the master.
|
TextProp |
SlideMaster.getStyleAttribute(int txtype,
int level,
java.lang.String name,
boolean isCharacter) |
Pickup a style attribute from the master.
|
TextProp |
TitleMaster.getStyleAttribute(int txtype,
int level,
java.lang.String name,
boolean isCharacter) |
Delegate the call to the underlying slide master.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AlignmentTextProp |
Definition for the alignment text property.
|
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 |
ParagraphFlagsTextProp |
Definition for the common paragraph text property bitset.
|
Modifier and Type | Method | Description |
---|---|---|
TextProp |
TextPropCollection.addWithName(java.lang.String name) |
Add the TextProp with this name to the list
|
TextProp |
TextPropCollection.findByName(java.lang.String textPropName) |
Fetch the TextProp with this name, or null if it isn't present
|
Modifier and Type | Method | Description |
---|---|---|
java.util.LinkedList<TextProp> |
TextPropCollection.getTextPropList() |
Fetch the TextProps that define this styling
|
Modifier and Type | Method | Description |
---|---|---|
int |
TextPropCollection.buildTextPropList(int containsField,
TextProp[] potentialProperties,
byte[] data,
int dataOffset) |
For an existing set of text properties, build the list of
properties coded for in a given run of properties.
|
Modifier and Type | Field | Description |
---|---|---|
static TextProp[] |
StyleTextPropAtom.characterTextPropTypes |
All the different kinds of character properties we might handle
|
static TextProp[] |
StyleTextPropAtom.paragraphTextPropTypes |
All the different kinds of paragraph properties we might handle
|
Modifier and Type | Method | Description |
---|---|---|
protected TextProp[] |
TxMasterStyleAtom.getCharacterProps(int type,
int level) |
Character properties for the specified text type and
indent level.
|
protected TextProp[] |
TxMasterStyleAtom.getParagraphProps(int type,
int level) |
Paragraph properties for the specified text type and
indent level
Depending on the level and type, it may be our special
ones, or the standard StyleTextPropAtom ones
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.