Back to Devexpress

Slide Members

officefileapi-devexpress-dot-docs-dot-presentation-dot-slide-dot-underscore-members.md

latest7.3 KB
Original Source

Slide Members

A presentation slide.

Constructors

NameDescription
Slide(SlideLayout, String)Initializes a new instance of the Slide class with specified settings.
Slide(SlideLayoutType, String)Initializes a new instance of the Slide class with specified settings.

Properties

NameDescription
ActualDateTimePlaceholderGets the date and time placeholder shape. Inherited from SlideBase.
ActualFooterPlaceholderObtain the footer placeholder shape. Inherited from SlideBase.
ActualNotesPlaceholderObtains the note placeholder shape. Inherited from SlideBase.
ActualSlideNumberPlaceholderObtains the slide number shape. Inherited from SlideBase.
BackgroundGets or sets the slide background. Inherited from SlideBase.
ColorMapOverrideGets or sets the color map that overrides the master color map. Inherited from SlideElement.
LayoutGets or sets the slide layout.
NameGets or sets the name of the slide. Inherited from SlideBase.
NotesGets or sets the slide notes.
ShapesGets the slide shapes. Inherited from SlideBase.
ShowMasterPlaceholderAnimationsGets or sets whether the slide element displays animations for master placeholders. Inherited from SlideElement.
ShowMasterShapesGets or sets whether the slide element displays shapes from the master slide. Inherited from SlideElement.
ThemeOverrideGets or sets the theme override for the slide element. Inherited from SlideElement.
VisibleGets or sets whether the slide is visible when the presentation is being shown.

Methods

NameDescription
Clone()Clones the current Slide instance.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
FindText(String, TextSearchOptions)Searches the slide for all occurrences of the specified text, using the provided search options.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ModifyTextProperties(IList<TextSearchInfo>, TextProperties)Applies text properties to the given text ranges within slide shapes, tables and notes. Properties to apply should not be null.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
RemoveText(IList<TextSearchInfo>)Removes specified text ranges from the slide shapes, tables and notes.
ReplaceText(IList<TextSearchInfo>, String)Replaces specified text ranges with new text in slide shapes, tables and notes.
ReplaceText(String, String, TextSearchOptions)Replaces all occurrences of the specified text with new text in slide shapes, tables and notes.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

Slide Class

DevExpress.Docs.Presentation Namespace