PositioningTypes

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class PositioningTypes extends System.Enum

Positioning and size types for graphics scene.

Fields

FieldDescription
DefinedByDocumentThe absolute positioning on the page that is defined by document page settings.
DefinedByOptionsThe absolute positioning on the page that is defined by options page settings.
RelativeThe relative positioning and size.

DefinedByDocument

public static final int DefinedByDocument

The absolute positioning on the page that is defined by document page settings.

DefinedByOptions

public static final int DefinedByOptions

The absolute positioning on the page that is defined by options page settings.

Relative

public static final int Relative

The relative positioning and size. Determined by the boundary of all graphics objects.