UnderlineFill Class
The underline fill of a text element.
Declaration
public final class UnderlineFill extends Struct<UnderlineFill>
Inherited Members
Inheritance
Constructors
UnderlineFill() Constructor
Initializes a new instance of the UnderlineFill class.
Declaration
public UnderlineFill()
UnderlineFill(Fill fill) Constructor
Initializes a new instance of the UnderlineFill class with specified settings.
Declaration
public UnderlineFill(Fill fill)
Parameters
| Name | Type | Description |
|---|---|---|
| fill | Fill | Fill settings for the underline. |
Fields
AUTOMATIC Field
Gets a UnderlineFill object with automatically determined underline fill.
Declaration
public static final UnderlineFill AUTOMATIC
Field Value
| Type | Description |
|---|---|
UnderlineFill |
A |
USE_TEXT_SETTINGS Field
Returns an underline fill that uses text fill settings.
Declaration
public static final UnderlineFill USE_TEXT_SETTINGS
Field Value
| Type | Description |
|---|---|
UnderlineFill |
An |
Methods
equals(Object obj) Method
Determines whether the specified object is equal to the current object.
Declaration
public boolean equals(Object obj)
Parameters
| Name | Type | Description |
|---|---|---|
| obj | Object | The object to compare with the current object. |
Returns
| Type | Description |
|---|---|
| boolean |
|
equals(UnderlineFill other) Method
Determines whether the specified object is equal to the current object.
Declaration
public boolean equals(UnderlineFill other)
Parameters
| Name | Type | Description |
|---|---|---|
| other | UnderlineFill |
An |
Returns
| Type | Description |
|---|---|
| boolean |
|
getFill() Method
Returns fill settings of the underline.
Declaration
public Fill getFill()
Returns
| Type | Description |
|---|---|
| Fill | Fill settings. |
hashCode() Method
Returns the hash code for this UnderlineFill instance.
Declaration
public int hashCode()
Returns
| Type | Description |
|---|---|
| int | The hash code for this object. |