com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class Placeholder

  • java.lang.Object
    • 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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      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

      • 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