| Package | Description |
|---|---|
| org.docx4j.model | |
| org.docx4j.model.properties.table | |
| org.docx4j.model.table | |
| org.docx4j.wml |
| Modifier and Type | Method and Description |
|---|---|
Style |
PropertyResolver.getEffectiveTableStyle(TblPr tblPr) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCellMargin.ensureMargin(TblPr tblPr) |
void |
BorderTop.set(TblPr tblPr) |
void |
CellMarginRight.set(TblPr tblPr) |
void |
CellMarginLeft.set(TblPr tblPr) |
abstract void |
AbstractTableProperty.set(TblPr tblPr) |
void |
BorderBottom.set(TblPr tblPr) |
void |
CellMarginTop.set(TblPr tblPr) |
void |
BorderRight.set(TblPr tblPr) |
void |
Indent.set(TblPr tblPr) |
void |
BorderLeft.set(TblPr tblPr) |
void |
CellMarginBottom.set(TblPr tblPr) |
| Modifier and Type | Field and Description |
|---|---|
protected TblPr |
TableModel.tblPr
Table properties are represented using the
docx model.
|
| Modifier and Type | Method and Description |
|---|---|
TblPr |
TableModel.getTblPr() |
| Modifier and Type | Field and Description |
|---|---|
protected TblPr |
Tbl.tblPr |
| Modifier and Type | Method and Description |
|---|---|
TblPr |
ObjectFactory.createTblPr()
Create an instance of
TblPr |
TblPr |
Tbl.getTblPr()
Gets the value of the tblPr property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Tbl.setTblPr(TblPr value)
Sets the value of the tblPr property.
|
Copyright © 2007-2018. All Rights Reserved.