com.aspose.slides
Class SlideLayout

java.lang.Object
  extended by com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      extended by com.aspose.ms.System.Enum
          extended by com.aspose.slides.SlideLayout

public final class SlideLayout
extends com.aspose.ms.System.Enum

Represents the slide layout.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.System.Enum
com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
 
Field Summary
static int BigObject
           Big object.
static int BlankSlide
           Blank slide.
static int FourObjects
           4 objects.
static int HandoutLayout
           Handout layout, therefore it doesn't have placeholders except header, footer, and date.
static int MasterNotesLayout
           Master notes layout.
static int MasterSlideLayout
           Master slide layout.
static int NotesTitleOrBodyLayout
           Notes title/body layout.
static int OnlyTitlePlaceholder
           Only title placeholder.
static int TitleAndBodySlide
           Title and body slide.
static int TitleAndTwoColumns
           Body of the slide has 2 columns and a title.
static int TitleAndTwoRows
           Slide's body has 2 rows and a title.
static int TitleMasterSlide
           Title master slide.
static int TitleSlide
           The slide is a title slide.
static int TwoColumnsLeftColumnHasTwoRows
           Body contains 2 columns, left column has 2 rows.
static int TwoColumnsRightColumnHasTwoRows
           Body contains 2 columns, right column has 2 rows.
static int TwoRowsBottomRowHasTwoColumns
           Body contains 2 rows, bottom row has 2 columns.
static int TwoRowsTopRowHasTwoColumns
           Body contains 2 rows, top row has 2 columns.
static int VerticalTitleOnTheRightBodyOnTheLeft
           Vertical title on the right, body on the left.
static int VerticalTitleOnTheRightBodyOnTheLeftSplitIntoTwoRows
           Vertical title on the right, body on the left split into 2 rows.
 
Fields inherited from class com.aspose.ms.System.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.ms.System.Enum
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, parse, parse, parse, parse, register, toObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TitleSlide

public static final int TitleSlide

The slide is a title slide.

See Also:
Constant Field Values

TitleAndBodySlide

public static final int TitleAndBodySlide

Title and body slide.

See Also:
Constant Field Values

TitleMasterSlide

public static final int TitleMasterSlide

Title master slide.

See Also:
Constant Field Values

MasterSlideLayout

public static final int MasterSlideLayout

Master slide layout.

See Also:
Constant Field Values

MasterNotesLayout

public static final int MasterNotesLayout

Master notes layout.

See Also:
Constant Field Values

NotesTitleOrBodyLayout

public static final int NotesTitleOrBodyLayout

Notes title/body layout.

See Also:
Constant Field Values

HandoutLayout

public static final int HandoutLayout

Handout layout, therefore it doesn't have placeholders except header, footer, and date.

See Also:
Constant Field Values

OnlyTitlePlaceholder

public static final int OnlyTitlePlaceholder

Only title placeholder.

See Also:
Constant Field Values

TitleAndTwoColumns

public static final int TitleAndTwoColumns

Body of the slide has 2 columns and a title.

See Also:
Constant Field Values

TitleAndTwoRows

public static final int TitleAndTwoRows

Slide's body has 2 rows and a title.

See Also:
Constant Field Values

TwoColumnsRightColumnHasTwoRows

public static final int TwoColumnsRightColumnHasTwoRows

Body contains 2 columns, right column has 2 rows.

See Also:
Constant Field Values

TwoColumnsLeftColumnHasTwoRows

public static final int TwoColumnsLeftColumnHasTwoRows

Body contains 2 columns, left column has 2 rows.

See Also:
Constant Field Values

TwoRowsBottomRowHasTwoColumns

public static final int TwoRowsBottomRowHasTwoColumns

Body contains 2 rows, bottom row has 2 columns.

See Also:
Constant Field Values

TwoRowsTopRowHasTwoColumns

public static final int TwoRowsTopRowHasTwoColumns

Body contains 2 rows, top row has 2 columns.

See Also:
Constant Field Values

FourObjects

public static final int FourObjects

4 objects.

See Also:
Constant Field Values

BigObject

public static final int BigObject

Big object.

See Also:
Constant Field Values

BlankSlide

public static final int BlankSlide

Blank slide.

See Also:
Constant Field Values

VerticalTitleOnTheRightBodyOnTheLeft

public static final int VerticalTitleOnTheRightBodyOnTheLeft

Vertical title on the right, body on the left.

See Also:
Constant Field Values

VerticalTitleOnTheRightBodyOnTheLeftSplitIntoTwoRows

public static final int VerticalTitleOnTheRightBodyOnTheLeftSplitIntoTwoRows

Vertical title on the right, body on the left split into 2 rows.

See Also:
Constant Field Values