Package | Description |
---|---|
org.apache.poi.xslf.usermodel |
Modifier and Type | Method and Description |
---|---|
XSLFTextParagraph |
XSLFTextShape.addNewTextParagraph()
add a new paragraph run to this shape
|
Modifier and Type | Method and Description |
---|---|
MasterSheet<XSLFShape,XSLFTextParagraph> |
XMLSlideShow.createMasterSheet() |
MasterSheet<XSLFShape,XSLFTextParagraph> |
XSLFNotesMaster.getMasterSheet() |
java.util.List<XSLFTextParagraph> |
XSLFTextShape.getTextParagraphs() |
java.util.List<java.util.List<XSLFTextParagraph>> |
XSLFNotes.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) |
Copyright 2017 The Apache Software Foundation or its licensors, as applicable.