RevisionCellMove

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

public class RevisionCellMove extends Revision

Represents a revision record on a cell(s) that moved.

Methods

MethodDescription
equals(Object arg0)
getClass()
getDestinationArea()Gets the destination area.
getId()Gets the number of this revision.
getSourceArea()Gets the source area.
getSourceWorksheet()Gets the source worksheet.
getType()Represents the type of revision.
getWorksheet()Gets the worksheet.
hashCode()
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

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDestinationArea()

public CellArea getDestinationArea()

Gets the destination area.

Returns: CellArea

getId()

public int getId()

Gets the number of this revision.

Remarks

Zero means this revision does not contains id.

Returns: int

getSourceArea()

public CellArea getSourceArea()

Gets the source area.

Returns: CellArea

getSourceWorksheet()

public Worksheet getSourceWorksheet()

Gets the source worksheet.

Returns: Worksheet

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

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