public final class VerticalAlignment
extends com.aspose.ms.System.Enum
Represents annotations vertical alignment state
| Modifier and Type | Field and Description |
|---|---|
static int |
BOTTOM
Target will be aligned to bottom side
|
static int |
CENTER
Target will be aligned to center
|
static int |
NONE
Default value, aligned wont be used
|
static int |
TOP
Target will be aligned to top 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 BOTTOM
Target will be aligned to bottom side
public static final int CENTER
Target will be aligned to center
public static final int NONE
Default value, aligned wont be used
public static final int TOP
Target will be aligned to top side
Copyright © 2024. All rights reserved.