com.spire.presentation
Class PlaceholderEx

java.lang.Object
  extended by com.spire.presentation.PptObject
      extended by com.spire.presentation.PlaceholderEx

public class PlaceholderEx
extends PptObject

Represents a placeholder on a slide.


Constructor Summary
PlaceholderEx()
           
PlaceholderEx(DrawFrameElement frame, int idx)
           
PlaceholderEx(PptxBaseXmlElement placeholderElement)
           
 
Method Summary
 long getIndex()
          Gets the index of a placeholder.
 Direction getOrientation()
          Gets the orientation of a placeholder.
 PlaceholderSize getSize()
          Gets the size of a placeholder.
 PlaceholderType getType()
          Gets the type of a placeholder.
 
Methods inherited from class com.spire.presentation.PptObject
checkDisposed, getParent
 

Constructor Detail

PlaceholderEx

public PlaceholderEx(PptxBaseXmlElement placeholderElement)

PlaceholderEx

public PlaceholderEx(DrawFrameElement frame,
                     int idx)

PlaceholderEx

public PlaceholderEx()
Method Detail

getOrientation

public Direction getOrientation()
Gets the orientation of a placeholder. Read-only .

Returns:

getSize

public PlaceholderSize getSize()
Gets the size of a placeholder. Read-only .

Returns:

getType

public PlaceholderType getType()
Gets the type of a placeholder. Read-only .

Returns:

getIndex

public long getIndex()
Gets the index of a placeholder. Read-only .

Returns: