Package org.docx4j.model.table
Class TblFactory
java.lang.Object
org.docx4j.model.table.TblFactory
public class TblFactory
extends java.lang.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 Summary
Constructors Constructor Description TblFactory() -
Method Summary
Modifier and Type Method Description static TblcreateTable(int rows, int cols, int cellWidthTwips)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TblFactory
public TblFactory()
-
-
Method Details
-
createTable
-