RevisionQueryTable

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

public class RevisionQueryTable extends Revision

Represents a revision of a query table field change.

Methods

MethodDescription
equals(Object arg0)
getCellArea()Gets the location of the affected query table.
getClass()
getFieldId()Gets ID of the specific query table field that was removed.
getId()Gets the number of this revision.
getType()Represents the type of the 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

getCellArea()

public CellArea getCellArea()

Gets the location of the affected query table.

Returns: CellArea

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getFieldId()

public int getFieldId()

Gets ID of the specific query table field that was removed.

Returns: int

getId()

public int getId()

Gets the number of this revision.

Remarks

Zero means this revision does not contains id.

Returns: int

getType()

public int getType()

Represents the type of the 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