public enum CF2DimensionLineTypes extends Enum<CF2DimensionLineTypes>
CF2 dimension line types
| Enum Constant and Description |
|---|
ArrowsAtBothEnds
Arrows at both ends of the line
|
WithAnArrowAtBeginning
Line with an arrow at the beginning
|
WithAnArrowAtEnd
Line with an arrow at the end
|
WithoutArrowsAtEnds
Line without arrows at the ends
|
| Modifier and Type | Method and Description |
|---|---|
static CF2DimensionLineTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CF2DimensionLineTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CF2DimensionLineTypes WithoutArrowsAtEnds
Line without arrows at the ends
public static final CF2DimensionLineTypes WithAnArrowAtBeginning
Line with an arrow at the beginning
public static final CF2DimensionLineTypes WithAnArrowAtEnd
Line with an arrow at the end
public static final CF2DimensionLineTypes ArrowsAtBothEnds
Arrows at both ends of the line
public static CF2DimensionLineTypes[] values()
for (CF2DimensionLineTypes c : CF2DimensionLineTypes.values()) System.out.println(c);
public static CF2DimensionLineTypes 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.