Uses of Class
org.apache.poi.xslf.usermodel.XSLFTextParagraph
-
Packages that use XSLFTextParagraph Package Description org.apache.poi.xslf.model org.apache.poi.xslf.usermodel -
-
Uses of XSLFTextParagraph in org.apache.poi.xslf.model
Constructors in org.apache.poi.xslf.model with parameters of type XSLFTextParagraph Constructor Description ParagraphPropertyFetcher(XSLFTextParagraph para, ParagraphPropertyFetcher.ParaPropFetcher<T> fetcher) -
Uses of XSLFTextParagraph in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return XSLFTextParagraph Modifier and Type Method Description XSLFTextParagraphXSLFTextShape. addNewTextParagraph()add a new paragraph run to this shapeXSLFTextParagraphXSLFTextRun. getParagraph()protected XSLFTextParagraphXSLFTextShape. newTextParagraph(org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraph p)Helper method to allow subclasses to provide their own text paragraphMethods in org.apache.poi.xslf.usermodel that return types with arguments of type XSLFTextParagraph Modifier and Type Method Description MasterSheet<XSLFShape,XSLFTextParagraph>XMLSlideShow. createMasterSheet()MasterSheet<XSLFShape,XSLFTextParagraph>XSLFNotesMaster. getMasterSheet()List<List<XSLFTextParagraph>>XSLFNotes. getTextParagraphs()List<XSLFTextParagraph>XSLFTextShape. getTextParagraphs()Get the TextParagraphs for this text box.Iterator<XSLFTextParagraph>XSLFTextShape. iterator()Spliterator<XSLFTextParagraph>XSLFTextShape. spliterator()Methods in org.apache.poi.xslf.usermodel with parameters of type XSLFTextParagraph Modifier and Type Method Description booleanXSLFTextShape. removeTextParagraph(XSLFTextParagraph paragraph)Method parameters in org.apache.poi.xslf.usermodel with type arguments of type XSLFTextParagraph Modifier and Type Method Description voidXSLFHyperlink. linkToSlide(Slide<XSLFShape,XSLFTextParagraph> slide)voidXSLFSlide. setNotes(Notes<XSLFShape,XSLFTextParagraph> notes)Constructors in org.apache.poi.xslf.usermodel with parameters of type XSLFTextParagraph Constructor Description XSLFTextRun(XmlObject r, XSLFTextParagraph p)
-