Skip to main content

SlideLayoutType Enum

Lists the types of slide layouts available in a presentation.

Declaration

public enum SlideLayoutType extends Enum<SlideLayoutType> implements IIntEnum

Members

Name Description
BLANK

Indicates a blank slide layout.

CHART

Indicates a slide layout that contains a chart with a title.

CHART_AND_TEXT

Indicates a slide layout that contains a chart on left, text on right, and a title.

CLIP_ART_AND_TEXT

Indicates a slide layout that contains a clip art on left, text on right, and a title.

CLIP_ART_AND_VERTICAL_TEXT

Indicates a slide layout that contains clip art on the left, vertical text on the right, and a title.

CUSTOM

Indicates a custom slide layout.

DIAGRAM

Indicates a slide layout that contains a diagram with a title.

FOUR_OBJECTS

Indicates a slide layout that contains four content placeholders and a title.

MEDIA_AND_TEXT

Indicates a slide layout that contains a media object on the left, text on the right, and a title.

OBJECT

Indicates a slide layout that contains an object with a title.

OBJECT_AND_TEXT

Indicates a slide layout that contains an object on the left, text on the right, and a title.

OBJECT_AND_TWO_OBJECTS

Indicates a slide layout that contains one object on the left, two objects on the right, and a title.

OBJECT_OVER_TEXT

Indicates a slide layout that contains an object at the top with text below it, and a title.

PICTURE_AND_CAPTION

Indicates a slide layout that contains a picture with a caption.

SECTION_HEADER

Indicates a slide layout that contains a section header title and subtitle text.

TABLE

Indicates a slide layout that contains a table with a title.

TEXT

Indicates a slide layout that contains text with a title.

TEXT_AND_CHART

Indicates a slide layout that contains text on the left, a chart on the right, and a title.

TEXT_AND_CLIP_ART

Indicates a slide layout that contains text on the left, clip art on the right, and title.

TEXT_AND_MEDIA

Indicates a slide layout that contains text on the left, media content on the right, and title.

TEXT_AND_OBJECT

Indicates a slide layout that contains text on the left, an object on the right, and title.

TEXT_AND_TWO_OBJECTS

Indicates a slide layout that contains text on the left, two objects on the right, and title.

TEXT_OVER_OBJECT

Indicates a slide layout that contains text at the top and an object below it, and a title.

TITLE

Indicates a slide layout that contains a title.

TITLE_AND_OBJECT

Indicates a slide layout that contains an object with a title.

TITLE_OBJECT_AND_CAPTION

Indicates a slide layout that contains a title, object, and caption.

TITLE_ONLY

Indicates a slide layout that contains only a title.

TWO_COLUMN_TEXT

Indicates a slide layout that contains two columns of text and a title.

TWO_OBJECTS

Indicates a slide layout that contains two objects and a title.

TWO_OBJECTS_AND_OBJECT

Indicates a slide layout that contains two objects on the left, an object on the right, and title.

TWO_OBJECTS_AND_TEXT

Indicates a slide layout that contains two objects and text with a title.

TWO_OBJECTS_OVER_TEXT

Indicates a slide layout that contains two objects at the top with text below it, and title.

TWO_TEXTS_AND_TWO_OBJECTS

Indicates a slide layout that contains two text boxes and two objects with a title.

VERTICAL_TEXT

Indicates a slide layout that contains vertical text and a title.

VERTICAL_TITLE_AND_TEXT

Indicates a slide layout that contains vertical title and text.

VERTICAL_TITLE_AND_TEXT_OVER_CHART

Indicates a slide layout that contains a vertical title, text box on top, and a chart.

fromValue(int value)

Returns the SlideLayoutType enumeration constant with the specified integer value.

getName()

Returns the name of the SlideLayoutType enumeration constant.

getValue()

Returns the integer value associated with the SlideLayoutType enumeration constant.

toString()

Returns the string representation of the SlideLayoutType enumeration constant.

valueOf(String name)

Returns the SlideLayoutType enumeration constant with the specified name.

values()

Returns an array of all SlideLayoutType enumeration constants.

Remarks

For additional information, refer to the following help topic: Configure Slide Masters and Layouts — Presentation API for Java.

Implements

com.devexpress.java.enums.IIntEnum

Inherited Members

java.lang.Enum.<T>valueOf(java.lang.Class<T>,java.lang.String)
java.lang.Enum.clone()
java.lang.Enum.compareTo(E)
java.lang.Enum.describeConstable()
java.lang.Enum.equals(java.lang.Object)
java.lang.Enum.finalize()
java.lang.Enum.getDeclaringClass()
java.lang.Enum.hashCode()
java.lang.Enum.name()
java.lang.Enum.ordinal()
java.lang.Enum.toString()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object
java.lang.Enum
SlideLayoutType