com.lowagie.text.rtf.field
public class RtfTableOfContents extends RtfField
Version: $Id: RtfTableOfContents.java 3580 2008-08-06 15:52:00Z howard_s $
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.