Package | Description |
---|---|
org.apache.poi.hslf.record |
Modifier and Type | Method | Description |
---|---|---|
SlideListWithText |
Document.getMasterSlideListWithText() |
Returns the SlideListWithText that deals with the
Master Slides
|
SlideListWithText |
Document.getNotesSlideListWithText() |
Returns the SlideListWithText that deals with the
notes, or null if there isn't one
|
SlideListWithText[] |
Document.getSlideListWithTexts() |
Returns all the SlideListWithTexts that are defined for
this Document.
|
SlideListWithText |
Document.getSlideSlideListWithText() |
Returns the SlideListWithText that deals with the
Slides, or null if there isn't one
|
Modifier and Type | Method | Description |
---|---|---|
void |
Document.addSlideListWithText(SlideListWithText slwt) |
Adds a new SlideListWithText record, at the appropriate
point in the child records.
|
void |
Document.removeSlideListWithText(SlideListWithText slwt) |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.