public final class PositioningTypes
extends com.aspose.ms.System.Enum
Positioning and size types for graphics scene.
Modifier and Type | Field and Description |
---|---|
static int |
DefinedByDocument
The absolute positioning on the page that is defined by document page settings.
|
static int |
DefinedByOptions
The absolute positioning on the page that is defined by options page settings.
|
static int |
Relative
The relative positioning and size.
|
public static final int DefinedByDocument
The absolute positioning on the page that is defined by document page settings.
public static final int DefinedByOptions
The absolute positioning on the page that is defined by options page settings.
public static final int Relative
The relative positioning and size. Determined by the boundary of all graphics objects.