Index

A B C D E F G H I L M O P R S T U W X Y 
All Classes and Interfaces|All Packages|Constant Field Values

A

AbstractFormField - Class in org.xhtmlrenderer.pdf
 
AbstractFormField() - Constructor for class org.xhtmlrenderer.pdf.AbstractFormField
 
addFont(BaseFont, String, String) - Method in class org.xhtmlrenderer.pdf.ITextFontResolver
 
addFont(String, boolean) - Method in class org.xhtmlrenderer.pdf.ITextFontResolver
Add the font with encoding "CP1252" (don't ask me why :) )
addFont(String, String, String, boolean, String) - Method in class org.xhtmlrenderer.pdf.ITextFontResolver
 
addFont(String, String, boolean) - Method in class org.xhtmlrenderer.pdf.ITextFontResolver
 
addFont(String, String, boolean, String) - Method in class org.xhtmlrenderer.pdf.ITextFontResolver
 
addFontDescription(FontDescription) - Method in class org.xhtmlrenderer.pdf.FontFamily
 
addFontDirectory(String, boolean) - Method in class org.xhtmlrenderer.pdf.ITextFontResolver
Add all fonts from given directory with encoding "CP1252" (don't ask me why :) )
addFontDirectory(String, String, boolean) - Method in class org.xhtmlrenderer.pdf.ITextFontResolver
Add all fonts from given directory (all files with extension ".otf" and ".ttf")
addMetadata(String, String) - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
Appends a name/content metadata pair to this output device.

B

BookmarkElement - Class in org.xhtmlrenderer.pdf
 
BookmarkElement(String) - Constructor for class org.xhtmlrenderer.pdf.BookmarkElement
 

C

characters(char[], int, int) - Method in class org.xhtmlrenderer.pdf.DocumentSplitter
 
characters(char[], int, int) - Method in class org.xhtmlrenderer.pdf.SAXEventRecorder
 
CheckboxFormField - Class in org.xhtmlrenderer.pdf
 
CheckboxFormField(LayoutContext, BlockBox, int, int) - Constructor for class org.xhtmlrenderer.pdf.CheckboxFormField
 
CJKFontResolver - Class in org.xhtmlrenderer.pdf
Use this class if you need to load iTextAsian fonts in addition to default fonts loaded by ITextRenderer
CJKFontResolver() - Constructor for class org.xhtmlrenderer.pdf.CJKFontResolver
 
clip(Shape) - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
clone() - Method in class org.xhtmlrenderer.pdf.ITextFSImage
 
convertWeightToInt(IdentValue) - Static method in class org.xhtmlrenderer.pdf.ITextFontResolver
 
createLocalTargetArea(RenderingContext, Box) - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
createPDF(OutputStream) - Method in class org.xhtmlrenderer.pdf.ITextRenderer
 
createPDF(OutputStream, boolean) - Method in class org.xhtmlrenderer.pdf.ITextRenderer
 
createPDF(OutputStream, boolean, int) - Method in class org.xhtmlrenderer.pdf.ITextRenderer
NOTE: Caller is responsible for cleaning up the OutputStream if something goes wrong.
createPDF(Document) - Method in class org.xhtmlrenderer.pdf.ITextRenderer
 
createPDF(Document, OutputStream) - Method in class org.xhtmlrenderer.pdf.ITextRenderer
 
createReplacedElement(LayoutContext, BlockBox, UserAgentCallback, int, int) - Method in class org.xhtmlrenderer.pdf.ITextReplacedElementFactory
 
createTargetArea(RenderingContext, Box) - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 

D

Decorations(int, float, float, float, float) - Constructor for record class org.xhtmlrenderer.pdf.FontDescription.Decorations
Creates an instance of a Decorations record class.
DEFAULT_CHECKED_STATE - Static variable in class org.xhtmlrenderer.pdf.AbstractFormField
 
DEFAULT_DOTS_PER_PIXEL - Static variable in class org.xhtmlrenderer.pdf.ITextRenderer
 
DEFAULT_DOTS_PER_POINT - Static variable in class org.xhtmlrenderer.pdf.ITextRenderer
 
DefaultPDFCreationListener - Class in org.xhtmlrenderer.pdf
No-op implementation of a PDFCreationListener.
DefaultPDFCreationListener() - Constructor for class org.xhtmlrenderer.pdf.DefaultPDFCreationListener
 
detach(LayoutContext) - Method in class org.xhtmlrenderer.pdf.AbstractFormField
 
detach(LayoutContext) - Method in class org.xhtmlrenderer.pdf.BookmarkElement
 
detach(LayoutContext) - Method in class org.xhtmlrenderer.pdf.ITextImageElement
 
detach(LayoutContext) - Method in class org.xhtmlrenderer.pdf.RadioButtonFormField
 
DocumentSplitter - Class in org.xhtmlrenderer.pdf
 
DocumentSplitter() - Constructor for class org.xhtmlrenderer.pdf.DocumentSplitter
 
DOMUtil - Class in org.xhtmlrenderer.pdf
 
DOMUtil() - Constructor for class org.xhtmlrenderer.pdf.DOMUtil
 
draw(Shape) - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
drawBorderLine(Shape, int, int, boolean) - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
drawGlyphVector(OutputDevice, FSGlyphVector, float, float) - Method in class org.xhtmlrenderer.pdf.ITextTextRenderer
 
drawImage(FSImage, int, int) - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
drawLine(int, int, int, int) - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
drawOval(int, int, int, int) - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
drawRect(int, int, int, int) - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
drawSelection(RenderingContext, InlineText) - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
drawString(String, float, float, JustificationInfo) - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
drawString(OutputDevice, String, float, float) - Method in class org.xhtmlrenderer.pdf.ITextTextRenderer
 
drawString(OutputDevice, String, float, float, JustificationInfo) - Method in class org.xhtmlrenderer.pdf.ITextTextRenderer
 

E

EmptyReplacedElement - Class in org.xhtmlrenderer.pdf
User: beck Date: 11/4/11
EmptyReplacedElement(int, int) - Constructor for class org.xhtmlrenderer.pdf.EmptyReplacedElement
 
endDocument() - Method in class org.xhtmlrenderer.pdf.DocumentSplitter
 
endDocument() - Method in class org.xhtmlrenderer.pdf.SAXEventRecorder
 
endElement(String, String, String) - Method in class org.xhtmlrenderer.pdf.DocumentSplitter
 
endElement(String, String, String) - Method in class org.xhtmlrenderer.pdf.SAXEventRecorder
 
endPrefixMapping(String) - Method in class org.xhtmlrenderer.pdf.DocumentSplitter
 
endPrefixMapping(String) - Method in class org.xhtmlrenderer.pdf.SAXEventRecorder
 
equals(Object) - Method in record class org.xhtmlrenderer.pdf.FontDescription.Decorations
Indicates whether some other object is "equal to" this one.
exportText(Writer) - Method in class org.xhtmlrenderer.pdf.ITextRenderer
 
extractDescription(String, byte[], BaseFont, boolean, IdentValue, IdentValue) - Static method in class org.xhtmlrenderer.pdf.TrueTypeUtil
 
extractDescription(String, BaseFont, IdentValue) - Static method in class org.xhtmlrenderer.pdf.TrueTypeUtil
 

F

fill(Shape) - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
fillOval(int, int, int, int) - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
fillRect(int, int, int, int) - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
findPagePositionsByID(Pattern) - Method in class org.xhtmlrenderer.pdf.ITextRenderer
 
findPagePositionsByID(CssContext, Pattern) - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
finish(RenderingContext, Box) - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
finishPage() - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
finishPDF() - Method in class org.xhtmlrenderer.pdf.ITextRenderer
 
flushCache() - Method in class org.xhtmlrenderer.pdf.ITextFontResolver
 
flushFontFaceFonts() - Method in class org.xhtmlrenderer.pdf.ITextFontResolver
 
flying.saucer.pdf - module flying.saucer.pdf
 
FontDescription - Class in org.xhtmlrenderer.pdf
 
FontDescription(BaseFont) - Constructor for class org.xhtmlrenderer.pdf.FontDescription
 
FontDescription(BaseFont, boolean) - Constructor for class org.xhtmlrenderer.pdf.FontDescription
 
FontDescription(BaseFont, boolean, IdentValue) - Constructor for class org.xhtmlrenderer.pdf.FontDescription
 
FontDescription(BaseFont, boolean, IdentValue, FontDescription.Decorations) - Constructor for class org.xhtmlrenderer.pdf.FontDescription
 
FontDescription(BaseFont, IdentValue, int) - Constructor for class org.xhtmlrenderer.pdf.FontDescription
 
FontDescription.Decorations - Record Class in org.xhtmlrenderer.pdf
 
FontFamily - Class in org.xhtmlrenderer.pdf
 
fromClasspathResource(String) - Static method in class org.xhtmlrenderer.pdf.Html2Pdf
 
fromString(String) - Static method in class org.xhtmlrenderer.pdf.ITextRenderer
 
fromString(String, String) - Static method in class org.xhtmlrenderer.pdf.ITextRenderer
 
fromUrl(String) - Static method in class org.xhtmlrenderer.pdf.ITextRenderer
 
fromUrl(URL) - Static method in class org.xhtmlrenderer.pdf.Html2Pdf
 

G

getAllowedPrivileges() - Method in class org.xhtmlrenderer.pdf.PDFEncryption
 
getAnchorName() - Method in class org.xhtmlrenderer.pdf.BookmarkElement
 
getAscent() - Method in class org.xhtmlrenderer.pdf.ITextFSFontMetrics
 
getBaseline() - Method in class org.xhtmlrenderer.pdf.BookmarkElement
 
getBaseline() - Method in class org.xhtmlrenderer.pdf.CheckboxFormField
 
getBaseline() - Method in class org.xhtmlrenderer.pdf.EmptyReplacedElement
 
getBaseline() - Method in class org.xhtmlrenderer.pdf.ITextImageElement
 
getBaseline() - Method in class org.xhtmlrenderer.pdf.RadioButtonFormField
 
getBaseline() - Method in class org.xhtmlrenderer.pdf.TextFormField
 
getBox() - Method in class org.xhtmlrenderer.pdf.RadioButtonFormField
 
getChild(Element, String) - Static method in class org.xhtmlrenderer.pdf.DOMUtil
 
getChildren(Element, String) - Static method in class org.xhtmlrenderer.pdf.DOMUtil
 
getClip() - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
getCurrentPage() - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
getDescent() - Method in class org.xhtmlrenderer.pdf.ITextFSFontMetrics
 
getDeviceLength(float) - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
getDistinctFontFamilyNames(String, String, boolean) - Static method in class org.xhtmlrenderer.pdf.ITextFontResolver
Utility method which uses iText libraries to determine the family name(s) for the font at the given path.
getDocument() - Method in class org.xhtmlrenderer.pdf.ITextRenderer
 
getDocuments() - Method in class org.xhtmlrenderer.pdf.DocumentSplitter
 
getDotsPerPoint() - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
getDotsPerPoint() - Method in class org.xhtmlrenderer.pdf.ITextRenderer
 
getEncryptionType() - Method in class org.xhtmlrenderer.pdf.PDFEncryption
 
getFamilyNames(BaseFont) - Static method in class org.xhtmlrenderer.pdf.TrueTypeUtil
 
getFieldName(ITextOutputDevice, Element) - Method in class org.xhtmlrenderer.pdf.AbstractFormField
 
getFieldType() - Method in class org.xhtmlrenderer.pdf.AbstractFormField
 
getFieldType() - Method in class org.xhtmlrenderer.pdf.CheckboxFormField
 
getFieldType() - Method in class org.xhtmlrenderer.pdf.EmptyReplacedElement
 
getFieldType() - Method in class org.xhtmlrenderer.pdf.RadioButtonFormField
 
getFieldType() - Method in class org.xhtmlrenderer.pdf.TextFormField
 
getFont() - Method in class org.xhtmlrenderer.pdf.FontDescription
 
getFontDescription() - Method in class org.xhtmlrenderer.pdf.ITextFSFont
 
getFontDescriptions() - Method in class org.xhtmlrenderer.pdf.FontFamily
 
getFontResolver() - Method in class org.xhtmlrenderer.pdf.ITextRenderer
 
getFonts() - Method in class org.xhtmlrenderer.pdf.ITextFontResolver
 
getFontScale() - Method in class org.xhtmlrenderer.pdf.ITextTextRenderer
 
getFSFontMetrics(FontContext, FSFont, String) - Method in class org.xhtmlrenderer.pdf.ITextTextRenderer
 
getGlyphBounds(OutputDevice, FSFont, FSGlyphVector, int, float, float) - Method in class org.xhtmlrenderer.pdf.ITextTextRenderer
 
getGlyphPositions(OutputDevice, FSFont, FSGlyphVector) - Method in class org.xhtmlrenderer.pdf.ITextTextRenderer
 
getGlyphVector(OutputDevice, FSFont, String) - Method in class org.xhtmlrenderer.pdf.ITextTextRenderer
 
getHeight() - Method in class org.xhtmlrenderer.pdf.AbstractFormField
 
getHeight() - Method in class org.xhtmlrenderer.pdf.ITextFSImage
 
getHeight() - Method in class org.xhtmlrenderer.pdf.PagePosition
 
getHeight() - Method in class org.xhtmlrenderer.pdf.PDFAsImage
 
getHeightAsFloat() - Method in class org.xhtmlrenderer.pdf.PDFAsImage
 
getId() - Method in class org.xhtmlrenderer.pdf.PagePosition
 
getImage() - Method in class org.xhtmlrenderer.pdf.ITextFSImage
 
getImage() - Method in class org.xhtmlrenderer.pdf.ITextImageElement
 
getImageResource(String) - Method in class org.xhtmlrenderer.pdf.ITextUserAgent
 
getIntrinsicHeight() - Method in class org.xhtmlrenderer.pdf.AbstractFormField
 
getIntrinsicHeight() - Method in class org.xhtmlrenderer.pdf.BookmarkElement
 
getIntrinsicHeight() - Method in class org.xhtmlrenderer.pdf.EmptyReplacedElement
 
getIntrinsicHeight() - Method in class org.xhtmlrenderer.pdf.ITextImageElement
 
getIntrinsicWidth() - Method in class org.xhtmlrenderer.pdf.AbstractFormField
 
getIntrinsicWidth() - Method in class org.xhtmlrenderer.pdf.BookmarkElement
 
getIntrinsicWidth() - Method in class org.xhtmlrenderer.pdf.EmptyReplacedElement
 
getIntrinsicWidth() - Method in class org.xhtmlrenderer.pdf.ITextImageElement
 
getListener() - Method in class org.xhtmlrenderer.pdf.ITextRenderer
 
getLocation() - Method in class org.xhtmlrenderer.pdf.AbstractFormField
 
getLocation() - Method in class org.xhtmlrenderer.pdf.BookmarkElement
 
getLocation() - Method in class org.xhtmlrenderer.pdf.EmptyReplacedElement
 
getLocation() - Method in class org.xhtmlrenderer.pdf.ITextImageElement
 
getMetadataByName(String) - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
Searches the metadata name/content pairs of the current document and returns the content value from the first pair with a matching name.
getMetadataListByName(String) - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
Searches the metadata name/content pairs of the current document and returns any content values with a matching name in an ArrayList.
getName() - Method in class org.xhtmlrenderer.pdf.FontFamily
 
getNextFormFieldIndex() - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
getOutputDevice() - Method in class org.xhtmlrenderer.pdf.ITextRenderer
 
getOwnerPassword() - Method in class org.xhtmlrenderer.pdf.PDFEncryption
 
getPageNo() - Method in class org.xhtmlrenderer.pdf.PagePosition
 
getPDFEncryption() - Method in class org.xhtmlrenderer.pdf.ITextRenderer
 
getPDFVersion() - Method in class org.xhtmlrenderer.pdf.ITextRenderer
 
getPDFXConformance() - Method in class org.xhtmlrenderer.pdf.ITextRenderer
 
getRadioButtons(String) - Method in class org.xhtmlrenderer.pdf.ITextReplacedElementFactory
 
getReader(URI) - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
getRenderingHint(RenderingHints.Key) - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
getRootBox() - Method in class org.xhtmlrenderer.pdf.ITextRenderer
 
getSharedContext() - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
getSharedContext() - Method in class org.xhtmlrenderer.pdf.ITextRenderer
 
getSize2D() - Method in class org.xhtmlrenderer.pdf.ITextFSFont
 
getStartPageNo() - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
getStrikethroughOffset() - Method in class org.xhtmlrenderer.pdf.ITextFSFontMetrics
 
getStrikethroughThickness() - Method in class org.xhtmlrenderer.pdf.ITextFSFontMetrics
 
getStroke() - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
getStyle() - Method in class org.xhtmlrenderer.pdf.FontDescription
 
getText(Element) - Static method in class org.xhtmlrenderer.pdf.DOMUtil
Loads all the text content in all offspring of an element.
getText(Element, StringBuilder) - Static method in class org.xhtmlrenderer.pdf.DOMUtil
Appends all text content in all offspring of an element to a StringBuilder.
getTransform() - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
getUnderlineOffset() - Method in class org.xhtmlrenderer.pdf.ITextFSFontMetrics
 
getUnderlinePosition() - Method in class org.xhtmlrenderer.pdf.FontDescription
This refers to the top of the underline stroke
getUnderlineThickness() - Method in class org.xhtmlrenderer.pdf.FontDescription
 
getUnderlineThickness() - Method in class org.xhtmlrenderer.pdf.ITextFSFontMetrics
 
getUnscaledHeight() - Method in class org.xhtmlrenderer.pdf.PDFAsImage
 
getUnscaledWidth() - Method in class org.xhtmlrenderer.pdf.PDFAsImage
 
getURI() - Method in class org.xhtmlrenderer.pdf.PDFAsImage
 
getUserPassword() - Method in class org.xhtmlrenderer.pdf.PDFEncryption
 
getValue(Element) - Method in class org.xhtmlrenderer.pdf.AbstractFormField
 
getValue(Element) - Method in class org.xhtmlrenderer.pdf.TextFormField
 
getWeight() - Method in class org.xhtmlrenderer.pdf.FontDescription
 
getWidth() - Method in class org.xhtmlrenderer.pdf.AbstractFormField
 
getWidth() - Method in class org.xhtmlrenderer.pdf.ITextFSImage
 
getWidth() - Method in class org.xhtmlrenderer.pdf.PagePosition
 
getWidth() - Method in class org.xhtmlrenderer.pdf.PDFAsImage
 
getWidth(FontContext, FSFont, String) - Method in class org.xhtmlrenderer.pdf.ITextTextRenderer
 
getWidthAsFloat() - Method in class org.xhtmlrenderer.pdf.PDFAsImage
 
getWriter() - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
getWriter() - Method in class org.xhtmlrenderer.pdf.ITextRenderer
 
getX() - Method in class org.xhtmlrenderer.pdf.AbstractFormField
 
getX() - Method in class org.xhtmlrenderer.pdf.PagePosition
 
getY() - Method in class org.xhtmlrenderer.pdf.AbstractFormField
 
getY() - Method in class org.xhtmlrenderer.pdf.PagePosition
 
getYStrikeoutPosition() - Method in class org.xhtmlrenderer.pdf.FontDescription
 
getYStrikeoutSize() - Method in class org.xhtmlrenderer.pdf.FontDescription
 

H

hasBaseline() - Method in class org.xhtmlrenderer.pdf.BookmarkElement
 
hasBaseline() - Method in class org.xhtmlrenderer.pdf.CheckboxFormField
 
hasBaseline() - Method in class org.xhtmlrenderer.pdf.EmptyReplacedElement
 
hasBaseline() - Method in class org.xhtmlrenderer.pdf.ITextImageElement
 
hasBaseline() - Method in class org.xhtmlrenderer.pdf.RadioButtonFormField
 
hasBaseline() - Method in class org.xhtmlrenderer.pdf.TextFormField
 
hashCode() - Method in record class org.xhtmlrenderer.pdf.FontDescription.Decorations
Returns a hash code value for this object.
Html2Pdf - Class in org.xhtmlrenderer.pdf
 
Html2Pdf() - Constructor for class org.xhtmlrenderer.pdf.Html2Pdf
 

I

ignorableWhitespace(char[], int, int) - Method in class org.xhtmlrenderer.pdf.DocumentSplitter
 
ignorableWhitespace(char[], int, int) - Method in class org.xhtmlrenderer.pdf.SAXEventRecorder
 
importFontFaces(List<FontFaceRule>, UserAgentCallback) - Method in class org.xhtmlrenderer.pdf.ITextFontResolver
 
initDimensions(LayoutContext, BlockBox, int, int) - Method in class org.xhtmlrenderer.pdf.AbstractFormField
 
initDimensions(LayoutContext, BlockBox, int, int) - Method in class org.xhtmlrenderer.pdf.TextFormField
 
initializePage(PdfContentByte, float) - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
isChecked(Element) - Method in class org.xhtmlrenderer.pdf.AbstractFormField
 
isFromFontFace() - Method in class org.xhtmlrenderer.pdf.FontDescription
 
isReadOnly(Element) - Method in class org.xhtmlrenderer.pdf.AbstractFormField
 
isRequiresInteractivePaint() - Method in class org.xhtmlrenderer.pdf.AbstractFormField
 
isRequiresInteractivePaint() - Method in class org.xhtmlrenderer.pdf.BookmarkElement
 
isRequiresInteractivePaint() - Method in class org.xhtmlrenderer.pdf.ITextImageElement
 
isSelected(Element) - Method in class org.xhtmlrenderer.pdf.AbstractFormField
 
isSupportsCMYKColors() - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
isSupportsSelection() - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
ITextFontContext - Class in org.xhtmlrenderer.pdf
 
ITextFontContext() - Constructor for class org.xhtmlrenderer.pdf.ITextFontContext
 
ITextFontResolver - Class in org.xhtmlrenderer.pdf
 
ITextFontResolver() - Constructor for class org.xhtmlrenderer.pdf.ITextFontResolver
 
ITextFSFont - Class in org.xhtmlrenderer.pdf
 
ITextFSFont(FontDescription, float) - Constructor for class org.xhtmlrenderer.pdf.ITextFSFont
 
ITextFSFontMetrics - Class in org.xhtmlrenderer.pdf
 
ITextFSFontMetrics(float, float, float, float, float, float) - Constructor for class org.xhtmlrenderer.pdf.ITextFSFontMetrics
 
ITextFSImage - Class in org.xhtmlrenderer.pdf
 
ITextFSImage(Image) - Constructor for class org.xhtmlrenderer.pdf.ITextFSImage
 
ITextImageElement - Class in org.xhtmlrenderer.pdf
 
ITextImageElement(FSImage) - Constructor for class org.xhtmlrenderer.pdf.ITextImageElement
 
ITextOutputDevice - Class in org.xhtmlrenderer.pdf
This class is largely based on PdfGraphics2D.
ITextOutputDevice(float) - Constructor for class org.xhtmlrenderer.pdf.ITextOutputDevice
 
ITextRenderer - Class in org.xhtmlrenderer.pdf
 
ITextRenderer() - Constructor for class org.xhtmlrenderer.pdf.ITextRenderer
 
ITextRenderer(float, int) - Constructor for class org.xhtmlrenderer.pdf.ITextRenderer
 
ITextRenderer(float, int, FontResolver) - Constructor for class org.xhtmlrenderer.pdf.ITextRenderer
 
ITextRenderer(float, int, ITextOutputDevice) - Constructor for class org.xhtmlrenderer.pdf.ITextRenderer
 
ITextRenderer(float, int, ITextOutputDevice, FontResolver) - Constructor for class org.xhtmlrenderer.pdf.ITextRenderer
 
ITextRenderer(float, int, ITextOutputDevice, ITextUserAgent) - Constructor for class org.xhtmlrenderer.pdf.ITextRenderer
 
ITextRenderer(float, int, ITextOutputDevice, ITextUserAgent, FontResolver) - Constructor for class org.xhtmlrenderer.pdf.ITextRenderer
 
ITextRenderer(float, int, ITextOutputDevice, ITextUserAgent, FontResolver, ReplacedElementFactory, TextRenderer) - Constructor for class org.xhtmlrenderer.pdf.ITextRenderer
 
ITextRenderer(File) - Constructor for class org.xhtmlrenderer.pdf.ITextRenderer
 
ITextRenderer(FontResolver) - Constructor for class org.xhtmlrenderer.pdf.ITextRenderer
 
ITextRenderer(ITextOutputDevice, ITextUserAgent) - Constructor for class org.xhtmlrenderer.pdf.ITextRenderer
 
ITextReplacedElement - Interface in org.xhtmlrenderer.pdf
 
ITextReplacedElementFactory - Class in org.xhtmlrenderer.pdf
 
ITextReplacedElementFactory(ITextOutputDevice) - Constructor for class org.xhtmlrenderer.pdf.ITextReplacedElementFactory
 
ITextTextRenderer - Class in org.xhtmlrenderer.pdf
 
ITextTextRenderer() - Constructor for class org.xhtmlrenderer.pdf.ITextTextRenderer
 
ITextUserAgent - Class in org.xhtmlrenderer.pdf
 
ITextUserAgent(ITextOutputDevice, int) - Constructor for class org.xhtmlrenderer.pdf.ITextUserAgent
 

L

layout() - Method in class org.xhtmlrenderer.pdf.ITextRenderer
 
loadFonts() - Method in class org.xhtmlrenderer.pdf.CJKFontResolver
 
loadFonts() - Method in class org.xhtmlrenderer.pdf.ITextFontResolver
 

M

main(String[]) - Static method in class org.xhtmlrenderer.pdf.ToPDF
 
match(int, IdentValue) - Method in class org.xhtmlrenderer.pdf.FontFamily
 

O

OFF_STATE - Static variable in class org.xhtmlrenderer.pdf.AbstractFormField
 
onClose(ITextRenderer) - Method in class org.xhtmlrenderer.pdf.DefaultPDFCreationListener
 
onClose(ITextRenderer) - Method in interface org.xhtmlrenderer.pdf.PDFCreationListener
Called immediately before the iText Document instance is closed, e.g. before Document.close() is called.
onClose(ITextRenderer) - Method in class org.xhtmlrenderer.pdf.util.XHtmlMetaToPdfInfoAdapter
PDFCreationListener onClose event handler.
org.xhtmlrenderer.pdf - package org.xhtmlrenderer.pdf
 
org.xhtmlrenderer.pdf.util - package org.xhtmlrenderer.pdf.util
 

P

PagePosition - Class in org.xhtmlrenderer.pdf
 
PagePosition(String, int, float, float, float, float) - Constructor for class org.xhtmlrenderer.pdf.PagePosition
 
paint(RenderingContext, ITextOutputDevice, BlockBox) - Method in class org.xhtmlrenderer.pdf.BookmarkElement
 
paint(RenderingContext, ITextOutputDevice, BlockBox) - Method in class org.xhtmlrenderer.pdf.CheckboxFormField
 
paint(RenderingContext, ITextOutputDevice, BlockBox) - Method in class org.xhtmlrenderer.pdf.EmptyReplacedElement
 
paint(RenderingContext, ITextOutputDevice, BlockBox) - Method in class org.xhtmlrenderer.pdf.ITextImageElement
 
paint(RenderingContext, ITextOutputDevice, BlockBox) - Method in interface org.xhtmlrenderer.pdf.ITextReplacedElement
 
paint(RenderingContext, ITextOutputDevice, BlockBox) - Method in class org.xhtmlrenderer.pdf.RadioButtonFormField
 
paint(RenderingContext, ITextOutputDevice, BlockBox) - Method in class org.xhtmlrenderer.pdf.TextFormField
 
paintBackground(RenderingContext, Box) - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
paintReplacedElement(RenderingContext, BlockBox) - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
PDFAsImage - Class in org.xhtmlrenderer.pdf
 
PDFAsImage(URI, float, float) - Constructor for class org.xhtmlrenderer.pdf.PDFAsImage
 
PDFCreationListener - Interface in org.xhtmlrenderer.pdf
Callback listener for PDF creation.
PDFEncryption - Class in org.xhtmlrenderer.pdf
 
PDFEncryption(byte[], byte[]) - Constructor for class org.xhtmlrenderer.pdf.PDFEncryption
 
PDFEncryption(byte[], byte[], int) - Constructor for class org.xhtmlrenderer.pdf.PDFEncryption
 
PDFEncryption(byte[], byte[], int, int) - Constructor for class org.xhtmlrenderer.pdf.PDFEncryption
 
preOpen(ITextRenderer) - Method in class org.xhtmlrenderer.pdf.DefaultPDFCreationListener
 
preOpen(ITextRenderer) - Method in interface org.xhtmlrenderer.pdf.PDFCreationListener
Called immediately after the iText Document instance is created but before the call to Document.open() is called.
preWrite(ITextRenderer, int) - Method in class org.xhtmlrenderer.pdf.DefaultPDFCreationListener
 
preWrite(ITextRenderer, int) - Method in interface org.xhtmlrenderer.pdf.PDFCreationListener
Called immediately before the pages of the PDF file are about to be written out.
processingInstruction(String, String) - Method in class org.xhtmlrenderer.pdf.DocumentSplitter
 
processingInstruction(String, String) - Method in class org.xhtmlrenderer.pdf.SAXEventRecorder
 

R

RadioButtonFormField - Class in org.xhtmlrenderer.pdf
 
RadioButtonFormField(ITextReplacedElementFactory, LayoutContext, BlockBox, int, int) - Constructor for class org.xhtmlrenderer.pdf.RadioButtonFormField
 
remove(String) - Method in class org.xhtmlrenderer.pdf.ITextReplacedElementFactory
 
remove(Element) - Method in class org.xhtmlrenderer.pdf.ITextReplacedElementFactory
 
replay(ContentHandler) - Method in class org.xhtmlrenderer.pdf.SAXEventRecorder
 
reset() - Method in class org.xhtmlrenderer.pdf.ITextReplacedElementFactory
 
resolveFont(SharedContext, FontSpecification) - Method in class org.xhtmlrenderer.pdf.ITextFontResolver
 

S

SAXEventRecorder - Class in org.xhtmlrenderer.pdf
 
SAXEventRecorder() - Constructor for class org.xhtmlrenderer.pdf.SAXEventRecorder
 
scale(int, int) - Method in class org.xhtmlrenderer.pdf.ITextFSImage
 
scale(int, int) - Method in class org.xhtmlrenderer.pdf.PDFAsImage
 
scaleHeight() - Method in class org.xhtmlrenderer.pdf.PDFAsImage
 
scaleWidth() - Method in class org.xhtmlrenderer.pdf.PDFAsImage
 
setClip(Shape) - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
setColor(FSColor) - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
setDocument(Document) - Method in class org.xhtmlrenderer.pdf.ITextRenderer
 
setDocument(Document, String) - Method in class org.xhtmlrenderer.pdf.ITextRenderer
 
setDocumentFromString(String) - Method in class org.xhtmlrenderer.pdf.ITextRenderer
 
setDocumentFromString(String, String) - Method in class org.xhtmlrenderer.pdf.ITextRenderer
 
setDocumentLocator(Locator) - Method in class org.xhtmlrenderer.pdf.DocumentSplitter
 
setDocumentLocator(Locator) - Method in class org.xhtmlrenderer.pdf.SAXEventRecorder
 
setFillColor(PdfTemplate, FSColor) - Method in class org.xhtmlrenderer.pdf.AbstractFormField
 
setFont(FSFont) - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
setFontScale(float) - Method in class org.xhtmlrenderer.pdf.ITextTextRenderer
 
setFormSubmissionListener(FormSubmissionListener) - Method in class org.xhtmlrenderer.pdf.ITextReplacedElementFactory
 
setHeight(int) - Method in class org.xhtmlrenderer.pdf.AbstractFormField
 
setListener(PDFCreationListener) - Method in class org.xhtmlrenderer.pdf.ITextRenderer
 
setLocation(int, int) - Method in class org.xhtmlrenderer.pdf.AbstractFormField
 
setLocation(int, int) - Method in class org.xhtmlrenderer.pdf.BookmarkElement
 
setLocation(int, int) - Method in class org.xhtmlrenderer.pdf.EmptyReplacedElement
 
setLocation(int, int) - Method in class org.xhtmlrenderer.pdf.ITextImageElement
 
setMetadata(String, String) - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
Replaces all copies of the named metadata with a single value.
setPDFEncryption(PDFEncryption) - Method in class org.xhtmlrenderer.pdf.ITextRenderer
 
setPDFVersion(char) - Method in class org.xhtmlrenderer.pdf.ITextRenderer
 
setPDFXConformance(int) - Method in class org.xhtmlrenderer.pdf.ITextRenderer
 
setRenderingHint(RenderingHints.Key, Object) - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
setRoot(Box) - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
setSharedContext(SharedContext) - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
setSmoothingThreshold(float) - Method in class org.xhtmlrenderer.pdf.ITextTextRenderer
 
setStartPageNo(int) - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
setStroke(Stroke) - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
setStrokeColor(PdfTemplate, FSColor) - Method in class org.xhtmlrenderer.pdf.AbstractFormField
 
setup(FontContext) - Method in class org.xhtmlrenderer.pdf.ITextTextRenderer
 
setWidth(int) - Method in class org.xhtmlrenderer.pdf.AbstractFormField
 
setWriter(PdfWriter) - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
setX(int) - Method in class org.xhtmlrenderer.pdf.AbstractFormField
 
setY(int) - Method in class org.xhtmlrenderer.pdf.AbstractFormField
 
skippedEntity(String) - Method in class org.xhtmlrenderer.pdf.DocumentSplitter
 
skippedEntity(String) - Method in class org.xhtmlrenderer.pdf.SAXEventRecorder
 
spaces(int) - Method in class org.xhtmlrenderer.pdf.AbstractFormField
 
start(Document) - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
startDocument() - Method in class org.xhtmlrenderer.pdf.DocumentSplitter
 
startDocument() - Method in class org.xhtmlrenderer.pdf.SAXEventRecorder
 
startElement(String, String, String, Attributes) - Method in class org.xhtmlrenderer.pdf.DocumentSplitter
 
startElement(String, String, String, Attributes) - Method in class org.xhtmlrenderer.pdf.SAXEventRecorder
 
startPrefixMapping(String, String) - Method in class org.xhtmlrenderer.pdf.DocumentSplitter
 
startPrefixMapping(String, String) - Method in class org.xhtmlrenderer.pdf.SAXEventRecorder
 

T

TextFormField - Class in org.xhtmlrenderer.pdf
 
TextFormField(LayoutContext, BlockBox, int, int) - Constructor for class org.xhtmlrenderer.pdf.TextFormField
 
ToPDF - Class in org.xhtmlrenderer.pdf
 
ToPDF() - Constructor for class org.xhtmlrenderer.pdf.ToPDF
 
toString() - Method in record class org.xhtmlrenderer.pdf.FontDescription.Decorations
Returns a string representation of this record class.
toString() - Method in class org.xhtmlrenderer.pdf.FontDescription
 
toString() - Method in class org.xhtmlrenderer.pdf.ITextFSFont
 
translate(double, double) - Method in class org.xhtmlrenderer.pdf.ITextOutputDevice
 
TrueTypeUtil - Class in org.xhtmlrenderer.pdf
Uses code from iText's DefaultFontMapper and TrueTypeFont classes.
TrueTypeUtil() - Constructor for class org.xhtmlrenderer.pdf.TrueTypeUtil
 

U

underlinePosition() - Method in record class org.xhtmlrenderer.pdf.FontDescription.Decorations
Returns the value of the underlinePosition record component.
underlineThickness() - Method in record class org.xhtmlrenderer.pdf.FontDescription.Decorations
Returns the value of the underlineThickness record component.

W

weight() - Method in record class org.xhtmlrenderer.pdf.FontDescription.Decorations
Returns the value of the weight record component.
writeNextDocument() - Method in class org.xhtmlrenderer.pdf.ITextRenderer
 
writeNextDocument(int) - Method in class org.xhtmlrenderer.pdf.ITextRenderer
 

X

XHtmlMetaToPdfInfoAdapter - Class in org.xhtmlrenderer.pdf.util
Description
XHtmlMetaToPdfInfoAdapter(Document) - Constructor for class org.xhtmlrenderer.pdf.util.XHtmlMetaToPdfInfoAdapter
Creates a new adapter from the given XHTML document.

Y

yStrikeoutPosition() - Method in record class org.xhtmlrenderer.pdf.FontDescription.Decorations
Returns the value of the yStrikeoutPosition record component.
yStrikeoutSize() - Method in record class org.xhtmlrenderer.pdf.FontDescription.Decorations
Returns the value of the yStrikeoutSize record component.
A B C D E F G H I L M O P R S T U W X Y 
All Classes and Interfaces|All Packages|Constant Field Values