EmfPlusRegionNodeChildNodes.NodesOperation
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public static final class EmfPlusRegionNodeChildNodes.NodesOperation extends System.Enum
The nodes operation
Fields
Field | Description |
---|---|
And | The and operation |
Or | The or operation |
Xor | The xor operation |
Exclude | The exclude operation |
Complement | The complement operation |
And
public static final int And
The and operation
Or
public static final int Or
The or operation
Xor
public static final int Xor
The xor operation
Exclude
public static final int Exclude
The exclude operation
Complement
public static final int Complement
The complement operation