public enum AttributeElement extends Enum<AttributeElement>
| Modifier and Type | Method and Description |
|---|---|
static AttributeElement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeElement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributeElement UNUSED_0
public static final AttributeElement LINE_BUNDLE_INDEX
public static final AttributeElement LINE_TYPE
public static final AttributeElement LINE_WIDTH
public static final AttributeElement LINE_COLOUR
public static final AttributeElement MARKER_BUNDLE_INDEX
public static final AttributeElement MARKER_TYPE
public static final AttributeElement MARKER_SIZE
public static final AttributeElement MARKER_COLOUR
public static final AttributeElement TEXT_BUNDLE_INDEX
public static final AttributeElement TEXT_FONT_INDEX
public static final AttributeElement TEXT_PRECISION
public static final AttributeElement CHARACTER_EXPANSION_FACTOR
public static final AttributeElement CHARACTER_SPACING
public static final AttributeElement TEXT_COLOUR
public static final AttributeElement CHARACTER_HEIGHT
public static final AttributeElement CHARACTER_ORIENTATION
public static final AttributeElement TEXT_PATH
public static final AttributeElement TEXT_ALIGNMENT
public static final AttributeElement CHARACTER_SET_INDEX
public static final AttributeElement ALTERNATE_CHARACTER_SET_INDEX
public static final AttributeElement FILL_BUNDLE_INDEX
public static final AttributeElement INTERIOR_STYLE
public static final AttributeElement FILL_COLOUR
public static final AttributeElement HATCH_INDEX
public static final AttributeElement PATTERN_INDEX
public static final AttributeElement EDGE_BUNDLE_INDEX
public static final AttributeElement EDGE_TYPE
public static final AttributeElement EDGE_WIDTH
public static final AttributeElement EDGE_COLOUR
public static final AttributeElement EDGE_VISIBILITY
public static final AttributeElement FILL_REFERENCE_POINT
public static final AttributeElement PATTERN_TABLE
public static final AttributeElement PATTERN_SIZE
public static final AttributeElement COLOUR_TABLE
public static final AttributeElement ASPECT_SOURCE_FLAGS
public static final AttributeElement PICK_IDENTIFIER
public static final AttributeElement LINE_CAP
public static final AttributeElement LINE_JOIN
public static final AttributeElement LINE_TYPE_CONTINUATION
public static final AttributeElement LINE_TYPE_INITIAL_OFFSET
public static final AttributeElement TEXT_SCORE_TYPE
public static final AttributeElement RESTRICTED_TEXT_TYPE
public static final AttributeElement INTERPOLATED_INTERIOR
public static final AttributeElement EDGE_CAP
public static final AttributeElement EDGE_JOIN
public static final AttributeElement EDGE_TYPE_CONTINUATION
public static final AttributeElement EDGE_TYPE_INITIAL_OFFSET
public static final AttributeElement SYMBOL_LIBRARY_INDEX
public static final AttributeElement SYMBOL_COLOUR
public static final AttributeElement SYMBOL_SIZE
public static final AttributeElement SYMBOL_ORIENTATION
public static AttributeElement[] values()
for (AttributeElement c : AttributeElement.values()) System.out.println(c);
public static AttributeElement 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.