public static enum TabStopPropCollection.TabStopType extends java.lang.Enum<TabStopPropCollection.TabStopType>
Modifier and Type | Method and Description |
---|---|
static TabStopPropCollection.TabStopType |
fromRecordVal(int val) |
static TabStopPropCollection.TabStopType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TabStopPropCollection.TabStopType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TabStopPropCollection.TabStopType LEFT
public static final TabStopPropCollection.TabStopType CENTER
public static final TabStopPropCollection.TabStopType RIGHT
public static final TabStopPropCollection.TabStopType DECIMAL
public static TabStopPropCollection.TabStopType[] values()
for (TabStopPropCollection.TabStopType c : TabStopPropCollection.TabStopType.values()) System.out.println(c);
public static TabStopPropCollection.TabStopType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static TabStopPropCollection.TabStopType fromRecordVal(int val)
Copyright 2023 The Apache Software Foundation or its licensors, as applicable.