Uses of Class
org.xlsx4j.sml.CTSheetDimension
Packages that use CTSheetDimension
-
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 CTSheetDimensionMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTSheetDimensionModifier and TypeMethodDescriptionCTWorksheet.getDimension()Gets the value of the dimension property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTSheetDimensionModifier and TypeMethodDescriptionvoidCTWorksheet.setDimension(CTSheetDimension value) Sets the value of the dimension property. -
Uses of CTSheetDimension in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTSheetDimensionModifier and TypeFieldDescriptionprotected CTSheetDimensionMacrosheet.dimensionprotected CTSheetDimensionWorksheet.dimensionMethods in org.xlsx4j.sml that return CTSheetDimensionModifier and TypeMethodDescriptionObjectFactory.createCTSheetDimension()Create an instance ofCTSheetDimensionMacrosheet.getDimension()Gets the value of the dimension property.Worksheet.getDimension()Gets the value of the dimension property.Methods in org.xlsx4j.sml with parameters of type CTSheetDimensionModifier and TypeMethodDescriptionvoidMacrosheet.setDimension(CTSheetDimension value) Sets the value of the dimension property.voidWorksheet.setDimension(CTSheetDimension value) Sets the value of the dimension property.