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