com.aspose.slides
Interface SlideLayout


public interface SlideLayout

Represents the slide layout.


Field Summary
static int BIG_OBJECT
          Big object.
static int BLANK_SLIDE
          Blank slide.
static int FOUR_OBJECTS
          4 objects.
static int HAND_OUT_LAYOUT
          Handout layout, therefore it doesn't have placeholders except header, footer, and date.
static int MASTER_NOTES_LAYOUT
          Master notes layout.
static int MASTER_SLIDE_LAYOUT
          Master slide layout.
static int NOTES_TITLE_OR_BODY_LAYOUT
          Notes title/body layout.
static int ONLY_TITLE_PLACE_HOLDER
          Only title placeholder.
static int TITLE_AND_BODY_SLIDE
          Title and body slide.
static int TITLE_AND_TWO_COLUMNS
          Body of the slide has 2 columns and a title.
static int TITLE_AND_TWO_ROWS
          Slide's body has 2 rows and a title.
static int TITLE_MASTER_SLIDE
          Title master slide.
static int TITLE_SLIDE
          The slide is a title slide.
static int TWO_COLUMNS_LEFT_COLUMN_HAS_TWO_ROWS
          Body contains 2 columns, left column has 2 rows.
static int TWO_COLUMNS_RIGHT_COLUMN_HAS_TWO_ROWS
          Body contains 2 columns, right column has 2 rows.
static int TWO_ROWS_BOTTON_ROW_HAS_TWO_COLUMNS
          Body contains 2 rows, bottom row has 2 columns.
static int TWO_ROWS_TOP_ROW_HAS_TWO_COLUMNS
          Body contains 2 rows, top row has 2 columns.
static int VERTICAL_TITLE_ON_THE_RIGHT_BODY_ON_THE_LEFT
          Vertical title on the right, body on the left.
static int VERTICAL_TITLE_ON_THE_RIGHT_BODY_ON_THE_LEFT_SPLIT_INTO_TWO_ROWS
          Vertical title on the right, body on the left split into 2 rows.
 

Field Detail

TITLE_SLIDE

static final int TITLE_SLIDE
The slide is a title slide.

See Also:
Constant Field Values

TITLE_AND_BODY_SLIDE

static final int TITLE_AND_BODY_SLIDE
Title and body slide.

See Also:
Constant Field Values

TITLE_MASTER_SLIDE

static final int TITLE_MASTER_SLIDE
Title master slide.

See Also:
Constant Field Values

MASTER_SLIDE_LAYOUT

static final int MASTER_SLIDE_LAYOUT
Master slide layout.

See Also:
Constant Field Values

MASTER_NOTES_LAYOUT

static final int MASTER_NOTES_LAYOUT
Master notes layout.

See Also:
Constant Field Values

NOTES_TITLE_OR_BODY_LAYOUT

static final int NOTES_TITLE_OR_BODY_LAYOUT
Notes title/body layout.

See Also:
Constant Field Values

HAND_OUT_LAYOUT

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

See Also:
Constant Field Values

ONLY_TITLE_PLACE_HOLDER

static final int ONLY_TITLE_PLACE_HOLDER
Only title placeholder.

See Also:
Constant Field Values

TITLE_AND_TWO_COLUMNS

static final int TITLE_AND_TWO_COLUMNS
Body of the slide has 2 columns and a title.

See Also:
Constant Field Values

TITLE_AND_TWO_ROWS

static final int TITLE_AND_TWO_ROWS
Slide's body has 2 rows and a title.

See Also:
Constant Field Values

TWO_COLUMNS_RIGHT_COLUMN_HAS_TWO_ROWS

static final int TWO_COLUMNS_RIGHT_COLUMN_HAS_TWO_ROWS
Body contains 2 columns, right column has 2 rows.

See Also:
Constant Field Values

TWO_COLUMNS_LEFT_COLUMN_HAS_TWO_ROWS

static final int TWO_COLUMNS_LEFT_COLUMN_HAS_TWO_ROWS
Body contains 2 columns, left column has 2 rows.

See Also:
Constant Field Values

TWO_ROWS_BOTTON_ROW_HAS_TWO_COLUMNS

static final int TWO_ROWS_BOTTON_ROW_HAS_TWO_COLUMNS
Body contains 2 rows, bottom row has 2 columns.

See Also:
Constant Field Values

TWO_ROWS_TOP_ROW_HAS_TWO_COLUMNS

static final int TWO_ROWS_TOP_ROW_HAS_TWO_COLUMNS
Body contains 2 rows, top row has 2 columns.

See Also:
Constant Field Values

FOUR_OBJECTS

static final int FOUR_OBJECTS
4 objects.

See Also:
Constant Field Values

BIG_OBJECT

static final int BIG_OBJECT
Big object.

See Also:
Constant Field Values

BLANK_SLIDE

static final int BLANK_SLIDE
Blank slide.

See Also:
Constant Field Values

VERTICAL_TITLE_ON_THE_RIGHT_BODY_ON_THE_LEFT

static final int VERTICAL_TITLE_ON_THE_RIGHT_BODY_ON_THE_LEFT
Vertical title on the right, body on the left.

See Also:
Constant Field Values

VERTICAL_TITLE_ON_THE_RIGHT_BODY_ON_THE_LEFT_SPLIT_INTO_TWO_ROWS

static final int VERTICAL_TITLE_ON_THE_RIGHT_BODY_ON_THE_LEFT_SPLIT_INTO_TWO_ROWS
Vertical title on the right, body on the left split into 2 rows.

See Also:
Constant Field Values