Class TblFactory

java.lang.Object
org.docx4j.model.table.TblFactory

public class TblFactory extends Object
This class is just a convenience; it creates regular tables (ie no row or column spans), with the default settings which Word 2007 would create, and with the dimensions specified by the user.
Author:
jharrop
  • Constructor Details

    • TblFactory

      public TblFactory()
  • Method Details

    • createTable

      public static Tbl createTable(int rows, int cols, int cellWidthTwips)