com.aspose.cells
Class OdsCellField

java.lang.Object
    extended by com.aspose.cells.OdsCellField

public class OdsCellField 
extends java.lang.Object

Represents the cell field of ods.


Property Getters/Setters Summary
intgetColumn()
voidsetColumn(int value)
           Get and sets the column index of the cell.
java.lang.StringgetCustomFormat()
voidsetCustomFormat(java.lang.String value)
           Represents the custom format of the field's value.
intgetFieldType()
voidsetFieldType(int value)
           Gets and sets the type of the field. The value of the property is OdsCellFieldType integer constant.
intgetRow()
voidsetRow(int value)
           Get and sets the row index of the cell.
 

Property Getters/Setters Detail

getCustomFormat/setCustomFormat

public java.lang.String getCustomFormat() / public void setCustomFormat(java.lang.String value)
Represents the custom format of the field's value.

setCustomFormat

public void setCustomFormat(java.lang.String value)
Represents the custom format of the field's value.

getFieldType/setFieldType

public int getFieldType() / public void setFieldType(int value)
Gets and sets the type of the field. The value of the property is OdsCellFieldType integer constant.

setFieldType

public void setFieldType(int value)
Gets and sets the type of the field. The value of the property is OdsCellFieldType integer constant.

getRow/setRow

public int getRow() / public void setRow(int value)
Get and sets the row index of the cell.

setRow

public void setRow(int value)
Get and sets the row index of the cell.

getColumn/setColumn

public int getColumn() / public void setColumn(int value)
Get and sets the column index of the cell.

setColumn

public void setColumn(int value)
Get and sets the column index of the cell.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.