com.aspose.slides.pptx
Class PlaceholderEx

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

public class PlaceholderEx
extends java.lang.Object

Represents placeholder on a slide.


Method Summary
 long getIndex()
          Returns the index of a placeholder.
 OrientationEx getOrientation()
          Returns the orientation of a placeholder.
 PlaceholderTypeEx getType()
          Returns the type of a placeholder.
 PlaceholderSizeEx size()
          Returns the size of a placeholder.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getOrientation

public OrientationEx getOrientation()
Returns the orientation of a placeholder.


size

public PlaceholderSizeEx size()
Returns the size of a placeholder.


getType

public PlaceholderTypeEx getType()
Returns the type of a placeholder.


getIndex

public long getIndex()
Returns the index of a placeholder.