Placeholder

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.slides.IPlaceholder

public class Placeholder implements IPlaceholder

Represents a placeholder on a slide.

Methods

MethodDescription
getOrientation()Gets or sets the orientation of a placeholder.
getSize()Gets or sets the size of a placeholder.
getType()Gets or sets the type of a placeholder.
getIndex()Gets or sets the index of a placeholder.

getOrientation()

public byte getOrientation()

Gets or sets the orientation of a placeholder. Read-only Orientation.

Returns: byte

getSize()

public byte getSize()

Gets or sets the size of a placeholder. Read-only PlaceholderSize.

Returns: byte

getType()

public byte getType()

Gets or sets the type of a placeholder. Read-only PlaceholderType.

Returns: byte

getIndex()

public long getIndex()

Gets or sets the index of a placeholder. Read-only long.

Returns: long