Enum ParagraphHorizontalAlignment

Enum ParagraphHorizontalAlignment

Namespace: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums
Assembly: Aspose.Imaging.dll (25.2.0)

Horizontal alignment

public enum ParagraphHorizontalAlignment

Fields

Center = 2

Center text between the left and right sides of the text frame.

ForceJustify = 5

Align text with both left and right sides of the text frame.

FullJustify = 4

Align text, excluding the last line, with the left and right sides of the text frame.

Left = 1

Align text with the left side of the text frame.

NoAlign = 0

Do not align text with the text frame.

Right = 3

Align text with the right side of the text frame.