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

Quick Search    Search Deep
A B C D E F G H I J K L M N O P R S T U V W

A

ALIGN - Static variable in class com.lowagie.text.html.HtmlTags
attribute of paragraph/image/table tag
ALIGN_BASELINE - Static variable in class com.lowagie.text.html.HtmlTags
the possible value of an alignment attribute
ALIGN_BOTTOM - Static variable in class com.lowagie.text.html.HtmlTags
the possible value of an alignment attribute
ALIGN_CENTER - Static variable in class com.lowagie.text.html.HtmlTags
the possible value of an alignment attribute
ALIGN_JUSTIFIED - Static variable in class com.lowagie.text.html.HtmlTags
the possible value of an alignment attribute
ALIGN_LEFT - Static variable in class com.lowagie.text.html.HtmlTags
the possible value of an alignment attribute
ALIGN_MIDDLE - Static variable in class com.lowagie.text.html.HtmlTags
the possible value of an alignment attribute
ALIGN_RIGHT - Static variable in class com.lowagie.text.html.HtmlTags
the possible value of an alignment attribute
ALIGN_TOP - Static variable in class com.lowagie.text.html.HtmlTags
the possible value of an alignment attribute
ALT - Static variable in class com.lowagie.text.html.HtmlTags
attribute of the image tag
ANCHOR - Static variable in class com.lowagie.text.html.HtmlTags
the anchor tag
AUTHOR - Static variable in class com.lowagie.text.html.HtmlTags
attribute of the root tag
add(Element) - Method in class com.lowagie.text.html.HtmlWriter
Signals that an Element was added to the Document.
add(String) - Method in class com.lowagie.text.html.HtmlWriter
Signals that a String was added to the Document.
addAlias(String, String) - Method in class com.lowagie.text.html.HtmlPeer
Sets an alias for an attribute.

B

B - Static variable in class com.lowagie.text.html.HtmlTags
some phrase tag
BACKGROUNDCOLOR - Static variable in class com.lowagie.text.html.HtmlTags
attribute of the table/cell tag
BEGINCOMMENT - Static variable in class com.lowagie.text.html.HtmlWriter
This is a possible HTML-tag.
BODY - Static variable in class com.lowagie.text.html.HtmlTags
the body tag.
BORDERCOLOR - Static variable in class com.lowagie.text.html.HtmlTags
attribute of the table/cell tag
BORDERWIDTH - Static variable in class com.lowagie.text.html.HtmlTags
attribute of the table/cell tag
BOTTOM - Static variable in class com.lowagie.text.html.HtmlTags
attribute of the table/cell tag
BOTTOMMARGIN - Static variable in class com.lowagie.text.html.HtmlTags
This is a possible HTML attribute for the BODY tag.
bodyAttributes - Variable in class com.lowagie.text.html.SAXmyHtmlHandler
These are the properties of the body section.

C

CELL - Static variable in class com.lowagie.text.html.HtmlTags
the cell tag
CELLPADDING - Static variable in class com.lowagie.text.html.HtmlTags
attribute of the table tag
CELLSPACING - Static variable in class com.lowagie.text.html.HtmlTags
attribute of the table tag
CHUNK - Static variable in class com.lowagie.text.html.HtmlTags
the chunk tag
CODE - Static variable in class com.lowagie.text.html.HtmlTags
the phrase tag
COLOR - Static variable in class com.lowagie.text.html.HtmlTags
attribute of the chunk/table/cell tag
COLSPAN - Static variable in class com.lowagie.text.html.HtmlTags
attribute of the cell tag
COLUMNS - Static variable in class com.lowagie.text.html.HtmlTags
attribute of the table tag
CONTENT - Static variable in class com.lowagie.text.html.HtmlTags
This is a possible HTML attribute for the HEAD tag.
close() - Method in class com.lowagie.text.html.HtmlWriter
Signals that the Document was closed and that no other Elements will be added.
com.lowagie.text.html - package com.lowagie.text.html
 
currentfont - Variable in class com.lowagie.text.html.HtmlWriter
This is the current font of the HTML.

D

DEFAULT - Static variable in class com.lowagie.text.html.HtmlTags
the possible value of an alignment attribute
DIV - Static variable in class com.lowagie.text.html.HtmlTags
The DIV tag.

E

EM - Static variable in class com.lowagie.text.html.HtmlTags
some phrase tag
ENDCOMMENT - Static variable in class com.lowagie.text.html.HtmlWriter
This is a possible HTML-tag.
encode(String) - Static method in class com.lowagie.text.html.HtmlEncoder
Converts a String to the HTML-format of this String.
encode(Color) - Static method in class com.lowagie.text.html.HtmlEncoder
Converts a Color into a HTML representation of this Color.
endElement(String, String, String) - Method in class com.lowagie.text.html.SAXmyHtmlHandler
This method gets called when an end tag is encountered.

F

FONT - Static variable in class com.lowagie.text.html.HtmlTags
attribute of the chunk tag
footer - Variable in class com.lowagie.text.html.HtmlWriter
This is the textual part of the footer

G

getAlignment(int) - Static method in class com.lowagie.text.html.HtmlEncoder
Translates the alignment value.
getInstance(Document, OutputStream) - Static method in class com.lowagie.text.html.HtmlWriter
Gets an instance of the HtmlWriter.
go(DocListener, InputSource) - Method in class com.lowagie.text.html.HtmlParser
Parses a given file.
go(DocListener, String) - Method in class com.lowagie.text.html.HtmlParser
Parses a given file.
go(DocListener, InputStream) - Method in class com.lowagie.text.html.HtmlParser
Parses a given file.
go(DocListener, Reader) - Method in class com.lowagie.text.html.HtmlParser
Parses a given file.

H

H - Static variable in class com.lowagie.text.html.HtmlTags
attribute of anchor tag
HEAD - Static variable in class com.lowagie.text.html.HtmlTags
the head tag
HEADERCELL - Static variable in class com.lowagie.text.html.HtmlTags
attribute of the cell tag
HORIZONTALALIGN - Static variable in class com.lowagie.text.html.HtmlTags
attribute of the cell tag
HORIZONTALRULE - Static variable in class com.lowagie.text.html.HtmlTags
the possible value of a tag
HTML - Static variable in class com.lowagie.text.html.HtmlTags
the root tag.
HtmlEncoder - class com.lowagie.text.html.HtmlEncoder.
This class converts a String to the HTML-format of a String.
HtmlEncoder() - Constructor for class com.lowagie.text.html.HtmlEncoder
This class will never be constructed.
HtmlParser - class com.lowagie.text.html.HtmlParser.
This class can be used to parse some HTML files.
HtmlParser() - Constructor for class com.lowagie.text.html.HtmlParser
Constructs an HtmlParser.
HtmlPeer - class com.lowagie.text.html.HtmlPeer.
This interface is implemented by the peer of all the iText objects.
HtmlPeer(String, String) - Constructor for class com.lowagie.text.html.HtmlPeer
Creates a XmlPeer.
HtmlTagMap - class com.lowagie.text.html.HtmlTagMap.
The Tags-class maps several XHTML-tags to iText-objects.
HtmlTagMap() - Constructor for class com.lowagie.text.html.HtmlTagMap
Constructs an HtmlTagMap.
HtmlTags - class com.lowagie.text.html.HtmlTags.
A class that contains all the possible tagnames and their attributes.
HtmlTags() - Constructor for class com.lowagie.text.html.HtmlTags
 
HtmlWriter - class com.lowagie.text.html.HtmlWriter.
A DocWriter class for HTML.
HtmlWriter(Document, OutputStream) - Constructor for class com.lowagie.text.html.HtmlWriter
Constructs a HtmlWriter.
header - Variable in class com.lowagie.text.html.HtmlWriter
This is the textual part of a header
htmlCode - Static variable in class com.lowagie.text.html.HtmlEncoder
List with the HTML translation of all the characters.

I

I - Static variable in class com.lowagie.text.html.HtmlTags
some phrase tag
IMAGE - Static variable in class com.lowagie.text.html.HtmlTags
the image tag
imagepath - Variable in class com.lowagie.text.html.HtmlWriter
This is a path for images.
initFooter() - Method in class com.lowagie.text.html.HtmlWriter
Adds the header to the top of the Document
initHeader() - Method in class com.lowagie.text.html.HtmlWriter
Adds the header to the top of the Document
isBody(String) - Method in class com.lowagie.text.html.HtmlTagMap
Checks if this is the root tag.
isHead(String) - Method in class com.lowagie.text.html.HtmlTagMap
Checks if this is the head tag.
isHtml(String) - Method in class com.lowagie.text.html.HtmlTagMap
Checks if this is the root tag.
isLink(String) - Method in class com.lowagie.text.html.HtmlTagMap
Checks if this is the linl tag.
isMeta(String) - Method in class com.lowagie.text.html.HtmlTagMap
Checks if this is the meta tag.
isOtherFont(Font) - Method in class com.lowagie.text.html.HtmlWriter
Checks if a given font is the same as the font that was last used.
isSpecialTag(String) - Method in class com.lowagie.text.html.HtmlTagMap
Checks if this is a special tag.
isTitle(String) - Method in class com.lowagie.text.html.HtmlTagMap
Checks if this is the title tag.

J

JAVASCRIPT - Static variable in class com.lowagie.text.html.HtmlTags
This is a possible value for the LANGUAGE attribute.
JAVASCRIPT_ONLOAD - Static variable in class com.lowagie.text.html.HtmlTags
This is a possible HTML attribute for the BODY tag
JAVASCRIPT_ONUNLOAD - Static variable in class com.lowagie.text.html.HtmlTags
This is a possible HTML attribute for the BODY tag

K

KEYWORDS - Static variable in class com.lowagie.text.html.HtmlTags
attribute of the root tag

L

LANGUAGE - Static variable in class com.lowagie.text.html.HtmlTags
This is a possible HTML attribute for the SCRIPT tag.
LEFT - Static variable in class com.lowagie.text.html.HtmlTags
attribute of chapter/section/paragraph/table/cell tag
LEFTMARGIN - Static variable in class com.lowagie.text.html.HtmlTags
This is a possible HTML attribute for the BODY tag.
LINK - Static variable in class com.lowagie.text.html.HtmlTags
The LINK tag.
LISTITEM - Static variable in class com.lowagie.text.html.HtmlTags
the listitem tag

M

META - Static variable in class com.lowagie.text.html.HtmlTags
the meta tag

N

NAME - Static variable in class com.lowagie.text.html.HtmlTags
attribute of anchor tag
NBSP - Static variable in class com.lowagie.text.html.HtmlWriter
This is a possible HTML-tag.
NEWLINE - Static variable in class com.lowagie.text.html.HtmlTags
the newpage tag
NOWRAP - Static variable in class com.lowagie.text.html.HtmlTags
attribute of the cell tag
newPage() - Method in class com.lowagie.text.html.HtmlWriter
Signals that an new page has to be started.

O

ORDEREDLIST - Static variable in class com.lowagie.text.html.HtmlTags
the list tag
open() - Method in class com.lowagie.text.html.HtmlWriter
Signals that the Document has been opened and that Elements can be added.

P

PARAGRAPH - Static variable in class com.lowagie.text.html.HtmlTags
the paragraph tag
PLAINHEIGHT - Static variable in class com.lowagie.text.html.HtmlTags
attribute of the image tag
PLAINWIDTH - Static variable in class com.lowagie.text.html.HtmlTags
attribute of the image tag
pageN - Variable in class com.lowagie.text.html.HtmlWriter
Stores the page number.
parse(DocListener, InputSource) - Static method in class com.lowagie.text.html.HtmlParser
Parses a given file that validates with the iText DTD and writes the content to a document.
parse(DocListener, String) - Static method in class com.lowagie.text.html.HtmlParser
Parses a given file that validates with the iText DTD and writes the content to a document.
parse(DocListener, InputStream) - Static method in class com.lowagie.text.html.HtmlParser
Parses a given file that validates with the iText DTD and writes the content to a document.
parse(DocListener, Reader) - Static method in class com.lowagie.text.html.HtmlParser
Parses a given file that validates with the iText DTD and writes the content to a document.

R

REFERENCE - Static variable in class com.lowagie.text.html.HtmlTags
attribute of anchor tag
REL - Static variable in class com.lowagie.text.html.HtmlTags
This is a possible HTML attribute for the LINK tag.
RIGHT - Static variable in class com.lowagie.text.html.HtmlTags
attribute of chapter/section/paragraph/table/cell tag
RIGHTMARGIN - Static variable in class com.lowagie.text.html.HtmlTags
This is a possible HTML attribute for the BODY tag.
ROW - Static variable in class com.lowagie.text.html.HtmlTags
the cell tag
ROWSPAN - Static variable in class com.lowagie.text.html.HtmlTags
attribute of the cell tag
resetImagepath() - Method in class com.lowagie.text.html.HtmlWriter
Resets the imagepath.

S

S - Static variable in class com.lowagie.text.html.HtmlTags
some phrase tag
SAXmyHtmlHandler - class com.lowagie.text.html.SAXmyHtmlHandler.
The Tags-class maps several XHTML-tags to iText-objects.
SAXmyHtmlHandler(DocListener) - Constructor for class com.lowagie.text.html.SAXmyHtmlHandler
Constructs a new SAXiTextHandler that will translate all the events triggered by the parser to actions on the Document-object.
SAXmyHtmlHandler(DocListener, HashMap) - Constructor for class com.lowagie.text.html.SAXmyHtmlHandler
Constructs a new SAXiTextHandler that will translate all the events triggered by the parser to actions on the Document-object.
SCRIPT - Static variable in class com.lowagie.text.html.HtmlTags
the script tag.
SIZE - Static variable in class com.lowagie.text.html.HtmlTags
attribute of the chunk tag
SPAN - Static variable in class com.lowagie.text.html.HtmlTags
The SPAN tag.
STRONG - Static variable in class com.lowagie.text.html.HtmlTags
some phrase tag
STYLE - Static variable in class com.lowagie.text.html.HtmlTags
This is used for inline css style information
STYLESHEET - Static variable in class com.lowagie.text.html.HtmlTags
This is a possible HTML attribute.
SUB - Static variable in class com.lowagie.text.html.HtmlTags
some phrase tag
SUBJECT - Static variable in class com.lowagie.text.html.HtmlTags
attribute of the root tag
SUP - Static variable in class com.lowagie.text.html.HtmlTags
some phrase tag
setFooter(HeaderFooter) - Method in class com.lowagie.text.html.HtmlWriter
Changes the footer of this document.
setHeader(HeaderFooter) - Method in class com.lowagie.text.html.HtmlWriter
Changes the header of this document.
setImagepath(String) - Method in class com.lowagie.text.html.HtmlWriter
Sets the basepath for images.
setStandardFont(Font) - Method in class com.lowagie.text.html.HtmlWriter
Changes the standardfont.
standardfont - Variable in class com.lowagie.text.html.HtmlWriter
This is the standard font of the HTML.
startElement(String, String, String, Attributes) - Method in class com.lowagie.text.html.SAXmyHtmlHandler
This method gets called when a start tag is encountered.

T

TABLE - Static variable in class com.lowagie.text.html.HtmlTags
the table tag
TEXT_CSS - Static variable in class com.lowagie.text.html.HtmlTags
This is a possible HTML attribute for the LINK tag.
TITLE - Static variable in class com.lowagie.text.html.HtmlTags
the title tag.
TOP - Static variable in class com.lowagie.text.html.HtmlTags
attribute of the table/cell tag
TOPMARGIN - Static variable in class com.lowagie.text.html.HtmlTags
This is a possible HTML attribute for the BODY tag.
TYPE - Static variable in class com.lowagie.text.html.HtmlTags
This is a possible HTML attribute for the LINK tag.
tableBorder - Variable in class com.lowagie.text.html.SAXmyHtmlHandler
This is the status of the table border.

U

U - Static variable in class com.lowagie.text.html.HtmlTags
some phrase tag
UNORDEREDLIST - Static variable in class com.lowagie.text.html.HtmlTags
the list tag
URL - Static variable in class com.lowagie.text.html.HtmlTags
attribute of the image tag

V

VAR - Static variable in class com.lowagie.text.html.HtmlTags
the phrase tag
VERTICALALIGN - Static variable in class com.lowagie.text.html.HtmlTags
attribute of the cell tag

W

WIDTH - Static variable in class com.lowagie.text.html.HtmlTags
attribute of the table/cell tag
write(Element, int) - Method in class com.lowagie.text.html.HtmlWriter
Writes the HTML representation of an element.
write(Font, Properties) - Method in class com.lowagie.text.html.HtmlWriter
Writes the representation of a Font.
writeComment(String) - Method in class com.lowagie.text.html.HtmlWriter
Writes some comment.
writeCssProperty(String, String) - Method in class com.lowagie.text.html.HtmlWriter
Writes out a CSS property.
writeHeader(Meta) - Method in class com.lowagie.text.html.HtmlWriter
Writes a Metatag in the header.
writeJavaScript(Header) - Method in class com.lowagie.text.html.HtmlWriter
Writes a JavaScript section or, if the markup attribute HtmlTags.URL is set, a JavaScript reference in the header.
writeLink(Header) - Method in class com.lowagie.text.html.HtmlWriter
Writes a link in the header.
writeSection(Section, int) - Method in class com.lowagie.text.html.HtmlWriter
Writes the HTML representation of a section.

A B C D E F G H I J K L M N O P R S T U V W