public static final class XHTMLImporterImpl.TableProperties extends Object
| Constructor and Description |
|---|
XHTMLImporterImpl.TableProperties() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getColumnPos() |
int |
getColumnWidth(int col) |
org.docx4j.org.xhtmlrenderer.newtable.TableBox |
getTableBox() |
boolean |
isFixedWidth() |
void |
setFixedWidth(boolean isFixedWidth) |
void |
setTableBox(org.docx4j.org.xhtmlrenderer.newtable.TableBox tableBox) |
public org.docx4j.org.xhtmlrenderer.newtable.TableBox getTableBox()
public void setTableBox(org.docx4j.org.xhtmlrenderer.newtable.TableBox tableBox)
public int[] getColumnPos()
public int getColumnWidth(int col)
public boolean isFixedWidth()
public void setFixedWidth(boolean isFixedWidth)
Copyright © 2013-2014. All Rights Reserved.