public final class EmfPlusRegionNodeDataType
extends com.aspose.ms.System.Enum
The RegionNodeDataType enumeration defines types of region node data.
Region node data is specified by Objects.EmfPlusRegionNode
objects (section 2.2.2.40).
Modifier and Type | Field and Description |
---|---|
static int |
RegionNodeDataTypeAnd
Specifies a region node with child nodes.
|
static int |
RegionNodeDataTypeComplement
Specifies a region node with child nodes.
|
static int |
RegionNodeDataTypeEmpty
Specifies a region node with no child nodes.
|
static int |
RegionNodeDataTypeExclude
Specifies a region node with child nodes.
|
static int |
RegionNodeDataTypeInfinite
Specifies a region node with no child nodes, and its bounds are not defined.
|
static int |
RegionNodeDataTypeOr
Specifies a region node with child nodes.
|
static int |
RegionNodeDataTypePath
Specifies a region node with no child nodes.
|
static int |
RegionNodeDataTypeRect
Specifies a region node with no child nodes.
|
static int |
RegionNodeDataTypeXor
Specifies a region node with child nodes.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int RegionNodeDataTypeAnd
Specifies a region node with child nodes. A Boolean AND operation SHOULD be applied to the left and right child nodes specified by an Objects.EmfPlusRegionNodeChildNodes
object (section 2.2.2.41).
public static final int RegionNodeDataTypeOr
Specifies a region node with child nodes. A Boolean OR operation SHOULD be applied to the left and right child nodes specified by an Objects.EmfPlusRegionNodeChildNodes
object.
public static final int RegionNodeDataTypeXor
Specifies a region node with child nodes. A Boolean XOR operation SHOULD be applied to the left and right child nodes specified by an Objects.EmfPlusRegionNodeChildNodes
object.
public static final int RegionNodeDataTypeExclude
Specifies a region node with child nodes. A Boolean operation, defined as "the part of region 1 that is excluded from region 2", SHOULD be applied to the left and right child nodes specified by an Objects.EmfPlusRegionNodeChildNodes
object.
public static final int RegionNodeDataTypeComplement
Specifies a region node with child nodes. A Boolean operation, defined as "the part of region 2 that is excluded from region 1", SHOULD be applied to the left and right child nodes specified by an Objects.EmfPlusRegionNodeChildNodes
object.
public static final int RegionNodeDataTypeRect
Specifies a region node with no child nodes. The RegionNodeData field SHOULD specify a boundary with an Objects.EmfPlusRectF
object (section 2.2.2.39).
public static final int RegionNodeDataTypePath
Specifies a region node with no child nodes. The RegionNodeData field SHOULD specify a boundary with an Objects.EmfPlusRegionNodePath
object (section 2.2.2.42).
public static final int RegionNodeDataTypeEmpty
Specifies a region node with no child nodes. The RegionNodeData field SHOULD NOT be present
public static final int RegionNodeDataTypeInfinite
Specifies a region node with no child nodes, and its bounds are not defined.