Package org.apache.poi.xslf.usermodel
Enum Class SlideLayout
- All Implemented Interfaces:
Serializable
,Comparable<SlideLayout>
,Constable
Date: 11/5/11
- Author:
- Yegor Kozlov
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBlankTitle and chartTitle, chart on left and text on rightTitle, clipart on left, text on rightSection HeaderTitle and textTitle layout with centered title and subtitle placeholderstitle and contentTitle only -
Method Summary
Modifier and TypeMethodDescriptionstatic SlideLayout
Returns the enum constant of this class with the specified name.static SlideLayout[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
TITLE
Title layout with centered title and subtitle placeholders -
TEXT
Title and text -
TWO_COL_TX
-
TBL
-
TEXT_AND_CHART
-
CHART_AND_TEXT
Title, chart on left and text on right -
DGM
-
CHART
Title and chart -
TX_AND_CLIP_ART
-
CLIP_ART_AND_TEXT
Title, clipart on left, text on right -
TITLE_ONLY
Title only -
BLANK
Blank -
TX_AND_OBJ
-
OBJ_AND_TX
-
OBJ_ONLY
-
TITLE_AND_CONTENT
title and content -
TX_AND_MEDIA
-
MEDIA_AND_TX
-
OBJ_OVER_TX
-
TX_OVER_OBJ
-
TX_AND_TWO_OBJ
-
TWO_OBJ_AND_TX
-
TWO_OBJ_OVER_TX
-
FOUR_OBJ
-
VERT_TX
-
CLIP_ART_AND_VERT_TX
-
VERT_TITLE_AND_TX
-
VERT_TITLE_AND_TX_OVER_CHART
-
TWO_OBJ
-
OBJ_AND_TWO_OBJ
-
TWO_OBJ_AND_OBJ
-
CUST
-
SECTION_HEADER
Section Header -
TWO_TX_TWO_OBJ
-
OBJ_TX
-
PIC_TX
-
-
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
-