com.aspose.slides
Interface IPlaceholder

All Known Implementing Classes:
Placeholder

public interface IPlaceholder

Represents a placeholder on a slide.


Method Summary
 long getIndex()
           Gets the index of a placeholder.
 byte getOrientation()
           Gets the orientation of a placeholder.
 byte getSize()
           Gets the size of a placeholder.
 byte getType()
           Gets the type of a placeholder.
 

Method Detail

getOrientation

byte getOrientation()

Gets the orientation of a placeholder. Read-only Orientation.


getSize

byte getSize()

Gets the size of a placeholder. Read-only PlaceholderSize.


getType

byte getType()

Gets the type of a placeholder. Read-only PlaceholderType.


getIndex

long getIndex()

Gets the index of a placeholder. Read-only long.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.