RtfAlignment

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum> com.aspose.ms.System.Enum com.aspose.pdf.rtf.rtfstructure.RtfAlignment, com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>, com.aspose.ms.System.Enum com.aspose.pdf.rtf.rtfstructure.RtfAlignment, com.aspose.ms.System.Enum, com.aspose.pdf.rtf.rtfstructure.RtfAlignment

public final class RtfAlignment extends com.aspose.ms.System.Enum

An enum to represent text alignment

Fields

FieldDescription
CenterCenter alignment.
JustifyJustify alignment.
LeftLeft alignment.
RightRight alignment.

Center

public static final int Center

Center alignment.

Justify

public static final int Justify

Justify alignment.

Left

public static final int Left

Left alignment.

public static final int Right

Right alignment.