com.aspose.slides
Interface SlideSizeType


public interface SlideSizeType

Constants which define the size of a slide.


Field Summary
static int A4_PAPER
          A4
static int BANNER
          Banner
static int CUSTOM
          Custom size
static int LETTER_PAPER
          Letter
static int ON_SCREEN
          On screen
static int OVERHEAD
          Overhead
static int SLIDE_35MM
          Slide 35mm
 

Field Detail

ON_SCREEN

static final int ON_SCREEN
On screen

See Also:
Constant Field Values

LETTER_PAPER

static final int LETTER_PAPER
Letter

See Also:
Constant Field Values

A4_PAPER

static final int A4_PAPER
A4

See Also:
Constant Field Values

SLIDE_35MM

static final int SLIDE_35MM
Slide 35mm

See Also:
Constant Field Values

OVERHEAD

static final int OVERHEAD
Overhead

See Also:
Constant Field Values

BANNER

static final int BANNER
Banner

See Also:
Constant Field Values

CUSTOM

static final int CUSTOM
Custom size

See Also:
Constant Field Values