Enum Placeholder

java.lang.Object
java.lang.Enum<Placeholder>
org.apache.poi.sl.usermodel.Placeholder
All Implemented Interfaces:
Serializable, Comparable<Placeholder>, java.lang.constant.Constable

public enum Placeholder extends Enum<Placeholder>
  • Enum Constant Details

    • NONE

      public static final Placeholder NONE
      No placeholder shape.
    • TITLE

      public static final Placeholder TITLE
      Title text placeholder shape.
    • BODY

      public static final Placeholder BODY
      Body text placeholder shape.
    • CENTERED_TITLE

      public static final Placeholder CENTERED_TITLE
      Center title text placeholder shape.
    • SUBTITLE

      public static final Placeholder SUBTITLE
      Sub-title text placeholder shape.
    • DATETIME

      public static final Placeholder DATETIME
      Date placeholder shape.
    • SLIDE_NUMBER

      public static final Placeholder SLIDE_NUMBER
      Slide number placeholder shape.
    • CONTENT

      public static final Placeholder CONTENT
      Object placeholder shape.
    • CHART

      public static final Placeholder CHART
      Graph object placeholder shape.
    • TABLE

      public static final Placeholder TABLE
      Table object placeholder shape.
    • CLIP_ART

      public static final Placeholder CLIP_ART
      Clipart object placeholder shape.
    • DGM

      public static final Placeholder DGM
      Organization chart object placeholder shape.
    • MEDIA

      public static final Placeholder MEDIA
      Media object placeholder shape.
    • SLIDE_IMAGE

      public static final Placeholder SLIDE_IMAGE
      Slide image placeholder shape.
    • PICTURE

      public static final Placeholder PICTURE
      Picture object placeholder shape.
    • VERTICAL_OBJECT

      public static final Placeholder VERTICAL_OBJECT
      Vertical object placeholder shape.
    • VERTICAL_TEXT_TITLE

      public static final Placeholder VERTICAL_TEXT_TITLE
      Vertical title text placeholder shape.
    • VERTICAL_TEXT_BODY

      public static final Placeholder VERTICAL_TEXT_BODY
      Vertical body text placeholder shape.
  • Field Details

    • nativeSlideId

      public final int nativeSlideId
    • nativeSlideMasterId

      public final int nativeSlideMasterId
    • nativeNotesId

      public final int nativeNotesId
    • nativeNotesMasterId

      public final int nativeNotesMasterId
    • ooxmlId

      public final int ooxmlId
  • Method Details

    • values

      public static Placeholder[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static Placeholder valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • lookupNativeSlide

      public static Placeholder lookupNativeSlide(int nativeId)
    • lookupNativeSlideMaster

      public static Placeholder lookupNativeSlideMaster(int nativeId)
    • lookupNativeNotes

      public static Placeholder lookupNativeNotes(int nativeId)
    • lookupNativeNotesMaster

      public static Placeholder lookupNativeNotesMaster(int nativeId)
    • lookupOoxml

      public static Placeholder lookupOoxml(int ooxmlId)