public class Placeholder extends java.lang.Object implements IPlaceholder
Represents a placeholder on a slide.
Modifier and Type | Method and Description |
---|---|
long |
getIndex()
Gets or sets the index of a placeholder.
|
byte |
getOrientation()
Gets or sets the orientation of a placeholder.
|
byte |
getSize()
Gets or sets the size of a placeholder.
|
byte |
getType()
Gets or sets the type of a placeholder.
|
public byte getOrientation()
Gets or sets the orientation of a placeholder.
Read-only Orientation
.
getOrientation
in interface IPlaceholder
public byte getSize()
Gets or sets the size of a placeholder.
Read-only PlaceholderSize
.
getSize
in interface IPlaceholder
public byte getType()
Gets or sets the type of a placeholder.
Read-only PlaceholderType
.
getType
in interface IPlaceholder
public long getIndex()
Gets or sets the index of a placeholder.
Read-only long
.
getIndex
in interface IPlaceholder