Class TableProperties
java.lang.Object
fr.opensagres.xdocreport.document.textstyling.properties.TableProperties
Table row properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintvoidsetColumnCount(int columnCount) voidsetRowCount(int rowCount)
-
Constructor Details
-
TableProperties
public TableProperties()
-
-
Method Details
-
getColumnCount
public int getColumnCount() -
setColumnCount
public void setColumnCount(int columnCount) -
setRowCount
public void setRowCount(int rowCount) -
getRowCount
public int getRowCount()
-