Click or drag to resize

ISlide Methods

The ISlide type exposes the following members.

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