public static enum XpsMatrix.MatrixOrder extends Enum<XpsMatrix.MatrixOrder>
Enumeration defining the order of matrix operations.
| Enum Constant and Description |
|---|
Append
Append order.
|
Prepend
Prepend order.
|
| Modifier and Type | Method and Description |
|---|---|
static XpsMatrix.MatrixOrder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XpsMatrix.MatrixOrder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XpsMatrix.MatrixOrder Prepend
public static final XpsMatrix.MatrixOrder Append
public static XpsMatrix.MatrixOrder[] values()
for (XpsMatrix.MatrixOrder c : XpsMatrix.MatrixOrder.values()) System.out.println(c);
public static XpsMatrix.MatrixOrder 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 © 2025 Aspose. All Rights Reserved.