public class OdsCellField
Property Getters/Setters Summary | ||
---|---|---|
int | getColumn() | |
void | setColumn(intvalue) | |
Get and sets the column index of the cell. | ||
java.lang.String | getCustomFormat() | |
void | setCustomFormat(java.lang.Stringvalue) | |
Represents the custom format of the field's value. | ||
int | getFieldType() | |
void | setFieldType(intvalue) | |
Gets and sets the type of the field. The value of the property is OdsCellFieldType integer constant. | ||
int | getRow() | |
void | setRow(intvalue) | |
Get and sets the row index of the cell. |
public java.lang.String getCustomFormat() / public void setCustomFormat(java.lang.String value)
public int getFieldType() / public void setFieldType(int value)
public int getRow() / public void setRow(int value)
public int getColumn() / public void setColumn(int value)