OfficeIMO

API Reference

Struct

PowerPointSlideLayoutInfo

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Base ValueType
Modifiers sealed

Represents a slide layout entry in a presentation.

Inheritance

  • ValueType
  • PowerPointSlideLayoutInfo

Constructors

public PowerPointSlideLayoutInfo(Int32 masterIndex, Int32 layoutIndex, String name, Nullable<SlideLayoutValues> type, String relationshipId) #

Creates a layout info entry.

Parameters

masterIndex System.Int32 requiredposition: 0
layoutIndex System.Int32 requiredposition: 1
name System.String requiredposition: 2
type System.Nullable{DocumentFormat.OpenXml.Presentation.SlideLayoutValues} requiredposition: 3
relationshipId System.String requiredposition: 4

Methods

public override String ToString() #
Returns: String

Returns the display name or type.

Properties

public Int32 MasterIndex { get; } #

Index of the slide master that owns the layout.

public Int32 LayoutIndex { get; } #

Index of the layout within its master.

public String Name { get; } #

Layout display name.

public Nullable<SlideLayoutValues> Type { get; } #

Layout type (may be null for custom layouts).

public String RelationshipId { get; } #

Relationship ID for the layout part.