API Reference
Struct
PowerPointSlideLayoutInfo
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
- layoutIndex System.Int32
- name System.String
- type System.Nullable{DocumentFormat.OpenXml.Presentation.SlideLayoutValues}
- relationshipId System.String
Methods
Inherited Methods
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.