Skip to main content

SlideSizeType Enum

Lists predefined slide sizes.

Declaration

public enum SlideSizeType extends Enum<SlideSizeType> implements IIntEnum

Members

Name Description
A3_PAPER

Slides are sized to A3 paper, 297x420 mm.

A4_PAPER

Slides are sized to A4 paper, 210x297 mm.

B4_ISO_PAPER

Slides are sized to ISO B4 paper, 250x353 mm.

B5_ISO_PAPER

Slides are sized to ISO B5 paper, 176x250 mm.

BANNER

Slides are sized to Banner, 8x1 inches.

CUSTOM

Slides have a custom size.

LEDGER_PAPER

Slides are sized to Ledger paper, 11x17 inches.

LETTER_PAPER

Slides are sized to Letter paper, 8.5x11 inches.

ON_SCREEN

Slides are sized to On-Screen Show (16:9), 14x10.5 inches.

ON_SCREEN_16X10

Slides are sized to On-Screen Show (16:10), 10x6.25 inches.

ON_SCREEN_16X9

Slides are sized to On-Screen Show (16:9), 10x5.625 inches.

OVERHEAD

Slides are sized to Overhead, 10x7.5 inches.

SLIDE_35MM

Slides are sized to 35mm Slides, 11.25x7.5 inches.

WIDESCREEN

Slides are sized to Widescreen (16:9), 13.333x7.5 inches.

fromValue(int value)

Returns the SlideSizeType enumeration constant with the specified integer value.

getName()

Returns the name of the SlideSizeType enumeration constant.

getValue()

Returns the integer value associated with the SlideSizeType enumeration constant.

toString()

Returns the string representation of the SlideSizeType enumeration constant.

valueOf(String name)

Returns the SlideSizeType enumeration constant with the specified name.

values()

Returns an array of all SlideSizeType enumeration constants.

Remarks

Refer to the following help topic for additional information: Slide Size and Orientation — 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
SlideSizeType