Uses of Class
org.apache.poi.hslf.model.textproperties.TextPropCollection
-
Packages that use TextPropCollection Package Description org.apache.poi.hslf.dev org.apache.poi.hslf.model.textproperties org.apache.poi.hslf.record org.apache.poi.hslf.usermodel -
-
Uses of TextPropCollection in org.apache.poi.hslf.dev
Methods in org.apache.poi.hslf.dev with parameters of type TextPropCollection Modifier and Type Method Description static voidTextStyleListing. showTextProps(TextPropCollection tpc) -
Uses of TextPropCollection in org.apache.poi.hslf.model.textproperties
Methods in org.apache.poi.hslf.model.textproperties that return TextPropCollection Modifier and Type Method Description TextPropCollectionTextPropCollection. copy()Clones the given text propertiesConstructors in org.apache.poi.hslf.model.textproperties with parameters of type TextPropCollection Constructor Description TextPropCollection(TextPropCollection other) -
Uses of TextPropCollection in org.apache.poi.hslf.record
Methods in org.apache.poi.hslf.record that return TextPropCollection Modifier and Type Method Description TextPropCollectionStyleTextPropAtom. addCharacterTextPropCollection(int charactersCovered)Create a new Character TextPropCollection, and add it to the listTextPropCollectionStyleTextPropAtom. 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 TextPropCollection Modifier and Type Method Description List<TextPropCollection>StyleTextPropAtom. getCharacterStyles()List<TextPropCollection>TxMasterStyleAtom. getCharacterStyles()Returns array of character styles defined in this record.List<TextPropCollection>StyleTextPropAtom. getParagraphStyles()List<TextPropCollection>TxMasterStyleAtom. getParagraphStyles()Returns array of paragraph styles defined in this record.Methods in org.apache.poi.hslf.record with parameters of type TextPropCollection Modifier and Type Method Description voidStyleTextPropAtom. addCharacterTextPropCollection(TextPropCollection tpc)voidStyleTextPropAtom. addParagraphTextPropCollection(TextPropCollection tpc)Method parameters in org.apache.poi.hslf.record with type arguments of type TextPropCollection Modifier and Type Method Description voidStyleTextPropAtom. 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 TextPropCollection Modifier and Type Method Description TextPropCollectionHSLFTextRun. getCharacterStyle()TextPropCollectionHSLFTextParagraph. getParagraphStyle()abstract TextPropCollectionHSLFMasterSheet. getPropCollection(int txtype, int level, String name, boolean isCharacter)Find the master collection for the given txtype/level/name.TextPropCollectionHSLFSlideMaster. getPropCollection(int txtype, int level, String name, boolean isCharacter)Find the master collection for the given txtype/level/name.TextPropCollectionHSLFTitleMaster. 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 TextPropCollection Modifier and Type Method Description protected <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)
-