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