Uses of Class
org.docx4j.dml.CTTablePartStyle
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of CTTablePartStyle in org.docx4j.dml
Fields in org.docx4j.dml declared as CTTablePartStyle Modifier and Type Field Description protected 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 CTTablePartStyle Modifier and Type Method Description CTTablePartStyleObjectFactory. createCTTablePartStyle()Create an instance ofCTTablePartStyleCTTablePartStyleCTTableStyle. getBand1H()Gets the value of the band1H property.CTTablePartStyleCTTableStyle. getBand1V()Gets the value of the band1V property.CTTablePartStyleCTTableStyle. getBand2H()Gets the value of the band2H property.CTTablePartStyleCTTableStyle. getBand2V()Gets the value of the band2V property.CTTablePartStyleCTTableStyle. getFirstCol()Gets the value of the firstCol property.CTTablePartStyleCTTableStyle. getFirstRow()Gets the value of the firstRow property.CTTablePartStyleCTTableStyle. getLastCol()Gets the value of the lastCol property.CTTablePartStyleCTTableStyle. getLastRow()Gets the value of the lastRow property.CTTablePartStyleCTTableStyle. getNeCell()Gets the value of the neCell property.CTTablePartStyleCTTableStyle. getNwCell()Gets the value of the nwCell property.CTTablePartStyleCTTableStyle. getSeCell()Gets the value of the seCell property.CTTablePartStyleCTTableStyle. getSwCell()Gets the value of the swCell property.CTTablePartStyleCTTableStyle. getWholeTbl()Gets the value of the wholeTbl property.Methods in org.docx4j.dml with parameters of type CTTablePartStyle Modifier and Type Method Description voidCTTableStyle. 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.