public static enum StyleOverflowBehaviorAttribute.Value extends Enum<StyleOverflowBehaviorAttribute.Value>
| Enum Constant and Description |
|---|
AUTO_CREATE_NEW_FRAME |
CLIP |
| Modifier and Type | Method and Description |
|---|---|
static StyleOverflowBehaviorAttribute.Value |
enumValueOf(String value) |
String |
toString() |
static StyleOverflowBehaviorAttribute.Value |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StyleOverflowBehaviorAttribute.Value[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StyleOverflowBehaviorAttribute.Value AUTO_CREATE_NEW_FRAME
public static final StyleOverflowBehaviorAttribute.Value CLIP
public static StyleOverflowBehaviorAttribute.Value[] values()
for (StyleOverflowBehaviorAttribute.Value c : StyleOverflowBehaviorAttribute.Value.values()) System.out.println(c);
public static StyleOverflowBehaviorAttribute.Value 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 toString()
toString in class Enum<StyleOverflowBehaviorAttribute.Value>public static StyleOverflowBehaviorAttribute.Value enumValueOf(String value)
Copyright © 2008–2018 Apache Software Foundation; Copyright © 2018–2019 The Document Foundation. All rights reserved.