Skip navigation links
A C D E G H I L M P S T X 

A

addAlias(String, String) - Method in class com.lowagie.text.xml.XmlPeer
Sets an alias for an attribute.
addImage(Image) - Method in class com.lowagie.text.xml.SAXiTextHandler
 
addValue(String, String) - Method in class com.lowagie.text.xml.XmlPeer
Sets a value for an attribute.
attributeAliases - Variable in class com.lowagie.text.xml.XmlPeer
This is the Map that contains the aliases of the attributes.
attributeValues - Variable in class com.lowagie.text.xml.XmlPeer
This is the Map that contains the default values of the attributes.

C

chapters - Variable in class com.lowagie.text.xml.SAXiTextHandler
Counts the number of chapters in this document.
characters(char[], int, int) - Method in class com.lowagie.text.xml.SAXiTextHandler
This method gets called when characters are encountered.
com.lowagie.text.pdf - package com.lowagie.text.pdf
 
com.lowagie.text.xml - package com.lowagie.text.xml
 
controlOpenClose - Variable in class com.lowagie.text.xml.SAXiTextHandler
This is a flag that can be set, if you want to open and close the Document-object yourself.
currentChunk - Variable in class com.lowagie.text.xml.SAXiTextHandler
This is the current chunk to which characters can be added.
customTagname - Variable in class com.lowagie.text.xml.XmlPeer
This is the name of the alias.

D

defaultContent - Variable in class com.lowagie.text.xml.XmlPeer
This is String that contains the default content of the attributes.
document - Variable in class com.lowagie.text.xml.SAXiTextHandler
This is the resulting document.

E

endDocument() - Method in class com.lowagie.text.pdf.XfdfReader
Called after the document is parsed.
endElement(String) - Method in class com.lowagie.text.pdf.XfdfReader
Called when an end tag is found.
endElement(String, String, String) - Method in class com.lowagie.text.xml.SAXiTextHandler
This method gets called when an end tag is encountered.
endElement(String, String, String) - Method in class com.lowagie.text.xml.SAXmyHandler
This method gets called when an end tag is encountered.

G

getAlias() - Method in class com.lowagie.text.xml.XmlPeer
Gets the tagname of the peer.
getAttributes(Attributes) - Method in class com.lowagie.text.xml.XmlPeer
Gets the list of attributes of the peer.
getDefaultValues() - Method in class com.lowagie.text.xml.XmlPeer
Returns the default values.
getField(String) - Method in class com.lowagie.text.pdf.XfdfReader
Gets the field value.
getFields() - Method in class com.lowagie.text.pdf.XfdfReader
Gets all the fields.
getFieldValue(String) - Method in class com.lowagie.text.pdf.XfdfReader
Gets the field value or null if the field does not exist or has no value defined.
getFileSpec() - Method in class com.lowagie.text.pdf.XfdfReader
Gets the PDF file specification contained in the FDF.
getListValues(String) - Method in class com.lowagie.text.pdf.XfdfReader
Gets the field values for a list or null if the field does not exist or has no value defined.
getName(String) - Method in class com.lowagie.text.xml.XmlPeer
Returns the iText attribute name.
getTag() - Method in class com.lowagie.text.xml.XmlPeer
Gets the tagname of the peer.
go(DocListener, InputSource) - Method in class com.lowagie.text.xml.XmlParser
Parses a given file.
go(DocListener, InputSource, String) - Method in class com.lowagie.text.xml.XmlParser
Parses a given file.
go(DocListener, InputSource, InputStream) - Method in class com.lowagie.text.xml.XmlParser
Parses a given file.
go(DocListener, InputSource, HashMap) - Method in class com.lowagie.text.xml.XmlParser
Parses a given file.
go(DocListener, String) - Method in class com.lowagie.text.xml.XmlParser
Parses a given file.
go(DocListener, String, String) - Method in class com.lowagie.text.xml.XmlParser
Parses a given file.
go(DocListener, String, HashMap) - Method in class com.lowagie.text.xml.XmlParser
Parses a given file.

H

handleEndingTags(String) - Method in class com.lowagie.text.xml.SAXiTextHandler
This method deals with the starting tags.
handleStartingTags(String, Properties) - Method in class com.lowagie.text.xml.SAXiTextHandler
This method deals with the starting tags.

I

ignorableWhitespace(char[], int, int) - Method in class com.lowagie.text.xml.SAXiTextHandler
This method gets called when ignorable white space encountered.
ignore - Variable in class com.lowagie.text.xml.SAXiTextHandler
This is the current chunk to which characters can be added.
init(InputStream) - Method in class com.lowagie.text.xml.TagMap
 
isDocumentRoot(String) - Method in class com.lowagie.text.xml.SAXiTextHandler
Checks if a certain tag corresponds with the roottag.

L

listFields - Variable in class com.lowagie.text.pdf.XfdfReader
Storage for field values if there's more than one value for a field.

M

myTags - Variable in class com.lowagie.text.xml.SAXiTextHandler
This hashmap contains all the custom keys and peers.

P

parse(DocListener, InputSource) - Static method in class com.lowagie.text.xml.XmlParser
Parses a given file that validates with the iText DTD and writes the content to a document.
parse(DocListener, InputSource, String) - Static method in class com.lowagie.text.xml.XmlParser
Parses a given file that validates with the iText DTD and writes the content to a document.
parse(DocListener, InputSource, HashMap) - Static method in class com.lowagie.text.xml.XmlParser
Parses a given file and writes the content to a document, using a certain tagmap.
parse(DocListener, String) - Static method in class com.lowagie.text.xml.XmlParser
Parses a given file that validates with the iText DTD and writes the content to a document.
parse(DocListener, String, String) - Static method in class com.lowagie.text.xml.XmlParser
Parses a given file that validates with the iText DTD and writes the content to a document.
parse(DocListener, String, HashMap) - Static method in class com.lowagie.text.xml.XmlParser
Parses a given file and writes the content to a document, using a certain tagmap.
parse(DocListener, InputStream) - Static method in class com.lowagie.text.xml.XmlParser
Parses a given file that validates with the iText DTD and writes the content to a document.
parse(DocListener, InputStream, String) - Static method in class com.lowagie.text.xml.XmlParser
Parses a given file that validates with the iText DTD and writes the content to a document.
parse(DocListener, InputStream, HashMap) - Static method in class com.lowagie.text.xml.XmlParser
Parses a given file and writes the content to a document, using a certain tagmap.
parse(DocListener, Reader) - Static method in class com.lowagie.text.xml.XmlParser
Parses a given file that validates with the iText DTD and writes the content to a document.
parse(DocListener, Reader, String) - Static method in class com.lowagie.text.xml.XmlParser
Parses a given file that validates with the iText DTD and writes the content to a document.
parse(DocListener, Reader, HashMap) - Static method in class com.lowagie.text.xml.XmlParser
Parses a given file and writes the content to a document, using a certain tagmap.
parser - Variable in class com.lowagie.text.xml.XmlParser
This is the instance of the parser.

S

SAXiTextHandler - Class in com.lowagie.text.xml
This class is a Handler that controls the iText XML to PDF conversion.
SAXiTextHandler(DocListener) - Constructor for class com.lowagie.text.xml.SAXiTextHandler
 
SAXiTextHandler(DocListener, HashMap, BaseFont) - Constructor for class com.lowagie.text.xml.SAXiTextHandler
 
SAXiTextHandler(DocListener, HashMap) - Constructor for class com.lowagie.text.xml.SAXiTextHandler
 
SAXmyHandler - Class in com.lowagie.text.xml
The Tags-class maps several XHTML-tags to iText-objects.
SAXmyHandler(DocListener, HashMap) - Constructor for class com.lowagie.text.xml.SAXmyHandler
Constructs a new SAXiTextHandler that will translate all the events triggered by the parser to actions on the Document-object.
setBaseFont(BaseFont) - Method in class com.lowagie.text.xml.SAXiTextHandler
Sets the font that has to be used.
setContent(String) - Method in class com.lowagie.text.xml.XmlPeer
Sets the default content.
setControlOpenClose(boolean) - Method in class com.lowagie.text.xml.SAXiTextHandler
Sets the parameter that allows you to enable/disable the control over the Document.open() and Document.close() method.
stack - Variable in class com.lowagie.text.xml.SAXiTextHandler
This is a Stack of objects, waiting to be added to the document.
startDocument() - Method in class com.lowagie.text.pdf.XfdfReader
Called when the document starts to be parsed.
startElement(String, HashMap) - Method in class com.lowagie.text.pdf.XfdfReader
Called when a start tag is found.
startElement(String, String, String, Attributes) - Method in class com.lowagie.text.xml.SAXiTextHandler
This method gets called when a start tag is encountered.
startElement(String, String, String, Attributes) - Method in class com.lowagie.text.xml.SAXmyHandler
This method gets called when a start tag is encountered.

T

TagMap - Class in com.lowagie.text.xml
The Tags-class maps several XHTML-tags to iText-objects.
TagMap(String) - Constructor for class com.lowagie.text.xml.TagMap
Constructs a TagMap
TagMap(InputStream) - Constructor for class com.lowagie.text.xml.TagMap
Constructs a TagMap.
tagname - Variable in class com.lowagie.text.xml.XmlPeer
This is the name of the alias.
text(String) - Method in class com.lowagie.text.pdf.XfdfReader
Called when a text element is found.

X

XfdfReader - Class in com.lowagie.text.pdf
Reads a XFDF.
XfdfReader(String) - Constructor for class com.lowagie.text.pdf.XfdfReader
Reads an XFDF form.
XfdfReader(byte[]) - Constructor for class com.lowagie.text.pdf.XfdfReader
Reads an XFDF form.
XmlParser - Class in com.lowagie.text.xml
This class can be used to parse an XML file.
XmlParser() - Constructor for class com.lowagie.text.xml.XmlParser
Constructs an XmlParser.
XmlPeer - Class in com.lowagie.text.xml
This interface is implemented by the peer of all the iText objects.
XmlPeer(String, String) - Constructor for class com.lowagie.text.xml.XmlPeer
Creates a XmlPeer.
A C D E G H I L M P S T X 
Skip navigation links

Copyright © 2018. All rights reserved.