| Package | Description |
|---|---|
| com.grapecity.documents.excel.drawing |
| Modifier and Type | Method and Description |
|---|---|
TextUnderlineType |
IFontFormat.getUnderline()
Gets the UnderlineStyle of the represented text.
|
TextUnderlineType |
IFontFormat.getUnderline()
Gets the UnderlineStyle of the represented text.
|
static TextUnderlineType |
TextUnderlineType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TextUnderlineType |
TextUnderlineType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TextUnderlineType[] |
TextUnderlineType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static TextUnderlineType[] |
TextUnderlineType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IFontFormat.setUnderline(TextUnderlineType value)
Sets the UnderlineStyle of the represented text.
|
void |
IFontFormat.setUnderline(TextUnderlineType value)
Sets the UnderlineStyle of the represented text.
|