CharacterBulletValue

Inheritance: java.lang.Object, com.aspose.cells.BulletValue

public class CharacterBulletValue extends BulletValue

Represents the character bullet.

Constructors

ConstructorDescription
CharacterBulletValue()

Methods

MethodDescription
equals(Object arg0)
getCharacter()Gets character of the bullet.
getClass()
getType()Gets the type of the bullet.
hashCode()
notify()
notifyAll()
setCharacter(char value)Sets character of the bullet.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

CharacterBulletValue()

public CharacterBulletValue()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getCharacter()

public char getCharacter()

Gets character of the bullet.

Returns: char

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getType()

public int getType()

Gets the type of the bullet.

See BulletType.

Returns: int

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setCharacter(char value)

public void setCharacter(char value)

Sets character of the bullet.

Parameters:

ParameterTypeDescription
valuechar

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int