AutoNumberedBulletValue
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.cells.BulletValue
public class AutoNumberedBulletValue extends BulletValue
Represents automatic numbered bullet.
Constructors
Constructor | Description |
---|---|
AutoNumberedBulletValue() |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
value | int |
setStartAt(int value)
public void setStartAt(int value)
Sets the starting number of the bullet.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |