Uses of Class
org.xlsx4j.sml.CTXf

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

    Fields in org.xlsx4j.sml with type parameters of type CTXf
    Modifier and Type Field Description
    protected java.util.List<CTXf> CTCellStyleXfs.xf  
    protected java.util.List<CTXf> CTCellXfs.xf  
    Methods in org.xlsx4j.sml that return CTXf
    Modifier and Type Method Description
    CTXf ObjectFactory.createCTXf()
    Create an instance of CTXf
    Methods in org.xlsx4j.sml that return types with arguments of type CTXf
    Modifier and Type Method Description
    java.util.List<CTXf> CTCellStyleXfs.getXf()
    Gets the value of the xf property.
    java.util.List<CTXf> CTCellXfs.getXf()
    Gets the value of the xf property.