OfficeIMO

API Reference

Struct

PowerPointLayoutPlaceholderInfo

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

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 requiredposition: 0
placeholderType System.Nullable{DocumentFormat.OpenXml.Presentation.PlaceholderValues} requiredposition: 1
placeholderIndex System.Nullable{System.UInt32} requiredposition: 2
bounds System.Nullable{OfficeIMO.PowerPoint.PowerPointLayoutBox} requiredposition: 3

Methods

public override String ToString() #
Returns: String

Returns a display-friendly string.

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.