Class XHTMLImporterImpl.TableProperties

java.lang.Object
org.docx4j.convert.in.xhtml.XHTMLImporterImpl.TableProperties
Enclosing class:
XHTMLImporterImpl

public static final class XHTMLImporterImpl.TableProperties extends Object
  • 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)