com.aspose.slides
Interface ISlideText


public interface ISlideText

Represents the text extracted from the slide


Method Summary
 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
 

Method Detail

getText

java.lang.String getText()

The text on the slide's shapes


getMasterText

java.lang.String getMasterText()

The text on the master page's shapes for this slide


getLayoutText

java.lang.String getLayoutText()

The text on the layout page's shapes for this slide


getNotesText

java.lang.String getNotesText()

The text on the notes page's shapes for this slide



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.