Uses of Class
org.apache.poi.hslf.model.textproperties.TextPropCollection
Packages that use TextPropCollection
Package
Description
-
Uses of TextPropCollection in org.apache.poi.hslf.dev
Methods in org.apache.poi.hslf.dev with parameters of type TextPropCollectionModifier and TypeMethodDescriptionstatic void
TextStyleListing.showTextProps
(TextPropCollection tpc) -
Uses of TextPropCollection in org.apache.poi.hslf.model.textproperties
Methods in org.apache.poi.hslf.model.textproperties with parameters of type TextPropCollectionModifier and TypeMethodDescriptionvoid
TextPropCollection.copy
(TextPropCollection other) Clones the given text properties -
Uses of TextPropCollection in org.apache.poi.hslf.record
Methods in org.apache.poi.hslf.record that return TextPropCollectionModifier and TypeMethodDescriptionStyleTextPropAtom.addCharacterTextPropCollection
(int charactersCovered) Create a new Character TextPropCollection, and add it to the listStyleTextPropAtom.addParagraphTextPropCollection
(int charactersCovered) Create a new Paragraph TextPropCollection, and add it to the listMethods in org.apache.poi.hslf.record that return types with arguments of type TextPropCollectionModifier and TypeMethodDescriptionStyleTextPropAtom.getCharacterStyles()
TxMasterStyleAtom.getCharacterStyles()
Returns array of character styles defined in this record.StyleTextPropAtom.getParagraphStyles()
TxMasterStyleAtom.getParagraphStyles()
Returns array of paragraph styles defined in this record.Method parameters in org.apache.poi.hslf.record with type arguments of type TextPropCollectionModifier and TypeMethodDescriptionvoid
StyleTextPropAtom.setCharacterStyles
(List<TextPropCollection> cs) Updates the link list of TextPropCollections which make up the character stylingsvoid
StyleTextPropAtom.setParagraphStyles
(List<TextPropCollection> ps) Updates the link list of TextPropCollections which make up the paragraph stylings -
Uses of TextPropCollection in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return TextPropCollectionModifier and TypeMethodDescriptionHSLFTextRun.getCharacterStyle()
HSLFTextParagraph.getParagraphStyle()
abstract TextPropCollection
HSLFMasterSheet.getPropCollection
(int txtype, int level, String name, boolean isCharacter) Find the master collection for the given txtype/level/name.HSLFSlideMaster.getPropCollection
(int txtype, int level, String name, boolean isCharacter) Find the master collection for the given txtype/level/name.HSLFTitleMaster.getPropCollection
(int txtype, int level, String name, boolean isCharacter) Delegate the call to the underlying slide master.Methods in org.apache.poi.hslf.usermodel with parameters of type TextPropCollectionModifier and TypeMethodDescriptionprotected <T extends TextProp>
THSLFTextParagraph.getPropVal
(TextPropCollection props, String propName) Fetch the value of the given Paragraph related TextProp.void
HSLFTextRun.setCharacterStyle
(TextPropCollection characterStyle) void
HSLFTextParagraph.setParagraphStyle
(TextPropCollection paragraphStyle) protected void
HSLFTextParagraph.setPropVal
(TextPropCollection props, String name, Integer val) Returns the named TextProp, either by fetching it (if it exists) or adding it (if it didn't)