public final class HorizontalAlignment extends Object
Specifies horizontal alignment of element on Document Page.
Modifier and Type | Field and Description |
---|---|
static int |
Center
Specifies that the object shall be centered with respect to the horizontal alignment base.
|
static int |
Default
Same as GroupDocs.Signature.Domain.HorizontalAlignment.None.
|
static int |
Left
Specifies that the object shall be left aligned to the horizontal alignment base.
|
static int |
None
The object is explicitly positioned, usually using its Left property.
|
static int |
Right
Specifies that the object shall be right aligned to the horizontal alignment base.
|
public static final int Center
Specifies that the object shall be centered with respect to the horizontal alignment base.
public static final int Default
Same as GroupDocs.Signature.Domain.HorizontalAlignment.None.
public static final int Left
Specifies that the object shall be left aligned to the horizontal alignment base.
public static final int None
The object is explicitly positioned, usually using its Left property.
public static final int Right
Specifies that the object shall be right aligned to the horizontal alignment base.