public enum SlideSizesWellKnown extends Enum<SlideSizesWellKnown>
Enum Constant and Description |
---|
A3 |
A4 |
B4ISO |
B4JIS |
B5ISO |
BANNER |
LEDGER |
LETTER |
MM35 |
OVERHEAD |
SCREEN16x10 |
SCREEN16x9 |
SCREEN4x3 |
Modifier and Type | Method and Description |
---|---|
String |
value() |
static SlideSizesWellKnown |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SlideSizesWellKnown[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SlideSizesWellKnown LETTER
public static final SlideSizesWellKnown A3
public static final SlideSizesWellKnown A4
public static final SlideSizesWellKnown B4JIS
public static final SlideSizesWellKnown SCREEN4x3
public static final SlideSizesWellKnown SCREEN16x9
public static final SlideSizesWellKnown SCREEN16x10
public static final SlideSizesWellKnown LEDGER
public static final SlideSizesWellKnown B4ISO
public static final SlideSizesWellKnown B5ISO
public static final SlideSizesWellKnown MM35
public static final SlideSizesWellKnown OVERHEAD
public static final SlideSizesWellKnown BANNER
public static SlideSizesWellKnown[] values()
for (SlideSizesWellKnown c : SlideSizesWellKnown.values()) System.out.println(c);
public static SlideSizesWellKnown valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String value()
Copyright © 2007-2019. All Rights Reserved.