com.aspose.slides
Interface IPlaceholder

All Known Implementing Classes:
Placeholder, TextHolder

public interface IPlaceholder

Represents standard placeholder's properties.


Method Summary
 int getPlaceholderType()
          Returns the type of a placeholder.
 Shape getShapeRef()
          Returns the Shape object which contains real properties of a Placeholder.
 

Method Detail

getShapeRef

Shape getShapeRef()
Returns the Shape object which contains real properties of a Placeholder.

Returns:
The shape object. See Shape.

getPlaceholderType

int getPlaceholderType()
Returns the type of a placeholder.

Returns:
The placeholder type. See PlaceholderType constants.