SlideLayoutType

SlideLayoutType

Overview

SlideLayoutType is a enum in Aspose.Slides FOSS for Java.

Represents the slide layout type.

Values

ValueDescription
CUSTOMRepresents a custom slide layout
TITLERepresents a slide layout with a title placeholder
TEXTRepresents a slide layout containing a text placeholder
TWO_COLUMN_TEXTRepresents a layout with two text columns
TABLERepresents a slide layout designed for a table placeholder
TEXT_AND_CHARTRepresents a layout with text and a chart
CHART_AND_TEXT
DIAGRAM
CHART
TEXT_AND_CLIP_ARTRepresents a layout with text and clip art
CLIP_ART_AND_TEXT
TITLE_ONLYRepresents a layout containing only a title placeholder
BLANKRepresents an empty slide layout with no placeholders
TEXT_AND_OBJECTRepresents a layout with text and a generic object
OBJECT_AND_TEXTRepresents a layout with an object and text
OBJECT
TITLE_AND_OBJECTRepresents a layout with a title and an object
TEXT_AND_MEDIARepresents a layout with text and media content
MEDIA_AND_TEXT
OBJECT_OVER_TEXTRepresents a layout where an object overlays text
TEXT_OVER_OBJECT
TEXT_AND_TWO_OBJECTSRepresents a layout with text and two objects
TWO_OBJECTS_AND_TEXT
TWO_OBJECTS_OVER_TEXTRepresents a layout where two objects overlay text
FOUR_OBJECTSRepresents a layout containing four object placeholders
VERTICAL_TEXTRepresents a layout with vertically oriented text
CLIP_ART_AND_VERTICAL_TEXT
VERTICAL_TITLE_AND_TEXTRepresents a layout with a vertical title and text
VERTICAL_TITLE_AND_TEXT_OVER_CHARTRepresents a layout with vertical title/text over a chart
TWO_OBJECTSRepresents a layout containing two object placeholders
OBJECT_AND_TWO_OBJECT
TWO_OBJECTS_AND_OBJECT
SECTION_HEADER
TWO_TEXT_AND_TWO_OBJECTS
TITLE_OBJECT_AND_CAPTION
PICTURE_AND_CAPTION

Properties

NameTypeAccessDescription
valueStringReadReturns the string value of this constant.

Methods

SignatureDescription
getValue()StringReturns the string value of this constant.
fromValue(value: String)SlideLayoutTypeReturns the enum constant matching the given string value, or {@link #CUSTOM}
if no match is found.

See Also