public final class StringAlignment extends Enum
Title: StringAlignment class
Description:
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Modifier and Type | Field and Description |
---|---|
static StringAlignment |
CENTER |
static StringAlignment |
FAR |
static StringAlignment |
NEAR |
Constructor and Description |
---|
StringAlignment() |
Modifier and Type | Method and Description |
---|---|
static StringAlignment |
fromValue(int v) |
getValue, readResolve
public static final StringAlignment NEAR
public static final StringAlignment CENTER
public static final StringAlignment FAR
public static StringAlignment fromValue(int v)