|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StyleTextPropAtom.TextProp | |
---|---|
org.apache.poi.hslf.model | |
org.apache.poi.hslf.record |
Uses of StyleTextPropAtom.TextProp in org.apache.poi.hslf.model |
---|
Methods in org.apache.poi.hslf.model that return StyleTextPropAtom.TextProp | |
---|---|
StyleTextPropAtom.TextProp |
SlideMaster.getStyleAttribute(int txtype,
int level,
java.lang.String name,
boolean isCharacter)
Pickup a style attribute from the master. |
Uses of StyleTextPropAtom.TextProp in org.apache.poi.hslf.record |
---|
Subclasses of StyleTextPropAtom.TextProp in org.apache.poi.hslf.record | |
---|---|
static class |
StyleTextPropAtom.AlignmentTextProp
Definition for the alignment text property. |
static class |
StyleTextPropAtom.BitMaskTextProp
Definition of a special kind of property of some text, or its paragraph. |
static class |
StyleTextPropAtom.CharFlagsTextProp
Definition for the common character text property bitset, which handles bold/italic/underline etc. |
Fields in org.apache.poi.hslf.record declared as StyleTextPropAtom.TextProp | |
---|---|
static StyleTextPropAtom.TextProp[] |
StyleTextPropAtom.characterTextPropTypes
All the different kinds of character properties we might handle |
static StyleTextPropAtom.TextProp[] |
StyleTextPropAtom.paragraphTextPropTypes
All the different kinds of paragraph properties we might handle |
Methods in org.apache.poi.hslf.record that return StyleTextPropAtom.TextProp | |
---|---|
StyleTextPropAtom.TextProp |
StyleTextPropAtom.TextPropCollection.addWithName(java.lang.String name)
Add the TextProp with this name to the list |
StyleTextPropAtom.TextProp |
StyleTextPropAtom.TextPropCollection.findByName(java.lang.String textPropName)
Fetch the TextProp with this name, or null if it isn't present |
protected StyleTextPropAtom.TextProp[] |
TxMasterStyleAtom.getCharacterProps(int type,
int level)
Character properties for the specified text type and indent level |
protected StyleTextPropAtom.TextProp[] |
TxMasterStyleAtom.getParagraphProps(int type,
int level)
Paragraph properties for the specified text type and indent level |
Methods in org.apache.poi.hslf.record with parameters of type StyleTextPropAtom.TextProp | |
---|---|
int |
StyleTextPropAtom.TextPropCollection.buildTextPropList(int containsField,
StyleTextPropAtom.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |