ISlide Interface |
Namespace: Aspose.Slides
The ISlide type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsIBaseSlide |
Allows to get base IBaseSlide interface.
Read-only IBaseSlide.
|
![]() | AsIOverrideThemeable |
Returns IOverrideThemeable interface.
Read-only IOverrideThemeable.
|
![]() | AsIPresentationComponent |
Allows to get base IPresentationComponent interface.
Read-only IPresentationComponent.
(Inherited from ISlideComponent.) |
![]() | AsISlideComponent |
Returns ISlideComponent interface.
Read-only ISlideComponent.
(Inherited from IThemeable.) |
![]() | AsIThemeable |
Allows to get base IThemeable interface.
Read-only IThemeable.
(Inherited from IBaseSlide.) |
![]() | Background |
Returns slide's background.
Read-only IBackground.
(Inherited from IBaseSlide.) |
![]() | Controls |
Returns the collection of ActiveX controls on a slide.
Read-only IControlCollection.
(Inherited from IBaseSlide.) |
![]() | CustomData |
Returns the slide's custom data.
Read-only ICustomData.
(Inherited from IBaseSlide.) |
![]() | HeaderFooterManager |
Returns HeaderFooter manager of the slide.
Read-only ISlideHeaderFooterManager.
|
![]() | Hidden |
Determines whether the specified slide is hidden during a slide show.
Read/write Boolean.
|
![]() | HyperlinkQueries |
Provides easy access to contained hyperlinks.
Read-only IHyperlinkQueries.
(Inherited from IBaseSlide.) |
![]() | LayoutSlide |
Returns or sets the layout slide for the current slide.
Read/write ILayoutSlide.
|
![]() | Name |
Returns or sets the name of a slide.
Read/write String.
(Inherited from IBaseSlide.) |
![]() | NotesSlideManager |
Allow to access notes slide, add and remove it.
Read-only INotesSlideManager.
|
![]() | Presentation |
Returns the presentation.
Read-only IPresentation.
(Inherited from IPresentationComponent.) |
![]() | Shapes |
Returns the shapes of a slide.
Read-only IShapeCollection.
(Inherited from IBaseSlide.) |
![]() | ShowMasterShapes |
Specifies if shapes on the master slide should be shown on slides or not.
For master slide itself this property always returns false.
Read/write Boolean.
(Inherited from IBaseSlide.) |
![]() | Slide |
Returns the base slide.
Read-only IBaseSlide.
(Inherited from ISlideComponent.) |
![]() | SlideId |
Returns the ID of a slide.
Read-only UInt32.
(Inherited from IBaseSlide.) |
![]() | SlideNumber | |
![]() | SlideShowTransition |
Returns the TransitionEx object which contains information about
how the specified slide advances during a slide show.
Read-only ISlideShowTransition.
(Inherited from IBaseSlide.) |
![]() | ThemeManager |
Returns override theme manager.
Read-only IOverrideThemeManager.
(Inherited from IOverrideThemeable.) |
![]() | Timeline |
Returns animation timeline object.
Read-only IAnimationTimeLine.
(Inherited from IBaseSlide.) |
Name | Description | |
---|---|---|
![]() | CreateBackgroundEffective | Obsolete.
Creates and returns IBackgroundEffectiveData object which contains effective background properties.
(Inherited from IBaseSlide.) |
![]() | CreateThemeEffective |
Returns an effective theme for this themeable object.
(Inherited from IThemeable.) |
![]() | Equals |
Determines whether the two IBaseSlide instances are equal.
Returning value is calculated based on slide's structure and static content.
Two slides are equal if all shapes, styles, texts, animation and other settings. etc. are equal. The comparison doesn't take into account unique identifier values, e.g. SlideId and dynamic content, e.g. current date value in Date Placeholder.
(Inherited from IBaseSlide.) |
![]() | FindShapeByAltText |
Finds first occurrence of a shape with the specified alternative text.
(Inherited from IBaseSlide.) |
![]() | GetSlideComments |
Returns all slide comments added by specific author.
|
![]() | GetThumbnail |
Returns a Thumbnail Image object (20% of real size).
|
![]() | GetThumbnail(Size) |
Returns a Thumbnail Bitmap object with specified size.
|
![]() | GetThumbnail(INotesCommentsLayoutingOptions) |
Returns a Thumbnail Bitmap object.
|
![]() | GetThumbnail(ITiffOptions) |
Returns a Thumbnail tiff bitmap object with specified parameters.
|
![]() | GetThumbnail(Single, Single) |
Returns a Thumbnail Bitmap object with custom scaling.
|
![]() | GetThumbnail(INotesCommentsLayoutingOptions, Size) |
Returns a Thumbnail Bitmap object with specified size.
|
![]() | GetThumbnail(INotesCommentsLayoutingOptions, Single, Single) |
Returns a Thumbnail Bitmap object with custom scaling.
|
![]() | JoinPortionsWithSameFormatting |
Joins runs with same formatting in all paragraphs in all acceptable shapes.
(Inherited from IBaseSlide.) |
![]() | Remove |
Removes slide from presentation.
|
![]() | RenderToGraphics(INotesCommentsLayoutingOptions, Graphics) |
Renders certain slide to a Graphics object.
|
![]() | RenderToGraphics(INotesCommentsLayoutingOptions, Graphics, Single) |
Renders certain slide to a Graphics object.
|
![]() | RenderToGraphics(INotesCommentsLayoutingOptions, Graphics, Int32, Int32) |
Renders certain slide to a Graphics object.
|
![]() | Reset |
Resets position, size and formatting of every shape that has a prototype on LayoutSlide.
|
![]() | WriteAsSvg(Stream) |
Saves content of slide as SVG file.
|
![]() | WriteAsSvg(Stream, ISVGOptions) |
Saves content of slide as SVG file.
|