public final class HorizontalAlignment
extends com.aspose.ms.System.Enum
Specifies the alignment.
Modifier and Type | Field and Description |
---|---|
static int |
Center
Text is centered.
|
static int |
Left
Text is aligned to the left.
|
static int |
Right
Text is aligned to the right.
|
public static final int Left
Text is aligned to the left.
public static final int Center
Text is centered.
public static final int Right
Text is aligned to the right.
Copyright (c) 2017 Aspose. All Rights Reserved.