public interface IRtfTableContainer
Modifier and Type | Method and Description |
---|---|
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
|
RtfTable newTable(ITableColumnsInfo tc) throws java.io.IOException
tc
- Table Columns Infojava.io.IOException
- for I/O problemsRtfTable newTable(RtfAttributes attrs, ITableColumnsInfo tc) throws java.io.IOException
attrs
- for the Table attributestc
- to process number-columns-spanned attributejava.io.IOException
- for I/O problemsCopyright 1999-2010 The Apache Software Foundation. All Rights Reserved.