public interface IRtfTableContainer
Interface for RtfElements that can contain RtfTables.
This work was authored by Bertrand Delacretaz (bdelacretaz@codeconsult.ch) and Boris Poudérous.
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 IOException
tc
- Table Columns InfoIOException
- for I/O problemsRtfTable newTable(RtfAttributes attrs, ITableColumnsInfo tc) throws IOException
attrs
- for the Table attributestc
- to process number-columns-spanned attributeIOException
- for I/O problemsCopyright © 2025 Apache Software Foundation. All rights reserved.