IPlaceholder

IPlaceholder interface

Represents a placeholder on a slide.

public interface IPlaceholder

Properties

NameDescription
Index { get; }Gets the index of a placeholder. Read-only UInt32.
Orientation { get; }Gets the orientation of a placeholder. Read-only Orientation.
Size { get; }Gets the size of a placeholder. Read-only PlaceholderSize.
Type { get; }Gets the type of a placeholder. Read-only PlaceholderType.

See Also