public final class ParagraphHorizontalAlignment
extends com.aspose.ms.System.Enum
Horizontal alignment
Modifier and Type | Field and Description |
---|---|
static int |
Center
Center text between the left and right sides of the text frame.
|
static int |
ForceJustify
Align text with both left and right sides of the text frame.
|
static int |
FullJustify
Align text, excluding the last line, with the left and right sides of the text frame.
|
static int |
Left
Align text with the left side of the text frame.
|
static int |
NoAlign
Do not align text with the text frame.
|
static int |
Right
Align text with the right side of the text frame.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int NoAlign
Do not align text with the text frame.
public static final int Left
Align text with the left side of the text frame.
public static final int Center
Center text between the left and right sides of the text frame.
public static final int Right
Align text with the right side of the text frame.
public static final int FullJustify
Align text, excluding the last line, with the left and right sides of the text frame.
public static final int ForceJustify
Align text with both left and right sides of the text frame.