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
| Field | Description |
|---|---|
| Center | Center alignment. |
| Justify | Justify alignment. |
| Left | Left alignment. |
| Right | Right 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.
Right
public static final int Right
Right alignment.