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 |
getName()
|
Returns the name of the |
getValue()
|
Returns the integer value associated with the |
toString()
|
Returns the string representation of the |
valueOf(String name)
|
Returns the |
values()
|
Returns an array of all |
Remarks
Refer to the following help topic for additional information: Slide Size and Orientation — Presentation API for Java.