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