API Reference
Struct
PowerPointLayoutPlaceholderInfo
Represents a placeholder defined by a slide layout.
Inheritance
- ValueType
- PowerPointLayoutPlaceholderInfo
Constructors
public PowerPointLayoutPlaceholderInfo(String name, Nullable<PlaceholderValues> placeholderType, Nullable<UInt32> placeholderIndex, Nullable<PowerPointLayoutBox> bounds) #Creates a layout placeholder info entry.
Parameters
- name System.String
- placeholderType System.Nullable{DocumentFormat.OpenXml.Presentation.PlaceholderValues}
- placeholderIndex System.Nullable{System.UInt32}
- bounds System.Nullable{OfficeIMO.PowerPoint.PowerPointLayoutBox}
Methods
Inherited Methods
Properties
public String Name { get; } #Placeholder name from the layout.
public Nullable<PlaceholderValues> PlaceholderType { get; } #Placeholder type (may be null for custom placeholders).
public Nullable<UInt32> PlaceholderIndex { get; } #Placeholder index (may be null).
public Nullable<PowerPointLayoutBox> Bounds { get; } #Placeholder bounds if present in the layout.