Uses of Class
org.docx4j.dml.CTTablePartStyle
Packages that use CTTablePartStyle
-
Uses of CTTablePartStyle in org.docx4j.dml
Fields in org.docx4j.dml declared as CTTablePartStyleModifier and TypeFieldDescriptionprotected CTTablePartStyleCTTableStyle.band1Hprotected CTTablePartStyleCTTableStyle.band1Vprotected CTTablePartStyleCTTableStyle.band2Hprotected CTTablePartStyleCTTableStyle.band2Vprotected CTTablePartStyleCTTableStyle.firstColprotected CTTablePartStyleCTTableStyle.firstRowprotected CTTablePartStyleCTTableStyle.lastColprotected CTTablePartStyleCTTableStyle.lastRowprotected CTTablePartStyleCTTableStyle.neCellprotected CTTablePartStyleCTTableStyle.nwCellprotected CTTablePartStyleCTTableStyle.seCellprotected CTTablePartStyleCTTableStyle.swCellprotected CTTablePartStyleCTTableStyle.wholeTblMethods in org.docx4j.dml that return CTTablePartStyleModifier and TypeMethodDescriptionObjectFactory.createCTTablePartStyle()Create an instance ofCTTablePartStyleCTTableStyle.getBand1H()Gets the value of the band1H property.CTTableStyle.getBand1V()Gets the value of the band1V property.CTTableStyle.getBand2H()Gets the value of the band2H property.CTTableStyle.getBand2V()Gets the value of the band2V property.CTTableStyle.getFirstCol()Gets the value of the firstCol property.CTTableStyle.getFirstRow()Gets the value of the firstRow property.CTTableStyle.getLastCol()Gets the value of the lastCol property.CTTableStyle.getLastRow()Gets the value of the lastRow property.CTTableStyle.getNeCell()Gets the value of the neCell property.CTTableStyle.getNwCell()Gets the value of the nwCell property.CTTableStyle.getSeCell()Gets the value of the seCell property.CTTableStyle.getSwCell()Gets the value of the swCell property.CTTableStyle.getWholeTbl()Gets the value of the wholeTbl property.Methods in org.docx4j.dml with parameters of type CTTablePartStyleModifier and TypeMethodDescriptionvoidCTTableStyle.setBand1H(CTTablePartStyle value) Sets the value of the band1H property.voidCTTableStyle.setBand1V(CTTablePartStyle value) Sets the value of the band1V property.voidCTTableStyle.setBand2H(CTTablePartStyle value) Sets the value of the band2H property.voidCTTableStyle.setBand2V(CTTablePartStyle value) Sets the value of the band2V property.voidCTTableStyle.setFirstCol(CTTablePartStyle value) Sets the value of the firstCol property.voidCTTableStyle.setFirstRow(CTTablePartStyle value) Sets the value of the firstRow property.voidCTTableStyle.setLastCol(CTTablePartStyle value) Sets the value of the lastCol property.voidCTTableStyle.setLastRow(CTTablePartStyle value) Sets the value of the lastRow property.voidCTTableStyle.setNeCell(CTTablePartStyle value) Sets the value of the neCell property.voidCTTableStyle.setNwCell(CTTablePartStyle value) Sets the value of the nwCell property.voidCTTableStyle.setSeCell(CTTablePartStyle value) Sets the value of the seCell property.voidCTTableStyle.setSwCell(CTTablePartStyle value) Sets the value of the swCell property.voidCTTableStyle.setWholeTbl(CTTablePartStyle value) Sets the value of the wholeTbl property.