com.aspose.slides
Class PlaceholderEx

java.lang.Object
  extended by com.aspose.slides.PlaceholderEx

public class PlaceholderEx
extends java.lang.Object

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

getOrientation

public byte getOrientation()

Returns the orientation of a placeholder. Read-only OrientationEx.


getSize

public byte getSize()

Returns the size of a placeholder. Read-only PlaceholderSizeEx.


getType

public byte getType()

Returns the type of a placeholder. Read-only PlaceholderTypeEx.


getIndex

public long getIndex()

Returns the index of a placeholder. Read-only uint.