WebCellArea

Inheritance: java.lang.Object

public class WebCellArea

Remarks

NOTE: This class is now obsolete. please use GridCellArea Instead. This class will be removed after 6 months since Aug. 2014. Aspose apologizes for any inconvenience you may have experienced.

Constructors

ConstructorDescription
WebCellArea()
WebCellArea(int startrow, int startcol, int endrow, int endcol)
WebCellArea(GridCellArea ca)

Fields

FieldDescription
EndColumnGets or sets the end column of this area.
EndRowGets or sets the end row of this area.
StartColumnGets or sets the start column of this area.
StartRowGets or sets the start row of this area.

Methods

MethodDescription
equals(Object obj)Test if the object equals to another WebCellArea object.
getClass()
hashCode()Get the hashcode.
notify()
notifyAll()
toGridCellArea()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

WebCellArea()

public WebCellArea()

WebCellArea(int startrow, int startcol, int endrow, int endcol)

public WebCellArea(int startrow, int startcol, int endrow, int endcol)

Parameters:

ParameterTypeDescription
startrowint
startcolint
endrowint
endcolint

WebCellArea(GridCellArea ca)

public WebCellArea(GridCellArea ca)

Parameters:

ParameterTypeDescription
caGridCellArea

EndColumn

public int EndColumn

Gets or sets the end column of this area.

EndRow

public int EndRow

Gets or sets the end row of this area.

StartColumn

public int StartColumn

Gets or sets the start column of this area.

StartRow

public int StartRow

Gets or sets the start row of this area.

equals(Object obj)

public boolean equals(Object obj)

Test if the object equals to another WebCellArea object.

Parameters:

ParameterTypeDescription
objjava.lang.Object

Returns: boolean -

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public int hashCode()

Get the hashcode.

Returns: int -

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toGridCellArea()

public GridCellArea toGridCellArea()

Returns: GridCellArea

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