|
ASPOSE home |
java.lang.Objectcom.aspose.words.ParagraphAlignment
public class ParagraphAlignment
Field Summary | ||
---|---|---|
static final byte | LEFT | |
Text is aligned to the left. | ||
static final byte | CENTER | |
Text is centered horizontally. | ||
static final byte | RIGHT | |
Text is aligned to the right. | ||
static final byte | JUSTIFY | |
Text is aligned to both left and right. | ||
static final byte | DISTRIBUTED | |
Text is evenly distributed. |
Field Detail |
---|
LEFT | |
public static final byte LEFT |
CENTER | |
public static final byte CENTER |
RIGHT | |
public static final byte RIGHT |
JUSTIFY | |
public static final byte JUSTIFY |
DISTRIBUTED | |
public static final byte DISTRIBUTED |
|
ASPOSE home |