public interface ISlideText
Represents the text extracted from the slide
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLayoutText()
The text on the layout page's shapes for this slide
|
java.lang.String |
getMasterText()
The text on the master page's shapes for this slide
|
java.lang.String |
getNotesText()
The text on the notes page's shapes for this slide
|
java.lang.String |
getText()
The text on the slide's shapes
|
java.lang.String getText()
The text on the slide's shapes
java.lang.String getMasterText()
The text on the master page's shapes for this slide
java.lang.String getLayoutText()
The text on the layout page's shapes for this slide
java.lang.String getNotesText()
The text on the notes page's shapes for this slide