IMasterSlide Interface |
Namespace: Aspose.Slides
The IMasterSlide type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsIBaseSlide |
Allows to get base IBaseSlide interface.
Read-only IBaseSlide.
|
![]() | AsIMasterThemeable |
Returns IMasterThemeable interface.
Read-only IMasterThemeable.
|
![]() | 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.) |
![]() | BodyStyle |
Returns the style of a body text.
Read-only ITextStyle.
|
![]() | 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.) |
![]() | HasDependingSlides |
Returns true if there exists at least one slide that depends on this master slide.
Read-only Boolean.
|
![]() | HeaderFooterManager |
Returns HeaderFooter manager of the master slide.
Read-only IMasterSlideHeaderFooterManager.
|
![]() | HyperlinkQueries |
Provides easy access to contained hyperlinks.
Read-only IHyperlinkQueries.
(Inherited from IBaseSlide.) |
![]() | LayoutSlides |
Returns the collection of child layout slides for this master slide.
Read-only IMasterLayoutSlideCollection.
|
![]() | Name |
Returns or sets the name of a slide.
Read/write String.
(Inherited from IBaseSlide.) |
![]() | OtherStyle |
Returns the style of an other text.
Read-only ITextStyle.
|
![]() | Presentation |
Returns the presentation.
Read-only IPresentation.
(Inherited from IPresentationComponent.) |
![]() | Preserve |
Determines whether the corresponding master is deleted when all
the slides that follow that master are deleted.
Note: Aspose.Slides will never remove any unused master by itself,
to actually remove unused masters call RemoveUnused(Boolean)
Read/write Boolean.
|
![]() | 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.) |
![]() | 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 master theme manager.
Read-only IMasterThemeManager.
(Inherited from IMasterThemeable.) |
![]() | Timeline |
Returns animation timeline object.
Read-only IAnimationTimeLine.
(Inherited from IBaseSlide.) |
![]() | TitleStyle |
Returns the style of a title text.
Read-only ITextStyle.
|
Name | Description | |
---|---|---|
![]() | ApplyExternalThemeToDependingSlides |
Creates a new master slide based on the current one, applying an external theme to it
and applies the created master slide to all dependent slides.
|
![]() | 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.) |
![]() | GetDependingSlides |
Returns an array with all slides, which depend on this master slide.
|
![]() | JoinPortionsWithSameFormatting |
Joins runs with same formatting in all paragraphs in all acceptable shapes.
(Inherited from IBaseSlide.) |