public enum CF2TypeDElement extends Enum<CF2TypeDElement>
CF2 type of drawn elements
| Enum Constant and Description |
|---|
Arc
The Arc type
|
Line
The Line type
|
LinesOutputDescribing
The description lines output
|
OrderOutputDescribing
The description order section output
|
SubInsert
The sub insert type
|
Text
The text type
|
| Modifier and Type | Method and Description |
|---|---|
static CF2TypeDElement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CF2TypeDElement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CF2TypeDElement Line
The Line type
public static final CF2TypeDElement Arc
The Arc type
public static final CF2TypeDElement Text
The text type
public static final CF2TypeDElement SubInsert
The sub insert type
public static final CF2TypeDElement LinesOutputDescribing
The description lines output
public static final CF2TypeDElement OrderOutputDescribing
The description order section output
public static CF2TypeDElement[] values()
for (CF2TypeDElement c : CF2TypeDElement.values()) System.out.println(c);
public static CF2TypeDElement 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 nullCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.