Uses of Class
org.xlsx4j.sml.CTDxf

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

    Fields in org.xlsx4j.sml declared as CTDxf 
    Modifier and Type Field Description
    protected CTDxf CTRevisionFormatting.dxf  
    protected CTDxf CTRevisionCellChange.ndxf  
    protected CTDxf CTRevisionCellChange.odxf  
    Fields in org.xlsx4j.sml with type parameters of type CTDxf 
    Modifier and Type Field Description
    protected java.util.List<CTDxf> CTDxfs.dxf  
    Methods in org.xlsx4j.sml that return CTDxf 
    Modifier and Type Method Description
    CTDxf ObjectFactory.createCTDxf()
    Create an instance of CTDxf
    CTDxf CTRevisionFormatting.getDxf()
    Gets the value of the dxf property.
    CTDxf CTRevisionCellChange.getNdxf()
    Gets the value of the ndxf property.
    CTDxf CTRevisionCellChange.getOdxf()
    Gets the value of the odxf property.
    Methods in org.xlsx4j.sml that return types with arguments of type CTDxf 
    Modifier and Type Method Description
    java.util.List<CTDxf> CTDxfs.getDxf()
    Gets the value of the dxf property.
    Methods in org.xlsx4j.sml with parameters of type CTDxf 
    Modifier and Type Method Description
    void CTRevisionFormatting.setDxf​(CTDxf value)
    Sets the value of the dxf property.
    void CTRevisionCellChange.setNdxf​(CTDxf value)
    Sets the value of the ndxf property.
    void CTRevisionCellChange.setOdxf​(CTDxf value)
    Sets the value of the odxf property.