Uses of Class
org.xlsx4j.sml.CTX

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

    Fields in org.xlsx4j.sml with type parameters of type CTX 
    Modifier and Type Field Description
    protected java.util.List<CTX> CTCacheField.mpMap  
    protected java.util.List<CTX> CTBoolean.x  
    protected java.util.List<CTX> CTDateTime.x  
    protected java.util.List<CTX> CTError.x  
    protected java.util.List<CTX> CTI.x  
    protected java.util.List<CTX> CTMissing.x  
    protected java.util.List<CTX> CTNumber.x  
    protected java.util.List<CTX> CTString.x  
    Methods in org.xlsx4j.sml that return CTX 
    Modifier and Type Method Description
    CTX ObjectFactory.createCTX()
    Create an instance of CTX
    Methods in org.xlsx4j.sml that return types with arguments of type CTX 
    Modifier and Type Method Description
    java.util.List<CTX> CTCacheField.getMpMap()
    Gets the value of the mpMap property.
    java.util.List<CTX> CTBoolean.getX()
    Gets the value of the x property.
    java.util.List<CTX> CTDateTime.getX()
    Gets the value of the x property.
    java.util.List<CTX> CTError.getX()
    Gets the value of the x property.
    java.util.List<CTX> CTI.getX()
    Gets the value of the x property.
    java.util.List<CTX> CTMissing.getX()
    Gets the value of the x property.
    java.util.List<CTX> CTNumber.getX()
    Gets the value of the x property.
    java.util.List<CTX> CTString.getX()
    Gets the value of the x property.