Uses of Class
org.xlsx4j.sml.CTTableParts
Packages that use CTTableParts
-
Uses of CTTableParts in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main
Fields in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main declared as CTTablePartsMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTTablePartsModifier and TypeMethodDescriptionCTWorksheet.getTableParts()Gets the value of the tableParts property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTTablePartsModifier and TypeMethodDescriptionvoidCTWorksheet.setTableParts(CTTableParts value) Sets the value of the tableParts property. -
Uses of CTTableParts in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTTablePartsMethods in org.xlsx4j.sml that return CTTablePartsModifier and TypeMethodDescriptionObjectFactory.createCTTableParts()Create an instance ofCTTablePartsWorksheet.getTableParts()Gets the value of the tableParts property.Methods in org.xlsx4j.sml with parameters of type CTTablePartsModifier and TypeMethodDescriptionvoidWorksheet.setTableParts(CTTableParts value) Sets the value of the tableParts property.