Uses of Class
org.xlsx4j.sml.CTTableParts
| Package | Description |
|---|---|
| org.xlsx4j.schemas.microsoft.com.office.excel_2006.main | |
| org.xlsx4j.sml |
-
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 CTTableParts Modifier and Type Field Description protected CTTablePartsCTWorksheet. tablePartsMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTTableParts Modifier and Type Method Description CTTablePartsCTWorksheet. getTableParts()Gets the value of the tableParts property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTTableParts Modifier and Type Method Description voidCTWorksheet. setTableParts(CTTableParts value)Sets the value of the tableParts property. -
Uses of CTTableParts in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTTableParts Modifier and Type Field Description protected CTTablePartsWorksheet. tablePartsMethods in org.xlsx4j.sml that return CTTableParts Modifier and Type Method Description CTTablePartsObjectFactory. createCTTableParts()Create an instance ofCTTablePartsCTTablePartsWorksheet. getTableParts()Gets the value of the tableParts property.Methods in org.xlsx4j.sml with parameters of type CTTableParts Modifier and Type Method Description voidWorksheet. setTableParts(CTTableParts value)Sets the value of the tableParts property.