Uses of Class
org.xlsx4j.sml.CTSheetDimension
| Package | Description |
|---|---|
| org.xlsx4j.schemas.microsoft.com.office.excel_2006.main | |
| org.xlsx4j.sml |
-
Uses of CTSheetDimension in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main
Fields in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main declared as CTSheetDimension Modifier and Type Field Description protected CTSheetDimensionCTWorksheet. dimensionMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTSheetDimension Modifier and Type Method Description CTSheetDimensionCTWorksheet. getDimension()Gets the value of the dimension property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTSheetDimension Modifier and Type Method Description voidCTWorksheet. setDimension(CTSheetDimension value)Sets the value of the dimension property. -
Uses of CTSheetDimension in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTSheetDimension Modifier and Type Field Description protected CTSheetDimensionMacrosheet. dimensionprotected CTSheetDimensionWorksheet. dimensionMethods in org.xlsx4j.sml that return CTSheetDimension Modifier and Type Method Description CTSheetDimensionObjectFactory. createCTSheetDimension()Create an instance ofCTSheetDimensionCTSheetDimensionMacrosheet. getDimension()Gets the value of the dimension property.CTSheetDimensionWorksheet. getDimension()Gets the value of the dimension property.Methods in org.xlsx4j.sml with parameters of type CTSheetDimension Modifier and Type Method Description voidMacrosheet. setDimension(CTSheetDimension value)Sets the value of the dimension property.voidWorksheet. setDimension(CTSheetDimension value)Sets the value of the dimension property.