| Package | Description |
|---|---|
| com.grapecity.documents.excel | |
| com.grapecity.documents.excel.forms |
| Modifier and Type | Method and Description |
|---|---|
VerticalAlignment |
IDisplayFormat.getVerticalAlignment()
Gets a value that represents the vertical alignment of the associated Range
object as it is displayed in the current user interface.
|
VerticalAlignment |
IRange.getVerticalAlignment()
Gets the
VerticalAlignment of a cell or range. |
VerticalAlignment |
IStyle.getVerticalAlignment()
Gets the vertical alignment of the specified object.
|
static VerticalAlignment |
VerticalAlignment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VerticalAlignment |
VerticalAlignment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VerticalAlignment[] |
VerticalAlignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static VerticalAlignment[] |
VerticalAlignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IRange.setVerticalAlignment(VerticalAlignment value)
Sets the
VerticalAlignment of a cell or range. |
void |
IStyle.setVerticalAlignment(VerticalAlignment value)
Sets the vertical alignment of the specified object.
|
| Modifier and Type | Method and Description |
|---|---|
VerticalAlignment |
IButton.getVerticalTextAlignment()
Gets vertical alignment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IButton.setVerticalTextAlignment(VerticalAlignment value)
Sets vertical alignment.
|