public final class WmfVerticalTextAlignmentModeFlags
extends com.aspose.ms.System.Enum
VerticalTextAlignmentMode Flags specify the relationship between a reference point and a bounding rectangle, for text alignment. These flags can be combined to specify multiple options, with the restriction that only one flag can be chosen that alters the drawing position in the playback device context. Vertical text alignment is performed when the font has a vertical default baseline, such as Kanji.
Modifier and Type | Field and Description |
---|---|
static int |
VTA_BASELINE
The reference point MUST be on the baseline of the text.
|
static int |
VTA_BOTTOM
The reference point MUST be on the bottom edge of the bounding rectangle.
|
static int |
VTA_CENTER
The reference point MUST be aligned vertically with the center of the bounding rectangle.
|
static int |
VTA_LEFT
The reference point MUST be on the left edge of the bounding rectangle.
|
static int |
VTA_RIGHT
The reference point MUST be on the right edge of the bounding rectangle.
|
static int |
VTA_TOP
The reference point MUST be on the top edge of the bounding rectangle.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int VTA_TOP
The reference point MUST be on the top edge of the bounding rectangle.
public static final int VTA_RIGHT
The reference point MUST be on the right edge of the bounding rectangle.
public static final int VTA_BOTTOM
The reference point MUST be on the bottom edge of the bounding rectangle.
public static final int VTA_CENTER
The reference point MUST be aligned vertically with the center of the bounding rectangle.
public static final int VTA_LEFT
The reference point MUST be on the left edge of the bounding rectangle.
public static final int VTA_BASELINE
The reference point MUST be on the baseline of the text.