com.aspose.slides
Class Placeholder

java.lang.Object
  extended by com.aspose.slides.Placeholder
All Implemented Interfaces:
IPlaceholder

public class Placeholder
extends java.lang.Object
implements IPlaceholder

Represents a placeholder on a slide.


Method Summary
 long getIndex()
           Gets or sets the index of a placeholder.
 byte getOrientation()
           Gets or sets the orientation of a placeholder.
 byte getSize()
           Gets or sets the size of a placeholder.
 byte getType()
           Gets or sets 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()

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

Specified by:
getOrientation in interface IPlaceholder

getSize

public byte getSize()

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

Specified by:
getSize in interface IPlaceholder

getType

public byte getType()

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

Specified by:
getType in interface IPlaceholder

getIndex

public long getIndex()

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

Specified by:
getIndex in interface IPlaceholder


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