Skip to main content

TextBulletColor Class

Specifies the text bullet color.

Declaration

public final class TextBulletColor extends Struct<TextBulletColor>

Inherited Members

com.devexpress.system.Struct.equals(java.lang.Object)
com.devexpress.system.Struct.getHashCode()
com.devexpress.system.Struct.hashCode()
java.lang.Object.clone()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.toString()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object
com.devexpress.system.Struct
TextBulletColor

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 TextBulletColor instance that specifies automatic bullet color selection.

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 TextBulletColor instance that specifies using the text color for bullets.

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

true if the specified object is equal to this bullet color; otherwise, false.

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.