public final class HorizontalAlignment
extends com.aspose.ms.System.Enum
Represents annotations horizontal alignment state
| Modifier and Type | Field and Description |
|---|---|
static int |
CENTER
Target will be aligned to center
|
static int |
LEFT
Target will be aligned to left side
|
static int |
NONE
Default value, aligned wont be used
|
static int |
RIGHT
Target will be aligned to right side
|
| Modifier and Type | Method and Description |
|---|---|
static String |
getName(Integer value) |
static int |
getValue(String name) |
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toStringpublic static final int CENTER
Target will be aligned to center
public static final int LEFT
Target will be aligned to left side
public static final int NONE
Default value, aligned wont be used
public static final int RIGHT
Target will be aligned to right side
Copyright © 2024. All rights reserved.