LayoutSlide class
Contents
[
Hide
]LayoutSlide class
Represents a layout slide.
Inheritance:LayoutSlide
→ BaseSlide
The LayoutSlide type exposes the following members:
Properties
Property | Description |
---|---|
shapes | Returns the shapes of a slide. Read-only IShapeCollection . |
controls | Returns the collection of ActiveX controls on a slide. Read-only IControlCollection . |
name | Returns or sets the name of a slide. Read/write str. |
slide_id | Returns the ID of a slide. Read-only int. |
custom_data | Returns the slide’s custom data. Read-only ICustomData . |
timeline | Returns animation timeline object. Read-only IAnimationTimeLine . |
slide_show_transition | Returns the Transition object which contains information about how the specified slide advances during a slide show. Read-only ISlideShowTransition . |
background | Returns slide’s background. Read-only IBackground . |
hyperlink_queries | Provides easy access to contained hyperlinks. Read-only IHyperlinkQueries . |
show_master_shapes | Specifies if shapes on the master slide should be shown on slides or not. Read/write bool. |
presentation | Returns IPresentation interface. Read-only IPresentation . |
header_footer_manager | Returns HeaderFooter manager of the layout slide. Read-only ILayoutSlideHeaderFooterManager . |
placeholder_manager | Returns the placeholder manager of the layout slide. Read-only ILayoutPlaceholderManager . |
master_slide | Returns or sets the master slide for a layout. Read/write IMasterSlide . |
theme_manager | Returns the overriding theme manager. Read-only IOverrideThemeManager . |
layout_type | Returns layout type of this layout slide. Read-only SlideLayoutType . |
has_depending_slides | Returns true if there exists at least one slide that depends on this layout slide. Read-only bool. |
slide |
Methods
Method | Description |
---|---|
join_portions_with_same_formatting | Joins runs with same formatting in all paragraphs all acceptable shapes. |
join_portions_with_same_formatting | Joins runs with same formatting in all paragraphs in all acceptable shapes. |
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. |
create_theme_effective | Returns an effective theme for this slide. |
find_shape_by_alt_text | Finds first occurrence of a shape with the specified alternative text. |
remove | Removes layout from presentation. |
get_depending_slides | Returns an array with all slides, which depend on this layout slide. |
See Also
- class
BaseSlide
- class
LayoutSlide
- module
aspose.slides
- library
Aspose.Slides