Package | Description |
---|---|
org.apache.poi.xslf.model | |
org.apache.poi.xslf.usermodel |
Constructor and Description |
---|
ParagraphPropertyFetcher(XSLFTextParagraph para,
ParagraphPropertyFetcher.ParaPropFetcher<T> fetcher) |
Modifier and Type | Method and Description |
---|---|
XSLFTextParagraph |
XSLFTextShape.addNewTextParagraph()
add a new paragraph run to this shape
|
XSLFTextParagraph |
XSLFTextRun.getParagraph() |
protected XSLFTextParagraph |
XSLFTextShape.newTextParagraph(org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraph p)
Helper method to allow subclasses to provide their own text paragraph
|
Modifier and Type | Method and 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() |
Modifier and Type | Method and Description |
---|---|
void |
XSLFHyperlink.linkToSlide(Slide<XSLFShape,XSLFTextParagraph> slide) |
void |
XSLFSlide.setNotes(Notes<XSLFShape,XSLFTextParagraph> notes) |
Constructor and Description |
---|
XSLFTextRun(org.apache.xmlbeans.XmlObject r,
XSLFTextParagraph p) |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.