Package | Description |
---|---|
org.apache.poi.hslf.usermodel |
Modifier and Type | Method and Description |
---|---|
HSLFNotes |
HSLFSlide.getNotes()
Returns the Notes Sheet for this slide, or null if there isn't one
|
Modifier and Type | Method and Description |
---|---|
java.util.List<HSLFNotes> |
HSLFSlideShow.getNotes()
Returns an array of all the normal Notes found in the slideshow
|
Constructor and Description |
---|
HSLFSlide(Slide slide,
HSLFNotes notes,
SlideListWithText.SlideAtomsSet atomSet,
int slideIdentifier,
int slideNumber)
Constructs a Slide from the Slide record, and the SlideAtomsSet
containing the text.
|
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.