public static final class RegionHelper.NodeType
extends com.aspose.ms.System.Enum
Type of region data node.
| Modifier and Type | Field and Description |
|---|---|
static int |
TypeAnd
The type means the intersection of two child nodes.
|
static int |
TypeComplement
The type means the reverse difference of two child nodes.
|
static int |
TypeEmpty
The type means the node contains empty region.
|
static int |
TypeExclude
The type means the difference of two child nodes.
|
static int |
TypeInfinite
The type means the node contains infinite region.
|
static int |
TypeOr
The type means the union of two child nodes.
|
static int |
TypePath
The type means the node contains a path-based region.
|
static int |
TypeRect
The type means the node contains a rectangle-based region.
|
static int |
TypeXor
The type means the exclusive of two 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, isDefined, parse, parse, parse, parse, register, toObject, toStringpublic static final int TypeAnd
The type means the intersection of two child nodes.
public static final int TypeOr
The type means the union of two child nodes.
public static final int TypeXor
The type means the exclusive of two child nodes.
public static final int TypeExclude
The type means the difference of two child nodes.
public static final int TypeComplement
The type means the reverse difference of two child nodes.
public static final int TypeRect
The type means the node contains a rectangle-based region.
public static final int TypePath
The type means the node contains a path-based region.
public static final int TypeEmpty
The type means the node contains empty region.
public static final int TypeInfinite
The type means the node contains infinite region.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.