RevisionCellComment

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

public class RevisionCellComment extends Revision

Represents a revision record of a cell comment change.

Methods

MethodDescription
equals(Object arg0)
getActionType()Gets the action type of the revision.
getCellName()Gets the name of the cell.
getClass()
getColumn()Gets the column index of the which contains a comment.
getId()Gets the number of this revision.
getNewLength()Gets Length of the comment before this revision was made.
getOldLength()Gets Length of the comment text added in this revision.
getRow()Gets the row index of the which contains a comment.
getType()Gets the type of revision.
getWorksheet()Gets the worksheet.
hashCode()
isOldComment()Indicates whether it’s an old comment.
notify()
notifyAll()
setCellName(String value)Gets the name of the cell.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getActionType()

public int getActionType()

Gets the action type of the revision.

See RevisionActionType.

Returns: int

getCellName()

public String getCellName()

Gets the name of the cell.

Returns: java.lang.String

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getColumn()

public int getColumn()

Gets the column index of the which contains a comment.

Returns: int

getId()

public int getId()

Gets the number of this revision.

Remarks

Zero means this revision does not contains id.

Returns: int

getNewLength()

public int getNewLength()

Gets Length of the comment before this revision was made.

Returns: int

getOldLength()

public int getOldLength()

Gets Length of the comment text added in this revision.

Returns: int

getRow()

public int getRow()

Gets the row index of the which contains a comment.

Returns: int

getType()

public int getType()

Gets the type of revision.

See RevisionType.

Returns: int

getWorksheet()

public Worksheet getWorksheet()

Gets the worksheet.

Returns: Worksheet

hashCode()

public native int hashCode()

Returns: int

isOldComment()

public boolean isOldComment()

Indicates whether it’s an old comment.

Returns: boolean

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setCellName(String value)

public void setCellName(String value)

Gets the name of the cell.

Parameters:

ParameterTypeDescription
valuejava.lang.String

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