OdsCellField
Inheritance: java.lang.Object
public class OdsCellField
Represents the cell field of ods.
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getColumn() | Gets the column index of the cell. |
| getCustomFormat() | Represents the custom format of the field’s value. |
| getFieldType() | Gets the type of the field. |
| getRow() | Gets the row index of the cell. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setColumn(int value) | Sets the column index of the cell. |
| setCustomFormat(String value) | Represents the custom format of the field’s value. |
| setFieldType(int value) | Sets the type of the field. |
| setRow(int value) | Sets the row index of the cell. |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getColumn()
public int getColumn()
Gets the column index of the cell.
Returns: int
getCustomFormat()
public String getCustomFormat()
Represents the custom format of the field’s value.
Returns: java.lang.String
getFieldType()
public int getFieldType()
Gets the type of the field.
See OdsCellFieldType.
Returns: int
getRow()
public int getRow()
Gets the row index of the cell.
Returns: int
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setColumn(int value)
public void setColumn(int value)
Sets the column index of the cell.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setCustomFormat(String value)
public void setCustomFormat(String value)
Represents the custom format of the field’s value.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setFieldType(int value)
public void setFieldType(int value)
Sets the type of the field.
See OdsCellFieldType.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setRow(int value)
public void setRow(int value)
Sets the row index of the cell.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
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 |