| Package | Description |
|---|---|
| com.grapecity.documents.excel | |
| com.grapecity.documents.excel.forms |
| Modifier and Type | Method and Description |
|---|---|
HorizontalAlignment |
IDisplayFormat.getHorizontalAlignment()
Gets a value that represents the horizontal alignment of the associated Range
object as it is displayed in the current user interface.
|
HorizontalAlignment |
IRange.getHorizontalAlignment()
Gets the
HorizontalAlignment of a cell or range. |
HorizontalAlignment |
IStyle.getHorizontalAlignment()
Gets the horizontal alignment for the specified object.
|
static HorizontalAlignment |
HorizontalAlignment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HorizontalAlignment |
HorizontalAlignment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HorizontalAlignment[] |
HorizontalAlignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static HorizontalAlignment[] |
HorizontalAlignment.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.setHorizontalAlignment(HorizontalAlignment value)
Sets the
HorizontalAlignment of a cell or range. |
void |
IStyle.setHorizontalAlignment(HorizontalAlignment value)
Sets the horizontal alignment for the specified object.
|
| Modifier and Type | Method and Description |
|---|---|
HorizontalAlignment |
IButton.getHorizontalTextAlignment()
Gets horizontal alignment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IButton.setHorizontalTextAlignment(HorizontalAlignment value)
Sets horizontal alignment.
|