ISlideText
public interface ISlideText
Represents the text extracted from the slide
Methods
Method | Description |
---|---|
getText() | The text on the slide’s shapes |
getMasterText() | The text on the master page’s shapes for this slide |
getLayoutText() | The text on the layout page’s shapes for this slide |
getNotesText() | The text on the notes page’s shapes for this slide |
getCommentsText() | The text of the slide comments |
getText()
public abstract String getText()
The text on the slide’s shapes
Returns: java.lang.String
getMasterText()
public abstract String getMasterText()
The text on the master page’s shapes for this slide
Returns: java.lang.String
getLayoutText()
public abstract String getLayoutText()
The text on the layout page’s shapes for this slide
Returns: java.lang.String
getNotesText()
public abstract String getNotesText()
The text on the notes page’s shapes for this slide
Returns: java.lang.String
getCommentsText()
public abstract String getCommentsText()
The text of the slide comments
This field is empty when the text is extracted using the Arranged mode.
Returns: java.lang.String