Uses of Class
org.xlsx4j.sml.Cell

Packages that use Cell 
Package Description
org.xlsx4j.sml  
  • 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 java.util.List<Cell> Row.c  
    Methods in org.xlsx4j.sml that return Cell 
    Modifier and Type Method Description
    Cell ObjectFactory.createCell()
    Create an instance of Cell
    Cell CTRevisionCellChange.getNc()
    Gets the value of the nc property.
    Cell 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
    java.util.List<Cell> 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.