ISlide Interface

Represents a slide in a presentation.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface ISlide : IBaseSlide, IThemeable, 
	ISlideComponent, IPresentationComponent, IOverrideThemeable

The ISlide type exposes the following members.

Properties
  NameDescription
Public propertyAsIBaseSlide
Allows to get base IBaseSlide interface. Read-only IBaseSlide.
Public propertyAsIOverrideThemeable
Returns IOverrideThemeable interface. Read-only IOverrideThemeable.
Public propertyAsIPresentationComponent
Allows to get base IPresentationComponent interface. Read-only IPresentationComponent.
(Inherited from ISlideComponent.)
Public propertyAsISlideComponent
Returns ISlideComponent interface. Read-only ISlideComponent.
(Inherited from IThemeable.)
Public propertyAsIThemeable
Allows to get base IThemeable interface. Read-only IThemeable.
(Inherited from IBaseSlide.)
Public propertyBackground
Returns slide's background. Read-only IBackground.
(Inherited from IBaseSlide.)
Public propertyControls
Returns the collection of ActiveX controls on a slide. Read-only IControlCollection.
(Inherited from IBaseSlide.)
Public propertyCustomData
Returns the slide's custom data. Read-only ICustomData.
(Inherited from IBaseSlide.)
Public propertyHeaderFooterManager
Returns HeaderFooter manager of the slide. Read-only ISlideHeaderFooterManager.
Public propertyHidden
Determines whether the specified slide is hidden during a slide show. Read/write Boolean.
Public propertyHyperlinkQueries
Provides easy access to contained hyperlinks. Read-only IHyperlinkQueries.
(Inherited from IBaseSlide.)
Public propertyLayoutSlide
Returns or sets the layout slide for the current slide. Read/write ILayoutSlide.
Public propertyName
Returns or sets the name of a slide. Read/write String.
(Inherited from IBaseSlide.)
Public propertyNotesSlideManager
Allow to access notes slide, add and remove it. Read-only INotesSlideManager.
Public propertyPresentation
Returns the presentation. Read-only IPresentation.
(Inherited from IPresentationComponent.)
Public propertyShapes
Returns the shapes of a slide. Read-only IShapeCollection.
(Inherited from IBaseSlide.)
Public propertyShowMasterShapes
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.)
Public propertySlide
Returns the base slide. Read-only IBaseSlide.
(Inherited from ISlideComponent.)
Public propertySlideId
Returns the ID of a slide. Read-only UInt32.
(Inherited from IBaseSlide.)
Public propertySlideNumber
Returns a number of slide. Index of slide in Slides collection is always equal to SlideNumber - 1. Read/write Int32.
Public propertySlideShowTransition
Returns the TransitionEx object which contains information about how the specified slide advances during a slide show. Read-only ISlideShowTransition.
(Inherited from IBaseSlide.)
Public propertyThemeManager
Returns override theme manager. Read-only IOverrideThemeManager.
(Inherited from IOverrideThemeable.)
Public propertyTimeline
Returns animation timeline object. Read-only IAnimationTimeLine.
(Inherited from IBaseSlide.)
Methods
  NameDescription
Public methodCreateBackgroundEffective Obsolete.
Creates and returns IBackgroundEffectiveData object which contains effective background properties.
(Inherited from IBaseSlide.)
Public methodCreateThemeEffective
Returns an effective theme for this themeable object.
(Inherited from IThemeable.)
Public methodEquals
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.)
Public methodFindShapeByAltText
Finds first occurrence of a shape with the specified alternative text.
(Inherited from IBaseSlide.)
Public methodGetSlideComments
Returns all slide comments added by specific author.
Public methodGetThumbnail
Returns a Thumbnail Image object (20% of real size).
Public methodGetThumbnail(Size)
Returns a Thumbnail Bitmap object with specified size.
Public methodGetThumbnail(INotesCommentsLayoutingOptions)
Returns a Thumbnail Bitmap object.
Public methodGetThumbnail(ITiffOptions)
Returns a Thumbnail tiff bitmap object with specified parameters.
Public methodGetThumbnail(Single, Single)
Returns a Thumbnail Bitmap object with custom scaling.
Public methodGetThumbnail(INotesCommentsLayoutingOptions, Size)
Returns a Thumbnail Bitmap object with specified size.
Public methodGetThumbnail(INotesCommentsLayoutingOptions, Single, Single)
Returns a Thumbnail Bitmap object with custom scaling.
Public methodJoinPortionsWithSameFormatting
Joins runs with same formatting in all paragraphs in all acceptable shapes.
(Inherited from IBaseSlide.)
Public methodRemove
Removes slide from presentation.
Public methodRenderToGraphics(INotesCommentsLayoutingOptions, Graphics)
Renders certain slide to a Graphics object.
Public methodRenderToGraphics(INotesCommentsLayoutingOptions, Graphics, Single)
Renders certain slide to a Graphics object.
Public methodRenderToGraphics(INotesCommentsLayoutingOptions, Graphics, Int32, Int32)
Renders certain slide to a Graphics object.
Public methodReset
Resets position, size and formatting of every shape that has a prototype on LayoutSlide.
Public methodWriteAsSvg(Stream)
Saves content of slide as SVG file.
Public methodWriteAsSvg(Stream, ISVGOptions)
Saves content of slide as SVG file.
See Also