public enum DelimiterElement extends Enum<DelimiterElement>
Delimiter Elements
| Modifier and Type | Method and Description |
|---|---|
static DelimiterElement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DelimiterElement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DelimiterElement NO_OP
public static final DelimiterElement BEGIN_METAFILE
public static final DelimiterElement END_METAFILE
public static final DelimiterElement BEGIN_PICTURE
public static final DelimiterElement BEGIN_PICTURE_BODY
public static final DelimiterElement END_PICTURE
public static final DelimiterElement BEGIN_SEGMENT
public static final DelimiterElement END_SEGMENT
public static final DelimiterElement BEGIN_FIGURE
public static final DelimiterElement END_FIGURE
public static final DelimiterElement UNUSED_10
public static final DelimiterElement UNUSED_11
public static final DelimiterElement UNUSED_12
public static final DelimiterElement BEGIN_PROTECTION_REGION
public static final DelimiterElement END_PROTECTION_REGION
public static final DelimiterElement BEGIN_COMPOUND_LINE
public static final DelimiterElement END_COMPOUND_LINE
public static final DelimiterElement BEGIN_COMPOUND_TEXT_PATH
public static final DelimiterElement END_COMPOUND_TEXT_PATH
public static final DelimiterElement BEGIN_TILE_ARRAY
public static final DelimiterElement END_TILE_ARRAY
public static final DelimiterElement BEGIN_APPLICATION_STRUCTURE
public static final DelimiterElement BEGIN_APPLICATION_STRUCTURE_BODY
public static final DelimiterElement END_APPLICATION_STRUCTURE
public static DelimiterElement[] values()
for (DelimiterElement c : DelimiterElement.values()) System.out.println(c);
public static DelimiterElement 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.