Uses of Class
org.apache.poi.xslf.usermodel.XSLFTextParagraph
-
Packages that use XSLFTextParagraph Package Description org.apache.poi.xslf.usermodel -
-
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 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 XSLFTextParagraph Modifier and Type Method Description MasterSheet<XSLFShape,XSLFTextParagraph>XMLSlideShow. createMasterSheet()MasterSheet<XSLFShape,XSLFTextParagraph>XSLFNotesMaster. getMasterSheet()java.util.List<java.util.List<XSLFTextParagraph>>XSLFNotes. getTextParagraphs()java.util.List<XSLFTextParagraph>XSLFTextShape. getTextParagraphs()java.util.Iterator<XSLFTextParagraph>XSLFTextShape. iterator()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(org.apache.xmlbeans.XmlObject r, XSLFTextParagraph p)
-