LayoutSlide Class

Represents a layout slide.
Inheritance Hierarchy

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public sealed class LayoutSlide : BaseSlide, 
	ILayoutSlide, IBaseSlide, IThemeable, ISlideComponent, IPresentationComponent, 
	IOverrideThemeable

The LayoutSlide type exposes the following members.

Properties
  NameDescription
Public propertyBackground
Returns slide's background. Read-only IBackground.
(Inherited from BaseSlide.)
Public propertyControls
Returns the collection of ActiveX controls on a slide. Read-only IControlCollection.
(Inherited from BaseSlide.)
Public propertyCustomData
Returns the slide's custom data. Read-only ICustomData.
(Inherited from BaseSlide.)
Public propertyHasDependingSlides
Returns true if there exists at least one slide that depends on this layout slide. Read-only Boolean.
Public propertyHeaderFooterManager
Returns HeaderFooter manager of the layout slide. Read-only ILayoutSlideHeaderFooterManager.
Public propertyHyperlinkQueries
Provides easy access to contained hyperlinks. Read-only IHyperlinkQueries.
(Inherited from BaseSlide.)
Public propertyLayoutType
Returns layout type of this layout slide. Read-only SlideLayoutType.
Public propertyMasterSlide
Returns or sets the master slide for a layout. Read/write IMasterSlide.
Public propertyName
Returns or sets the name of a slide. Read/write String.
(Inherited from BaseSlide.)
Public propertyPresentation
Returns IPresentation interface. Read-only IPresentation.
(Inherited from BaseSlide.)
Public propertyShapes
Returns the shapes of a slide. Read-only IShapeCollection.
(Inherited from BaseSlide.)
Public propertyShowMasterShapes
Specifies if shapes on the master slide should be shown on slides or not. Read/write Boolean.
(Overrides BaseSlideShowMasterShapes.)
Public propertySlideId
Returns the ID of a slide. Read-only UInt32.
(Inherited from BaseSlide.)
Public propertySlideShowTransition
Returns the Transition object which contains information about how the specified slide advances during a slide show. Read-only ISlideShowTransition.
(Inherited from BaseSlide.)
Public propertyThemeManager
Returns the overriding theme manager. Read-only IOverrideThemeManager.
Public propertyTimeline
Returns animation timeline object. Read-only IAnimationTimeLine.
(Inherited from BaseSlide.)
Methods
  NameDescription
Public methodCreateBackgroundEffective Obsolete.
Creates and returns IBackgroundEffectiveData object which contains effective background properties.
(Inherited from BaseSlide.)
Public methodCreateThemeEffective
Returns an effective theme for this slide.
(Inherited from BaseSlide.)
Public methodEquals(Object) (Inherited from Object.)
Public methodEquals(IBaseSlide)
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 BaseSlide.)
Public methodFindShapeByAltText
Finds first occurrence of a shape with the specified alternative text.
(Inherited from BaseSlide.)
Public methodGetDependingSlides
Returns an array with all slides, which depend on this layout slide.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodJoinPortionsWithSameFormatting
Joins runs with same formatting in all paragraphs all acceptable shapes.
(Inherited from BaseSlide.)
Public methodJoinPortionsWithSameFormatting(IShapeCollection)
Joins runs with same formatting in all paragraphs in all acceptable shapes.
(Inherited from BaseSlide.)
Public methodRemove
Removes layout from presentation.
Public methodToString (Inherited from Object.)
See Also