Click or drag to resize

IMasterSlide Interface

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public interface IMasterSlide

The IMasterSlide type exposes the following members.

Properties
Name Description
Public property BodyStyle
Gets the style of a body text. Read-only TextStyle .
Public property Layouts
Public property Name
Gets or sets the name of a slide. Read/write String .
Public property OtherStyle
Gets the style of an other text. Read-only TextStyle .
Public property Parent
Reference to Parent object. Read-only.
Public property Presentation
Public property Shapes
Gets the shapes of a slide. Read-only ShapeCollection .
Public property SlideBackground
Gets slide's background. Read only SlideBackground .
Public property SlideID
Gets the ID of a slide. Read-only UInt32 .
Public property SlideShowTransition
Gets the Transition object which contains information about how the specified slide advances during a slide show. Read-only SlideShowTransition .
Public property TagsList
Gets the slide's tags collection. Read-only TagCollection .
Public property Theme
Gets the slide's theme.
Public property Timeline
Gets animation timeline object. Read-only TimeLine .
Public property TitleStyle
Gets the style of a title text. Read-only TextStyle .
Top
Methods
Name Description
Public method ApplyTheme
Applies extra color scheme to a slide.
Public method Dispose
Dispose object and free resources.
Public method GetDependingSlides
Gets an array with all slides, which depend on this master slide.
Top
See Also