RevisionCellChange

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

public class RevisionCellChange extends Revision

Represents the revision that changing cells.

Methods

MethodDescription
equals(Object arg0)
getCellName()Gets the name of the cell.
getClass()
getColumn()Gets the column index of the cell.
getId()Gets the number of this revision.
getNewFormula()Gets the old formula.
getNewStyle()Gets the new style of the cell.
getNewValue()Gets new value of the cell.
getOldFormula()Gets the old formula.
getOldStyle()Gets the old style of the cell.
getOldValue()Gets old value of the cell.
getRow()Gets the row index of the cell.
getType()Represents the type of revision.
getWorksheet()Gets the worksheet.
hashCode()
isNewFormatted()Indicates whether this cell is new formatted.
isOldFormatted()Indicates whether this cell is old formatted.
notify()
notifyAll()
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

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 cell.

Returns: int

getId()

public int getId()

Gets the number of this revision.

Remarks

Zero means this revision does not contains id.

Returns: int

getNewFormula()

public String getNewFormula()

Gets the old formula.

Returns: java.lang.String

getNewStyle()

public Style getNewStyle()

Gets the new style of the cell.

Returns: Style

getNewValue()

public Object getNewValue()

Gets new value of the cell.

Returns: java.lang.Object

getOldFormula()

public String getOldFormula()

Gets the old formula.

Returns: java.lang.String

getOldStyle()

public Style getOldStyle()

Gets the old style of the cell.

Returns: Style

getOldValue()

public Object getOldValue()

Gets old value of the cell.

Returns: java.lang.Object

getRow()

public int getRow()

Gets the row index of the cell.

Returns: int

getType()

public int getType()

Represents the type of revision.

See RevisionType.

Returns: int

getWorksheet()

public Worksheet getWorksheet()

Gets the worksheet.

Returns: Worksheet

hashCode()

public native int hashCode()

Returns: int

isNewFormatted()

public boolean isNewFormatted()

Indicates whether this cell is new formatted.

Returns: boolean

isOldFormatted()

public boolean isOldFormatted()

Indicates whether this cell is old formatted.

Returns: boolean

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

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