org.apache.fop.render.rtf.rtflib.rtfdoc

Interface IRtfTableContainer

Known Implementing Classes:
RtfAfter, RtfBefore, RtfSection, RtfTableCell

public interface IRtfTableContainer

Interface for RtfElements that can contain RtfTables
Authors:
Bertrand Delacretaz bdelacretaz@codeconsult.ch
Boris Poudérous

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 Details

newTable

public RtfTable newTable(ITableColumnsInfo tc)
            throws IOException
Close current table, if any, and start a new one
Parameters:
tc - Table Columns Info
Returns:
new table object

newTable

public RtfTable newTable(RtfAttributes attrs,
                         ITableColumnsInfo tc)
            throws IOException
Close current table, if any, and start a new one
Parameters:
attrs - for the Table attributes
tc - to process number-columns-spanned attribute
Returns:
new table object

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.