Serializable, Comparable<PresentationLoadOptions.CommentsPositionEnum>public static enum PresentationLoadOptions.CommentsPositionEnum extends Enum<PresentationLoadOptions.CommentsPositionEnum>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
PresentationLoadOptions.CommentsPositionEnum.Adapter |
| Modifier and Type | Method | Description |
|---|---|---|
static PresentationLoadOptions.CommentsPositionEnum |
fromValue(String text) |
|
String |
getValue() |
|
String |
toString() |
|
static PresentationLoadOptions.CommentsPositionEnum |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static PresentationLoadOptions.CommentsPositionEnum[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PresentationLoadOptions.CommentsPositionEnum NONE
public static final PresentationLoadOptions.CommentsPositionEnum BOTTOM
public static final PresentationLoadOptions.CommentsPositionEnum RIGHT
public static PresentationLoadOptions.CommentsPositionEnum[] values()
for (PresentationLoadOptions.CommentsPositionEnum c : PresentationLoadOptions.CommentsPositionEnum.values()) System.out.println(c);
public static PresentationLoadOptions.CommentsPositionEnum 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 getValue()
public String toString()
toString in class Enum<PresentationLoadOptions.CommentsPositionEnum>public static PresentationLoadOptions.CommentsPositionEnum fromValue(String text)
Copyright © 2025. All rights reserved.