|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.PlaceholderEx
public class PlaceholderEx
Represents a placeholder on a slide.
Method Summary | |
---|---|
long |
getIndex()
Returns the index of a placeholder. |
byte |
getOrientation()
Returns the orientation of a placeholder. |
byte |
getSize()
Returns the size of a placeholder. |
byte |
getType()
Returns 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()
Returns the orientation of a placeholder.
Read-only OrientationEx
.
public byte getSize()
Returns the size of a placeholder.
Read-only PlaceholderSizeEx
.
public byte getType()
Returns the type of a placeholder.
Read-only PlaceholderTypeEx
.
public long getIndex()
Returns the index of a placeholder.
Read-only uint
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |