Package org.docx4j.convert.in.xhtml
Class XHTMLImporterImpl.TableProperties
java.lang.Object
org.docx4j.convert.in.xhtml.XHTMLImporterImpl.TableProperties
- Enclosing class:
- XHTMLImporterImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint[]intgetColumnWidth(int col) com.openhtmltopdf.newtable.TableBoxbooleanvoidsetFixedWidth(boolean isFixedWidth) voidsetTableBox(com.openhtmltopdf.newtable.TableBox tableBox)
-
Constructor Details
-
TableProperties
public TableProperties()
-
-
Method Details
-
getTableBox
public com.openhtmltopdf.newtable.TableBox getTableBox() -
setTableBox
public void setTableBox(com.openhtmltopdf.newtable.TableBox tableBox) -
getColumnPos
public int[] getColumnPos() -
getColumnWidth
public int getColumnWidth(int col) -
isFixedWidth
public boolean isFixedWidth() -
setFixedWidth
public void setFixedWidth(boolean isFixedWidth)
-