WmfTextAlignmentModeFlags Enumeration

TextAlignmentMode 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.
Horizontal text alignment is performed when the font has a horizontal default baseline.

Module: aspose.imaging.fileformats.wmf.consts

Full Name: aspose.imaging.fileformats.wmf.consts.WmfTextAlignmentModeFlags

Aspose.Imaging Version: 24.6.0

Members

Member nameDescription
BASELINEThe reference point MUST be on the baseline of the text.
BOTTOMThe reference point MUST be on the bottom edge of the bounding rectangle.
CENTERThe reference point MUST be aligned horizontally with the center of the bounding rectangle.
HORIZONTALRepresents Horizontal text algin sets (Left
LEFTThe reference point MUST be on the left edge of the bounding rectangle.
NOUPDATECPThe drawing position in the playback device context MUST NOT be updated after each
text output call. The reference point MUST be passed to the text output function.
RIGHTThe reference point MUST be on the right edge of the bounding rectangle.
RTLREADINGThe text MUST be laid out in right-to-left reading order, instead of the default left-to right order. This SHOULD
be applied only when the font that is defined in the playback
device context is either Hebrew or Arabic.
TOPThe reference point MUST be on the top edge of the bounding rectangle.
UPDATECPThe drawing position in the playback device context MUST be updated after each text
output call. It MUST be used as the reference point.
VERTICALRepresents Vertical text align sets (Top