Uses of Class
org.xlsx4j.sml.CTHierarchyUsage
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of CTHierarchyUsage in org.xlsx4j.sml
Fields in org.xlsx4j.sml with type parameters of type CTHierarchyUsage Modifier and Type Field Description protected java.util.List<CTHierarchyUsage>CTColHierarchiesUsage. colHierarchyUsageprotected java.util.List<CTHierarchyUsage>CTRowHierarchiesUsage. rowHierarchyUsageMethods in org.xlsx4j.sml that return CTHierarchyUsage Modifier and Type Method Description CTHierarchyUsageObjectFactory. createCTHierarchyUsage()Create an instance ofCTHierarchyUsageMethods in org.xlsx4j.sml that return types with arguments of type CTHierarchyUsage Modifier and Type Method Description java.util.List<CTHierarchyUsage>CTColHierarchiesUsage. getColHierarchyUsage()Gets the value of the colHierarchyUsage property.java.util.List<CTHierarchyUsage>CTRowHierarchiesUsage. getRowHierarchyUsage()Gets the value of the rowHierarchyUsage property.