public enum ControlElement extends Enum<ControlElement>
| Modifier and Type | Method and Description |
|---|---|
static ControlElement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ControlElement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ControlElement UNUSED_0
public static final ControlElement VDC_INTEGER_PRECISION
public static final ControlElement VDC_REAL_PRECISION
public static final ControlElement AUXILIARY_COLOUR
public static final ControlElement TRANSPARENCY
public static final ControlElement CLIP_RECTANGLE
public static final ControlElement CLIP_INDICATOR
public static final ControlElement LINE_CLIPPING_MODE
public static final ControlElement MARKER_CLIPPING_MODE
public static final ControlElement EDGE_CLIPPING_MODE
public static final ControlElement NEW_REGION
public static final ControlElement SAVE_PRIMITIVE_CONTEXT
public static final ControlElement RESTORE_PRIMITIVE_CONTEXT
public static final ControlElement UNUSED_13
public static final ControlElement UNUSED_14
public static final ControlElement UNUSED_15
public static final ControlElement UNUSED_16
public static final ControlElement PROTECTION_REGION_INDICATOR
public static final ControlElement GENERALIZED_TEXT_PATH_MODE
public static final ControlElement MITRE_LIMIT
public static final ControlElement TRANSPARENT_CELL_COLOUR
public static ControlElement[] values()
for (ControlElement c : ControlElement.values()) System.out.println(c);
public static ControlElement 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.