com.lowagie.text.rtf.field
Class RtfTableOfContents
java.lang.Object
com.lowagie.text.Chunk
com.lowagie.text.rtf.field.RtfField
com.lowagie.text.rtf.field.RtfTableOfContents
- All Implemented Interfaces:
- Element, MarkupAttributes, RtfBasicElement
public class RtfTableOfContents
- extends RtfField
The RtfTableOfContents together with multiple RtfTOCEntry objects generates a table
of contents. The table of contents will display no entries in the viewing program
and the user will have to update it first. A text to inform the user of this is
displayed instead.
- Version:
- $Version:$
- Author:
- Mark Hall (mhall@edu.uni-klu.ac.at), Steffen.Stundzig@smb-tec.com
Fields inherited from class com.lowagie.text.Chunk |
ACTION, attributes, BACKGROUND, COLOR, content, ENCODING, GENERICTAG, HSCALE, HYPHENATION, IMAGE, LOCALDESTINATION, LOCALGOTO, markupAttributes, NEWLINE, NEWPAGE, NEXTPAGE, OBJECT_REPLACEMENT_CHARACTER, PDFANNOTATION, REMOTEGOTO, SKEW, SPLITCHARACTER, SUBSUPSCRIPT, TEXTRENDERMODE, UNDERLINE |
Methods inherited from class com.lowagie.text.rtf.field.RtfField |
isEmpty, isFieldAlt, isFieldDirty, isFieldEdit, isFieldLocked, isFieldPrivate, setFieldAlt, setFieldDirty, setFieldEdit, setFieldLocked, setFieldPrivate, setInHeader, setInTable, setRtfDocument, write |
Methods inherited from class com.lowagie.text.Chunk |
addToArray, append, content, font, getAttributes, getChunks, getHorizontalScaling, getImage, getKeySet, getMarkupAttribute, getMarkupAttributeNames, getMarkupAttributes, getTextRise, getWidthPoint, hasAttributes, isTag, process, setAction, setAnchor, setAnchor, setAnnotation, setBackground, setBackground, setFont, setGenericTag, setHorizontalScaling, setHyphenation, setLocalDestination, setLocalGoto, setMarkupAttribute, setMarkupAttributes, setNewPage, setRemoteGoto, setRemoteGoto, setSkew, setSplitCharacter, setTextRenderMode, setTextRise, setUnderline, setUnderline, toString, type |
RtfTableOfContents
public RtfTableOfContents(String defaultText,
Font font)
- Constructs a RtfTableOfContents. The default text is the text that is displayed
before the user updates the table of contents
- Parameters:
defaultText
- The default text to displayfont
- The Font to use
writeFieldInstContent
protected byte[] writeFieldInstContent()
throws IOException
- Writes the field instruction content
- Specified by:
writeFieldInstContent
in class RtfField
- Returns:
- A byte array containing with the field instructions
- Throws:
IOException
writeFieldResultContent
protected byte[] writeFieldResultContent()
throws IOException
- Writes the field result content
- Specified by:
writeFieldResultContent
in class RtfField
- Returns:
- An byte array containing the default text
- Throws:
IOException
Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.