Package | Description |
---|---|
org.docx4j.dml |
Modifier and Type | Field and Description |
---|---|
protected CTTablePartStyle |
CTTableStyle.band1H |
protected CTTablePartStyle |
CTTableStyle.band1V |
protected CTTablePartStyle |
CTTableStyle.band2H |
protected CTTablePartStyle |
CTTableStyle.band2V |
protected CTTablePartStyle |
CTTableStyle.firstCol |
protected CTTablePartStyle |
CTTableStyle.firstRow |
protected CTTablePartStyle |
CTTableStyle.lastCol |
protected CTTablePartStyle |
CTTableStyle.lastRow |
protected CTTablePartStyle |
CTTableStyle.neCell |
protected CTTablePartStyle |
CTTableStyle.nwCell |
protected CTTablePartStyle |
CTTableStyle.seCell |
protected CTTablePartStyle |
CTTableStyle.swCell |
protected CTTablePartStyle |
CTTableStyle.wholeTbl |
Modifier and Type | Method and Description |
---|---|
CTTablePartStyle |
ObjectFactory.createCTTablePartStyle()
Create an instance of
CTTablePartStyle |
CTTablePartStyle |
CTTableStyle.getBand1H()
Gets the value of the band1H property.
|
CTTablePartStyle |
CTTableStyle.getBand1V()
Gets the value of the band1V property.
|
CTTablePartStyle |
CTTableStyle.getBand2H()
Gets the value of the band2H property.
|
CTTablePartStyle |
CTTableStyle.getBand2V()
Gets the value of the band2V property.
|
CTTablePartStyle |
CTTableStyle.getFirstCol()
Gets the value of the firstCol property.
|
CTTablePartStyle |
CTTableStyle.getFirstRow()
Gets the value of the firstRow property.
|
CTTablePartStyle |
CTTableStyle.getLastCol()
Gets the value of the lastCol property.
|
CTTablePartStyle |
CTTableStyle.getLastRow()
Gets the value of the lastRow property.
|
CTTablePartStyle |
CTTableStyle.getNeCell()
Gets the value of the neCell property.
|
CTTablePartStyle |
CTTableStyle.getNwCell()
Gets the value of the nwCell property.
|
CTTablePartStyle |
CTTableStyle.getSeCell()
Gets the value of the seCell property.
|
CTTablePartStyle |
CTTableStyle.getSwCell()
Gets the value of the swCell property.
|
CTTablePartStyle |
CTTableStyle.getWholeTbl()
Gets the value of the wholeTbl property.
|
Modifier and Type | Method and Description |
---|---|
void |
CTTableStyle.setBand1H(CTTablePartStyle value)
Sets the value of the band1H property.
|
void |
CTTableStyle.setBand1V(CTTablePartStyle value)
Sets the value of the band1V property.
|
void |
CTTableStyle.setBand2H(CTTablePartStyle value)
Sets the value of the band2H property.
|
void |
CTTableStyle.setBand2V(CTTablePartStyle value)
Sets the value of the band2V property.
|
void |
CTTableStyle.setFirstCol(CTTablePartStyle value)
Sets the value of the firstCol property.
|
void |
CTTableStyle.setFirstRow(CTTablePartStyle value)
Sets the value of the firstRow property.
|
void |
CTTableStyle.setLastCol(CTTablePartStyle value)
Sets the value of the lastCol property.
|
void |
CTTableStyle.setLastRow(CTTablePartStyle value)
Sets the value of the lastRow property.
|
void |
CTTableStyle.setNeCell(CTTablePartStyle value)
Sets the value of the neCell property.
|
void |
CTTableStyle.setNwCell(CTTablePartStyle value)
Sets the value of the nwCell property.
|
void |
CTTableStyle.setSeCell(CTTablePartStyle value)
Sets the value of the seCell property.
|
void |
CTTableStyle.setSwCell(CTTablePartStyle value)
Sets the value of the swCell property.
|
void |
CTTableStyle.setWholeTbl(CTTablePartStyle value)
Sets the value of the wholeTbl property.
|
Copyright © 2007-2019. All Rights Reserved.