Package | Description |
---|---|
org.zkoss.poi.hslf.model | |
org.zkoss.poi.hslf.usermodel |
Modifier and Type | Method and Description |
---|---|
Notes |
Slide.getNotesSheet()
Returns the Notes Sheet for this slide, or null if there isn't one
|
Modifier and Type | Method and Description |
---|---|
void |
Slide.setNotes(Notes notes)
Sets the Notes that are associated with this.
|
Constructor and 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 and Description |
---|---|
Notes[] |
SlideShow.getNotes()
Returns an array of all the normal Notes found in the slideshow
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.