public enum CF2InstructionCodes extends Enum<CF2InstructionCodes>
CF2 instruction codes
| Enum Constant and Description |
|---|
AlongDirPaperFibers
Along direction of the paper fibers
|
CrossDirectionOfPaperFibers
Cross the direction of paper fibers
|
ExpandingChamfer
Expanding chamfer
|
Hole
Place for a hole
|
PeripheralCutting
Peripheral cutting
|
| Modifier and Type | Method and Description |
|---|---|
static CF2InstructionCodes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CF2InstructionCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CF2InstructionCodes AlongDirPaperFibers
Along direction of the paper fibers
public static final CF2InstructionCodes CrossDirectionOfPaperFibers
Cross the direction of paper fibers
public static final CF2InstructionCodes Hole
Place for a hole
public static final CF2InstructionCodes PeripheralCutting
Peripheral cutting
public static final CF2InstructionCodes ExpandingChamfer
Expanding chamfer
public static CF2InstructionCodes[] values()
for (CF2InstructionCodes c : CF2InstructionCodes.values()) System.out.println(c);
public static CF2InstructionCodes 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.