Package | Description |
---|---|
org.apache.poi.hslf.model | |
org.apache.poi.hslf.usermodel |
Modifier and Type | Method | Description |
---|---|---|
Notes |
Slide.getNotesSheet() |
Returns the Notes Sheet for this slide, or null if there isn't one
|
Modifier and Type | Method | Description |
---|---|---|
void |
Slide.setNotes(Notes notes) |
Sets the Notes that are associated with this.
|
Constructor | Description |
---|---|
Slide(Slide slide,
Notes notes,
SlideListWithText.SlideAtomsSet atomSet,
int slideIdentifier,
int slideNumber) |
Constructs a Slide from the Slide record, and the SlideAtomsSet
containing the text.
|
Modifier and Type | Method | Description |
---|---|---|
Notes[] |
SlideShow.getNotes() |
Returns an array of all the normal Notes found in the slideshow
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.