Uses of Class
org.xlsx4j.sml.CTI

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

    Fields in org.xlsx4j.sml with type parameters of type CTI 
    Modifier and Type Field Description
    protected java.util.List<CTI> CTColItems.i  
    protected java.util.List<CTI> CTRowItems.i  
    Methods in org.xlsx4j.sml that return CTI 
    Modifier and Type Method Description
    CTI ObjectFactory.createCTI()
    Create an instance of CTI
    Methods in org.xlsx4j.sml that return types with arguments of type CTI 
    Modifier and Type Method Description
    java.util.List<CTI> CTColItems.getI()
    Gets the value of the i property.
    java.util.List<CTI> CTRowItems.getI()
    Gets the value of the i property.