Uses of Class
org.xlsx4j.sml.CTTuples
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of CTTuples in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTTuples Modifier and Type Field Description protected CTTuplesCTSet. sortByTupleprotected CTTuplesCTError. tplsprotected CTTuplesCTQuery. tplsFields in org.xlsx4j.sml with type parameters of type CTTuples Modifier and Type Field Description protected java.util.List<CTTuples>CTMissing. tplsprotected java.util.List<CTTuples>CTNumber. tplsprotected java.util.List<CTTuples>CTSet. tplsprotected java.util.List<CTTuples>CTString. tplsMethods in org.xlsx4j.sml that return CTTuples Modifier and Type Method Description CTTuplesObjectFactory. createCTTuples()Create an instance ofCTTuplesCTTuplesCTSet. getSortByTuple()Gets the value of the sortByTuple property.CTTuplesCTError. getTpls()Gets the value of the tpls property.CTTuplesCTQuery. getTpls()Gets the value of the tpls property.Methods in org.xlsx4j.sml that return types with arguments of type CTTuples Modifier and Type Method Description java.util.List<CTTuples>CTMissing. getTpls()Gets the value of the tpls property.java.util.List<CTTuples>CTNumber. getTpls()Gets the value of the tpls property.java.util.List<CTTuples>CTSet. getTpls()Gets the value of the tpls property.java.util.List<CTTuples>CTString. getTpls()Gets the value of the tpls property.Methods in org.xlsx4j.sml with parameters of type CTTuples Modifier and Type Method Description voidCTSet. setSortByTuple(CTTuples value)Sets the value of the sortByTuple property.voidCTError. setTpls(CTTuples value)Sets the value of the tpls property.voidCTQuery. setTpls(CTTuples value)Sets the value of the tpls property.