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 voidTextStyleListing.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 TypeMethodDescriptionvoidTextPropCollection.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 TypeMethodDescriptionvoidStyleTextPropAtom.setCharacterStyles(List<TextPropCollection> cs) Updates the link list of TextPropCollections which make up the character stylingsvoidStyleTextPropAtom.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 TextPropCollectionHSLFMasterSheet.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.voidHSLFTextRun.setCharacterStyle(TextPropCollection characterStyle) voidHSLFTextParagraph.setParagraphStyle(TextPropCollection paragraphStyle) protected voidHSLFTextParagraph.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)