Uses of Class
org.apache.poi.xslf.usermodel.XSLFTextParagraph
Packages that use XSLFTextParagraph
-
Uses of XSLFTextParagraph in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return XSLFTextParagraphModifier and TypeMethodDescriptionXSLFTextShape.addNewTextParagraph()add a new paragraph run to this shapeprotected 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 XSLFTextParagraphModifier and TypeMethodDescriptionXMLSlideShow.createMasterSheet()XSLFNotesMaster.getMasterSheet()XSLFNotes.getTextParagraphs()XSLFTextShape.getTextParagraphs()XSLFTextShape.iterator()Method parameters in org.apache.poi.xslf.usermodel with type arguments of type XSLFTextParagraphModifier and TypeMethodDescriptionvoidXSLFHyperlink.linkToSlide(Slide<XSLFShape, XSLFTextParagraph> slide) voidXSLFSlide.setNotes(Notes<XSLFShape, XSLFTextParagraph> notes) Constructors in org.apache.poi.xslf.usermodel with parameters of type XSLFTextParagraphModifierConstructorDescriptionprotectedXSLFTextRun(org.apache.xmlbeans.XmlObject r, XSLFTextParagraph p)