|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Placeholder
public class Placeholder
Represents a placeholder on a slide.
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |