|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextSymbol.VerticalAlignment | |
---|---|
com.esri.core.symbol | Provides different types of symbols used to represent geometries. |
Uses of TextSymbol.VerticalAlignment in com.esri.core.symbol |
---|
Methods in com.esri.core.symbol that return TextSymbol.VerticalAlignment | |
---|---|
TextSymbol.VerticalAlignment |
TextSymbol.getVerticalAlignment()
Gets the verticalAlignment of the TextSymbol. |
static TextSymbol.VerticalAlignment |
TextSymbol.VerticalAlignment.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TextSymbol.VerticalAlignment[] |
TextSymbol.VerticalAlignment.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.esri.core.symbol with parameters of type TextSymbol.VerticalAlignment | |
---|---|
void |
TextSymbol.setVerticalAlignment(TextSymbol.VerticalAlignment verticalAlignment)
Sets the verticalAlignment of the TextSymbol. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |