public final class TextAlignment
extends com.aspose.ms.System.Enum
Alignment of text in annotation.
Modifier and Type | Field and Description |
---|---|
static int |
Center
Text is centered.
|
static int |
Left
Text is aligned to left.
|
static int |
Right
Text is aligned to right.
|
public static final int Left
Text is aligned to left.
public static final int Center
Text is centered.
public static final int Right
Text is aligned to right.
Copyright © 2020 Aspose. All Rights Reserved.