fr.opensagres.xdocreport.document.textstyling.properties
Class TableProperties

java.lang.Object
  extended by fr.opensagres.xdocreport.document.textstyling.properties.TableProperties

public class TableProperties
extends Object

Table row properties.


Constructor Summary
TableProperties()
           
 
Method Summary
 int getColumnCount()
           
 int getRowCount()
           
 void setColumnCount(int columnCount)
           
 void setRowCount(int rowCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableProperties

public TableProperties()
Method Detail

getColumnCount

public int getColumnCount()

setColumnCount

public void setColumnCount(int columnCount)

setRowCount

public void setRowCount(int rowCount)

getRowCount

public int getRowCount()


Copyright © 2013. All rights reserved.