| |
|
| com.lowagie.text.rtf.field.RtfField com.lowagie.text.rtf.field.RtfTOCEntry
RtfTOCEntry | public class RtfTOCEntry extends RtfField (Code) | | The RtfTOCEntry is used together with the RtfTableOfContents to generate a table of
contents. Add the RtfTOCEntry in those locations in the document where table of
contents entries should link to
version: $Id: RtfTOCEntry.java 2784 2007-05-24 15:43:40Z hallm $ author: Mark Hall (mhall@edu.uni-klu.ac.at) author: Steffen.Stundzig (Steffen.Stundzig@smb-tec.com) author: Thomas Bickel (tmb99@inode.at) |
Constructor Summary | |
public | RtfTOCEntry(String entry) Constructs a RtfTOCEntry with a certain entry text. |
RtfTOCEntry | public RtfTOCEntry(String entry)(Code) | | Constructs a RtfTOCEntry with a certain entry text.
Parameters: entry - The entry text to display |
setShowPageNumber | public void setShowPageNumber(boolean showPageNumber)(Code) | | Sets whether to display a page number in the table of contents, or not
Parameters: showPageNumber - Whether to display a page number or not |
|
|
|