Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C D F G H I L M P R S T W

A

ANSI - Static variable in class com.lowagie.text.rtf.document.RtfCodePage
Constant for ansi encoded rtf documents
ANSI_CODEPAGE - Static variable in class com.lowagie.text.rtf.document.RtfCodePage
Constant for the ansi codepage
add(RtfBasicElement) - Method in class com.lowagie.text.rtf.document.RtfDocument
Adds an element to the rtf document
add(RtfInfoElement) - Method in class com.lowagie.text.rtf.document.RtfInfoGroup
Adds an RtfInfoElement to the RtfInfoGroup
addInfoElement(RtfInfoElement) - Method in class com.lowagie.text.rtf.document.RtfDocumentHeader
Adds an RtfInfoElement to the list of RtfInfoElements
autogenerateTOCEntries - Variable in class com.lowagie.text.rtf.document.RtfDocument
Whether to automatically generate TOC entries for Chapters and Sections.

C

codePage - Variable in class com.lowagie.text.rtf.document.RtfDocumentHeader
The code page to use
colorList - Variable in class com.lowagie.text.rtf.document.RtfDocumentHeader
Stores all the colors used in the document
com.lowagie.text.rtf.document - package com.lowagie.text.rtf.document
 
content - Variable in class com.lowagie.text.rtf.document.RtfInfoElement
The content of this RtfInfoElement
convertDate(String) - Method in class com.lowagie.text.rtf.document.RtfInfoElement
Converts a date from the format used by iText to the format required by rtf.
iText: EEE MMM dd HH:mm:ss zzz yyyy - rtf: \\'yr'yyyy\\'mo'MM\\'dy'dd\\'hr'HH\\'min'mm\\'sec'ss

D

data - Variable in class com.lowagie.text.rtf.document.RtfDocument
Stores the actual document data
dataWritten - Variable in class com.lowagie.text.rtf.document.RtfDocument
Whether data has been written to the RtfDataCache.
documentHeader - Variable in class com.lowagie.text.rtf.document.RtfDocument
The RtfDocumentHeader that handles all document header methods

F

FACING_PAGES - Static variable in class com.lowagie.text.rtf.document.RtfDocumentHeader
Constant for facing pages
filterSpecialChar(String, boolean, boolean) - Method in class com.lowagie.text.rtf.document.RtfDocument
Replaces special characters with their unicode values
fontList - Variable in class com.lowagie.text.rtf.document.RtfDocumentHeader
Stores all the fonts used in the document
footer - Variable in class com.lowagie.text.rtf.document.RtfDocumentHeader
The current RtfHeaderFooterGroup for the footer
freeListNumber(RtfList) - Method in class com.lowagie.text.rtf.document.RtfDocumentHeader
Removes a RtfList from the list table

G

getAutogenerateTOCEntries() - Method in class com.lowagie.text.rtf.document.RtfDocument
Get whether to autmatically generate table of contents entries
getColorNumber(RtfColor) - Method in class com.lowagie.text.rtf.document.RtfDocumentHeader
Gets the number of the specified RtfColor
getDocumentHeader() - Method in class com.lowagie.text.rtf.document.RtfDocument
Gets the RtfDocumentHeader of this RtfDocument
getFontNumber(RtfFont) - Method in class com.lowagie.text.rtf.document.RtfDocumentHeader
Gets the number of the specified RtfFont
getListNumber(RtfList) - Method in class com.lowagie.text.rtf.document.RtfDocumentHeader
Gets the number of the specified RtfList
getMapper() - Method in class com.lowagie.text.rtf.document.RtfDocument
Gets the RtfMapper object of this RtfDocument
getMarginBottom() - Method in class com.lowagie.text.rtf.document.RtfPageSetting
Gets the bottom margin
getMarginLeft() - Method in class com.lowagie.text.rtf.document.RtfPageSetting
Gets the left margin
getMarginRight() - Method in class com.lowagie.text.rtf.document.RtfPageSetting
Gets the right margin
getMarginTop() - Method in class com.lowagie.text.rtf.document.RtfPageSetting
Gets the top margin
getPageHeight() - Method in class com.lowagie.text.rtf.document.RtfPageSetting
Gets the page height
getPageSetting() - Method in class com.lowagie.text.rtf.document.RtfDocumentHeader
Gets the RtfPageSetting object of this RtfDocument
getPageWidth() - Method in class com.lowagie.text.rtf.document.RtfPageSetting
Gets the page width
getRandomInt() - Method in class com.lowagie.text.rtf.document.RtfDocument
Generates a random integer that is unique with respect to the document.
guessFormat(Rectangle, boolean) - Method in class com.lowagie.text.rtf.document.RtfPageSetting
This method tries to fit the Rectangle pageSize to one of the predefined PageSize rectangles.

H

header - Variable in class com.lowagie.text.rtf.document.RtfDocumentHeader
The current RtfHeaderFooterGroup for the header

I

INFO_AUTHOR - Static variable in class com.lowagie.text.rtf.document.RtfInfoElement
Constant for the author element
INFO_CREATION_DATE - Static variable in class com.lowagie.text.rtf.document.RtfInfoElement
Constant for the creationdate element
INFO_GROUP - Static variable in class com.lowagie.text.rtf.document.RtfInfoGroup
Information group starting tag
INFO_KEYWORDS - Static variable in class com.lowagie.text.rtf.document.RtfInfoElement
Constant for the keywords element
INFO_PRODUCER - Static variable in class com.lowagie.text.rtf.document.RtfInfoElement
Constant for the producer element
INFO_SUBJECT - Static variable in class com.lowagie.text.rtf.document.RtfInfoElement
Constant for the subject element
INFO_TITLE - Static variable in class com.lowagie.text.rtf.document.RtfInfoElement
Constant for the title element
infoElements - Variable in class com.lowagie.text.rtf.document.RtfInfoGroup
The RtfInfoElements that belong to this RtfInfoGroup
infoGroup - Variable in class com.lowagie.text.rtf.document.RtfDocumentHeader
The information group with author/subject/keywords/title/producer/creationdate data
infoType - Variable in class com.lowagie.text.rtf.document.RtfInfoElement
The type of this RtfInfoElement.
init() - Method in class com.lowagie.text.rtf.document.RtfDocumentHeader
Initialises the RtfDocumentHeader.

L

LANDSCAPE - Static variable in class com.lowagie.text.rtf.document.RtfPageSetting
Constant for landscape
landscape - Variable in class com.lowagie.text.rtf.document.RtfPageSetting
Whether the page is portrait or landscape
listTable - Variable in class com.lowagie.text.rtf.document.RtfDocumentHeader
Manages List tables

M

MARGIN_BOTTOM - Static variable in class com.lowagie.text.rtf.document.RtfPageSetting
Constant for the bottom margin
MARGIN_LEFT - Static variable in class com.lowagie.text.rtf.document.RtfPageSetting
Constant for the left margin
MARGIN_RIGHT - Static variable in class com.lowagie.text.rtf.document.RtfPageSetting
Constant for the right margin
MARGIN_TOP - Static variable in class com.lowagie.text.rtf.document.RtfPageSetting
Constant for the top margin
mapper - Variable in class com.lowagie.text.rtf.document.RtfDocument
The RtfMapper to use in this RtfDocument
marginBottom - Variable in class com.lowagie.text.rtf.document.RtfPageSetting
The bottom margin to use
marginLeft - Variable in class com.lowagie.text.rtf.document.RtfPageSetting
The left margin to use
marginRight - Variable in class com.lowagie.text.rtf.document.RtfPageSetting
The right margin to use
marginTop - Variable in class com.lowagie.text.rtf.document.RtfPageSetting
The top margin to use

P

PAGE_HEIGHT - Static variable in class com.lowagie.text.rtf.document.RtfPageSetting
Constant for the page width
PAGE_WIDTH - Static variable in class com.lowagie.text.rtf.document.RtfPageSetting
Constant for the page height
pageHeight - Variable in class com.lowagie.text.rtf.document.RtfPageSetting
The page height to use
pageSetting - Variable in class com.lowagie.text.rtf.document.RtfDocumentHeader
The page settings
pageWidth - Variable in class com.lowagie.text.rtf.document.RtfPageSetting
The page width to use
previousRandomInts - Variable in class com.lowagie.text.rtf.document.RtfDocument
Stores integers that have been generated as unique random numbers

R

RTF_DOCUMENT - Static variable in class com.lowagie.text.rtf.document.RtfDocument
Constant for the Rtf document start
RtfCodePage - class com.lowagie.text.rtf.document.RtfCodePage.
The RtfCodePage class allows different code pages to be used in the rtf document.
RtfCodePage(RtfDocument) - Constructor for class com.lowagie.text.rtf.document.RtfCodePage
Construct an RtfCodePage
RtfDocument - class com.lowagie.text.rtf.document.RtfDocument.
The RtfDocument stores all document related data and also the main data stream.
RtfDocument() - Constructor for class com.lowagie.text.rtf.document.RtfDocument
The default constructor for a RtfDocument
RtfDocumentHeader - class com.lowagie.text.rtf.document.RtfDocumentHeader.
The RtfDocumentHeader contains all classes required for the generation of the document header area.
RtfDocumentHeader(RtfDocument) - Constructor for class com.lowagie.text.rtf.document.RtfDocumentHeader
Constructs a RtfDocumentHeader for a RtfDocument
RtfInfoElement - class com.lowagie.text.rtf.document.RtfInfoElement.
Stores one information group element.
RtfInfoElement(RtfDocument, Meta) - Constructor for class com.lowagie.text.rtf.document.RtfInfoElement
Constructs a RtfInfoElement based on the given Meta object
RtfInfoGroup - class com.lowagie.text.rtf.document.RtfInfoGroup.
The RtfInfoGroup stores information group elements.
RtfInfoGroup(RtfDocument) - Constructor for class com.lowagie.text.rtf.document.RtfInfoGroup
Constructs a RtfInfoGroup belonging to a RtfDocument
RtfPageSetting - class com.lowagie.text.rtf.document.RtfPageSetting.
The RtfPageSetting stores the page size / page margins for a RtfDocument.
RtfPageSetting(RtfDocument) - Constructor for class com.lowagie.text.rtf.document.RtfPageSetting
Constructs a new RtfPageSetting object belonging to a RtfDocument.
rectEquals(Rectangle, Rectangle) - Method in class com.lowagie.text.rtf.document.RtfPageSetting
This method compares to Rectangles.

S

SECTION_MARGIN_BOTTOM - Static variable in class com.lowagie.text.rtf.document.RtfPageSetting
Constant for the section bottom margin
SECTION_MARGIN_LEFT - Static variable in class com.lowagie.text.rtf.document.RtfPageSetting
Constant for the section left margin
SECTION_MARGIN_RIGHT - Static variable in class com.lowagie.text.rtf.document.RtfPageSetting
Constant for the section right margin
SECTION_MARGIN_TOP - Static variable in class com.lowagie.text.rtf.document.RtfPageSetting
Constant for the section top margin
SECTION_PAGE_HEIGHT - Static variable in class com.lowagie.text.rtf.document.RtfPageSetting
Constant for the section page height
SECTION_PAGE_WIDTH - Static variable in class com.lowagie.text.rtf.document.RtfPageSetting
Constant for the section page width
setAutogenerateTOCEntries(boolean) - Method in class com.lowagie.text.rtf.document.RtfDocument
Whether to automagically generate table of contents entries when adding Chapters or Sections.
setDataCacheStyle(int) - Method in class com.lowagie.text.rtf.document.RtfDocument
Sets the rtf data cache style to use.
setFooter(HeaderFooter) - Method in class com.lowagie.text.rtf.document.RtfDocumentHeader
Sets the current footer to use
setHeader(HeaderFooter) - Method in class com.lowagie.text.rtf.document.RtfDocumentHeader
Sets the current header to use
setMarginBottom(int) - Method in class com.lowagie.text.rtf.document.RtfPageSetting
Sets the bottom margin
setMarginLeft(int) - Method in class com.lowagie.text.rtf.document.RtfPageSetting
Sets the left margin to use
setMarginRight(int) - Method in class com.lowagie.text.rtf.document.RtfPageSetting
Sets the right margin to use
setMarginTop(int) - Method in class com.lowagie.text.rtf.document.RtfPageSetting
Sets the top margin to use
setPageHeight(int) - Method in class com.lowagie.text.rtf.document.RtfPageSetting
Sets the page height to use
setPageSize(Rectangle) - Method in class com.lowagie.text.rtf.document.RtfPageSetting
Set the page size to use.
setPageWidth(int) - Method in class com.lowagie.text.rtf.document.RtfPageSetting
Sets the page width to use

T

TITLE_PAGE - Static variable in class com.lowagie.text.rtf.document.RtfDocumentHeader
Constant for the title page

W

write() - Method in class com.lowagie.text.rtf.document.RtfDocumentHeader
Write the contents of the document header area.
write() - Method in class com.lowagie.text.rtf.document.RtfInfoElement
Writes this RtfInfoElement
write() - Method in class com.lowagie.text.rtf.document.RtfInfoGroup
Writes the RtfInfoGroup and its RtfInfoElement elements.
writeDefinition() - Method in class com.lowagie.text.rtf.document.RtfCodePage
Writes the selected codepage to a byte array
writeDefinition() - Method in class com.lowagie.text.rtf.document.RtfPageSetting
Writes the page size / page margin definition
writeDocument() - Method in class com.lowagie.text.rtf.document.RtfDocument
Writes the document
writeSectionDefinition() - Method in class com.lowagie.text.rtf.document.RtfDocumentHeader
Writes the section definition data
writeSectionDefinition() - Method in class com.lowagie.text.rtf.document.RtfPageSetting
Writes the definition part for a new section

A C D F G H I L M P R S T W