Enum Class SlideAtomLayout.SlideLayoutType

java.lang.Object
java.lang.Enum<SlideAtomLayout.SlideLayoutType>
org.apache.poi.hslf.record.SlideAtomLayout.SlideLayoutType
All Implemented Interfaces:
Serializable, Comparable<SlideAtomLayout.SlideLayoutType>, Constable
Enclosing class:
SlideAtomLayout

public static enum SlideAtomLayout.SlideLayoutType extends Enum<SlideAtomLayout.SlideLayoutType>
  • Enum Constant Details

    • TITLE_SLIDE

      public static final SlideAtomLayout.SlideLayoutType TITLE_SLIDE
      One title and one subtitle placeholder shapes.
    • TITLE_BODY

      public static final SlideAtomLayout.SlideLayoutType TITLE_BODY
      Presentation slide or main master slide layout with one title and one body placeholder shape.
    • MASTER_TITLE

      public static final SlideAtomLayout.SlideLayoutType MASTER_TITLE
      Title master slide layout with one title and one subtitle placeholder shape.
    • MASTER_SLIDE

      public static final SlideAtomLayout.SlideLayoutType MASTER_SLIDE
      ??? (not documented in spec)
    • MASTER_NOTES

      public static final SlideAtomLayout.SlideLayoutType MASTER_NOTES
      ??? (not documented in spec)
    • NOTES_TITLE_BODY

      public static final SlideAtomLayout.SlideLayoutType NOTES_TITLE_BODY
      ??? (not documented in spec)
    • HANDOUT

      public static final SlideAtomLayout.SlideLayoutType HANDOUT
      Only header, footer and date placeholders
    • TITLE_ONLY

      public static final SlideAtomLayout.SlideLayoutType TITLE_ONLY
      Presentation slide layout with one title placeholder shape.
    • TWO_COLUMNS

      public static final SlideAtomLayout.SlideLayoutType TWO_COLUMNS
      Presentation slide layout with one title and two body placeholder shapes stacked horizontally.
    • TWO_ROWS

      public static final SlideAtomLayout.SlideLayoutType TWO_ROWS
      Presentation slide layout with one title and two body placeholder shapes stacked vertically.
    • COLUMN_TWO_ROWS

      public static final SlideAtomLayout.SlideLayoutType COLUMN_TWO_ROWS
      Presentation slide layout with one title and three body placeholder shapes split into two columns. The right column has two rows.
    • TWO_ROWS_COLUMN

      public static final SlideAtomLayout.SlideLayoutType TWO_ROWS_COLUMN
      Presentation slide layout with one title and three body placeholder shapes split into two columns. The left column has two rows.
    • TITLE_2_ROW_BOTTOM_2_COLUMN_BODY

      public static final SlideAtomLayout.SlideLayoutType TITLE_2_ROW_BOTTOM_2_COLUMN_BODY
      ??? (not documented in spec)
    • TWO_COLUMNS_ROW

      public static final SlideAtomLayout.SlideLayoutType TWO_COLUMNS_ROW
      Presentation slide layout with one title and three body placeholder shapes split into two rows. The top row has two columns.
    • FOUR_OBJECTS

      public static final SlideAtomLayout.SlideLayoutType FOUR_OBJECTS
      Presentation slide layout with one title and four body placeholder shapes.
    • BIG_OBJECT

      public static final SlideAtomLayout.SlideLayoutType BIG_OBJECT
      Presentation slide layout with one body placeholder shape.
    • BLANK_SLIDE

      public static final SlideAtomLayout.SlideLayoutType BLANK_SLIDE
      Presentation slide layout with no placeholder shape.
    • VERTICAL_TITLE_BODY

      public static final SlideAtomLayout.SlideLayoutType VERTICAL_TITLE_BODY
      Presentation slide layout with a vertical title placeholder shape on the right and a body placeholder shape on the left.
    • VERTICAL_TWO_ROWS

      public static final SlideAtomLayout.SlideLayoutType VERTICAL_TWO_ROWS
      Presentation slide layout with a vertical title placeholder shape on the right and two body placeholder shapes in two columns on the left.
  • Method Details

    • values

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

      public static SlideAtomLayout.SlideLayoutType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • getNativeId

      public int getNativeId()
    • forNativeID

      public static SlideAtomLayout.SlideLayoutType forNativeID(int nativeId)