@Deprecated public final class BoxVerticalAlignmentType extends com.aspose.ms.System.Enum
Modifier and Type | Field and Description |
---|---|
static int |
Bottom
Deprecated.
Bottom alignment.
|
static int |
Center
Deprecated.
Center alignment.
|
static int |
None
Deprecated.
No alignment type is used.
|
static int |
Top
Deprecated.
Top alignment
|
public static final int None
No alignment type is used. This means the box is positioned using coordinates.
public static final int Top
Top alignment
public static final int Center
Center alignment.
public static final int Bottom
Bottom alignment.
Copyright © 2014 Aspose. All Rights Reserved.