|
fop 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for RtfElements that can contain RtfTables
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 |
public RtfTable newTable(ITableColumnsInfo tc) throws java.io.IOException
tc
- Table Columns Info
java.io.IOException
- for I/O problemspublic RtfTable newTable(RtfAttributes attrs, ITableColumnsInfo tc) throws java.io.IOException
attrs
- for the Table attributestc
- to process number-columns-spanned attribute
java.io.IOException
- for I/O problems
|
fop 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |