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

A

A - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant A.
a - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant a.
A - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant A.
ABBR - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant ABBR.
AbbrTagWorker - Class in com.itextpdf.html2pdf.attach.impl.tags
Tag worker class for the abbr element.
AbbrTagWorker(IElementNode, ProcessorContext) - Constructor for class com.itextpdf.html2pdf.attach.impl.tags.AbbrTagWorker
Creates a new AbbrTagWorker instance.
ABlockTagWorker - Class in com.itextpdf.html2pdf.attach.impl.tags
TagWorker class for a link block.
ABlockTagWorker(IElementNode, ProcessorContext) - Constructor for class com.itextpdf.html2pdf.attach.impl.tags.ABlockTagWorker
Creates a new ABlockTagWorker instance.
ABSOLUTE - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant ABSOLUTE.
AbstractFormFieldRenderer - Class in com.itextpdf.html2pdf.attach.impl.layout.form.renderer
Abstract BlockRenderer for form fields.
AbstractOneLineTextFieldRenderer - Class in com.itextpdf.html2pdf.attach.impl.layout.form.renderer
Abstract BlockRenderer for a single line of text content in a form field.
AbstractSelectField - Class in com.itextpdf.html2pdf.attach.impl.layout.form.element
An abstract class for fields that represents a control for selecting one or several of the provided options.
AbstractSelectField(String) - Constructor for class com.itextpdf.html2pdf.attach.impl.layout.form.element.AbstractSelectField
 
AbstractSelectFieldRenderer - Class in com.itextpdf.html2pdf.attach.impl.layout.form.renderer
Abstract BlockRenderer for select form fields.
AbstractSelectFieldRenderer(AbstractSelectField) - Constructor for class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.AbstractSelectFieldRenderer
Creates a new AbstractSelectFieldRenderer instance.
AbstractTextFieldRenderer - Class in com.itextpdf.html2pdf.attach.impl.layout.form.renderer
Abstract BlockRenderer for form fields with text content.
ACROFORM_NOT_SUPPORTED_FOR_SELECT - Static variable in class com.itextpdf.html2pdf.LogMessageConstant
The Constant ACROFORM_NOT_SUPPORTED_FOR_SELECT.
add(IBlockElement) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.element.ButtonContainer
Deprecated.
Adds any block element to the div's contents.
add(Image) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.element.ButtonContainer
Deprecated.
Adds an image to the div's contents.
add(ColgroupWrapper) - Method in class com.itextpdf.html2pdf.attach.util.WaitingColgroupsHelper
Adds a column group.
add(String) - Method in class com.itextpdf.html2pdf.attach.util.WaitingInlineElementsHelper
Adds text to the waiting leaves.
add(ILeafElement) - Method in class com.itextpdf.html2pdf.attach.util.WaitingInlineElementsHelper
Adds a leaf element to the waiting leaves.
add(IBlockElement) - Method in class com.itextpdf.html2pdf.attach.util.WaitingInlineElementsHelper
 
add(SpanWrapper) - Method in class com.itextpdf.html2pdf.attach.wrapelement.SpanWrapper
Adds a child span.
add(ILeafElement) - Method in class com.itextpdf.html2pdf.attach.wrapelement.SpanWrapper
Adds a child image.
add(IBlockElement) - Method in class com.itextpdf.html2pdf.attach.wrapelement.SpanWrapper
Adds a child block element.
addAdditionalHtmlStyles(Map) - Method in class com.itextpdf.html2pdf.css.resolve.CssContentElementNode
 
addAll(Collection) - Method in class com.itextpdf.html2pdf.attach.util.WaitingInlineElementsHelper
Adds a collecton of leaf elements to the waiting leaves.
addAll(Collection) - Method in class com.itextpdf.html2pdf.attach.wrapelement.SpanWrapper
Adds a collection of lead elements as children.
addCell(Cell) - Method in class com.itextpdf.html2pdf.attach.wrapelement.TableRowWrapper
Adds a cell to the row.
addCell(Cell) - Method in class com.itextpdf.html2pdf.attach.wrapelement.TableWrapper
Adds a new cell to the body rows.
addChild(IRenderer) - Method in class com.itextpdf.html2pdf.attach.impl.layout.HtmlDocumentRenderer
 
addChild(INode) - Method in class com.itextpdf.html2pdf.css.page.PageMarginRunningElementNode
 
addChild(INode) - Method in class com.itextpdf.html2pdf.css.resolve.func.counter.PageCountElementNode
 
addFooterCell(Cell) - Method in class com.itextpdf.html2pdf.attach.wrapelement.TableWrapper
Adds a new cell to the footer rows.
addHeaderCell(Cell) - Method in class com.itextpdf.html2pdf.attach.wrapelement.TableWrapper
Adds a new cell to the header rows.
addNewPage(PageSize) - Method in class com.itextpdf.html2pdf.attach.impl.layout.HtmlDocumentRenderer
 
addOption(IBlockElement) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.element.AbstractSelectField
Adds a container with option(s).
addPageBreakElementAfter(ProcessorContext, ITagWorker, IElementNode, ITagWorker) - Static method in class com.itextpdf.html2pdf.css.apply.util.PageBreakApplierUtil
Processes a page break "after" property.
addPageBreakElementBefore(ProcessorContext, ITagWorker, IElementNode, ITagWorker) - Static method in class com.itextpdf.html2pdf.css.apply.util.PageBreakApplierUtil
Processes a page break "before" property.
ADDRESS - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant ADDRESS.
addRunningElement(String, RunningElementContainer) - Method in class com.itextpdf.html2pdf.css.page.CssRunningManager
Registers new running element from HTML document.
addTemporaryFont(FontInfo, String) - Method in class com.itextpdf.html2pdf.attach.ProcessorContext
Add temporary font from @font-face.
addTemporaryFont(FontProgram, String, String) - Method in class com.itextpdf.html2pdf.attach.ProcessorContext
Add temporary font from @font-face.
addTemporaryFont(FontProgram, String, String, Range) - Method in class com.itextpdf.html2pdf.attach.ProcessorContext
Add temporary font from @font-face.
adjustFieldLayout() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.AbstractFormFieldRenderer
Deprecated.
Will be removed in 3.0.0, override AbstractFormFieldRenderer.adjustFieldLayout(LayoutContext) instead.
adjustFieldLayout(LayoutContext) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.AbstractFormFieldRenderer
 
adjustFieldLayout() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.ButtonRenderer
Deprecated.
 
adjustFieldLayout(LayoutContext) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.ButtonRenderer
Deprecated.
 
adjustFieldLayout() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.CheckBoxRenderer
 
adjustFieldLayout(LayoutContext) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.CheckBoxRenderer
 
adjustFieldLayout() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.InputFieldRenderer
 
adjustFieldLayout(LayoutContext) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.InputFieldRenderer
 
adjustFieldLayout() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.RadioRenderer
 
adjustFieldLayout(LayoutContext) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.RadioRenderer
 
adjustFieldLayout() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.TextAreaRenderer
 
adjustFieldLayout(LayoutContext) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.TextAreaRenderer
 
AFTER - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant AFTER.
ALIGN - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant ALIGN.
allowLastYLineRecursiveExtraction() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.SelectFieldComboBoxRenderer
 
allowLastYLineRecursiveExtraction() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.SelectFieldListBoxRenderer
 
ALT - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant ALT.
APPLICATION_NAME - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant APPLICATION_NAME.
apply(ProcessorContext, IStylesContainer, ITagWorker) - Method in interface com.itextpdf.html2pdf.css.apply.ICssApplier
Applies styles to an element.
apply(ProcessorContext, IStylesContainer, ITagWorker) - Method in class com.itextpdf.html2pdf.css.apply.impl.BlockCssApplier
 
apply(ProcessorContext, IStylesContainer, ITagWorker) - Method in class com.itextpdf.html2pdf.css.apply.impl.BodyTagCssApplier
 
apply(ProcessorContext, IStylesContainer, ITagWorker) - Method in class com.itextpdf.html2pdf.css.apply.impl.ColgroupTagCssApplier
 
apply(ProcessorContext, IStylesContainer, ITagWorker) - Method in class com.itextpdf.html2pdf.css.apply.impl.ColTagCssApplier
 
apply(ProcessorContext, IStylesContainer, ITagWorker) - Method in class com.itextpdf.html2pdf.css.apply.impl.DisplayTableRowTagCssApplier
 
apply(ProcessorContext, IStylesContainer, ITagWorker) - Method in class com.itextpdf.html2pdf.css.apply.impl.DlTagCssApplier
 
apply(ProcessorContext, IStylesContainer, ITagWorker) - Method in class com.itextpdf.html2pdf.css.apply.impl.HrTagCssApplier
 
apply(ProcessorContext, IStylesContainer, ITagWorker) - Method in class com.itextpdf.html2pdf.css.apply.impl.HtmlTagCssApplier
 
apply(ProcessorContext, IStylesContainer, ITagWorker) - Method in class com.itextpdf.html2pdf.css.apply.impl.LiTagCssApplier
 
apply(ProcessorContext, IStylesContainer, ITagWorker) - Method in class com.itextpdf.html2pdf.css.apply.impl.PageMarginBoxCssApplier
 
apply(ProcessorContext, IStylesContainer, ITagWorker) - Method in class com.itextpdf.html2pdf.css.apply.impl.PlaceholderCssApplier
 
apply(ProcessorContext, IStylesContainer, ITagWorker) - Method in class com.itextpdf.html2pdf.css.apply.impl.SpanTagCssApplier
 
apply(ProcessorContext, IStylesContainer, ITagWorker) - Method in class com.itextpdf.html2pdf.css.apply.impl.TableTagCssApplier
 
apply(ProcessorContext, IStylesContainer, ITagWorker) - Method in class com.itextpdf.html2pdf.css.apply.impl.TdTagCssApplier
 
apply(ProcessorContext, IStylesContainer, ITagWorker) - Method in class com.itextpdf.html2pdf.css.apply.impl.TrTagCssApplier
 
apply(ProcessorContext, IStylesContainer, ITagWorker) - Method in class com.itextpdf.html2pdf.css.apply.impl.UlOlTagCssApplier
 
applyAcroField(DrawContext) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.AbstractFormFieldRenderer
Applies the AcroField widget.
applyAcroField(DrawContext) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.AbstractSelectFieldRenderer
 
applyAcroField(DrawContext) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.ButtonRenderer
Deprecated.
 
applyAcroField(DrawContext) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.CheckBoxRenderer
 
applyAcroField(DrawContext) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.InputFieldRenderer
 
applyAcroField(DrawContext) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.RadioRenderer
 
applyAcroField(DrawContext) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.SelectFieldComboBoxRenderer
 
applyAcroField(DrawContext) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.SelectFieldListBoxRenderer
 
applyAcroField(DrawContext) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.TextAreaRenderer
 
applyBackground(Map, ProcessorContext, IPropertyContainer) - Static method in class com.itextpdf.html2pdf.css.apply.util.BackgroundApplierUtil
Applies background to an element.
applyBorders(Map, ProcessorContext, IPropertyContainer) - Static method in class com.itextpdf.html2pdf.css.apply.util.BorderStyleApplierUtil
Applies borders to an element.
applyChildElementStyles(IPropertyContainer, Map, ProcessorContext, IStylesContainer) - Method in class com.itextpdf.html2pdf.css.apply.impl.SpanTagCssApplier
Applies styles to child elements.
applyColStyles() - Method in class com.itextpdf.html2pdf.attach.impl.tags.TableTagWorker
Applies the column styles.
applyColStyles() - Method in class com.itextpdf.html2pdf.attach.util.WaitingColgroupsHelper
Applies column styles.
applyFloating(Map, ProcessorContext, IPropertyContainer) - Static method in class com.itextpdf.html2pdf.css.apply.util.FloatApplierUtil
Applies a float value (left, right, or both) to an element.
applyFontStyles(Map, ProcessorContext, IStylesContainer, IPropertyContainer) - Static method in class com.itextpdf.html2pdf.css.apply.util.FontStyleApplierUtil
Applies font styles to an element.
applyHyphenation(Map, ProcessorContext, IStylesContainer, IPropertyContainer) - Static method in class com.itextpdf.html2pdf.css.apply.util.HyphenationApplierUtil
Applies hyphenation to an element.
applyLinkAnnotation(IPropertyContainer, String) - Static method in class com.itextpdf.html2pdf.attach.util.LinkHelper
Applies a link annotation.
applyListStyleImageProperty(Map, ProcessorContext, IPropertyContainer) - Static method in class com.itextpdf.html2pdf.css.apply.util.ListStyleApplierUtil
Applies an image list style to an element.
applyListStyleTypeProperty(IStylesContainer, Map, ProcessorContext, IPropertyContainer) - Static method in class com.itextpdf.html2pdf.css.apply.util.ListStyleApplierUtil
Applies a list style to an element.
applyMargins(Map, ProcessorContext, IPropertyContainer) - Static method in class com.itextpdf.html2pdf.css.apply.util.MarginApplierUtil
Applies margins to an element.
applyOpacity(Map, ProcessorContext, IPropertyContainer) - Static method in class com.itextpdf.html2pdf.css.apply.util.OpacityApplierUtil
Applies opacity to an element.
applyOutlines(Map, ProcessorContext, IPropertyContainer) - Static method in class com.itextpdf.html2pdf.css.apply.util.OutlineApplierUtil
Applies outlines to an element.
applyOverflow(Map, IPropertyContainer) - Static method in class com.itextpdf.html2pdf.css.apply.util.OverflowApplierUtil
Applies overflow to an element.
applyPaddings(Map, ProcessorContext, IPropertyContainer) - Static method in class com.itextpdf.html2pdf.css.apply.util.PaddingApplierUtil
Applies paddings to an element.
applyPageBreakProperties(Map, ProcessorContext, IPropertyContainer) - Static method in class com.itextpdf.html2pdf.css.apply.util.PageBreakApplierUtil
Applies page break properties.
applyPosition(Map, ProcessorContext, IPropertyContainer) - Static method in class com.itextpdf.html2pdf.css.apply.util.PositionApplierUtil
Applies a position to an element.
applyTransformation(Map, ProcessorContext, IPropertyContainer) - Static method in class com.itextpdf.html2pdf.css.apply.util.TransformationApplierUtil
Applies a transformation to an element.
applyVerticalAlignmentForCells(Map, ProcessorContext, IPropertyContainer) - Static method in class com.itextpdf.html2pdf.css.apply.util.VerticalAlignmentApplierUtil
Applies vertical alignment to cells.
applyVerticalAlignmentForInlines(Map, ProcessorContext, IStylesContainer, List) - Static method in class com.itextpdf.html2pdf.css.apply.util.VerticalAlignmentApplierUtil
Apply vertical alignment to inline elements.
applyWidthHeight(Map, ProcessorContext, IPropertyContainer) - Static method in class com.itextpdf.html2pdf.css.apply.util.WidthHeightApplierUtil
Applies a width or a height to an element.
ARTICLE - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant ARTICLE.
ASIDE - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant ASIDE.
ATagWorker - Class in com.itextpdf.html2pdf.attach.impl.tags
TagWorker class for the a element.
ATagWorker(IElementNode, ProcessorContext) - Constructor for class com.itextpdf.html2pdf.attach.impl.tags.ATagWorker
Creates a new ATagWorker instance.
attach(IDocumentNode, PdfDocument, ConverterProperties) - Static method in class com.itextpdf.html2pdf.attach.Attacher
Attaches the HTML content stored in a document node to an existing PDF document, using specific converter properties, and returning an iText Document object.
attach(IDocumentNode, ConverterProperties) - Static method in class com.itextpdf.html2pdf.attach.Attacher
Attaches the HTML content stored in a document node to a list of IElement objects.
Attacher - Class in com.itextpdf.html2pdf.attach
Helper class to add parsed HTML content to an existing iText document, or to parse HTML to a list of iText elements.
AttributeConstants - Class in com.itextpdf.html2pdf.html
Class that bundles a series of attribute constants.
AttributeConstants.ObjectTypes - Class in com.itextpdf.html2pdf.html
 
AUTHOR - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant AUTHOR.

B

B - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant B.
BackgroundApplierUtil - Class in com.itextpdf.html2pdf.css.apply.util
Utilities class to apply backgrounds.
baseline - Variable in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.AbstractOneLineTextFieldRenderer
Deprecated.
use AbstractRenderer.getLastYLineRecursively() instead. Will be removed in 3.0.0
BDI - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant BDI.
BDO - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant BDO.
BEFORE - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant BEFORE.
BGCOLOR - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant BGCOLOR.
BIG - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant BIG.
BLEED - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant BLEED.
BLINK - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant BLINK.
BLOCK - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant BLOCK.
BlockCssApplier - Class in com.itextpdf.html2pdf.css.apply.impl
ICssApplier implementation for Block elements.
BlockCssApplier() - Constructor for class com.itextpdf.html2pdf.css.apply.impl.BlockCssApplier
 
BLOCKQUOTE - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant BLOCKQUOTE.
BODY - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant BODY.
BODY_STYLING - Static variable in class com.itextpdf.html2pdf.attach.impl.layout.Html2PdfProperty
The Constant BODY_STYLING.
BodyHtmlStylesContainer - Class in com.itextpdf.html2pdf.attach.impl.layout
This class is used to store styles of and tags, to simplify their application on the document as an Html2PdfProperty and to simplify their processing on the layout level.
BodyHtmlStylesContainer() - Constructor for class com.itextpdf.html2pdf.attach.impl.layout.BodyHtmlStylesContainer
 
BodyTagCssApplier - Class in com.itextpdf.html2pdf.css.apply.impl
ICssApplier implementation for Body elements.
BodyTagCssApplier() - Constructor for class com.itextpdf.html2pdf.css.apply.impl.BodyTagCssApplier
 
BodyTagWorker - Class in com.itextpdf.html2pdf.attach.impl.tags
TagWorker class for the body element.
BodyTagWorker(IElementNode, ProcessorContext) - Constructor for class com.itextpdf.html2pdf.attach.impl.tags.BodyTagWorker
Creates a new BodyTagWorker instance.
BORDER - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant BORDER.
BorderStyleApplierUtil - Class in com.itextpdf.html2pdf.css.apply.util
Utilities class to apply border styles.
BOTH - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant BOTH.
BOTTOM - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant BOTTOM.
BOX_SIZING - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant BOX_SIZING.
BR - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant BR.
BREAK_WORD - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant BREAK_WORD.
BrTagWorker - Class in com.itextpdf.html2pdf.attach.impl.tags
TagWorker class for the br element.
BrTagWorker(IElementNode, ProcessorContext) - Constructor for class com.itextpdf.html2pdf.attach.impl.tags.BrTagWorker
Creates a new BrTagWorker instance.
Button - Class in com.itextpdf.html2pdf.attach.impl.layout.form.element
Deprecated.
will be renamed to InputButton in next major release
Button(String) - Constructor for class com.itextpdf.html2pdf.attach.impl.layout.form.element.Button
Deprecated.
Creates a new Button instance.
BUTTON - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant BUTTON.
BUTTON - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant BUTTON.
ButtonContainer - Class in com.itextpdf.html2pdf.attach.impl.layout.form.element
Deprecated.
Will be renamed to Button in next major release
ButtonContainer(String) - Constructor for class com.itextpdf.html2pdf.attach.impl.layout.form.element.ButtonContainer
Deprecated.
 
ButtonContainerRenderer - Class in com.itextpdf.html2pdf.attach.impl.layout.form.renderer
Deprecated.
Will be renamed to ButtonRenderer in next major release.
ButtonContainerRenderer(ButtonContainer) - Constructor for class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.ButtonContainerRenderer
Deprecated.
 
ButtonRenderer - Class in com.itextpdf.html2pdf.attach.impl.layout.form.renderer
Deprecated.
Will be renamed to InputButtonRenderer in next major release.
ButtonRenderer(Button) - Constructor for class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.ButtonRenderer
Deprecated.
Creates a new ButtonRenderer instance.
ButtonTagWorker - Class in com.itextpdf.html2pdf.attach.impl.tags
TagWorker class for a button element.
ButtonTagWorker(IElementNode, ProcessorContext) - Constructor for class com.itextpdf.html2pdf.attach.impl.tags.ButtonTagWorker
Creates a new ButtonTagWorker instance.

C

CAPITALIZE - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant CAPITALIZE.
CAPTION - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant CAPTION.
CELLPADDING - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant CLASS.
CELLSPACING - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant CLASS.
CENTER - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant CENTER.
CENTER - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant CENTER.
CheckBox - Class in com.itextpdf.html2pdf.attach.impl.layout.form.element
Extension of the FormField class representing a checkbox so that a CheckBoxRenderer is used instead of the default renderer for fields.
CheckBox(String) - Constructor for class com.itextpdf.html2pdf.attach.impl.layout.form.element.CheckBox
Creates a new CheckBox instance.
CHECKBOX - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant CHECKBOX.
CheckBoxRenderer - Class in com.itextpdf.html2pdf.attach.impl.layout.form.renderer
The AbstractOneLineTextFieldRenderer implementation for checkboxes.
CheckBoxRenderer(CheckBox) - Constructor for class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.CheckBoxRenderer
Creates a new CheckBoxRenderer instance.
CHECKED - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant CHECKED.
checkField(String, Radio) - Method in class com.itextpdf.html2pdf.resolver.form.RadioCheckResolver
Checks the radio field.
childNodes() - Method in class com.itextpdf.html2pdf.css.page.PageMarginRunningElementNode
 
childNodes() - Method in class com.itextpdf.html2pdf.css.resolve.func.counter.PageCountElementNode
 
CITE - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant CITE.
CLEAR - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant CLEAR.
clearWaitingLeaves() - Method in class com.itextpdf.html2pdf.attach.util.WaitingInlineElementsHelper
Clears the waiting leaves.
close() - Method in class com.itextpdf.html2pdf.attach.impl.layout.HtmlDocumentRenderer
 
CODE - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant CODE.
COL - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant COLS.
COL - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant COL.
COLGROUP - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant COLS.
COLGROUP - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant COLGROUP.
ColgroupTagCssApplier - Class in com.itextpdf.html2pdf.css.apply.impl
ICssApplier implementation for column groups.
ColgroupTagCssApplier() - Constructor for class com.itextpdf.html2pdf.css.apply.impl.ColgroupTagCssApplier
 
ColgroupTagWorker - Class in com.itextpdf.html2pdf.attach.impl.tags
TagWorker class for a column group.
ColgroupTagWorker(IElementNode, ProcessorContext) - Constructor for class com.itextpdf.html2pdf.attach.impl.tags.ColgroupTagWorker
Creates a new ColgroupTagWorker instance.
ColgroupWrapper - Class in com.itextpdf.html2pdf.attach.wrapelement
Wrapper for the colgroup element.
ColgroupWrapper(int) - Constructor for class com.itextpdf.html2pdf.attach.wrapelement.ColgroupWrapper
Creates a new ColgroupWrapper instance.
COLLAPSE - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant COLLAPSE.
COLOR - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant COLOR.
COLS - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant COLS.
COLSPAN - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant COLSPAN.
ColTagCssApplier - Class in com.itextpdf.html2pdf.css.apply.impl
ICssApplier implementation for columns.
ColTagCssApplier() - Constructor for class com.itextpdf.html2pdf.css.apply.impl.ColTagCssApplier
 
ColTagWorker - Class in com.itextpdf.html2pdf.attach.impl.tags
TagWorker class for a column.
ColTagWorker(IElementNode, ProcessorContext) - Constructor for class com.itextpdf.html2pdf.attach.impl.tags.ColTagWorker
Creates a new ColTagWorker instance.
ColWrapper - Class in com.itextpdf.html2pdf.attach.wrapelement
Wrapper for the col element.
ColWrapper(int) - Constructor for class com.itextpdf.html2pdf.attach.wrapelement.ColWrapper
Creates a new ColWrapper instance.
com.itextpdf.html2pdf - package com.itextpdf.html2pdf
 
com.itextpdf.html2pdf.attach - package com.itextpdf.html2pdf.attach
 
com.itextpdf.html2pdf.attach.impl - package com.itextpdf.html2pdf.attach.impl
 
com.itextpdf.html2pdf.attach.impl.layout - package com.itextpdf.html2pdf.attach.impl.layout
 
com.itextpdf.html2pdf.attach.impl.layout.form.element - package com.itextpdf.html2pdf.attach.impl.layout.form.element
 
com.itextpdf.html2pdf.attach.impl.layout.form.renderer - package com.itextpdf.html2pdf.attach.impl.layout.form.renderer
 
com.itextpdf.html2pdf.attach.impl.tags - package com.itextpdf.html2pdf.attach.impl.tags
 
com.itextpdf.html2pdf.attach.util - package com.itextpdf.html2pdf.attach.util
 
com.itextpdf.html2pdf.attach.wrapelement - package com.itextpdf.html2pdf.attach.wrapelement
 
com.itextpdf.html2pdf.css - package com.itextpdf.html2pdf.css
 
com.itextpdf.html2pdf.css.apply - package com.itextpdf.html2pdf.css.apply
 
com.itextpdf.html2pdf.css.apply.impl - package com.itextpdf.html2pdf.css.apply.impl
 
com.itextpdf.html2pdf.css.apply.util - package com.itextpdf.html2pdf.css.apply.util
 
com.itextpdf.html2pdf.css.page - package com.itextpdf.html2pdf.css.page
 
com.itextpdf.html2pdf.css.resolve - package com.itextpdf.html2pdf.css.resolve
 
com.itextpdf.html2pdf.css.resolve.func.counter - package com.itextpdf.html2pdf.css.resolve.func.counter
 
com.itextpdf.html2pdf.events - package com.itextpdf.html2pdf.events
 
com.itextpdf.html2pdf.exception - package com.itextpdf.html2pdf.exception
 
com.itextpdf.html2pdf.html - package com.itextpdf.html2pdf.html
 
com.itextpdf.html2pdf.resolver.font - package com.itextpdf.html2pdf.resolver.font
 
com.itextpdf.html2pdf.resolver.form - package com.itextpdf.html2pdf.resolver.form
 
com.itextpdf.html2pdf.util - package com.itextpdf.html2pdf.util
 
ComboBoxField - Class in com.itextpdf.html2pdf.attach.impl.layout.form.element
A field that represents a control for selecting one of the provided options.
ComboBoxField(String) - Constructor for class com.itextpdf.html2pdf.attach.impl.layout.form.element.ComboBoxField
Creates a new select field box.
CONTENT - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant CONTENT.
CONTENT - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant CONTENT.
CONTENT_PROPERTY_INVALID - Static variable in class com.itextpdf.html2pdf.LogMessageConstant
The Constant CONTENT_PROPERTY_INVALID.
CONVERT - Static variable in class com.itextpdf.html2pdf.events.PdfHtmlEvent
 
ConverterProperties - Class in com.itextpdf.html2pdf
Properties that will be used by the converter.
ConverterProperties() - Constructor for class com.itextpdf.html2pdf.ConverterProperties
Instantiates a new ConverterProperties instance.
ConverterProperties(ConverterProperties) - Constructor for class com.itextpdf.html2pdf.ConverterProperties
Instantiates a new ConverterProperties instance based on another ConverterProperties instance (copy constructor).
convertToDocument(String, PdfWriter) - Static method in class com.itextpdf.html2pdf.HtmlConverter
Converts HTML obtained from an InputStream to content that will be written to a PdfWriter, returning a Document instance.
convertToDocument(InputStream, PdfWriter) - Static method in class com.itextpdf.html2pdf.HtmlConverter
Converts HTML obtained from an InputStream to content that will be written to a PdfWriter, returning a Document instance.
convertToDocument(String, PdfWriter, ConverterProperties) - Static method in class com.itextpdf.html2pdf.HtmlConverter
Converts HTML obtained from an InputStream to content that will be written to a PdfWriter, using specific ConverterProperties, returning a Document instance.
convertToDocument(InputStream, PdfWriter, ConverterProperties) - Static method in class com.itextpdf.html2pdf.HtmlConverter
Converts HTML obtained from an InputStream to content that will be written to a PdfWriter, using specific ConverterProperties, returning a Document instance.
convertToDocument(String, PdfDocument, ConverterProperties) - Static method in class com.itextpdf.html2pdf.HtmlConverter
Converts HTML obtained from an InputStream to objects that will be added to a PdfDocument, using specific ConverterProperties, returning a Document instance.
convertToDocument(InputStream, PdfDocument, ConverterProperties) - Static method in class com.itextpdf.html2pdf.HtmlConverter
Converts HTML obtained from an InputStream to objects that will be added to a PdfDocument, using specific ConverterProperties, returning a Document instance.
convertToElements(String) - Static method in class com.itextpdf.html2pdf.HtmlConverter
Converts a String containing HTML to a List of iText objects (IElement instances).
convertToElements(InputStream) - Static method in class com.itextpdf.html2pdf.HtmlConverter
Converts HTML obtained from an InputStream to a List of iText objects (IElement instances).
convertToElements(String, ConverterProperties) - Static method in class com.itextpdf.html2pdf.HtmlConverter
Converts a String containing HTML to a List of iText objects (IElement instances), using specific ConverterProperties.
convertToElements(InputStream, ConverterProperties) - Static method in class com.itextpdf.html2pdf.HtmlConverter
Converts HTML obtained from an InputStream to a List of iText objects (IElement instances), using specific ConverterProperties.
convertToPdf(String, OutputStream) - Static method in class com.itextpdf.html2pdf.HtmlConverter
Converts a String containing HTML to an OutputStream containing PDF.
convertToPdf(String, OutputStream, ConverterProperties) - Static method in class com.itextpdf.html2pdf.HtmlConverter
Converts a String containing HTML to an OutputStream containing PDF, using specific ConverterProperties.
convertToPdf(String, PdfWriter) - Static method in class com.itextpdf.html2pdf.HtmlConverter
Converts a String containing HTML to PDF by writing PDF content to a PdfWriter instance.
convertToPdf(String, PdfWriter, ConverterProperties) - Static method in class com.itextpdf.html2pdf.HtmlConverter
Converts a String containing HTML to PDF by writing PDF content to a PdfWriter instance, using specific ConverterProperties.
convertToPdf(String, PdfDocument, ConverterProperties) - Static method in class com.itextpdf.html2pdf.HtmlConverter
Converts HTML obtained from an InputStream to objects that will be added to a PdfDocument, using specific ConverterProperties.
convertToPdf(File, File) - Static method in class com.itextpdf.html2pdf.HtmlConverter
Converts HTML stored in a File to a PDF File.
convertToPdf(File, File, ConverterProperties) - Static method in class com.itextpdf.html2pdf.HtmlConverter
Converts HTML stored in a File to a PDF File, using specific ConverterProperties.
convertToPdf(InputStream, OutputStream) - Static method in class com.itextpdf.html2pdf.HtmlConverter
Converts HTML obtained from an InputStream to a PDF written to an OutputStream.
convertToPdf(InputStream, OutputStream, ConverterProperties) - Static method in class com.itextpdf.html2pdf.HtmlConverter
Converts HTML obtained from an InputStream to a PDF written to an OutputStream.
convertToPdf(InputStream, PdfDocument) - Static method in class com.itextpdf.html2pdf.HtmlConverter
Converts HTML obtained from an InputStream to objects that will be added to a PdfDocument.
convertToPdf(InputStream, PdfWriter) - Static method in class com.itextpdf.html2pdf.HtmlConverter
Converts HTML obtained from an InputStream to content that will be written to a PdfWriter.
convertToPdf(InputStream, PdfWriter, ConverterProperties) - Static method in class com.itextpdf.html2pdf.HtmlConverter
Converts HTML obtained from an InputStream to content that will be written to a PdfWriter, using specific ConverterProperties.
convertToPdf(InputStream, PdfDocument, ConverterProperties) - Static method in class com.itextpdf.html2pdf.HtmlConverter
Converts HTML obtained from an InputStream to objects that will be added to a PdfDocument, using specific ConverterProperties.
COUNTER - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant COUNTER.
COUNTER_INCREMENT - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant COUNTER_INCREMENT.
COUNTER_RESET - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant COUNTER_RESET.
CounterProcessorUtil - Class in com.itextpdf.html2pdf.css.apply.util
Utilities class to process counters.
CounterProcessorUtil() - Constructor for class com.itextpdf.html2pdf.css.apply.util.CounterProcessorUtil
 
COUNTERS - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant COUNTERS.
createDestination(ITagWorker, IElementNode, ProcessorContext) - Static method in class com.itextpdf.html2pdf.attach.util.LinkHelper
Creates a destination
createFlatRenderer() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.AbstractFormFieldRenderer
Creates the flat renderer instance.
createFlatRenderer() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.AbstractSelectFieldRenderer
 
createFlatRenderer() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.ButtonRenderer
Deprecated.
 
createFlatRenderer() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.CheckBoxRenderer
 
createFlatRenderer() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.InputFieldRenderer
 
createFlatRenderer() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.RadioRenderer
 
createFlatRenderer() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.SelectFieldComboBoxRenderer
 
createFlatRenderer() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.SelectFieldListBoxRenderer
 
createFlatRenderer() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.TextAreaRenderer
 
createImageFromProcessingResult(ISvgProcessorResult, PdfDocument) - Method in class com.itextpdf.html2pdf.util.SvgProcessingUtil
Create an Image layout object tied to the passed PdfDocument using the SVG processing result.
createParagraphContainer() - Method in class com.itextpdf.html2pdf.attach.util.WaitingInlineElementsHelper
Creates a paragraph container.
createStandardHandler() - Static method in class com.itextpdf.html2pdf.attach.impl.OutlineHandler
Creates an OutlineHandler with standard predefined mappings.
CROP - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant CROP.
CROSS - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant CROSS.
CSS_PROPERTY_IN_PERCENTS_NOT_SUPPORTED - Static variable in class com.itextpdf.html2pdf.LogMessageConstant
The Constant CSS_PROPERTY_IN_PERCENTS_NOT_SUPPORTED.
CssApplierInitializationException - Exception in com.itextpdf.html2pdf.exception
Runtime exception in case a CSS applier can't be initialized.
CssApplierInitializationException(String, String, String) - Constructor for exception com.itextpdf.html2pdf.exception.CssApplierInitializationException
Creates a new CssApplierInitializationException instance.
CssConstants - Class in com.itextpdf.html2pdf.css
 
CssConstants() - Constructor for class com.itextpdf.html2pdf.css.CssConstants
 
CssContentElementNode - Class in com.itextpdf.html2pdf.css.resolve
IElementNode implementation for content nodes.
CssContentElementNode(INode, String, Map) - Constructor for class com.itextpdf.html2pdf.css.resolve.CssContentElementNode
Creates a new CssContentElementNode instance.
CssContext - Class in com.itextpdf.html2pdf.css.resolve
Class that bundles all the CSS context properties.
CssContext() - Constructor for class com.itextpdf.html2pdf.css.resolve.CssContext
 
CssCounterManager - Class in com.itextpdf.html2pdf.css.resolve.func.counter
Class that manages counters (e.g.
CssCounterManager() - Constructor for class com.itextpdf.html2pdf.css.resolve.func.counter.CssCounterManager
Creates a new CssCounterManager instance.
CssRunningManager - Class in com.itextpdf.html2pdf.css.page
Class that manages running elements.
CssRunningManager() - Constructor for class com.itextpdf.html2pdf.css.page.CssRunningManager
 

D

DATA - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant DATA
DD - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant DD.
DEFAULT_VALUE_OF_CSS_PROPERTY_UNKNOWN - Static variable in class com.itextpdf.html2pdf.LogMessageConstant
 
DefaultCssApplierFactory - Class in com.itextpdf.html2pdf.css.apply.impl
A factory for creating ICssApplier objects.
DefaultCssApplierFactory() - Constructor for class com.itextpdf.html2pdf.css.apply.impl.DefaultCssApplierFactory
Creates a new DefaultCssApplierFactory instance.
DefaultCssResolver - Class in com.itextpdf.html2pdf.css.resolve
Default implementation of the ICssResolver interface.
DefaultCssResolver(INode, MediaDeviceDescription, ResourceResolver) - Constructor for class com.itextpdf.html2pdf.css.resolve.DefaultCssResolver
Creates a new DefaultCssResolver instance.
DefaultCssResolver(INode, ProcessorContext) - Constructor for class com.itextpdf.html2pdf.css.resolve.DefaultCssResolver
Creates a new DefaultCssResolver instance.
DefaultFontProvider - Class in com.itextpdf.html2pdf.resolver.font
The default BasicFontProvider for pdfHTML, that, as opposed to the font provider in iText 7's styled-xml-parser, also includes a series of fonts that are shipped with the add-on.
DefaultFontProvider() - Constructor for class com.itextpdf.html2pdf.resolver.font.DefaultFontProvider
Creates a new DefaultFontProvider instance.
DefaultFontProvider(boolean, boolean, boolean) - Constructor for class com.itextpdf.html2pdf.resolver.font.DefaultFontProvider
Creates a new DefaultFontProvider instance.
DefaultHtmlProcessor - Class in com.itextpdf.html2pdf.attach.impl
The default implementation to process HTML.
DefaultHtmlProcessor(ConverterProperties) - Constructor for class com.itextpdf.html2pdf.attach.impl.DefaultHtmlProcessor
Instantiates a new default html processor.
DefaultTagWorkerFactory - Class in com.itextpdf.html2pdf.attach.impl
The default implementation of a tag worker factory, mapping tags to tag worker implementations.
DefaultTagWorkerFactory() - Constructor for class com.itextpdf.html2pdf.attach.impl.DefaultTagWorkerFactory
Instantiates a new default tag worker factory.
DEL - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant DEL.
deleteOwnProperty(int) - Method in class com.itextpdf.html2pdf.attach.impl.layout.BodyHtmlStylesContainer
DESCRIPTION - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant DESCRIPTION.
DFN - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant DFN.
DIR - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant DIR.
DISPLAY - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant DISPLAY.
DisplayTableRowTagCssApplier - Class in com.itextpdf.html2pdf.css.apply.impl
ICssApplier implementation for table rows.
DisplayTableRowTagCssApplier() - Constructor for class com.itextpdf.html2pdf.css.apply.impl.DisplayTableRowTagCssApplier
 
DisplayTableRowTagWorker - Class in com.itextpdf.html2pdf.attach.impl.tags
TagWorker class for a table row element.
DisplayTableRowTagWorker(IElementNode, ProcessorContext) - Constructor for class com.itextpdf.html2pdf.attach.impl.tags.DisplayTableRowTagWorker
Creates a new DisplayTableTagWorker instance.
DisplayTableTagWorker - Class in com.itextpdf.html2pdf.attach.impl.tags
TagWorker class for a table element.
DisplayTableTagWorker(IElementNode, ProcessorContext) - Constructor for class com.itextpdf.html2pdf.attach.impl.tags.DisplayTableTagWorker
Creates a new DisplayTableTagWorker instance.
DIV - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant DIV.
DivTagWorker - Class in com.itextpdf.html2pdf.attach.impl.tags
TagWorker class for the div element.
DivTagWorker(IElementNode, ProcessorContext) - Constructor for class com.itextpdf.html2pdf.attach.impl.tags.DivTagWorker
Creates a new DivTagWorker instance.
DL - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant DL.
DlTagCssApplier - Class in com.itextpdf.html2pdf.css.apply.impl
ICssApplier implementation for Dl elements.
DlTagCssApplier() - Constructor for class com.itextpdf.html2pdf.css.apply.impl.DlTagCssApplier
 
DPI - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant DPI.
draw(DrawContext) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.AbstractFormFieldRenderer
 
draw(DrawContext) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.ButtonContainerRenderer
Deprecated.
 
drawChildren(DrawContext) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.AbstractFormFieldRenderer
 
drawChildren(DrawContext) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.AbstractSelectFieldRenderer
 
DT - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant DT.

E

ELEMENT - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant RUNNING.
EM - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant EM.
EMAIL - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant EMAIL.
empty() - Method in class com.itextpdf.html2pdf.attach.State
Checks if the stack is empty.
endProcessingInlineSvg() - Method in class com.itextpdf.html2pdf.attach.ProcessorContext
End the processing Svg State
ERROR_LOADING_FONT - Static variable in class com.itextpdf.html2pdf.LogMessageConstant
The Constant ERROR_LOADING_FONT.
ERROR_PARSING_CSS_SELECTOR - Static variable in class com.itextpdf.html2pdf.LogMessageConstant
The Constant ERROR_PARSING_CSS_SELECTOR.
ERROR_RESOLVING_PARENT_STYLES - Static variable in class com.itextpdf.html2pdf.LogMessageConstant
The Constant ERROR_RESOLVING_PARENT_STYLES.
ERROR_WHILE_LAYOUT_OF_FORM_FIELD - Static variable in class com.itextpdf.html2pdf.LogMessageConstant
The Constant ERROR_WHILE_LAYOUT_OF_FORM_FIELD.
ERROR_WHILE_LAYOUT_OF_FORM_FIELD_WITH_TYPE - Static variable in class com.itextpdf.html2pdf.LogMessageConstant
The Constant ERROR_WHILE_LAYOUT_OF_FORM_FIELD_WITH_TYPE.

F

FACE - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant FACE.
FIELDSET - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant FIELDSET.
FIGCAPTION - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant FIGCAPTION.
FIGURE - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant FIGURE.
finalizeCols() - Method in class com.itextpdf.html2pdf.attach.wrapelement.ColgroupWrapper
Finalize the columns.
FIRST - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant FIRST.
FIRST_EXCEPT - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant FIRST_EXCEPT.
FIRST_LETTER - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant FIRST_LETTER.
FIRST_LINE - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant FIRST_LINE.
flatRenderer - Variable in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.AbstractFormFieldRenderer
The flat renderer.
FloatApplierUtil - Class in com.itextpdf.html2pdf.css.apply.util
Utilities class to apply float values to elements.
flushHangingLeaves(IPropertyContainer) - Method in class com.itextpdf.html2pdf.attach.util.WaitingInlineElementsHelper
Flush hanging leaves.
font - Variable in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.AbstractTextFieldRenderer
The font to be used for the text.
FONT - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant FONT.
FONT_ABSOLUTE_SIZE_KEYWORDS - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant FONT_ABSOLUTE_SIZE_KEYWORDS.
FontProviderContainsZeroFonts - Static variable in exception com.itextpdf.html2pdf.exception.Html2PdfException
Message in case the font provider doesn't know about any fonts.
FontStyleApplierUtil - Class in com.itextpdf.html2pdf.css.apply.util
Utilities class to apply font styles.
FOOTER - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant FOOTER.
FORM - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant FORM.
FORM_FIELD_CHECKED - Static variable in class com.itextpdf.html2pdf.attach.impl.layout.Html2PdfProperty
The Constant FORM_FIELD_CHECKED.
FORM_FIELD_COLS - Static variable in class com.itextpdf.html2pdf.attach.impl.layout.Html2PdfProperty
The Constant FORM_FIELD_COLS.
FORM_FIELD_FLATTEN - Static variable in class com.itextpdf.html2pdf.attach.impl.layout.Html2PdfProperty
The Constant FORM_FIELD_FLATTEN for form related properties.
FORM_FIELD_LABEL - Static variable in class com.itextpdf.html2pdf.attach.impl.layout.Html2PdfProperty
The Constant FORM_FIELD_SELECTED.
FORM_FIELD_MULTIPLE - Static variable in class com.itextpdf.html2pdf.attach.impl.layout.Html2PdfProperty
The Constant FORM_FIELD_MULTIPLE.
FORM_FIELD_PASSWORD_FLAG - Static variable in class com.itextpdf.html2pdf.attach.impl.layout.Html2PdfProperty
The Constant FORM_FIELD_PASSWORD_FLAG.
FORM_FIELD_ROWS - Static variable in class com.itextpdf.html2pdf.attach.impl.layout.Html2PdfProperty
The Constant FORM_FIELD_ROWS.
FORM_FIELD_SELECTED - Static variable in class com.itextpdf.html2pdf.attach.impl.layout.Html2PdfProperty
The Constant FORM_FIELD_SELECTED.
FORM_FIELD_SIZE - Static variable in class com.itextpdf.html2pdf.attach.impl.layout.Html2PdfProperty
The Constant FORM_FIELD_SIZE.
FORM_FIELD_VALUE - Static variable in class com.itextpdf.html2pdf.attach.impl.layout.Html2PdfProperty
The Constant FORM_FIELD_VALUE.
FormField<T extends IFormField> - Class in com.itextpdf.html2pdf.attach.impl.layout.form.element
Implementation of the AbstractElement class for form fields.
FormFieldNameResolver - Class in com.itextpdf.html2pdf.resolver.form
Utilities class that resolves form field names.
FormFieldNameResolver() - Constructor for class com.itextpdf.html2pdf.resolver.form.FormFieldNameResolver
Creates a new FormFieldNameResolver instance.

G

getAdditionalHtmlStyles() - Method in class com.itextpdf.html2pdf.css.resolve.CssContentElementNode
 
getAllElements() - Method in class com.itextpdf.html2pdf.attach.impl.tags.SpanTagWorker
Gets all the elements in the span.
getAscent() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.AbstractFormFieldRenderer
 
getAttribute(String) - Method in class com.itextpdf.html2pdf.css.resolve.CssContentElementNode
 
getAttributes() - Method in class com.itextpdf.html2pdf.css.resolve.CssContentElementNode
 
getBaseUri() - Method in class com.itextpdf.html2pdf.attach.ProcessorContext
Gets the baseURI: the URI which has been set manually or the directory of the html file in case when baseURI hasn't been set manually.
getBaseUri() - Method in class com.itextpdf.html2pdf.ConverterProperties
Gets the base URI.
getBorderRadiiArray(Map, float, float) - Static method in class com.itextpdf.html2pdf.css.apply.util.BorderStyleApplierUtil
Gets the array that defines the borders.
getBorderRadius(Map, float, float) - Static method in class com.itextpdf.html2pdf.css.apply.util.BorderStyleApplierUtil
getBordersArray(Map, float, float) - Static method in class com.itextpdf.html2pdf.css.apply.util.BorderStyleApplierUtil
Gets the array that defines the borders.
getCellCssProps() - Method in class com.itextpdf.html2pdf.attach.wrapelement.ColgroupWrapper
Gets the cell CSS properties.
getCellCssProps() - Method in class com.itextpdf.html2pdf.attach.wrapelement.ColWrapper
Gets the cell CSS properties.
getCellProperties(Map) - Static method in class com.itextpdf.html2pdf.css.apply.util.SupportedColColgroupPropertiesUtil
Gets the cell properties.
getCells() - Method in class com.itextpdf.html2pdf.attach.wrapelement.TableRowWrapper
Gets the cells of the row.
getCertainBorder(String, String, String, float, float) - Static method in class com.itextpdf.html2pdf.css.apply.util.BorderStyleApplierUtil
Creates a Border instance based on specific properties.
getCertainBorder(String, String, String, float, float) - Static method in class com.itextpdf.html2pdf.css.apply.util.OutlineApplierUtil
Creates a Border instance based on specific properties.
getCharset() - Method in class com.itextpdf.html2pdf.ConverterProperties
Gets the encoding charset.
getColgroup() - Method in class com.itextpdf.html2pdf.attach.impl.tags.ColgroupTagWorker
Gets the column group.
getCols() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.TextAreaRenderer
Gets the number of columns.
getColumn() - Method in class com.itextpdf.html2pdf.attach.impl.tags.ColTagWorker
Gets the column.
getColumnByIndex(int) - Method in class com.itextpdf.html2pdf.attach.wrapelement.ColgroupWrapper
Gets the column by index.
getColumns() - Method in class com.itextpdf.html2pdf.attach.wrapelement.ColgroupWrapper
Gets the columns.
getColWrapper(int) - Method in class com.itextpdf.html2pdf.attach.util.WaitingColgroupsHelper
Gets a specific column.
getContentWidth() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.AbstractFormFieldRenderer
Deprecated.
will be removed in 3.0.0. Use AbstractFormFieldRenderer.retrieveWidth(float)} instead.
getCounterManager() - Method in class com.itextpdf.html2pdf.css.resolve.CssContext
Gets the counter manager.
getCssApplier(IElementNode) - Method in interface com.itextpdf.html2pdf.css.apply.ICssApplierFactory
Returns a ICssApplier instance constructed based on the parameters of a node.
getCssApplier(IElementNode) - Method in class com.itextpdf.html2pdf.css.apply.impl.DefaultCssApplierFactory
 
getCssApplierFactory() - Method in class com.itextpdf.html2pdf.attach.ProcessorContext
Gets the CSS applier factory.
getCssApplierFactory() - Method in class com.itextpdf.html2pdf.ConverterProperties
Gets the CSS applier factory.
getCssContext() - Method in class com.itextpdf.html2pdf.attach.ProcessorContext
Gets the CSS context.
getCustomCssApplier(IElementNode) - Method in class com.itextpdf.html2pdf.css.apply.impl.DefaultCssApplierFactory
Gets a custom CSS applier.
getCustomTagWorker(IElementNode, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.DefaultTagWorkerFactory
This is a hook method.
getDefaultProperty(int) - Method in class com.itextpdf.html2pdf.attach.impl.layout.BodyHtmlStylesContainer
getDefaultProperty(int) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.element.ButtonContainer
Deprecated.
 
getDefaultProperty(int) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.element.FormField
 
getDefaultProperty(int) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.element.InputField
 
getDefaultProperty(int) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.element.ListBoxField
 
getDefaultProperty(int) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.element.TextArea
 
getDefaultValue() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.AbstractFormFieldRenderer
Gets the default value of the form field.
getDefaultValue() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.ButtonContainerRenderer
Deprecated.
Gets the default value of the form field.
getDescent() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.AbstractFormFieldRenderer
 
getDeviceDescription() - Method in class com.itextpdf.html2pdf.attach.ProcessorContext
Gets the device description.
getDisplay() - Method in class com.itextpdf.html2pdf.attach.impl.tags.DivTagWorker
 
getDisplay() - Method in interface com.itextpdf.html2pdf.attach.impl.tags.IDisplayAware
Gets the display value.
getDisplay() - Method in class com.itextpdf.html2pdf.attach.impl.tags.InputTagWorker
 
getDisplay() - Method in class com.itextpdf.html2pdf.attach.impl.tags.PTagWorker
 
getDisplay() - Method in class com.itextpdf.html2pdf.attach.impl.tags.RunningElementTagWorker
 
getDisplay() - Method in class com.itextpdf.html2pdf.attach.impl.tags.SelectTagWorker
 
getDisplay() - Method in class com.itextpdf.html2pdf.attach.impl.tags.SpanTagWorker
 
getDisplay() - Method in class com.itextpdf.html2pdf.attach.impl.tags.TableTagWorker
 
getDisplay() - Method in class com.itextpdf.html2pdf.attach.impl.tags.TdTagWorker
 
getDisplay() - Method in class com.itextpdf.html2pdf.attach.impl.tags.TextAreaTagWorker
 
getElementResult() - Method in class com.itextpdf.html2pdf.attach.impl.tags.BodyTagWorker
 
getElementResult() - Method in class com.itextpdf.html2pdf.attach.impl.tags.BrTagWorker
 
getElementResult() - Method in class com.itextpdf.html2pdf.attach.impl.tags.ButtonTagWorker
 
getElementResult() - Method in class com.itextpdf.html2pdf.attach.impl.tags.ColgroupTagWorker
 
getElementResult() - Method in class com.itextpdf.html2pdf.attach.impl.tags.ColTagWorker
 
getElementResult() - Method in class com.itextpdf.html2pdf.attach.impl.tags.DisplayTableRowTagWorker
 
getElementResult() - Method in class com.itextpdf.html2pdf.attach.impl.tags.DisplayTableTagWorker
 
getElementResult() - Method in class com.itextpdf.html2pdf.attach.impl.tags.DivTagWorker
 
getElementResult() - Method in class com.itextpdf.html2pdf.attach.impl.tags.HrTagWorker
 
getElementResult() - Method in class com.itextpdf.html2pdf.attach.impl.tags.HtmlTagWorker
 
getElementResult() - Method in class com.itextpdf.html2pdf.attach.impl.tags.ImgTagWorker
 
getElementResult() - Method in class com.itextpdf.html2pdf.attach.impl.tags.InputTagWorker
 
getElementResult() - Method in class com.itextpdf.html2pdf.attach.impl.tags.LinkTagWorker
 
getElementResult() - Method in class com.itextpdf.html2pdf.attach.impl.tags.LiTagWorker
 
getElementResult() - Method in class com.itextpdf.html2pdf.attach.impl.tags.MetaTagWorker
 
getElementResult() - Method in class com.itextpdf.html2pdf.attach.impl.tags.ObjectTagWorker
 
getElementResult() - Method in class com.itextpdf.html2pdf.attach.impl.tags.PageCountWorker
 
getElementResult() - Method in class com.itextpdf.html2pdf.attach.impl.tags.PageMarginBoxWorker
 
getElementResult() - Method in class com.itextpdf.html2pdf.attach.impl.tags.PlaceholderTagWorker
 
getElementResult() - Method in class com.itextpdf.html2pdf.attach.impl.tags.PTagWorker
 
getElementResult() - Method in class com.itextpdf.html2pdf.attach.impl.tags.RunningElementTagWorker
 
getElementResult() - Method in class com.itextpdf.html2pdf.attach.impl.tags.SelectTagWorker
 
getElementResult() - Method in class com.itextpdf.html2pdf.attach.impl.tags.SpanTagWorker
 
getElementResult() - Method in class com.itextpdf.html2pdf.attach.impl.tags.SvgTagWorker
 
getElementResult() - Method in class com.itextpdf.html2pdf.attach.impl.tags.TableTagWorker
 
getElementResult() - Method in class com.itextpdf.html2pdf.attach.impl.tags.TdTagWorker
 
getElementResult() - Method in class com.itextpdf.html2pdf.attach.impl.tags.TextAreaTagWorker
 
getElementResult() - Method in class com.itextpdf.html2pdf.attach.impl.tags.TitleTagWorker
 
getElementResult() - Method in class com.itextpdf.html2pdf.attach.impl.tags.TrTagWorker
 
getElementResult() - Method in class com.itextpdf.html2pdf.attach.impl.tags.UlOlTagWorker
 
getElementResult() - Method in interface com.itextpdf.html2pdf.attach.ITagWorker
Gets a processed object if it can be expressed as an IPropertyContainer instance.
getElements() - Method in class com.itextpdf.html2pdf.attach.wrapelement.SpanWrapper
Gets a list of all the child elements.
getEventCountingMetaInfo() - Method in class com.itextpdf.html2pdf.attach.ProcessorContext
Gets html meta info.
getEventCountingMetaInfo() - Method in class com.itextpdf.html2pdf.ConverterProperties
Gets html meta info.
getEventType() - Method in class com.itextpdf.html2pdf.events.PdfHtmlEvent
 
getFinalSelectFieldHeight(float, float, boolean) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.AbstractSelectFieldRenderer
 
getFinalSelectFieldHeight(float, float, boolean) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.SelectFieldListBoxRenderer
 
getFontProvider() - Method in class com.itextpdf.html2pdf.attach.ProcessorContext
Gets the font provider.
getFontProvider() - Method in class com.itextpdf.html2pdf.ConverterProperties
Gets the font provider.
getFonts() - Method in class com.itextpdf.html2pdf.css.resolve.DefaultCssResolver
Gets the list of fonts.
getFormFieldNameResolver() - Method in class com.itextpdf.html2pdf.attach.ProcessorContext
Gets the form field name resolver.
getId() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.element.FormField
 
getId() - Method in interface com.itextpdf.html2pdf.attach.impl.layout.form.element.IFormField
Gets the id.
getInstance() - Static method in class com.itextpdf.html2pdf.attach.impl.DefaultTagWorkerFactory
Gets ITagWorkerFactory instance.
getInstance() - Static method in class com.itextpdf.html2pdf.css.apply.impl.DefaultCssApplierFactory
Gets DefaultCssApplierFactory instance.
getLang() - Method in class com.itextpdf.html2pdf.css.resolve.CssContentElementNode
 
getLastYLineRecursively() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.ButtonContainerRenderer
Deprecated.
 
getLastYLineRecursively() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.TextAreaRenderer
 
getLinkContext() - Method in class com.itextpdf.html2pdf.attach.ProcessorContext
Gets the link context.
getMapping(String) - Method in class com.itextpdf.html2pdf.util.TagProcessorMapping
Gets the class that maps to a specific tag.
getMapping(String, String) - Method in class com.itextpdf.html2pdf.util.TagProcessorMapping
Gets the class that maps to a specific tag.
getMediaDeviceDescription() - Method in class com.itextpdf.html2pdf.ConverterProperties
Gets the media device description.
getMinMaxWidth() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.AbstractFormFieldRenderer
 
getMinMaxWidth() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.SelectFieldComboBoxRenderer
 
getModelId() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.AbstractFormFieldRenderer
Gets the model id.
getModelId() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.AbstractSelectFieldRenderer
Gets the model id.
getModelId() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.ButtonContainerRenderer
Deprecated.
Gets the model id.
getNextRenderer() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.ButtonContainerRenderer
Deprecated.
 
getNextRenderer() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.ButtonRenderer
Deprecated.
 
getNextRenderer() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.CheckBoxRenderer
 
getNextRenderer() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.InputFieldRenderer
 
getNextRenderer() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.RadioRenderer
 
getNextRenderer() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.SelectFieldComboBoxRenderer
 
getNextRenderer() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.SelectFieldListBoxRenderer
 
getNextRenderer() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.TextAreaRenderer
 
getNextRenderer() - Method in class com.itextpdf.html2pdf.attach.impl.layout.HtmlDocumentRenderer
 
getOccurrencePage() - Method in class com.itextpdf.html2pdf.attach.impl.layout.RunningElementContainer
Gets the page on which underlying running element was to be placed.
getOptions() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.element.AbstractSelectField
Gets a list of containers with option(s).
getOptionsMarkedSelected(IRenderer) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.AbstractSelectFieldRenderer
 
getOriginId() - Method in class com.itextpdf.html2pdf.events.PdfHtmlEvent
 
getOutlineHandler() - Method in class com.itextpdf.html2pdf.attach.ProcessorContext
Gets the outline handler.
getOutlineHandler() - Method in class com.itextpdf.html2pdf.ConverterProperties
Gets the outline handler.
getOwnCssProps() - Method in class com.itextpdf.html2pdf.attach.wrapelement.ColgroupWrapper
Gets the own CSS properties.
getOwnCssProps() - Method in class com.itextpdf.html2pdf.attach.wrapelement.ColWrapper
Gets the own CSS properties.
getOwnLeafElements() - Method in class com.itextpdf.html2pdf.attach.impl.tags.SpanTagWorker
Gets the span's own leaf elements.
getOwnProperties(Map) - Static method in class com.itextpdf.html2pdf.css.apply.util.SupportedColColgroupPropertiesUtil
Gets the own properties.
getOwnProperty(int) - Method in class com.itextpdf.html2pdf.attach.impl.layout.BodyHtmlStylesContainer
getPdfDocument() - Method in class com.itextpdf.html2pdf.attach.ProcessorContext
Gets the PDF document.
getPlaceholder() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.element.InputField
Gets the placeholder paragraph.
getPlaceholder() - Method in interface com.itextpdf.html2pdf.attach.impl.layout.form.element.IPlaceholderable
Gets the placeholder paragraph.
getPlaceholder() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.element.TextArea
Gets the placeholder paragraph.
getProperty(int) - Method in class com.itextpdf.html2pdf.attach.impl.layout.BodyHtmlStylesContainer
getProperty(int) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.InputFieldRenderer
 
getProperty(int) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.TextAreaRenderer
 
getRadioCheckResolver() - Method in class com.itextpdf.html2pdf.attach.ProcessorContext
Gets the radio check resolver.
getResourceResolver() - Method in class com.itextpdf.html2pdf.attach.ProcessorContext
Gets the resource resolver.
getRootFontSize() - Method in class com.itextpdf.html2pdf.css.resolve.CssContext
Gets the root font size.
getRows() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.TextAreaRenderer
Gets the number of rows.
getRowsSize() - Method in class com.itextpdf.html2pdf.attach.wrapelement.TableWrapper
Gets the number of rows.
getRunningElement(String, String, int) - Method in class com.itextpdf.html2pdf.css.page.CssRunningManager
Finds the running element that has particular name and should appear on specific page with given occurrence options.
getRunningElementName() - Method in class com.itextpdf.html2pdf.css.page.PageMarginRunningElementNode
 
getRunningElementOccurrence() - Method in class com.itextpdf.html2pdf.css.page.PageMarginRunningElementNode
 
getRunningManager() - Method in class com.itextpdf.html2pdf.css.resolve.CssContext
 
getSanitizedWaitingLeaves() - Method in class com.itextpdf.html2pdf.attach.util.WaitingInlineElementsHelper
Gets the sanitized waiting leaves.
getSize() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.InputFieldRenderer
Gets the size of the input field.
getSpan() - Method in class com.itextpdf.html2pdf.attach.wrapelement.ColgroupWrapper
Gets the span.
getSpan() - Method in class com.itextpdf.html2pdf.attach.wrapelement.ColWrapper
Gets the span.
getStack() - Method in class com.itextpdf.html2pdf.attach.State
Gets the stack.
getState() - Method in class com.itextpdf.html2pdf.attach.ProcessorContext
Gets the state.
getTableRowWrapper() - Method in class com.itextpdf.html2pdf.attach.impl.tags.DisplayTableRowTagWorker
Gets the table row wrapper.
getTagPriorityMapping(String) - Method in class com.itextpdf.html2pdf.attach.impl.OutlineHandler
Gets the tag priority mapping.
getTagWorker(IElementNode, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.DefaultTagWorkerFactory
 
getTagWorker(IElementNode, ProcessorContext) - Method in interface com.itextpdf.html2pdf.attach.ITagWorkerFactory
 
getTagWorkerFactory() - Method in class com.itextpdf.html2pdf.attach.ProcessorContext
Gets the tag worker factory.
getTagWorkerFactory() - Method in class com.itextpdf.html2pdf.ConverterProperties
Gets the TagWorkerFactory instance.
getTempFonts() - Method in class com.itextpdf.html2pdf.attach.ProcessorContext
Gets the temporary set of fonts.
getTotalWidth() - Method in class com.itextpdf.html2pdf.attach.impl.layout.BodyHtmlStylesContainer
This method calculates the total widths of TOP-, RIGHT-, BOTTOM- and LEFT- side styles, each combined of widths of applied margins, borders and paddings.
getWaitingLeaves() - Method in class com.itextpdf.html2pdf.attach.util.WaitingInlineElementsHelper
Gets the waiting leaves.
getWidth() - Method in class com.itextpdf.html2pdf.attach.wrapelement.ColgroupWrapper
Gets the width.
getWidth() - Method in class com.itextpdf.html2pdf.attach.wrapelement.ColWrapper
Gets the width.
getWidth(Map, ProcessorContext) - Static method in class com.itextpdf.html2pdf.css.apply.util.SupportedColColgroupPropertiesUtil
Gets the width.

H

H1 - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant H1.
H2 - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant H2.
H3 - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant H3.
H4 - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant H4.
H5 - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant H5.
H6 - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant H6.
hasContentToDraw() - Method in class com.itextpdf.html2pdf.attach.impl.layout.BodyHtmlStylesContainer
This method is needed to check if we need to draw a simulated Div element, i.e.
hasFonts() - Method in class com.itextpdf.html2pdf.attach.ProcessorContext
Check fonts in font provider and temporary font set.
hasOwnProperty(int) - Method in class com.itextpdf.html2pdf.attach.impl.layout.BodyHtmlStylesContainer
hasProperty(int) - Method in class com.itextpdf.html2pdf.attach.impl.layout.BodyHtmlStylesContainer
hasStylesToApply() - Method in class com.itextpdf.html2pdf.attach.impl.layout.BodyHtmlStylesContainer
This method is needed to check if there are styles applied on the current element.
hasTagPriorityMapping(String) - Method in class com.itextpdf.html2pdf.attach.impl.OutlineHandler
Checks for tag priority mapping.
HEAD - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant HEAD.
HEADER - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant HEADER.
HEIGHT - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant HEIGHT.
HEIGHT - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant HEIGHT.
HEIGHT_VALUE_IN_PERCENT_NOT_SUPPORTED - Static variable in class com.itextpdf.html2pdf.LogMessageConstant
The Constant HEIGHT_VALUE_IN_PERCENT_NOT_SUPPORTED.
HR - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant HR.
HREF - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant HREF.
HrTagCssApplier - Class in com.itextpdf.html2pdf.css.apply.impl
ICssApplier implementation for hr elements.
HrTagCssApplier() - Constructor for class com.itextpdf.html2pdf.css.apply.impl.HrTagCssApplier
 
HrTagWorker - Class in com.itextpdf.html2pdf.attach.impl.tags
TagWorker class for the hr element.
HrTagWorker(IElementNode, ProcessorContext) - Constructor for class com.itextpdf.html2pdf.attach.impl.tags.HrTagWorker
Creates a new HrTagWorker instance.
HSPACE - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant HSPACE.
HTagWorker - Class in com.itextpdf.html2pdf.attach.impl.tags
 
HTagWorker(IElementNode, ProcessorContext) - Constructor for class com.itextpdf.html2pdf.attach.impl.tags.HTagWorker
Creates a new HTagWorker instance.
HTML - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant HTML.
Html2PdfException - Exception in com.itextpdf.html2pdf.exception
Runtime exception that gets thrown if something goes wrong in the HTML to PDF conversion.
Html2PdfException(String) - Constructor for exception com.itextpdf.html2pdf.exception.Html2PdfException
Creates a new Html2PdfException instance.
Html2PdfProductInfo - Class in com.itextpdf.html2pdf
Product info about this iText add-on.
Html2PdfProductInfo() - Constructor for class com.itextpdf.html2pdf.Html2PdfProductInfo
 
Html2PdfProperty - Class in com.itextpdf.html2pdf.attach.impl.layout
Set of constants that will be used as keys to get and set properties.
Html2PdfProperty() - Constructor for class com.itextpdf.html2pdf.attach.impl.layout.Html2PdfProperty
 
HTML_STYLING - Static variable in class com.itextpdf.html2pdf.attach.impl.layout.Html2PdfProperty
The Constant HTML_STYLING.
HtmlConverter - Class in com.itextpdf.html2pdf
The HtmlConverter is the class you will use most when converting HTML to PDF.
HtmlDocumentRenderer - Class in com.itextpdf.html2pdf.attach.impl.layout
The DocumentRenderer class for HTML.
HtmlDocumentRenderer(Document, boolean) - Constructor for class com.itextpdf.html2pdf.attach.impl.layout.HtmlDocumentRenderer
Instantiates a new HtmlDocumentRenderer instance.
HtmlPageBreak - Class in com.itextpdf.html2pdf.attach.impl.layout
The HTML implementation of an AreaBreak.
HtmlPageBreak(HtmlPageBreakType) - Constructor for class com.itextpdf.html2pdf.attach.impl.layout.HtmlPageBreak
Instantiates a new html page break.
HtmlPageBreakType - Enum in com.itextpdf.html2pdf.attach.impl.layout
Enumeration of the HTML page break types.
HtmlTagCssApplier - Class in com.itextpdf.html2pdf.css.apply.impl
ICssApplier implementation for Html elements.
HtmlTagCssApplier() - Constructor for class com.itextpdf.html2pdf.css.apply.impl.HtmlTagCssApplier
 
HtmlTagWorker - Class in com.itextpdf.html2pdf.attach.impl.tags
TagWorker class for the html element.
HtmlTagWorker(IElementNode, ProcessorContext) - Constructor for class com.itextpdf.html2pdf.attach.impl.tags.HtmlTagWorker
Creates a new HtmlTagWorker instance.
HtmlUtils - Class in com.itextpdf.html2pdf.html
Utilities class with HTML-related functionality.
HyphenationApplierUtil - Class in com.itextpdf.html2pdf.css.apply.util
The Class HyphenationApplierUtil.

I

I - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant I.
i - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant i.
I - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant I.
ICssApplier - Interface in com.itextpdf.html2pdf.css.apply
Interface to be implemented by all types of CSS appliers.
ICssApplierFactory - Interface in com.itextpdf.html2pdf.css.apply
ICssApplierFactory interface is used for instantiating new ICssApplier objects.
ID - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant ID.
IDisplayAware - Interface in com.itextpdf.html2pdf.attach.impl.tags
Interface for those TagWorker implementations that deal with tags that can have a display value.
IFormField - Interface in com.itextpdf.html2pdf.attach.impl.layout.form.element
Interface extending the ILeafElement interface in the context of form fields.
IHtmlProcessor - Interface in com.itextpdf.html2pdf.attach
Interface for classes that can process HTML to PDF in the form of a PdfDocument or a list of IElement objects.
IMG - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant IMG.
ImgTagWorker - Class in com.itextpdf.html2pdf.attach.impl.tags
TagWorker class for the img element.
ImgTagWorker(IElementNode, ProcessorContext) - Constructor for class com.itextpdf.html2pdf.attach.impl.tags.ImgTagWorker
Creates a new ImgTagWorker instance.
incrementCounter(String, int, INode) - Method in class com.itextpdf.html2pdf.css.resolve.func.counter.CssCounterManager
Increments the counter.
incrementCounter(String, INode) - Method in class com.itextpdf.html2pdf.css.resolve.func.counter.CssCounterManager
Increments the counter.
INLINE - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant INLINE.
INLINE_BLOCK - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant INLINE_BLOCK.
INLINE_TABLE - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant INLINE_TABLE.
INPUT - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant INPUT.
INPUT_FIELD_DOES_NOT_FIT - Static variable in class com.itextpdf.html2pdf.LogMessageConstant
The Constant INPUT_FIELD_DOES_NOT_FIT.
INPUT_SUPPORTS_ONLY_POINT_WIDTH - Static variable in class com.itextpdf.html2pdf.LogMessageConstant
The Constant INPUT_SUPPORTS_ONLY_POINT_WIDTH.
INPUT_TYPE_IS_NOT_SUPPORTED - Static variable in class com.itextpdf.html2pdf.LogMessageConstant
The Constant INPUT_TYPE_IS_NOT_SUPPORTED.
InputField - Class in com.itextpdf.html2pdf.attach.impl.layout.form.element
Extension of the FormField class representing a button so that a InputFieldRenderer is used.
InputField(String) - Constructor for class com.itextpdf.html2pdf.attach.impl.layout.form.element.InputField
Creates a new input field.
InputFieldRenderer - Class in com.itextpdf.html2pdf.attach.impl.layout.form.renderer
The AbstractOneLineTextFieldRenderer implementation for input fields.
InputFieldRenderer(InputField) - Constructor for class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.InputFieldRenderer
Creates a new InputFieldRenderer instance.
InputTagWorker - Class in com.itextpdf.html2pdf.attach.impl.tags
TagWorker class for the input element.
InputTagWorker(IElementNode, ProcessorContext) - Constructor for class com.itextpdf.html2pdf.attach.impl.tags.InputTagWorker
Creates a new InputTagWorker instance.
INS - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant INS.
INVALID_CSS_PROPERTY_DECLARATION - Static variable in class com.itextpdf.html2pdf.LogMessageConstant
The Constant INVALID_CSS_PROPERTY_DECLARATION.
INVERT - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant INVERT.
IPlaceholderable - Interface in com.itextpdf.html2pdf.attach.impl.layout.form.element
A marker interface that specifies that the layout object has placeholder
isBoxChecked() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.CheckBoxRenderer
Defines whether the box is checked or not.
isBoxChecked() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.RadioRenderer
Defines whether the radio is checked or not.
isCreateAcroForm() - Method in class com.itextpdf.html2pdf.attach.ProcessorContext
Checks if is an AcroForm needs to be created.
isCreateAcroForm() - Method in class com.itextpdf.html2pdf.ConverterProperties
Checks if is an AcroForm needs to be created.
isFirstOnPage() - Method in class com.itextpdf.html2pdf.attach.impl.layout.RunningElementContainer
Specifies if the given running element would have placed as the first element on the page or not.
isFlatten() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.AbstractFormFieldRenderer
Checks if form fields need to be flattened.
isFlatten() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.AbstractSelectFieldRenderer
Checks if form fields need to be flattened.
isFlatten() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.ButtonContainerRenderer
Deprecated.
Checks if form fields need to be flattened.
isImmediateFlush() - Method in class com.itextpdf.html2pdf.attach.ProcessorContext
Checks if immediateFlush is set
isImmediateFlush() - Method in class com.itextpdf.html2pdf.ConverterProperties
Checks if immediateFlush is set
isLayoutBasedOnFlatRenderer() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.AbstractFormFieldRenderer
 
isLayoutBasedOnFlatRenderer() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.CheckBoxRenderer
 
isLayoutBasedOnFlatRenderer() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.RadioRenderer
 
isPagesCounterPresent() - Method in class com.itextpdf.html2pdf.css.resolve.CssContext
Checks if a pages counter is present.
isPassword() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.InputFieldRenderer
Checks if the input field is a password field.
isProcessingInlineSvg() - Method in class com.itextpdf.html2pdf.attach.ProcessorContext
Check if the processor is currently processing an inline svg
isRendererFit(float, float) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.AbstractFormFieldRenderer
Checks if the renderer fits a certain width and height.
isRendererFit(float, float) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.ButtonRenderer
Deprecated.
 
isStyleSheetLink(IElementNode) - Static method in class com.itextpdf.html2pdf.html.HtmlUtils
Checks if an IElementNode represents a style sheet link.
isTotalPageCount() - Method in class com.itextpdf.html2pdf.css.resolve.func.counter.PageCountElementNode
Checks if the node represents the total page count.
isUsedLinkDestination(String) - Method in class com.itextpdf.html2pdf.attach.impl.LinkContext
Returns whether a given (internal) link destination is used by at least one href element in the document
ITagWorker - Interface in com.itextpdf.html2pdf.attach
Interface for all the tag worker implementations.
ITagWorkerFactory - Interface in com.itextpdf.html2pdf.attach
ITagWorkerFactory interface is used for instantiating new ITagWorker objects.
IWrapElement - Interface in com.itextpdf.html2pdf.attach.wrapelement
Interface for all the element wrapper classes (such as SpanWrapper, TableWrapper,...).

J

JUSTIFY - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant JUSTIFY.

K

KBD - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant KBD.
KEEP_WITH_PREVIOUS - Static variable in class com.itextpdf.html2pdf.attach.impl.layout.Html2PdfProperty
The Constant KEEP_WITH_PREVIOUS works only for top-level elements, i.e.
KEYWORDS - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant KEYWORDS.

L

LABEL - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant LABEL.
LABEL - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant LABEL.
LANDSCAPE - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant LANDSCAPE.
LAST - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant LAST.
layout(LayoutContext) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.AbstractFormFieldRenderer
 
layout(LayoutContext) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.AbstractSelectFieldRenderer
 
layout(LayoutContext) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.SelectFieldListBoxRenderer
 
LEFT - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant LEFT.
LEGEND - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant LEGEND.
LI - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant LI.
LINE_THROUGH - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant LINE_THROUGH.
LINK - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant LINK.
LinkContext - Class in com.itextpdf.html2pdf.attach.impl
This class keeps track of information regarding link (destinations) that occur in the document.
LinkContext() - Constructor for class com.itextpdf.html2pdf.attach.impl.LinkContext
Construct an (empty) LinkContext
LinkHelper - Class in com.itextpdf.html2pdf.attach.util
Helper class for links.
LinkTagWorker - Class in com.itextpdf.html2pdf.attach.impl.tags
TagWorker class for the link element.
LinkTagWorker(IElementNode, ProcessorContext) - Constructor for class com.itextpdf.html2pdf.attach.impl.tags.LinkTagWorker
Creates a new LinkTagWorker instance.
list - Variable in class com.itextpdf.html2pdf.attach.impl.tags.LiTagWorker
The list.
ListBoxField - Class in com.itextpdf.html2pdf.attach.impl.layout.form.element
A field that represents a control for selecting one or several of the provided options.
ListBoxField(String, int, boolean) - Constructor for class com.itextpdf.html2pdf.attach.impl.layout.form.element.ListBoxField
Creates a new list box field.
listItem - Variable in class com.itextpdf.html2pdf.attach.impl.tags.LiTagWorker
The list item.
ListStyleApplierUtil - Class in com.itextpdf.html2pdf.css.apply.util
Utilities class to apply list styles to an element.
LiTagCssApplier - Class in com.itextpdf.html2pdf.css.apply.impl
ICssApplier implementation for Li elements.
LiTagCssApplier() - Constructor for class com.itextpdf.html2pdf.css.apply.impl.LiTagCssApplier
 
LiTagWorker - Class in com.itextpdf.html2pdf.attach.impl.tags
TagWorker class for the li element.
LiTagWorker(IElementNode, ProcessorContext) - Constructor for class com.itextpdf.html2pdf.attach.impl.tags.LiTagWorker
Creates a new LiTagWorker instance.
LogMessageConstant - Class in com.itextpdf.html2pdf
Class that bundles all the error message templates as constants.
LOWERCASE - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant LOWERCASE.
LTR - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant LTR.
LTR - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant LTR.

M

MAIN - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant MAIN.
MAJOR_VERSION - Static variable in class com.itextpdf.html2pdf.Html2PdfProductInfo
The major version number.
makeNewRenderer() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.element.Button
Deprecated.
 
makeNewRenderer() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.element.ButtonContainer
Deprecated.
 
makeNewRenderer() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.element.CheckBox
 
makeNewRenderer() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.element.ComboBoxField
 
makeNewRenderer() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.element.InputField
 
makeNewRenderer() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.element.ListBoxField
 
makeNewRenderer() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.element.Radio
 
makeNewRenderer() - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.element.TextArea
 
makeNewRenderer() - Method in class com.itextpdf.html2pdf.attach.impl.layout.PageCountElement
 
makeNewRenderer() - Method in class com.itextpdf.html2pdf.attach.impl.layout.RunningElement
 
MARGIN_VALUE_IN_PERCENT_NOT_SUPPORTED - Static variable in class com.itextpdf.html2pdf.LogMessageConstant
The Constant MARGIN_VALUE_IN_PERCENT_NOT_SUPPORTED.
MarginApplierUtil - Class in com.itextpdf.html2pdf.css.apply.util
Utilities class to apply margins.
MARK - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant MARK.
MARKS - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant MARKS.
MARQUEE - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant MARQUEE.
MAX_HEIGHT - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant MAX_HEIGHT.
MAX_WIDTH - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant MAX_WIDTH.
MEDIA - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant MEDIA.
META - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant META.
MetaTagWorker - Class in com.itextpdf.html2pdf.attach.impl.tags
TagWorker class for the meta element.
MetaTagWorker(IElementNode, ProcessorContext) - Constructor for class com.itextpdf.html2pdf.attach.impl.tags.MetaTagWorker
Creates a new MetaTagWorker instance.
MIDDLE - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant MIDDLE.
MIDDLE - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant MIDDLE.
MIN_WIDTH - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant MIN_WIDTH.
MINOR_VERSION - Static variable in class com.itextpdf.html2pdf.Html2PdfProductInfo
The minor version number.
move(float, float) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.AbstractOneLineTextFieldRenderer
 
moveToNextEmptyCol() - Method in class com.itextpdf.html2pdf.attach.util.RowColHelper
Move to next empty column.
MULTIPLE - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant MULTIPLE.

N

name() - Method in class com.itextpdf.html2pdf.css.resolve.CssContentElementNode
 
NAME - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant NAME.
NAV - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant NAV.
newFooterRow() - Method in class com.itextpdf.html2pdf.attach.wrapelement.TableWrapper
Adds a new footer row.
newHeaderRow() - Method in class com.itextpdf.html2pdf.attach.wrapelement.TableWrapper
Adds a new header row.
newRow() - Method in class com.itextpdf.html2pdf.attach.util.RowColHelper
Move to a new row.
newRow() - Method in class com.itextpdf.html2pdf.attach.wrapelement.TableWrapper
Adds a new body row.
NO_CONSUMER_FOUND_FOR_CONTENT - Static variable in class com.itextpdf.html2pdf.LogMessageConstant
The Constant NO_CONSUMER_FOUND_FOR_CONTENT.
NO_CSS_APPLIER_FOUND_FOR_TAG - Static variable in class com.itextpdf.html2pdf.LogMessageConstant
The Constant NO_CSS_APPLIER_FOUND_FOR_TAG.
NO_IPROPERTYCONTAINER_RESULT_FOR_THE_TAG - Static variable in class com.itextpdf.html2pdf.LogMessageConstant
The Constant NO_IPROPERTYCONTAINER_RESULT_FOR_THE_TAG.
NO_WORKER_FOUND_FOR_TAG - Static variable in class com.itextpdf.html2pdf.LogMessageConstant
The Constant NO_WORKER_FOUND_FOR_TAG.
NOSHADE - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant NOSHADE.
NOT_SUPPORTED_LIST_STYLE_TYPE - Static variable in class com.itextpdf.html2pdf.LogMessageConstant
The Constant NOT_SUPPORTED_LIST_STYLE_TYPE.
NOT_SUPPORTED_TH_SCOPE_TYPE - Static variable in class com.itextpdf.html2pdf.LogMessageConstant
The Constant NOT_SUPPORTED_TH_SCOPE_TYPE.
NOWRAP - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant NOWRAP.
NUMBER - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant NUMBER.

O

OBJECT - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant OBJECT
ObjectTagWorker - Class in com.itextpdf.html2pdf.attach.impl.tags
TagWorker class for the object element.
ObjectTagWorker(IElementNode, ProcessorContext) - Constructor for class com.itextpdf.html2pdf.attach.impl.tags.ObjectTagWorker
Creates a new ImgTagWorker instance.
ObjectTypes() - Constructor for class com.itextpdf.html2pdf.html.AttributeConstants.ObjectTypes
 
OL - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant OL.
OpacityApplierUtil - Class in com.itextpdf.html2pdf.css.apply.util
Utilities class to apply opacity.
OPTGROUP - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant OPTION.
OptGroupTagWorker - Class in com.itextpdf.html2pdf.attach.impl.tags
TagWorker class for the optgroup element.
OptGroupTagWorker(IElementNode, ProcessorContext) - Constructor for class com.itextpdf.html2pdf.attach.impl.tags.OptGroupTagWorker
Creates a new OptGroupTagWorker instance.
OPTION - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant OPTION.
OptionTagWorker - Class in com.itextpdf.html2pdf.attach.impl.tags
TagWorker class for the option element.
OptionTagWorker(IElementNode, ProcessorContext) - Constructor for class com.itextpdf.html2pdf.attach.impl.tags.OptionTagWorker
Creates a new OptionTagWorker instance.
OUTLINE_OFFSET - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant OUTLINE_OFFSET.
OutlineApplierUtil - Class in com.itextpdf.html2pdf.css.apply.util
 
OutlineHandler - Class in com.itextpdf.html2pdf.attach.impl
A OutlineHandler handles creating outlines for tags.
OutlineHandler() - Constructor for class com.itextpdf.html2pdf.attach.impl.OutlineHandler
 
OVERFLOW - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant OVERFLOW.
OVERFLOW_VALUES - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant OVERFLOW_VALUES.
OVERFLOW_X - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant OVERFLOW_X.
OVERFLOW_Y - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant OVERFLOW_Y.
OverflowApplierUtil - Class in com.itextpdf.html2pdf.css.apply.util
Utilities class to apply overflow.
OVERLINE - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant OVERLINE.

P

P - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant P.
PADDING_VALUE_IN_PERCENT_NOT_SUPPORTED - Static variable in class com.itextpdf.html2pdf.LogMessageConstant
The Constant PADDING_VALUE_IN_PERCENT_NOT_SUPPORTED.
PaddingApplierUtil - Class in com.itextpdf.html2pdf.css.apply.util
Utilities class to apply a padding.
PAGE - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant PAGE.
PAGE_COUNT_TYPE - Static variable in class com.itextpdf.html2pdf.attach.impl.layout.Html2PdfProperty
The Constant PAGE_COUNT_TYPE.
PAGE_COUNTER_TAG - Static variable in class com.itextpdf.html2pdf.css.resolve.func.counter.PageCountElementNode
The Constant PAGE_COUNTER_TAG.
PAGE_MARGIN_BOX_CONTENT_CANNOT_BE_DRAWN - Static variable in class com.itextpdf.html2pdf.LogMessageConstant
 
PAGE_MARGIN_BOX_SOME_PROPERTIES_NOT_PROCESSED - Static variable in class com.itextpdf.html2pdf.LogMessageConstant
 
PAGE_SIZE_VALUE_IS_INVALID - Static variable in class com.itextpdf.html2pdf.LogMessageConstant
The Constant PAGE_SIZE_VALUE_IS_INVALID.
PageBreakApplierUtil - Class in com.itextpdf.html2pdf.css.apply.util
Utilities class to apply page breaks.
PageCountElement - Class in com.itextpdf.html2pdf.attach.impl.layout
Text implementation to be used for the page count.
PageCountElement() - Constructor for class com.itextpdf.html2pdf.attach.impl.layout.PageCountElement
Instantiates a new PageCountElement.
PageCountElementNode - Class in com.itextpdf.html2pdf.css.resolve.func.counter
ICustomElementNode implementation for a page count element node.
PageCountElementNode(boolean) - Constructor for class com.itextpdf.html2pdf.css.resolve.func.counter.PageCountElementNode
Deprecated.
Will be removed in 3.0. Use PageCountElementNode.PageCountElementNode(boolean, INode) instead
PageCountElementNode(boolean, INode) - Constructor for class com.itextpdf.html2pdf.css.resolve.func.counter.PageCountElementNode
 
PageCountType - Enum in com.itextpdf.html2pdf.attach.impl.layout
Enumeration of page count types.
PageCountWorker - Class in com.itextpdf.html2pdf.attach.impl.tags
TagWorker class for the page count.
PageCountWorker(IElementNode, ProcessorContext) - Constructor for class com.itextpdf.html2pdf.attach.impl.tags.PageCountWorker
Creates a new PageCountWorker instance.
PageMarginBoxCssApplier - Class in com.itextpdf.html2pdf.css.apply.impl
ICssApplier implementation for page margin box containers.
PageMarginBoxCssApplier() - Constructor for class com.itextpdf.html2pdf.css.apply.impl.PageMarginBoxCssApplier
 
PageMarginBoxWorker - Class in com.itextpdf.html2pdf.attach.impl.tags
TagWorker class for the page margin box.
PageMarginBoxWorker(IElementNode, ProcessorContext) - Constructor for class com.itextpdf.html2pdf.attach.impl.tags.PageMarginBoxWorker
Creates a new PageMarginBoxWorker instance.
PageMarginRunningElementNode - Class in com.itextpdf.html2pdf.css.page
Wrapper INode serving as a placeholder for running element.
PageMarginRunningElementNode(String, String) - Constructor for class com.itextpdf.html2pdf.css.page.PageMarginRunningElementNode
 
PAGES - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant PAGES.
parentNode() - Method in class com.itextpdf.html2pdf.css.page.PageMarginRunningElementNode
 
parentNode() - Method in class com.itextpdf.html2pdf.css.resolve.func.counter.PageCountElementNode
 
parseAbsoluteFontSize(String) - Static method in class com.itextpdf.html2pdf.css.apply.util.FontStyleApplierUtil
Parses the absolute font size.
parseBoxProps(Map, float, float, float[], Rectangle, String, String, String, String) - Static method in class com.itextpdf.html2pdf.css.apply.impl.PageMarginBoxCssApplier
Parses the page and margin boxes properties (like margins, paddings, etc).
parseRelativeFontSize(String, float) - Static method in class com.itextpdf.html2pdf.css.apply.util.FontStyleApplierUtil
Parses the relative font size.
PASSWORD - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant PASSWORD.
PDF_DOCUMENT_NOT_PRESENT - Static variable in class com.itextpdf.html2pdf.LogMessageConstant
The Constant PDF_DOCUMENT_NOT_PRESENT
PdfDocumentShouldBeInWritingMode - Static variable in exception com.itextpdf.html2pdf.exception.Html2PdfException
Message in case one tries to write to a PDF document that isn't in writing mode.
PdfHtmlEvent - Class in com.itextpdf.html2pdf.events
Class for html events
PLACEHOLDER - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant PLACEHOLDER.
PLACEHOLDER - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
 
PlaceholderCssApplier - Class in com.itextpdf.html2pdf.css.apply.impl
ICssApplier implementation for input's placeholder.
PlaceholderCssApplier() - Constructor for class com.itextpdf.html2pdf.css.apply.impl.PlaceholderCssApplier
 
PlaceholderTagWorker - Class in com.itextpdf.html2pdf.attach.impl.tags
TagWorker class for the input's placeholder.
PlaceholderTagWorker(IElementNode, ProcessorContext) - Constructor for class com.itextpdf.html2pdf.attach.impl.tags.PlaceholderTagWorker
 
pop() - Method in class com.itextpdf.html2pdf.attach.State
Pops a ITagWorker from the stack.
PORTRAIT - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant PORTRAIT.
PositionApplierUtil - Class in com.itextpdf.html2pdf.css.apply.util
Utilities class to apply a position.
PRE - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant PRE.
PRE - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant PRE.
PRE_LINE - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant PRE_LINE.
PRE_WRAP - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant PRE_WRAP.
PreTagWorker - Class in com.itextpdf.html2pdf.attach.impl.tags
TagWorker class for the pre element.
PreTagWorker(IElementNode, ProcessorContext) - Constructor for class com.itextpdf.html2pdf.attach.impl.tags.PreTagWorker
Creates a new PreTagWorker instance.
processContent(String, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.AbbrTagWorker
 
processContent(String, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.BodyTagWorker
 
processContent(String, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.BrTagWorker
 
processContent(String, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.ButtonTagWorker
 
processContent(String, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.ColgroupTagWorker
 
processContent(String, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.ColTagWorker
 
processContent(String, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.DisplayTableRowTagWorker
 
processContent(String, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.DisplayTableTagWorker
 
processContent(String, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.DivTagWorker
 
processContent(String, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.HtmlTagWorker
 
processContent(String, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.ImgTagWorker
 
processContent(String, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.InputTagWorker
 
processContent(String, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.LinkTagWorker
 
processContent(String, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.LiTagWorker
 
processContent(String, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.MetaTagWorker
 
processContent(String, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.ObjectTagWorker
 
processContent(String, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.OptGroupTagWorker
 
processContent(String, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.OptionTagWorker
 
processContent(String, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.PlaceholderTagWorker
 
processContent(String, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.PreTagWorker
 
processContent(String, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.PTagWorker
 
processContent(String, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.RunningElementTagWorker
 
processContent(String, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.SelectTagWorker
 
processContent(String, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.SpanTagWorker
 
processContent(String, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.SvgTagWorker
 
processContent(String, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.TableTagWorker
 
processContent(String, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.TdTagWorker
 
processContent(String, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.TextAreaTagWorker
 
processContent(String, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.TitleTagWorker
 
processContent(String, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.TrTagWorker
 
processContent(String, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.UlOlTagWorker
 
processContent(String, ProcessorContext) - Method in interface com.itextpdf.html2pdf.attach.ITagWorker
Placeholder for what needs to be done while the content of a tag is being processed.
processCounters(Map, CssContext, INode) - Static method in class com.itextpdf.html2pdf.css.apply.util.CounterProcessorUtil
Processes counters.
processDocument(INode, PdfDocument) - Method in interface com.itextpdf.html2pdf.attach.IHtmlProcessor
Parses HTML to add the content to a PdfDocument.
processDocument(INode, PdfDocument) - Method in class com.itextpdf.html2pdf.attach.impl.DefaultHtmlProcessor
 
processElements(INode) - Method in interface com.itextpdf.html2pdf.attach.IHtmlProcessor
Parses HTML to add the content to a list of IElement objects.
processElements(INode) - Method in class com.itextpdf.html2pdf.attach.impl.DefaultHtmlProcessor
 
processEnd(IElementNode, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.AbbrTagWorker
 
processEnd(IElementNode, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.ABlockTagWorker
 
processEnd(IElementNode, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.ATagWorker
 
processEnd(IElementNode, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.BodyTagWorker
 
processEnd(IElementNode, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.BrTagWorker
 
processEnd(IElementNode, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.ColgroupTagWorker
 
processEnd(IElementNode, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.ColTagWorker
 
processEnd(IElementNode, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.DisplayTableRowTagWorker
 
processEnd(IElementNode, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.DisplayTableTagWorker
 
processEnd(IElementNode, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.DivTagWorker
 
processEnd(IElementNode, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.HTagWorker
 
processEnd(IElementNode, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.HtmlTagWorker
 
processEnd(IElementNode, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.ImgTagWorker
 
processEnd(IElementNode, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.InputTagWorker
 
processEnd(IElementNode, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.LinkTagWorker
 
processEnd(IElementNode, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.LiTagWorker
 
processEnd(IElementNode, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.MetaTagWorker
 
processEnd(IElementNode, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.ObjectTagWorker
 
processEnd(IElementNode, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.OptionTagWorker
 
processEnd(IElementNode, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.PageCountWorker
 
processEnd(IElementNode, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.PageMarginBoxWorker
 
processEnd(IElementNode, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.PlaceholderTagWorker
 
processEnd(IElementNode, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.PTagWorker
 
processEnd(IElementNode, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.RunningElementTagWorker
 
processEnd(IElementNode, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.SelectTagWorker
 
processEnd(IElementNode, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.SpanTagWorker
 
processEnd(IElementNode, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.SvgTagWorker
 
processEnd(IElementNode, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.TableTagWorker
 
processEnd(IElementNode, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.TdTagWorker
 
processEnd(IElementNode, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.TextAreaTagWorker
 
processEnd(IElementNode, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.ThTagWorker
 
processEnd(IElementNode, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.TitleTagWorker
 
processEnd(IElementNode, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.TrTagWorker
 
processEnd(IElementNode, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.UlOlTagWorker
 
processEnd(IElementNode, ProcessorContext) - Method in interface com.itextpdf.html2pdf.attach.ITagWorker
Placeholder for what needs to be done after the content of a tag has been processed.
ProcessorContext - Class in com.itextpdf.html2pdf.attach
Keeps track of the context of the processor.
ProcessorContext(ConverterProperties) - Constructor for class com.itextpdf.html2pdf.attach.ProcessorContext
Instantiates a new ProcessorContext instance.
processPageRules(INode, ICssResolver, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.layout.HtmlDocumentRenderer
Processes the page rules.
processPageRules(INode, ICssResolver, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.HtmlTagWorker
Processes the page rules.
processTagChild(ITagWorker, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.BodyTagWorker
 
processTagChild(ITagWorker, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.BrTagWorker
 
processTagChild(ITagWorker, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.ButtonTagWorker
 
processTagChild(ITagWorker, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.ColgroupTagWorker
 
processTagChild(ITagWorker, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.ColTagWorker
 
processTagChild(ITagWorker, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.DisplayTableRowTagWorker
 
processTagChild(ITagWorker, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.DisplayTableTagWorker
 
processTagChild(ITagWorker, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.DivTagWorker
 
processTagChild(ITagWorker, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.HtmlTagWorker
 
processTagChild(ITagWorker, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.ImgTagWorker
 
processTagChild(ITagWorker, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.InputTagWorker
 
processTagChild(ITagWorker, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.LinkTagWorker
 
processTagChild(ITagWorker, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.LiTagWorker
 
processTagChild(ITagWorker, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.MetaTagWorker
 
processTagChild(ITagWorker, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.ObjectTagWorker
 
processTagChild(ITagWorker, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.OptionTagWorker
 
processTagChild(ITagWorker, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.PlaceholderTagWorker
 
processTagChild(ITagWorker, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.PreTagWorker
 
processTagChild(ITagWorker, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.PTagWorker
 
processTagChild(ITagWorker, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.RunningElementTagWorker
 
processTagChild(ITagWorker, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.SelectTagWorker
 
processTagChild(ITagWorker, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.SpanTagWorker
 
processTagChild(ITagWorker, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.SvgTagWorker
 
processTagChild(ITagWorker, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.TableTagWorker
 
processTagChild(ITagWorker, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.TdTagWorker
 
processTagChild(ITagWorker, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.TextAreaTagWorker
 
processTagChild(ITagWorker, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.TitleTagWorker
 
processTagChild(ITagWorker, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.TrTagWorker
 
processTagChild(ITagWorker, ProcessorContext) - Method in class com.itextpdf.html2pdf.attach.impl.tags.UlOlTagWorker
 
processTagChild(ITagWorker, ProcessorContext) - Method in interface com.itextpdf.html2pdf.attach.ITagWorker
Placeholder for what needs to be done when a child node is being processed.
PRODUCT_NAME - Static variable in class com.itextpdf.html2pdf.Html2PdfProductInfo
The product name.
properties - Variable in class com.itextpdf.html2pdf.attach.impl.layout.BodyHtmlStylesContainer
PTagWorker - Class in com.itextpdf.html2pdf.attach.impl.tags
TagWorker class for the p element.
PTagWorker(IElementNode, ProcessorContext) - Constructor for class com.itextpdf.html2pdf.attach.impl.tags.PTagWorker
Creates a new PTagWorker instance.
push(ITagWorker) - Method in class com.itextpdf.html2pdf.attach.State
Pushes a ITagWorker instance to the stack.
putAllTagPriorityMappings(Map) - Method in class com.itextpdf.html2pdf.attach.impl.OutlineHandler
Put all tag priority mappings.
putMapping(String, Class) - Method in class com.itextpdf.html2pdf.util.TagProcessorMapping
Add a new tag to the map.
putMapping(String, String, Class) - Method in class com.itextpdf.html2pdf.util.TagProcessorMapping
Add a new tag to the map.
putTagPriorityMapping(String, Integer) - Method in class com.itextpdf.html2pdf.attach.impl.OutlineHandler
Put tag priority mapping.

Q

Q - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant Q.
QUOTES_PROPERTY_INVALID - Static variable in class com.itextpdf.html2pdf.LogMessageConstant
The Constant QUOTES_PROPERTY_INVALID.

R

Radio - Class in com.itextpdf.html2pdf.attach.impl.layout.form.element
Extension of the FormField class representing a radio button so that a RadioRenderer is used instead of the default renderer for fields.
Radio(String) - Constructor for class com.itextpdf.html2pdf.attach.impl.layout.form.element.Radio
Creates a new Radio instance.
RADIO - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant RADIO.
RadioCheckResolver - Class in com.itextpdf.html2pdf.resolver.form
Utilities class that resolves radio's checked property value.
RadioCheckResolver() - Constructor for class com.itextpdf.html2pdf.resolver.form.RadioCheckResolver
Creates a new RadioCheckResolver instance.
RadioRenderer - Class in com.itextpdf.html2pdf.attach.impl.layout.form.renderer
The AbstractOneLineTextFieldRenderer implementation for radio buttons.
RadioRenderer(Radio) - Constructor for class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.RadioRenderer
Creates a new RadioRenderer instance.
REFLECTION_IN_TAG_WORKER_FACTORY_IMPLEMENTATION_FAILED - Static variable in exception com.itextpdf.html2pdf.exception.TagWorkerInitializationException
Template for the error message in case a tag worker couldn't be instantiated.
ReflectionFailed - Static variable in exception com.itextpdf.html2pdf.exception.CssApplierInitializationException
The message template in case reflection failed.
RELATIVE - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant RELATIVE.
reset() - Method in class com.itextpdf.html2pdf.attach.impl.OutlineHandler
Resets the current state so that this OutlineHandler is ready to process new document
reset() - Method in class com.itextpdf.html2pdf.attach.ProcessorContext
Resets the context.
reset(PdfDocument) - Method in class com.itextpdf.html2pdf.attach.ProcessorContext
Resets the context, and assigns a new PDF document.
reset() - Method in class com.itextpdf.html2pdf.resolver.form.FormFieldNameResolver
Resets the map containing all the field names.
resetCounter(String, INode) - Method in class com.itextpdf.html2pdf.css.resolve.func.counter.CssCounterManager
Resets the counter.
resetCounter(String, int, INode) - Method in class com.itextpdf.html2pdf.css.resolve.func.counter.CssCounterManager
Resets the counter.
resolveCounter(String, String, INode) - Method in class com.itextpdf.html2pdf.css.resolve.func.counter.CssCounterManager
Resolves a counter.
resolveCounters(String, String, String, INode) - Method in class com.itextpdf.html2pdf.css.resolve.func.counter.CssCounterManager
Resolves counters.
resolveFormName(String) - Method in class com.itextpdf.html2pdf.resolver.form.FormFieldNameResolver
Resolves a proposed field name to a valid field name.
resolveStyles(INode, AbstractCssContext) - Method in class com.itextpdf.html2pdf.css.resolve.DefaultCssResolver
 
retrieveWidth(float) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.AbstractFormFieldRenderer
 
RIGHT - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant RIGHT.
ROW - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant ROWS.
RowColHelper - Class in com.itextpdf.html2pdf.attach.util
Helper class to keep track of the current column / row position in a table.
RowColHelper() - Constructor for class com.itextpdf.html2pdf.attach.util.RowColHelper
 
ROWGROUP - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant ROWS.
ROWS - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant ROWS.
ROWSPAN - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant ROWSPAN.
RTL - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant RTL.
RTL - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant RTL.
RULE_IS_NOT_SUPPORTED - Static variable in class com.itextpdf.html2pdf.LogMessageConstant
The Constant RULE_IS_NOT_SUPPORTED.
RUNNING - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant RUNNING.
RunningElement - Class in com.itextpdf.html2pdf.attach.impl.layout
An IElement that serves as a placeholder for removed running element from the normal flow.
RunningElement(RunningElementContainer) - Constructor for class com.itextpdf.html2pdf.attach.impl.layout.RunningElement
Creates a new instance of RunningElement.
RunningElementContainer - Class in com.itextpdf.html2pdf.attach.impl.layout
A wrapper for the running elements taken out of the normal flow.
RunningElementContainer(IElementNode, ITagWorker) - Constructor for class com.itextpdf.html2pdf.attach.impl.layout.RunningElementContainer
Initializes a new instance of RunningElementContainer that contains given running element IElementNode and ITagWorker instances.
RunningElementTagWorker - Class in com.itextpdf.html2pdf.attach.impl.tags
TagWorker class for the running elements taken out of the normal flow.
RunningElementTagWorker(RunningElementContainer) - Constructor for class com.itextpdf.html2pdf.attach.impl.tags.RunningElementTagWorker
 

S

S - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant S.
SAMP - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant SAMP.
scanForIds(INode) - Method in class com.itextpdf.html2pdf.attach.impl.LinkContext
Scan the DOM tree for all (internal) link targets
SCOPE - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant SCOPE.
SCRIPT - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant SCRIPT.
SECTION - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant SECTION.
SELECT - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant SELECT.
SELECTED - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant SELECTED.
SelectFieldComboBoxRenderer - Class in com.itextpdf.html2pdf.attach.impl.layout.form.renderer
The SelectFieldComboBoxRenderer implementation for select field renderer.
SelectFieldComboBoxRenderer(AbstractSelectField) - Constructor for class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.SelectFieldComboBoxRenderer
Creates a new SelectFieldComboBoxRenderer instance.
SelectFieldListBoxRenderer - Class in com.itextpdf.html2pdf.attach.impl.layout.form.renderer
The SelectFieldListBoxRenderer implementation for select field renderer.
SelectFieldListBoxRenderer(AbstractSelectField) - Constructor for class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.SelectFieldListBoxRenderer
Creates a new SelectFieldListBoxRenderer instance.
SELECTION - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant SELECTION.
SelectTagWorker - Class in com.itextpdf.html2pdf.attach.impl.tags
TagWorker class for the select element.
SelectTagWorker(IElementNode, ProcessorContext) - Constructor for class com.itextpdf.html2pdf.attach.impl.tags.SelectTagWorker
Creates a new SelectTagWorker instance.
SEPARATE - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant SEPARATE.
setBaseUri(String) - Method in class com.itextpdf.html2pdf.ConverterProperties
Sets the base URI.
setCellCssProps(Map) - Method in class com.itextpdf.html2pdf.attach.wrapelement.ColgroupWrapper
Sets the cell CSS properties.
setCellCssProps(Map) - Method in class com.itextpdf.html2pdf.attach.wrapelement.ColWrapper
Sets the cell CSS properties.
setCharset(String) - Method in class com.itextpdf.html2pdf.ConverterProperties
Sets the encoding charset.
setCreateAcroForm(boolean) - Method in class com.itextpdf.html2pdf.ConverterProperties
Sets the createAcroForm value.
setCssApplierFactory(ICssApplierFactory) - Method in class com.itextpdf.html2pdf.ConverterProperties
Sets the CSS applier factory.
setDiscStyle(IPropertyContainer, float) - Static method in class com.itextpdf.html2pdf.css.apply.util.ListStyleApplierUtil
Applies the "disc" list style to an element.
setEventCountingMetaInfo(IMetaInfo) - Method in class com.itextpdf.html2pdf.ConverterProperties
Sets html meta info.
setFontProvider(FontProvider) - Method in class com.itextpdf.html2pdf.attach.ProcessorContext
Sets the font provider.
setFontProvider(FontProvider) - Method in class com.itextpdf.html2pdf.ConverterProperties
Sets the font provider.
setFooter() - Method in class com.itextpdf.html2pdf.attach.impl.tags.TableTagWorker
Method to indicate that this is actually a TableFooterTagWorker instance.
setHeader() - Method in class com.itextpdf.html2pdf.attach.impl.tags.TableTagWorker
Method to indicate that this is actually a TableHeaderTagWorker instance.
setImmediateFlush(boolean) - Method in class com.itextpdf.html2pdf.ConverterProperties
set the immediate flush property of the layout document This is used for convertToDocument methods and will be overwritten to false if a page-counter declaration is present in the CSS of the HTML being converted.
setMediaDeviceDescription(MediaDeviceDescription) - Method in class com.itextpdf.html2pdf.ConverterProperties
Sets the media device description.
setMinMaxWidthBasedOnFixedWidth(MinMaxWidth) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.InputFieldRenderer
 
setMinMaxWidthBasedOnFixedWidth(MinMaxWidth) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.TextAreaRenderer
 
setOccurrencePage(int, boolean) - Method in class com.itextpdf.html2pdf.attach.impl.layout.RunningElementContainer
Sets the page on which underlying running element was to be placed.
setOutlineHandler(OutlineHandler) - Method in class com.itextpdf.html2pdf.ConverterProperties
Sets the outline handler.
setOwnCssProps(Map) - Method in class com.itextpdf.html2pdf.attach.wrapelement.ColgroupWrapper
Sets the own CSS properties.
setOwnCssProps(Map) - Method in class com.itextpdf.html2pdf.attach.wrapelement.ColWrapper
Sets the own CSS properties.
setPagesCounterPresent(boolean) - Method in class com.itextpdf.html2pdf.css.resolve.CssContext
Sets the presence of a page counter.
setPlaceholder(Paragraph) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.element.InputField
Sets the placeholder paragraph.
setPlaceholder(Paragraph) - Method in interface com.itextpdf.html2pdf.attach.impl.layout.form.element.IPlaceholderable
Sets the placeholder paragraph.
setPlaceholder(Paragraph) - Method in class com.itextpdf.html2pdf.attach.impl.layout.form.element.TextArea
Sets the placeholder paragraph.
setProperty(int, Object) - Method in class com.itextpdf.html2pdf.attach.impl.layout.BodyHtmlStylesContainer
setRootFontSize(float) - Method in class com.itextpdf.html2pdf.css.resolve.CssContext
Sets the root font size.
setRootFontSize(String) - Method in class com.itextpdf.html2pdf.css.resolve.CssContext
Sets the root font size.
setTagWorkerFactory(ITagWorkerFactory) - Method in class com.itextpdf.html2pdf.ConverterProperties
Sets the TagWorkerFactory.
setWidth(UnitValue) - Method in class com.itextpdf.html2pdf.attach.wrapelement.ColgroupWrapper
Sets the width.
setWidth(UnitValue) - Method in class com.itextpdf.html2pdf.attach.wrapelement.ColWrapper
Sets the width.
shrinkCurrentAreaAndProcessRenderer(IRenderer, List, LayoutResult) - Method in class com.itextpdf.html2pdf.attach.impl.layout.HtmlDocumentRenderer
 
SIZE - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant SIZE.
SIZE - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant SIZE.
SMALL - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant SMALL.
SPAN - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant SPAN.
SPAN - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant SPAN.
SpanTagCssApplier - Class in com.itextpdf.html2pdf.css.apply.impl
ICssApplier implementation for Span elements.
SpanTagCssApplier() - Constructor for class com.itextpdf.html2pdf.css.apply.impl.SpanTagCssApplier
 
SpanTagWorker - Class in com.itextpdf.html2pdf.attach.impl.tags
TagWorker class for the span tag.
SpanTagWorker(IElementNode, ProcessorContext) - Constructor for class com.itextpdf.html2pdf.attach.impl.tags.SpanTagWorker
Creates a new SpanTagWorker instance.
SpanWrapper - Class in com.itextpdf.html2pdf.attach.wrapelement
Wrapper for the span element.
SpanWrapper() - Constructor for class com.itextpdf.html2pdf.attach.wrapelement.SpanWrapper
 
SRC - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant SRC.
START - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant start
startProcessingInlineSvg() - Method in class com.itextpdf.html2pdf.attach.ProcessorContext
Set the processor to processing Inline Svg state
State - Class in com.itextpdf.html2pdf.attach
State machine to push, pop, peek,...
State() - Constructor for class com.itextpdf.html2pdf.attach.State
Instantiates a new State instance.
STRIKE - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant STRIKE.
STRONG - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant STRONG.
STYLE - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant STYLE.
STYLE - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant STYLE.
STYLE - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant STYLE.
SUB - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant SUB.
SUB - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant SUB.
SUBMIT - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant SUBMIT.
SUP - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant SUP.
SUPER - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant SUPER.
SupportedColColgroupPropertiesUtil - Class in com.itextpdf.html2pdf.css.apply.util
Utilities class to get widths and mapping related to columns and column groups as stated in paragraph 17.3 of https://www.w3.org/TR/CSS21/tables.html#q4.
SupportedColColgroupPropertiesUtil() - Constructor for class com.itextpdf.html2pdf.css.apply.util.SupportedColColgroupPropertiesUtil
 
SVG - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant SVG.
SVGIMAGE - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants.ObjectTypes
 
SvgProcessingUtil - Class in com.itextpdf.html2pdf.util
Utility class for handling operations related to SVG
SvgProcessingUtil() - Constructor for class com.itextpdf.html2pdf.util.SvgProcessingUtil
 
SvgTagWorker - Class in com.itextpdf.html2pdf.attach.impl.tags
TagWorker class for the svg element.
SvgTagWorker(IElementNode, ProcessorContext) - Constructor for class com.itextpdf.html2pdf.attach.impl.tags.SvgTagWorker
Creates a new SvgTagWorker instance.

T

TABLE - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant TABLE.
TABLE - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant TABLE.
TABLE_CELL - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant TABLE_CELL.
TABLE_LAYOUT - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant TABLE_LAYOUT.
TABLE_ROW - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant TABLE_ROW.
TableFooterTagWorker - Class in com.itextpdf.html2pdf.attach.impl.tags
TagWorker class for the footer of a table.
TableFooterTagWorker(IElementNode, ProcessorContext) - Constructor for class com.itextpdf.html2pdf.attach.impl.tags.TableFooterTagWorker
Creates a new TableFooterTagWorker instance.
TableHeaderTagWorker - Class in com.itextpdf.html2pdf.attach.impl.tags
TagWorker class for the header of a table.
TableHeaderTagWorker(IElementNode, ProcessorContext) - Constructor for class com.itextpdf.html2pdf.attach.impl.tags.TableHeaderTagWorker
Creates a new TableHeaderTagWorker instance.
TableRowWrapper - Class in com.itextpdf.html2pdf.attach.wrapelement
Wrapper for the tr element.
TableRowWrapper() - Constructor for class com.itextpdf.html2pdf.attach.wrapelement.TableRowWrapper
 
TableTagCssApplier - Class in com.itextpdf.html2pdf.css.apply.impl
ICssApplier implementation for table elements.
TableTagCssApplier() - Constructor for class com.itextpdf.html2pdf.css.apply.impl.TableTagCssApplier
 
TableTagWorker - Class in com.itextpdf.html2pdf.attach.impl.tags
TagWorker class for the table element.
TableTagWorker(IElementNode, ProcessorContext) - Constructor for class com.itextpdf.html2pdf.attach.impl.tags.TableTagWorker
Creates a new TableTagWorker instance.
TableWrapper - Class in com.itextpdf.html2pdf.attach.wrapelement
Wrapper for the table element.
TableWrapper() - Constructor for class com.itextpdf.html2pdf.attach.wrapelement.TableWrapper
 
TagConstants - Class in com.itextpdf.html2pdf.html
Class that bundles a series of tag constants.
TagProcessorMapping - Class in com.itextpdf.html2pdf.util
Class that allows to map keys (html tags, css attributes) to the corresponding tag processors (a tag worker or a CSS applier).
TagProcessorMapping() - Constructor for class com.itextpdf.html2pdf.util.TagProcessorMapping
Creates a new TagProcessorMapping instance.
TagWorkerInitializationException - Exception in com.itextpdf.html2pdf.exception
Runtime exception that gets thrown if a tag worker can't be initialized.
TagWorkerInitializationException(String, String, String) - Constructor for exception com.itextpdf.html2pdf.exception.TagWorkerInitializationException
Creates a TagWorkerInitializationException instance.
TagWorkerInitializationException(String, String, String, Throwable) - Constructor for exception com.itextpdf.html2pdf.exception.TagWorkerInitializationException
Creates a TagWorkerInitializationException instance.
TBODY - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant TBODY.
TD - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant TD.
TdTagCssApplier - Class in com.itextpdf.html2pdf.css.apply.impl
ICssApplier implementation for Td elements.
TdTagCssApplier() - Constructor for class com.itextpdf.html2pdf.css.apply.impl.TdTagCssApplier
 
TdTagWorker - Class in com.itextpdf.html2pdf.attach.impl.tags
TagWorker class for the td element.
TdTagWorker(IElementNode, ProcessorContext) - Constructor for class com.itextpdf.html2pdf.attach.impl.tags.TdTagWorker
Creates a new TdTagWorker instance.
TEXT - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant TEXT.
TEXT_BOTTOM - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant TEXT_BOTTOM.
TEXT_DECORATION_BLINK_NOT_SUPPORTED - Static variable in class com.itextpdf.html2pdf.LogMessageConstant
The Constant TEXT_DECORATION_BLINK_NOT_SUPPORTED.
TEXT_TOP - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant TEXT_TOP.
TEXT_WAS_NOT_PROCESSED - Static variable in class com.itextpdf.html2pdf.LogMessageConstant
The Constant TEXT_WAS_NOT_PROCESSED.
TextArea - Class in com.itextpdf.html2pdf.attach.impl.layout.form.element
Extension of the FormField class representing a button so that a TextAreaRenderer is used instead of the default renderer for fields.
TextArea(String) - Constructor for class com.itextpdf.html2pdf.attach.impl.layout.form.element.TextArea
Creates a new TextArea instance.
TEXTAREA - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant TEXTAREA.
TextAreaRenderer - Class in com.itextpdf.html2pdf.attach.impl.layout.form.renderer
The AbstractTextFieldRenderer implementation for text area fields.
TextAreaRenderer(TextArea) - Constructor for class com.itextpdf.html2pdf.attach.impl.layout.form.renderer.TextAreaRenderer
Creates a new TextAreaRenderer instance.
TextAreaTagWorker - Class in com.itextpdf.html2pdf.attach.impl.tags
TagWorker class for the textarea element.
TextAreaTagWorker(IElementNode, ProcessorContext) - Constructor for class com.itextpdf.html2pdf.attach.impl.tags.TextAreaTagWorker
Creates a new TextAreaTagWorker instance.
TFOOT - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant TFOOT.
TH - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant TH.
THEAD - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant THEAD.
ThTagWorker - Class in com.itextpdf.html2pdf.attach.impl.tags
 
ThTagWorker(IElementNode, ProcessorContext) - Constructor for class com.itextpdf.html2pdf.attach.impl.tags.ThTagWorker
Creates a new ThTagWorker instance.
TIME - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant TIME.
TITLE - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant TITLE.
TITLE - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant TITLE.
TitleTagWorker - Class in com.itextpdf.html2pdf.attach.impl.tags
TagWorker class for the title element.
TitleTagWorker(IElementNode, ProcessorContext) - Constructor for class com.itextpdf.html2pdf.attach.impl.tags.TitleTagWorker
Creates a new TitleTagWorker instance.
top() - Method in class com.itextpdf.html2pdf.attach.State
Peeks at the ITagWorker at the top of the stack.
TOP - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant TOP.
toTable(WaitingColgroupsHelper) - Method in class com.itextpdf.html2pdf.attach.wrapelement.TableWrapper
Renders all the rows to a Table object.
TR - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant TR.
TransformationApplierUtil - Class in com.itextpdf.html2pdf.css.apply.util
 
TrimUtil - Class in com.itextpdf.html2pdf.attach.util
Utility class to trim content.
TrTagCssApplier - Class in com.itextpdf.html2pdf.css.apply.impl
ICssApplier implementation for Tr elements.
TrTagCssApplier() - Constructor for class com.itextpdf.html2pdf.css.apply.impl.TrTagCssApplier
 
TrTagWorker - Class in com.itextpdf.html2pdf.attach.impl.tags
TagWorker class for the tr element.
TrTagWorker(IElementNode, ProcessorContext) - Constructor for class com.itextpdf.html2pdf.attach.impl.tags.TrTagWorker
Creates a new TrTagWorker instance.
TT - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant TT.
TYPE - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant TYPE.

U

U - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant U.
UL - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant UL.
UlOlTagCssApplier - Class in com.itextpdf.html2pdf.css.apply.impl
ICssApplier implementation for Ul en Ol elements.
UlOlTagCssApplier() - Constructor for class com.itextpdf.html2pdf.css.apply.impl.UlOlTagCssApplier
 
UlOlTagWorker - Class in com.itextpdf.html2pdf.attach.impl.tags
TagWorker class for the ul and ol elements.
UlOlTagWorker(IElementNode, ProcessorContext) - Constructor for class com.itextpdf.html2pdf.attach.impl.tags.UlOlTagWorker
Creates a new UlOlTagWorker instance.
UNABLE_TO_PROCESS_EXTERNAL_CSS_FILE - Static variable in class com.itextpdf.html2pdf.LogMessageConstant
The Constant UNABLE_TO_PROCESS_EXTERNAL_CSS_FILE.
UNABLE_TO_PROCESS_IMAGE_AS_SVG - Static variable in class com.itextpdf.html2pdf.LogMessageConstant
The Constant UNABLE_TO_PROCESS_IMAGE_AS_SVG
UNABLE_TO_RESOLVE_COUNTER - Static variable in class com.itextpdf.html2pdf.LogMessageConstant
The Constant UNABLE_TO_RESOLVE_COUNTER.
UNABLE_TO_RESOLVE_FONT - Static variable in class com.itextpdf.html2pdf.LogMessageConstant
The Constant UNABLE_TO_RESOLVE_FONT.
UNABLE_TO_RETRIEVE_FONT - Static variable in class com.itextpdf.html2pdf.LogMessageConstant
The Constant UNABLE_TO_RETRIEVE_FONT.
UNABLE_TO_RETRIEVE_IMAGE_WITH_GIVEN_BASE_URI - Static variable in class com.itextpdf.html2pdf.LogMessageConstant
The Constant UNABLE_TO_RETRIEVE_IMAGE_WITH_GIVEN_BASE_URI.
UNABLE_TO_RETRIEVE_STREAM_WITH_GIVEN_BASE_URI - Static variable in class com.itextpdf.html2pdf.LogMessageConstant
The Constant UNABLE_TO_RETRIEVE_STREAM_WITH_GIVEN_BASE_URI.
UNDERLINE - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant UNDERLINE.
UNKNOWN_MARGIN_BOX_CHILD - Static variable in class com.itextpdf.html2pdf.LogMessageConstant
The Constant UNKNOWN_MARGIN_BOX_CHILD.
UnsupportedEncodingException - Static variable in exception com.itextpdf.html2pdf.exception.Html2PdfException
The Constant UnsupportedEncodingException.
updateCurrentArea(LayoutResult) - Method in class com.itextpdf.html2pdf.attach.impl.layout.HtmlDocumentRenderer
 
updateCurrentPosition(int, int) - Method in class com.itextpdf.html2pdf.attach.util.RowColHelper
Update current position based on a colspan and a rowspan.
UPPERCASE - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant UPPERCASE.

V

VALIGN - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant VALIGN.
VALUE - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant VALUE.
valueOf(String) - Static method in enum com.itextpdf.html2pdf.attach.impl.layout.HtmlPageBreakType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.itextpdf.html2pdf.attach.impl.layout.PageCountType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.itextpdf.html2pdf.attach.impl.layout.HtmlPageBreakType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.itextpdf.html2pdf.attach.impl.layout.PageCountType
Returns an array containing the constants of this enum type, in the order they are declared.
VAR - Static variable in class com.itextpdf.html2pdf.html.TagConstants
The Constant VAR.
VERTICAL_ALIGN - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant VERTICAL_ALIGN.
VerticalAlignmentApplierUtil - Class in com.itextpdf.html2pdf.css.apply.util
Utilities class to apply vertical alignment values.
VISIBLE - Static variable in class com.itextpdf.html2pdf.css.CssConstants
The Constant VISIBILITY.
VSPACE - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant VSPACE.

W

WaitingColgroupsHelper - Class in com.itextpdf.html2pdf.attach.util
Helper class for waiting column groups.
WaitingColgroupsHelper(IElementNode) - Constructor for class com.itextpdf.html2pdf.attach.util.WaitingColgroupsHelper
Creates a new WaitingColgroupsHelper instance.
WaitingInlineElementsHelper - Class in com.itextpdf.html2pdf.attach.util
Helper class for waiting inline elements.
WaitingInlineElementsHelper(String, String) - Constructor for class com.itextpdf.html2pdf.attach.util.WaitingInlineElementsHelper
Creates a new WaitingInlineElementsHelper instance.
WIDTH - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant WIDTH.
WidthHeightApplierUtil - Class in com.itextpdf.html2pdf.css.apply.util
Utilities class to apply a width or a height to an element.
WORKER_UNABLE_TO_PROCESS_IT_S_TEXT_CONTENT - Static variable in class com.itextpdf.html2pdf.LogMessageConstant
The Constant WORKER_UNABLE_TO_PROCESS_IT_S_TEXT_CONTENT.
WORKER_UNABLE_TO_PROCESS_OTHER_WORKER - Static variable in class com.itextpdf.html2pdf.LogMessageConstant
The Constant WORKER_UNABLE_TO_PROCESS_OTHER_WORKER.

_

_1 - Static variable in class com.itextpdf.html2pdf.html.AttributeConstants
The Constant _1.
A B C D E F G H I J K L M N O P Q R S T U V W _ 
Skip navigation links

Copyright © 1998–2019 iText Group NV. All rights reserved.