Placeholder Class

Represents a placeholder on a slide.
Inheritance Hierarchy
SystemObject
  Aspose.SlidesPlaceholder

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class Placeholder : IPlaceholder

The Placeholder type exposes the following members.

Properties
  NameDescription
Public propertyIndex
Gets or sets the index of a placeholder. Read-only UInt32.
Public propertyOrientation
Gets or sets the orientation of a placeholder. Read-only Orientation.
Public propertySize
Gets or sets the size of a placeholder. Read-only PlaceholderSize.
Public propertyType
Gets or sets the type of a placeholder. Read-only PlaceholderType.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also