com.lowagie.text.rtf.field
public class RtfTableOfContents extends RtfField
Version: $Version:$
| Field Summary | |
|---|---|
| String | defaultText
The default text to display |
| Constructor Summary | |
|---|---|
| RtfTableOfContents(String defaultText)
Constructs a RtfTableOfContents. | |
| Method Summary | |
|---|---|
| protected byte[] | writeFieldInstContent()
Writes the field instruction content
|
| protected byte[] | writeFieldResultContent()
Writes the field result content
|
Parameters: defaultText The default text to display
Returns: A byte array containing with the field instructions
Throws: IOException
Returns: An byte array containing the default text
Throws: IOException