ISlideText Interface

Represents the text extracted from the slide

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface ISlideText

The ISlideText type exposes the following members.

Properties
  NameDescription
Public propertyLayoutText
The text on the layout page's shapes for this slide
Public propertyMasterText
The text on the master page's shapes for this slide
Public propertyNotesText
The text on the notes page's shapes for this slide
Public propertyText
The text on the slide's shapes
See Also