public final class RtfAlignment
extends com.aspose.ms.System.Enum
An enum to represent text alignment
| Modifier and Type | Field and Description |
|---|---|
static int |
Center
Center alignment.
|
static int |
Justify
Justify alignment.
|
static int |
Left
Left alignment.
|
static int |
Right
Right alignment.
|
public static final int Left
Left alignment.
public static final int Right
Right alignment.
public static final int Center
Center alignment.
public static final int Justify
Justify alignment.
Copyright © 2026 Aspose. All Rights Reserved.