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