EmfPlusStringAlignment Enumeration

The StringAlignment enumeration defines ways to align strings with respect to a text layout rectangle.

Module: aspose.imaging.fileformats.emf.emfplus.consts

Full Name: aspose.imaging.fileformats.emf.emfplus.consts.EmfPlusStringAlignment

Aspose.Imaging Version: 24.7.0

Members

Member nameDescription
STRING_ALIGNMENT_CENTERSpecifies that alignment is centered between the origin and extent of the layout rectangle.
STRING_ALIGNMENT_FARSpecifies that alignment is to the right side of the layout rectangle.
STRING_ALIGNMENT_NEARSpecifies that string alignment is toward the origin of the layout rectangle. This can be used to align characters along a line or to align text within a rectangle. For a right-to-left layout rectangle, the origin SHOULD be at the upper right.