ISlide Methods |
The ISlide type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
AddComment(Comment) |
Adds a new comment.
|
|
|
AddComment(ICommentAuthor, String, PointF, DateTime) |
Adds a new comment.
|
|
|
AddNotesSlide |
Adds a new notes slide.
|
|
|
ApplyTheme |
Applies extra color scheme to a slide.
|
|
|
DeleteComment(String) |
Delete comments of specific text.
|
|
|
DeleteComment(Comment) |
Delete a comment.
|
|
|
DeleteComment(ICommentAuthor) |
Delete comments of specific author.
|
|
|
DeleteComment(ICommentAuthor, String) |
Delete comments of specific text or specific author.
|
|
|
Dispose |
Dispose object and free resources.
|
|
|
FindFirstTextAsRange |
Find first text as a TextRange.
|
|
|
GetAllTextFrame |
Get all text in the slide
|
|
|
GetComments(String) |
Returns all slide comments added by specific text.
|
|
|
GetComments(ICommentAuthor) |
Returns all slide comments added by specific author.
|
|
|
GetComments(ICommentAuthor, String) |
Returns all slide comments added by specific author or specific text.
|
|
|
GetPlaceholderShapes |
Gets the layout shape and master shape by placeholder.
|
|
|
GroupShapes |
Combine multiple shape together.
|
|
|
ReplaceAllText |
Replaces all matched string with new value in the slide.
|
|
|
ReplaceAndFormatText |
Replaces all matched string with new value with the format in the slide.
|
|
|
ReplaceFirstText |
Replaces first matched string with new value in the slide.
|
|
|
ReplaceTextWithRegex |
Replace text with regex.
|
|
|
SaveAsEMF | |
|
|
SaveAsEMF(String) | |
|
|
SaveAsEMF(String, Int32, Int32) | |
|
|
SaveAsImage | |
|
|
SaveAsImage(Int32, Int32) | |
|
|
SaveDisplayBackgroundAsImage |
Saves the Slide Display Background to image.
|
|
|
SaveToFile |
Saves the Slide to the specified file.
|
|
|
SaveToStream |
Saves the Slide to the specified stream.
|
|
|
SaveToSVG |
Save the slide to SVG format
|
|
|
Ungroup |
Ungroup the GroupShape.
|