|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextProp | |
---|---|
org.apache.poi.hslf.model | |
org.apache.poi.hslf.model.textproperties | |
org.apache.poi.hslf.record |
Uses of TextProp in org.apache.poi.hslf.model |
---|
Methods in org.apache.poi.hslf.model that return TextProp | |
---|---|
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. |
Uses of TextProp in org.apache.poi.hslf.model.textproperties |
---|
Subclasses of TextProp in org.apache.poi.hslf.model.textproperties | |
---|---|
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. |
Methods in org.apache.poi.hslf.model.textproperties that return TextProp | |
---|---|
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 |
Methods in org.apache.poi.hslf.model.textproperties with parameters of type TextProp | |
---|---|
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. |
Uses of TextProp in org.apache.poi.hslf.record |
---|
Fields in org.apache.poi.hslf.record declared as TextProp | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |