WebCellArea
Contents
[
Hide
]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
Constructor | Description |
---|---|
WebCellArea() | the default constructor. |
WebCellArea(int startrow, int startcol, int endrow, int endcol) | the constructor. |
WebCellArea(GridCellArea ca) | the constructor. |
Fields
Field | Description |
---|---|
EndColumn | Gets or sets the end column of this area. |
EndRow | Gets or sets the end row of this area. |
StartColumn | Gets or sets the start column of this area. |
StartRow | Gets or sets the start row of this area. |
Methods
Method | Description |
---|---|
equals(Object obj) | Test if the object equals to another WebCellArea object. |
getClass() | |
hashCode() | Get the hashcode. |
notify() | |
notifyAll() | |
toGridCellArea() | to GridCellArea. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
WebCellArea()
public WebCellArea()
the default constructor.
WebCellArea(int startrow, int startcol, int endrow, int endcol)
public WebCellArea(int startrow, int startcol, int endrow, int endcol)
the constructor.
Parameters:
Parameter | Type | Description |
---|---|---|
startrow | int | |
startcol | int | |
endrow | int | |
endcol | int |
WebCellArea(GridCellArea ca)
public WebCellArea(GridCellArea ca)
the constructor.
Parameters:
Parameter | Type | Description |
---|---|---|
ca | GridCellArea |
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:
Parameter | Type | Description |
---|---|---|
obj | java.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()
to GridCellArea.
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:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |