OdsCellField

Inheritance: java.lang.Object

public class OdsCellField

Represents the cell field of ods.

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valueint

setCustomFormat(String value)

public void setCustomFormat(String value)

Represents the custom format of the field’s value.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setFieldType(int value)

public void setFieldType(int value)

Sets the type of the field.

See OdsCellFieldType.

Parameters:

ParameterTypeDescription
valueint

setRow(int value)

public void setRow(int value)

Sets the row index of the cell.

Parameters:

ParameterTypeDescription
valueint

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