com.lowagie.text.rtf.field
public class RtfTableOfContents extends RtfField
Version: $Id: RtfTableOfContents.java 2784 2007-05-24 15:43:40Z hallm $
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 byte[] | writeFieldInstContent()
Writes the field instruction content
|
protected void | writeFieldInstContent(OutputStream out)
Writes the field instruction content |
protected byte[] | writeFieldResultContent()
Writes the field result content
|
protected void | writeFieldResultContent(OutputStream out)
Writes the field result content |
Parameters: defaultText The default text to display
Deprecated:
Writes the field instruction contentReturns: A byte array containing with the field instructions
Throws: IOException
Deprecated:
Writes the field result contentReturns: An byte array containing the default text
Throws: IOException