com.lowagie.text.rtf
Class RtfTOCEntry

java.lang.Object
  extended by com.lowagie.text.Chunk
      extended by com.lowagie.text.rtf.RtfTOCEntry
All Implemented Interfaces:
Element, MarkupAttributes, RtfField

Deprecated. Please move to the RtfWriter2 and associated classes. com.lowagie.text.rtf.field.RtfTOCEntry replaces the functionality of this class.

public class RtfTOCEntry
extends Chunk
implements RtfField

This class can be used to insert entries for a table of contents into the RTF document. ONLY FOR USE WITH THE RtfWriter NOT with the RtfWriter2. This class is based on the RtfWriter-package from Mark Hall.

Version:
$Revision: 1.23 $Date: 2006/02/09 17:25:26 $
Author:
Steffen.Stundzig@smb-tec.com

Field Summary
 
Fields inherited from class com.lowagie.text.Chunk
ACTION, attributes, BACKGROUND, COLOR, content, ENCODING, font, GENERICTAG, HSCALE, HYPHENATION, IMAGE, LOCALDESTINATION, LOCALGOTO, markupAttributes, NEWLINE, NEWPAGE, NEXTPAGE, OBJECT_REPLACEMENT_CHARACTER, PDFANNOTATION, REMOTEGOTO, SKEW, SPLITCHARACTER, SUBSUPSCRIPT, TEXTRENDERMODE, UNDERLINE
 
Constructor Summary
RtfTOCEntry(String content, Font contentFont)
          Deprecated. Constructs an entry for the Table of Contents
RtfTOCEntry(String content, Font contentFont, String entryName, Font entryFont)
          Deprecated. Constructs an entry for the Table of Contents
 
Method Summary
 void hidePageNumber()
          Deprecated. sets the hidePageNumber value to true
 void hideText()
          Deprecated. sets the hideText value to true
 void write(RtfWriter writer, OutputStream out)
          Deprecated. Writes an RTF field.
 
Methods inherited from class com.lowagie.text.Chunk
addToArray, append, content, font, getAttributes, getChunks, getHorizontalScaling, getImage, getKeySet, getMarkupAttribute, getMarkupAttributeNames, getMarkupAttributes, getTextRise, getWidthPoint, hasAttributes, isEmpty, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RtfTOCEntry

public RtfTOCEntry(String content,
                   Font contentFont)
Deprecated. 
Constructs an entry for the Table of Contents

Parameters:
content - the content of the entry
contentFont - the font

RtfTOCEntry

public RtfTOCEntry(String content,
                   Font contentFont,
                   String entryName,
                   Font entryFont)
Deprecated. 
Constructs an entry for the Table of Contents

Parameters:
content - the content of the entry
contentFont - the font
entryName - name of the entry
entryFont - font of the entryname
Method Detail

write

public void write(RtfWriter writer,
                  OutputStream out)
           throws IOException
Deprecated. 
Description copied from interface: RtfField
Writes an RTF field.

Specified by:
write in interface RtfField
Throws:
IOException
See Also:
RtfField.write(com.lowagie.text.rtf.RtfWriter, java.io.OutputStream)

hideText

public void hideText()
Deprecated. 
sets the hideText value to true


hidePageNumber

public void hidePageNumber()
Deprecated. 
sets the hidePageNumber value to true



Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.