@Deprecated public final class VerticalAlignmentType extends Object
Class representing possible vertical alignment values.
Use VerticalAlignment instead
Modifier and Type | Field and Description |
---|---|
static VerticalAlignmentType |
Bottom
Deprecated.
Bottom alignment type.
|
static VerticalAlignmentType |
Center
Deprecated.
Center alignment type.
|
static VerticalAlignmentType |
Top
Deprecated.
Top alignment.
|
Constructor and Description |
---|
VerticalAlignmentType(String name)
Deprecated.
Initializes vertical alignment by its name.
|
public static VerticalAlignmentType Top
Top alignment.
public static VerticalAlignmentType Center
Center alignment type.
public static VerticalAlignmentType Bottom
Bottom alignment type.
public VerticalAlignmentType(String name)
Initializes vertical alignment by its name.
name
- Copyright © 2018 Aspose. All Rights Reserved.