com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface ISlideText



  • public interface ISlideText

    Represents the text extracted from the slide

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      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
    • 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