Package org.apache.poi.hslf.record
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
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionPresentation slide layout with one body placeholder shape.Presentation slide layout with no placeholder shape.Presentation slide layout with one title and three body placeholder shapes split into two columns.Presentation slide layout with one title and four body placeholder shapes.Only header, footer and date placeholders??? (not documented in spec)??? (not documented in spec)Title master slide layout with one title and one subtitle placeholder shape.??? (not documented in spec)??? (not documented in spec)Presentation slide or main master slide layout with one title and one body placeholder shape.Presentation slide layout with one title placeholder shape.One title and one subtitle placeholder shapes.Presentation slide layout with one title and two body placeholder shapes stacked horizontally.Presentation slide layout with one title and three body placeholder shapes split into two rows.Presentation slide layout with one title and two body placeholder shapes stacked vertically.Presentation slide layout with one title and three body placeholder shapes split into two columns.Presentation slide layout with a vertical title placeholder shape on the right and a body placeholder shape on the left.Presentation slide layout with a vertical title placeholder shape on the right and two body placeholder shapes in two columns on the left. -
Method Summary
Modifier and TypeMethodDescriptionforNativeID
(int nativeId) int
Returns the enum constant of this class with the specified name.static SlideAtomLayout.SlideLayoutType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
TITLE_SLIDE
One title and one subtitle placeholder shapes. -
TITLE_BODY
Presentation slide or main master slide layout with one title and one body placeholder shape. -
MASTER_TITLE
Title master slide layout with one title and one subtitle placeholder shape. -
MASTER_SLIDE
??? (not documented in spec) -
MASTER_NOTES
??? (not documented in spec) -
NOTES_TITLE_BODY
??? (not documented in spec) -
HANDOUT
Only header, footer and date placeholders -
TITLE_ONLY
Presentation slide layout with one title placeholder shape. -
TWO_COLUMNS
Presentation slide layout with one title and two body placeholder shapes stacked horizontally. -
TWO_ROWS
Presentation slide layout with one title and two body placeholder shapes stacked vertically. -
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
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
??? (not documented in spec) -
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
Presentation slide layout with one title and four body placeholder shapes. -
BIG_OBJECT
Presentation slide layout with one body placeholder shape. -
BLANK_SLIDE
Presentation slide layout with no placeholder shape. -
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
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
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
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 nameNullPointerException
- if the argument is null
-
getNativeId
public int getNativeId() -
forNativeID
-