IPlaceholder
public interface IPlaceholder
Represents a placeholder on a slide.
Methods
Method | Description |
---|---|
getOrientation() | Gets the orientation of a placeholder. |
getSize() | Gets the size of a placeholder. |
getType() | Gets the type of a placeholder. |
getIndex() | Gets the index of a placeholder. |
getOrientation()
public abstract byte getOrientation()
Gets the orientation of a placeholder. Read-only Orientation.
Returns: byte
getSize()
public abstract byte getSize()
Gets the size of a placeholder. Read-only PlaceholderSize.
Returns: byte
getType()
public abstract byte getType()
Gets the type of a placeholder. Read-only PlaceholderType.
Returns: byte
getIndex()
public abstract long getIndex()
Gets the index of a placeholder. Read-only long.
Returns: long