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 XSLFTextParagraph
XSLFTextShape.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 TypeMethodDescriptionvoid
XSLFHyperlink.linkToSlide
(Slide<XSLFShape, XSLFTextParagraph> slide) void
XSLFSlide.setNotes
(Notes<XSLFShape, XSLFTextParagraph> notes) Constructors in org.apache.poi.xslf.usermodel with parameters of type XSLFTextParagraphModifierConstructorDescriptionprotected
XSLFTextRun
(org.apache.xmlbeans.XmlObject r, XSLFTextParagraph p)