ru.novosoft.dc.rtf.dom
Class RTFTable

java.lang.Object
  |
  +--ru.novosoft.dc.rtf.dom.RTFTable

public class RTFTable
extends java.lang.Object
implements RTFBlock

A table is a sequential list of rows of the RTFRow type.


Constructor Summary
RTFTable()
           
 
Method Summary
 void addRow(RTFRow row)
          Append a new row to the table content.
 java.util.List content()
          Return the table content.
 void exportTo(org.w3c.dom.Element elem)
          Export the contents of this object to the specified DOM element.
 int rowCount()
          Return a number of rows in this table.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RTFTable

public RTFTable()
Method Detail

rowCount

public final int rowCount()
Return a number of rows in this table.

addRow

public final void addRow(RTFRow row)
Append a new row to the table content.

content

public final java.util.List content()
Return the table content.

exportTo

public void exportTo(org.w3c.dom.Element elem)
Export the contents of this object to the specified DOM element.