TextBulletColor Class
Specifies the text bullet color.
Declaration
public final class TextBulletColor extends Struct<TextBulletColor>
Inherited Members
Inheritance
Constructors
TextBulletColor() Constructor
Initializes a new instance of the TextBulletColor class.
Declaration
public TextBulletColor()
TextBulletColor(OfficeColor color) Constructor
Initializes a new instance of the TextBulletColor class with specified settings.
Declaration
public TextBulletColor(OfficeColor color)
Parameters
| Name | Type | Description |
|---|---|---|
| color | OfficeColor | Specifies the bullet color. |
Fields
AUTOMATIC Field
Returns a value that specifies that the text bullet color is determined automatically.
Declaration
public static final TextBulletColor AUTOMATIC
Field Value
| Type | Description |
|---|---|
TextBulletColor |
A |
Color Field
Gets the bullet color.
Declaration
public OfficeColor Color
Field Value
| Type | Description |
|---|---|
| OfficeColor | The bullet color. |
Type Field
Gets the bullet color type.
Declaration
public TextBulletColorType Type
Field Value
| Type | Description |
|---|---|
| TextBulletColorType | The bullet color type. |
USE_TEXT_SETTINGS Field
Returns a value that specifies that the text bullet color is the same as the text color.
Declaration
public static final TextBulletColor USE_TEXT_SETTINGS
Field Value
| Type | Description |
|---|---|
TextBulletColor |
A |
Methods
equals(Object obj) Method
Determines whether the specified object is equal to this bullet color.
Declaration
public boolean equals(Object obj)
Parameters
| Name | Type | Description |
|---|---|---|
| obj | Object | The object to compare with this bullet color. |
Returns
| Type | Description |
|---|---|
| boolean |
|
hashCode() Method
Returns a hash code value for this bullet color.
Declaration
public int hashCode()
Returns
| Type | Description |
|---|---|
| int | A hash code value for this bullet color. |