Click or drag to resize

ISlide Interface

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public interface ISlide

The ISlide type exposes the following members.

Properties
Name Description
Public property Comments
Gets all author comments.
Public property DisplaySlideBackground
Gets slide's display background. Read only DisplaySlideBackground .
Public property Hidden
Indicates whether the specified slide is hidden during a slide show. Read/write Boolean .
Public property Layout
get or set the layout.
Public property MasterSlideID
Gets the ID of a masterslide. Read-only UInt32 .
Public property Name
Gets or sets the name of a slide. Read/write String .
Public property NotesSlide
Gets the notes slide for the current slide. Read-only NotesSlide .
Public property OleObjects
Returns the collection of Ole Objects on a slide. Read-only OleObjectCollection
Public property Presentation
Public property Shapes
Gets the shapes of a slide. Read-only ShapeCollection .
Public property ShowMasterShape
Hide background graphics
Public property SlideBackground
Gets slide's background. Read only SlideBackground .
Public property SlideID
Gets the ID of a slide. Read-only UInt32 .
Public property SlideNumber
Gets a number of slide. Index of slide in Slides collection is always equal to SlideNumber - 1.
Public property SlideShowTransition
Gets the Transition object which contains information about how the specified slide advances during a slide show. Read-only SlideShowTransition .
Public property TagsList
Gets the slide's tags collection. Read-only TagCollection .
Public property Theme
Gets the theme object.
Public property Timeline
Gets animation timeline object. Read-only TimeLine .
Public property Title
Gets or Sets the Title of silde.
Top
Methods
Name Description
Public method AddComment(Comment)
Adds a new comment.
Public method AddComment(ICommentAuthor, String, PointF, DateTime)
Adds a new comment.
Public method AddNotesSlide
Adds a new notes slide.
Public method ApplyTheme
Applies extra color scheme to a slide.
Public method DeleteComment(String)
Delete comments of specific text.
Public method DeleteComment(Comment)
Delete a comment.
Public method DeleteComment(ICommentAuthor)
Delete comments of specific author.
Public method DeleteComment(ICommentAuthor, String)
Delete comments of specific text or specific author.
Public method Dispose
Dispose object and free resources.
Public method FindFirstTextAsRange
Find first text as a TextRange.
Public method GetAllTextFrame
Get all text in the slide
Public method GetComments(String)
Returns all slide comments added by specific text.
Public method GetComments(ICommentAuthor)
Returns all slide comments added by specific author.
Public method GetComments(ICommentAuthor, String)
Returns all slide comments added by specific author or specific text.
Public method GetPlaceholderShapes
Gets the layout shape and master shape by placeholder.
Public method GroupShapes
Combine multiple shape together.
Public method ReplaceAllText
Replaces all matched string with new value in the slide.
Public method ReplaceAndFormatText
Replaces all matched string with new value with the format in the slide.
Public method ReplaceFirstText
Replaces first matched string with new value in the slide.
Public method ReplaceTextWithRegex
Replace text with regex.
Public method SaveAsEMF
Public method SaveAsEMF(String)
Public method SaveAsEMF(String, Int32, Int32)
Public method SaveAsImage
Public method SaveAsImage(Int32, Int32)
Public method SaveDisplayBackgroundAsImage
Saves the Slide Display Background to image.
Public method SaveToFile
Saves the Slide to the specified file.
Public method SaveToStream
Saves the Slide to the specified stream.
Public method SaveToSVG
Save the slide to SVG format
Public method Ungroup
Ungroup the GroupShape.
Top
See Also