public enum DgnJustificationType extends Enum<DgnJustificationType>
Justification type
| Enum Constant and Description |
|---|
CenterBottom
Center Bottom justification
|
CenterCenter
Center Center justification
|
CenterTop
Center Top justification
|
LeftBottom
Left Bottom justification
|
LeftCenter
Left Center justification
|
LeftMarginBottom
Left Margin Bottom justification
|
LeftMarginCenter
Left Margin Center justification
|
LeftMarginTop
Left Margin Top justification
|
LeftTop
Left Top justification
|
RightBottom
Right Bottom justification
|
RightCenter
Right Center justification
|
RightMarginBottom
Right Margin Bottom justification
|
RightMarginCenter
Curve element justification
|
RightMarginTop
Right Margin Top justification
|
RightTop
Right Top justification
|
| Modifier and Type | Method and Description |
|---|---|
static DgnJustificationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DgnJustificationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DgnJustificationType LeftTop
Left Top justification
public static final DgnJustificationType LeftCenter
Left Center justification
public static final DgnJustificationType LeftBottom
Left Bottom justification
public static final DgnJustificationType LeftMarginTop
Left Margin Top justification
public static final DgnJustificationType LeftMarginCenter
Left Margin Center justification
public static final DgnJustificationType LeftMarginBottom
Left Margin Bottom justification
public static final DgnJustificationType CenterTop
Center Top justification
public static final DgnJustificationType CenterCenter
Center Center justification
public static final DgnJustificationType CenterBottom
Center Bottom justification
public static final DgnJustificationType RightMarginTop
Right Margin Top justification
public static final DgnJustificationType RightMarginCenter
Curve element justification
public static final DgnJustificationType RightMarginBottom
Right Margin Bottom justification
public static final DgnJustificationType RightTop
Right Top justification
public static final DgnJustificationType RightCenter
Right Center justification
public static final DgnJustificationType RightBottom
Right Bottom justification
public static DgnJustificationType[] values()
for (DgnJustificationType c : DgnJustificationType.values()) System.out.println(c);
public static DgnJustificationType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.