Uses of Class
org.apache.poi.hslf.model.textproperties.TextProp
Packages that use TextProp
-
Uses of TextProp in org.apache.poi.hslf.model.textproperties
Subclasses of TextProp in org.apache.poi.hslf.model.textpropertiesModifier and TypeClassDescriptionclass
Definition of a special kind of property of some text, or its paragraph.class
Definition for the common character text property bitset, which handles bold/italic/underline etc.class
Definition for the font alignment property.class
Container for tabstop listsfinal class
Definition for the common paragraph text property bitset.class
Definition for the text alignment property.class
Methods in org.apache.poi.hslf.model.textproperties with type parameters of type TextPropModifier and TypeMethodDescriptionfinal <T extends TextProp>
TTextPropCollection.addWithName
(String name) Add the TextProp with this name to the listfinal <T extends TextProp>
TTextPropCollection.findByName
(String textPropName) Fetch the TextProp with this name, or null if it isn't presentfinal <T extends TextProp>
TTextPropCollection.removeByName
(String name) Methods in org.apache.poi.hslf.model.textproperties that return TextPropModifier and TypeMethodDescriptionTextProp.clone()
Clone, eg when you want to actually make use of one of these.Methods in org.apache.poi.hslf.model.textproperties that return types with arguments of type TextPropModifier and TypeMethodDescriptionTextPropCollection.getTextPropList()
Fetch the TextProps that define this styling in the record orderMethods in org.apache.poi.hslf.model.textproperties with parameters of type TextPropModifier and TypeMethodDescriptionfinal void
Add the property at the correct position.Constructors in org.apache.poi.hslf.model.textproperties with parameters of type TextProp -
Uses of TextProp in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel with type parameters of type TextPropModifier and TypeMethodDescriptionprotected <T extends TextProp>
THSLFTextParagraph.getPropVal
(TextPropCollection props, String propName) Fetch the value of the given Paragraph related TextProp.