public final class AlignmentType
extends com.aspose.ms.System.Enum
Enumerates the alignment types.
Modifier and Type | Field and Description |
---|---|
static int |
Center
Center alignment.
|
static int |
FullJustify
Similar to 'Justify' alignment, except that the very last line will only be
left-aligned in 'Justify' mode, while in 'FullJustify' mode all lines will be
left- and right-aligned.
|
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 Center
Center alignment.
public static final int Right
Right alignment.
public static final int Justify
Justify alignment. Text will be aligned on both left and right margins.
public static final int FullJustify
Similar to 'Justify' alignment, except that the very last line will only be left-aligned in 'Justify' mode, while in 'FullJustify' mode all lines will be left- and right-aligned.
Copyright © 2016 Aspose. All Rights Reserved.