Package | Description |
---|---|
org.zkoss.poi.hslf.model | |
org.zkoss.poi.hslf.model.textproperties | |
org.zkoss.poi.hslf.record |
Modifier and Type | Method and Description |
---|---|
TextProp |
TitleMaster.getStyleAttribute(int txtype,
int level,
java.lang.String name,
boolean isCharacter)
Delegate the call to the underlying slide master.
|
TextProp |
SlideMaster.getStyleAttribute(int txtype,
int level,
java.lang.String name,
boolean isCharacter)
Pickup a style attribute from the master.
|
abstract TextProp |
MasterSheet.getStyleAttribute(int txtype,
int level,
java.lang.String name,
boolean isCharacter)
Pickup a style attribute from the master.
|
Modifier and Type | Class and 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 and 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 and Description |
---|---|
java.util.LinkedList<TextProp> |
TextPropCollection.getTextPropList()
Fetch the TextProps that define this styling
|
Modifier and Type | Method and 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 and 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 and 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 © 2005-2010 Potix Corporation. All Rights Reserved.