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 IPlaceholderpublic byte getSize()
Gets or sets the size of a placeholder.
Read-only PlaceholderSize.
getSize in interface IPlaceholderpublic byte getType()
Gets or sets the type of a placeholder.
Read-only PlaceholderType.
getType in interface IPlaceholderpublic long getIndex()
Gets or sets the index of a placeholder.
Read-only long.
getIndex in interface IPlaceholderCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.