org.jfor.jfor.rtflib.rtfdoc
Interface IRtfTableContainer

All Known Implementing Classes:
RtfAfterBeforeBase, RtfSection, RtfTableCell

public interface IRtfTableContainer

Interface for RtfElements that can contain RtfTables

Author:
Bertrand Delacretaz bdelacretaz@codeconsult.ch

Method Summary
 RtfTable newTable(ITableColumnsInfo tc)
          close current table if any and start a new one
 RtfTable newTable(RtfAttributes attrs, ITableColumnsInfo tc)
          close current table if any and start a new one
 

Method Detail

newTable

public RtfTable newTable(ITableColumnsInfo tc)
                  throws java.io.IOException
close current table if any and start a new one

Throws:
java.io.IOException

newTable

public RtfTable newTable(RtfAttributes attrs,
                         ITableColumnsInfo tc)
                  throws java.io.IOException
close current table if any and start a new one

Parameters:
tc - added by Boris Poud?rous on july 2002 in order to process number-columns-spanned attribute
Throws:
java.io.IOException