public final class Position
extends com.aspose.ms.System.Enum
Specifies alignment of element on Document Page
Modifier and Type | Field and Description |
---|---|
static int |
Bottom
The element is located to the bottom of page.
|
static int |
HorizontalCenter
The element is located to the center of horizontal line.
|
static int |
Left
The element is located to the left of page.
|
static int |
None
The element is not located to any edges of page.
|
static int |
Right
The element is located to the right of page.
|
static int |
Top
The element is located to the top of page.
|
static int |
VerticalCenter
The element is located to the center of vertical line.
|
public static final int None
The element is not located to any edges of page.
public static final int Top
The element is located to the top of page.
public static final int Bottom
The element is located to the bottom of page.
public static final int Left
The element is located to the left of page.
public static final int Right
The element is located to the right of page.
public static final int HorizontalCenter
The element is located to the center of horizontal line.
public static final int VerticalCenter
The element is located to the center of vertical line.
Copyright © 2017. All rights reserved.