com.lowagie.text.rtf.field
public class RtfTableOfContents extends RtfField
Version: $Id: RtfTableOfContents.java 3373 2008-05-12 16:21:24Z xlv $
| Field Summary | |
|---|---|
| String | defaultText
The default text to display |
| static String | FIELD_INST
field inst content |
| Constructor Summary | |
|---|---|
| RtfTableOfContents(String defaultText)
Constructs a RtfTableOfContents. | |
| Method Summary | |
|---|---|
| protected void | writeFieldInstContent(OutputStream result)
Writes the field instruction content
|
| protected void | writeFieldResultContent(OutputStream out)
Writes the field result content
|
Parameters: defaultText The default text to display
Parameters: result The OutputStream to write to.
Throws: IOException on i/o errors.
Parameters: out The OutputStream to write to.
Throws: IOException on i/o errors.