|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextProp | |
---|---|
org.apache.poi.hslf.model.textproperties | |
org.apache.poi.hslf.usermodel |
Uses of TextProp in org.apache.poi.hslf.model.textproperties |
---|
Subclasses of TextProp in org.apache.poi.hslf.model.textproperties | |
---|---|
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 |
FontAlignmentProp
Definition for the font alignment property. |
class |
ParagraphFlagsTextProp
Definition for the common paragraph text property bitset. |
class |
TabStopPropCollection
Container for tabstop lists |
class |
TextAlignmentProp
Definition for the text alignment property. |
class |
WrapFlagsTextProp
|
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 |
TextProp.clone()
Clone, eg when you want to actually make use of one of these. |
TextProp |
TextPropCollection.findByName(java.lang.String textPropName)
Fetch the TextProp with this name, or null if it isn't present |
TextProp |
TextPropCollection.removeByName(java.lang.String name)
|
Methods in org.apache.poi.hslf.model.textproperties that return types with arguments of type TextProp | |
---|---|
java.util.List<TextProp> |
TextPropCollection.getTextPropList()
Fetch the TextProps that define this styling in the record order |
Methods in org.apache.poi.hslf.model.textproperties with parameters of type TextProp | |
---|---|
void |
TextPropCollection.addProp(TextProp textProp)
Add the property at the correct position. |
Constructors in org.apache.poi.hslf.model.textproperties with parameters of type TextProp | |
---|---|
TextProp(TextProp other)
Clones the property |
Uses of TextProp in org.apache.poi.hslf.usermodel |
---|
Methods in org.apache.poi.hslf.usermodel that return TextProp | |
---|---|
protected TextProp |
HSLFTextParagraph.getPropVal(TextPropCollection props,
TextPropCollection masterProps,
java.lang.String propName)
Fetch the value of the given Paragraph related TextProp. |
abstract TextProp |
HSLFMasterSheet.getStyleAttribute(int txtype,
int level,
java.lang.String name,
boolean isCharacter)
Pickup a style attribute from the master. |
TextProp |
HSLFTitleMaster.getStyleAttribute(int txtype,
int level,
java.lang.String name,
boolean isCharacter)
Delegate the call to the underlying slide master. |
TextProp |
HSLFSlideMaster.getStyleAttribute(int txtype,
int level,
java.lang.String name,
boolean isCharacter)
Pickup a style attribute from the master. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |