AutoNumberedBulletValue

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

public class AutoNumberedBulletValue extends BulletValue

Represents automatic numbered bullet.

Constructors

ConstructorDescription
AutoNumberedBulletValue()

Methods

MethodDescription
equals(Object arg0)
getAutonumberScheme()Represents the scheme of automatic number.
getClass()
getStartAt()Gets the starting number of the bullet.
getType()Gets the type of the bullet.
hashCode()
notify()
notifyAll()
setAutonumberScheme(int value)Represents the scheme of automatic number.
setStartAt(int value)Sets the starting number of the bullet.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

AutoNumberedBulletValue()

public AutoNumberedBulletValue()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getAutonumberScheme()

public int getAutonumberScheme()

Represents the scheme of automatic number.

See TextAutonumberScheme.

Returns: int

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getStartAt()

public int getStartAt()

Gets the starting number of the bullet.

Returns: int

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()

setAutonumberScheme(int value)

public void setAutonumberScheme(int value)

Represents the scheme of automatic number.

See TextAutonumberScheme.

Parameters:

ParameterTypeDescription
valueint

setStartAt(int value)

public void setStartAt(int value)

Sets the starting number of the bullet.

Parameters:

ParameterTypeDescription
valueint

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