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

Quick Search    Search Deep
C D F G H M R S T W

C

com.lowagie.text.rtf.headerfooter - package com.lowagie.text.rtf.headerfooter
 
content - Variable in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooter
The content of this RtfHeaderFooter

D

DISPLAY_ALL_PAGES - Static variable in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooter
Constant for displaying the header/footer on all pages
DISPLAY_FIRST_PAGE - Static variable in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooter
Constant for displaying the header/footer on the first page
DISPLAY_LEFT_PAGES - Static variable in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooter
Constant for displaying the header/footer on all left hand pages
DISPLAY_RIGHT_PAGES - Static variable in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooter
Constant for displaying the header/footer on all right hand pages
displayAt - Variable in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooter
The display location of this RtfHeaderFooter.
document - Variable in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooter
The RtfDocument this RtfHeaderFooter belongs to
document - Variable in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooterGroup
The RtfDocument this RtfHeaderFooterGroup belongs to

F

FOOTER_ALL - Static variable in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooter
Constant for a footer on all pages
FOOTER_FIRST - Static variable in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooter
Constant for a footer on the first page
FOOTER_LEFT - Static variable in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooter
Constnat for a footer on the left hand pages
FOOTER_RIGHT - Static variable in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooter
Constant for a footer on the right hand pages

G

getContent() - Method in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooter
Gets the content of this RtfHeaderFooter
getHeaderAll() - Method in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooterGroup
Gets the RtfHeaderFooter for all pages
getHeaderFirst() - Method in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooterGroup
Gets the RtfHeaderFooter for the title page
getHeaderLeft() - Method in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooterGroup
Gets the RtfHeaderFooter for all left hand pages
getHeaderRight() - Method in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooterGroup
Gets the RtfHeaderFooter for all right hand pages
getMode() - Method in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooterGroup
Gets the mode of this RtfHeaderFooterGroup

H

HEADER_ALL - Static variable in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooter
Constant for a header on all pages
HEADER_FIRST - Static variable in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooter
Constant for a header on the first page
HEADER_LEFT - Static variable in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooter
Constant for a header on all left hand pages
HEADER_RIGHT - Static variable in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooter
Constant for a header on all right hand pages
hasFacingPages() - Method in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooterGroup
Get whether this RtfHeaderFooterGroup has facing pages
hasTitlePage() - Method in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooterGroup
Get whether this RtfHeaderFooterGroup has a titlepage
headerAll - Variable in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooterGroup
The RtfHeaderFooter for all pages
headerFirst - Variable in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooterGroup
The RtfHeaderFooter for the first page
headerLeft - Variable in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooterGroup
The RtfHeaderFooter for the left hand pages
headerRight - Variable in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooterGroup
The RtfHeaderFooter for the right hand pages

M

MODE_MULTIPLE - Static variable in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooterGroup
This RtfHeaderFooterGroup contains two or three RtfHeaderFooter objects
MODE_NONE - Static variable in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooterGroup
This RtfHeaderFooterGroup contains no RtfHeaderFooter objects
MODE_SINGLE - Static variable in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooterGroup
This RtfHeaderFooterGroup contains one RtfHeaderFooter object
mode - Variable in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooterGroup
The current mode of this RtfHeaderFooterGroup.

R

RtfHeaderFooter - class com.lowagie.text.rtf.headerfooter.RtfHeaderFooter.
The RtfHeaderFooter represents one header or footer.
RtfHeaderFooter(RtfDocument, HeaderFooter, int, int) - Constructor for class com.lowagie.text.rtf.headerfooter.RtfHeaderFooter
Constructs a RtfHeaderFooter based on a HeaderFooter with a certain type and displayAt location.
RtfHeaderFooter(RtfDocument, RtfHeaderFooter, int) - Constructor for class com.lowagie.text.rtf.headerfooter.RtfHeaderFooter
Constructs a RtfHeaderFooter as a copy of an existing RtfHeaderFooter.
RtfHeaderFooter(RtfDocument, HeaderFooter) - Constructor for class com.lowagie.text.rtf.headerfooter.RtfHeaderFooter
Constructs a RtfHeaderFooter for a HeaderFooter.
RtfHeaderFooter(Element) - Constructor for class com.lowagie.text.rtf.headerfooter.RtfHeaderFooter
Constructs a RtfHeaderFooter for any Element.
RtfHeaderFooterGroup - class com.lowagie.text.rtf.headerfooter.RtfHeaderFooterGroup.
The RtfHeaderFooterGroup holds 0 - 3 RtfHeaderFooters that create a group of headers or footers.
RtfHeaderFooterGroup() - Constructor for class com.lowagie.text.rtf.headerfooter.RtfHeaderFooterGroup
Constructs a RtfHeaderGroup to which you add headers/footers using via the setHeaderFooter method.
RtfHeaderFooterGroup(RtfDocument, int) - Constructor for class com.lowagie.text.rtf.headerfooter.RtfHeaderFooterGroup
Constructs a certain type of RtfHeaderFooterGroup.
RtfHeaderFooterGroup(RtfDocument, RtfHeaderFooterGroup, int) - Constructor for class com.lowagie.text.rtf.headerfooter.RtfHeaderFooterGroup
Constructs a RtfHeaderFooterGroup by copying the content of the original RtfHeaderFooterGroup
RtfHeaderFooterGroup(RtfDocument, RtfHeaderFooter, int) - Constructor for class com.lowagie.text.rtf.headerfooter.RtfHeaderFooterGroup
Constructs a RtfHeaderFooterGroup for a certain RtfHeaderFooter.
RtfHeaderFooterGroup(RtfDocument, HeaderFooter, int) - Constructor for class com.lowagie.text.rtf.headerfooter.RtfHeaderFooterGroup
Constructs a RtfHeaderGroup for a certain HeaderFooter

S

setDisplayAt(int) - Method in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooter
Sets the display location of this RtfHeaderFooter
setHasFacingPages() - Method in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooterGroup
Set that this RtfHeaderFooterGroup should have facing pages.
setHasTitlePage() - Method in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooterGroup
Set that this RtfHeaderFooterGroup should have a title page.
setHeaderFooter(RtfHeaderFooter, int) - Method in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooterGroup
Set a RtfHeaderFooter to be displayed at a certain position
setHeaderFooter(HeaderFooter, int) - Method in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooterGroup
Set a HeaderFooter to be displayed at a certain position
setInHeader(boolean) - Method in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooter
Unused
setInHeader(boolean) - Method in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooterGroup
Unused
setInTable(boolean) - Method in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooter
Unused
setInTable(boolean) - Method in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooterGroup
Unused
setRtfDocument(RtfDocument) - Method in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooter
Sets the RtfDocument this RtfElement belongs to
setRtfDocument(RtfDocument) - Method in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooterGroup
Sets the RtfDocument this RtfElement belongs to
setType(int) - Method in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooter
Sets the type of this RtfHeaderFooter
setType(int) - Method in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooterGroup
Set the type of this RtfHeaderFooterGroup.

T

TYPE_FOOTER - Static variable in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooter
Constant for the footer type
TYPE_HEADER - Static variable in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooter
Constant for the header type
type - Variable in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooter
The display type of this RtfHeaderFooter.
type - Variable in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooterGroup
The current type of this RtfHeaderFooterGroup.

W

write() - Method in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooter
Writes the content of this RtfHeaderFooter
write() - Method in class com.lowagie.text.rtf.headerfooter.RtfHeaderFooterGroup
Write the content of this RtfHeaderFooterGroup.

C D F G H M R S T W