Package | Description |
---|---|
org.apache.poi.hslf.usermodel | |
org.apache.poi.sl.usermodel | |
org.apache.poi.xslf.usermodel |
Modifier and Type | Class and Description |
---|---|
class |
HSLFNotes
This class represents a slide's notes in a PowerPoint Document.
|
Modifier and Type | Method and Description |
---|---|
void |
HSLFSlide.setNotes(Notes<HSLFShape,HSLFTextParagraph> notes)
Sets the Notes that are associated with this.
|
Modifier and Type | Method and Description |
---|---|
Notes<S,P> |
Slide.getNotes() |
Modifier and Type | Method and Description |
---|---|
void |
Slide.setNotes(Notes<S,P> notes) |
Modifier and Type | Class and Description |
---|---|
class |
XSLFNotes |
Modifier and Type | Method and Description |
---|---|
void |
XSLFSlide.setNotes(Notes<XSLFShape,XSLFTextParagraph> notes) |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.