ISlide Interface |
Namespace: Spire.Presentation
The ISlide type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Comments |
Gets all author comments.
|
|
|
DisplaySlideBackground |
Gets slide's display background.
Read only
DisplaySlideBackground
.
|
|
|
Hidden |
Indicates whether the specified slide is hidden during a slide show.
Read/write
Boolean
.
|
|
|
Layout |
get or set the layout.
|
|
|
MasterSlideID |
Gets the ID of a masterslide.
Read-only
UInt32
.
|
|
|
Name |
Gets or sets the name of a slide.
Read/write
String
.
|
|
|
NotesSlide |
Gets the notes slide for the current slide.
Read-only
NotesSlide
.
|
|
|
OleObjects |
Returns the collection of Ole Objects on a slide.
Read-only
OleObjectCollection
|
|
|
Presentation | |
|
|
Shapes |
Gets the shapes of a slide.
Read-only
ShapeCollection
.
|
|
|
ShowMasterShape |
Hide background graphics
|
|
|
SlideBackground |
Gets slide's background.
Read only
SlideBackground
.
|
|
|
SlideID |
Gets the ID of a slide.
Read-only
UInt32
.
|
|
|
SlideNumber |
Gets a number of slide.
Index of slide in
Slides
collection is always equal to SlideNumber - 1.
|
|
|
SlideShowTransition |
Gets the Transition object which contains information about
how the specified slide advances during a slide show.
Read-only
SlideShowTransition
.
|
|
|
TagsList |
Gets the slide's tags collection.
Read-only
TagCollection
.
|
|
|
Theme |
Gets the theme object.
|
|
|
Timeline |
Gets animation timeline object.
Read-only
TimeLine
.
|
|
|
Title |
Gets or Sets the Title of silde.
|
| 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.
|