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 TypeClassDescriptionclassDefinition of a special kind of property of some text, or its paragraph.classDefinition for the common character text property bitset, which handles bold/italic/underline etc.classDefinition for the font alignment property.classContainer for tabstop listsfinal classDefinition for the common paragraph text property bitset.classDefinition for the text alignment property.classMethods 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 voidAdd 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.