Uses of Class
org.xlsx4j.sml.Cell

Packages that use Cell
Package
Description
 
  • Uses of Cell in org.xlsx4j.sml

    Fields in org.xlsx4j.sml declared as Cell
    Modifier and Type
    Field
    Description
    protected Cell
    CTRevisionCellChange.nc
     
    protected Cell
    CTRevisionCellChange.oc
     
    Fields in org.xlsx4j.sml with type parameters of type Cell
    Modifier and Type
    Field
    Description
    protected List<Cell>
    Row.c
     
    Methods in org.xlsx4j.sml that return Cell
    Modifier and Type
    Method
    Description
    ObjectFactory.createCell()
    Create an instance of Cell
    CTRevisionCellChange.getNc()
    Gets the value of the nc property.
    CTRevisionCellChange.getOc()
    Gets the value of the oc property.
    Methods in org.xlsx4j.sml that return types with arguments of type Cell
    Modifier and Type
    Method
    Description
    Row.getC()
    Gets the value of the c property.
    Methods in org.xlsx4j.sml with parameters of type Cell
    Modifier and Type
    Method
    Description
    void
    CTRevisionCellChange.setNc(Cell value)
    Sets the value of the nc property.
    void
    CTRevisionCellChange.setOc(Cell value)
    Sets the value of the oc property.