Index

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

T

tableFooterRepeatEnabled() - Method in class com.evopdf.HtmlToPdfElement
Gets the flag indicating if the repeating of the HTML table footer in PDF pages is enabled in the PDF document
tableFooterRepeatEnabled() - Method in class com.evopdf.PdfDocumentOptions
Gets the flag indicating if the repeating of the HTML table footer in PDF pages is enabled in the PDF document generated by the HTML to PDF converter.
tableHeaderRepeatEnabled() - Method in class com.evopdf.HtmlToPdfElement
Gets the flag indicating if the repeating of the HTML table header in PDF pages is enabled in the PDF document
tableHeaderRepeatEnabled() - Method in class com.evopdf.PdfDocumentOptions
Gets the flag indicating if the repeating of the HTML table header in PDF pages is enabled in the PDF document generated by the HTML to PDF converter.
tableOfContents() - Method in class com.evopdf.Document
Gets a reference to the object controlling the automatic creation of a table of contents in the generated PDF document based on HtmlToPdfElement and HtmlToImageElement objects added to PDF document
tableOfContentsEnabled() - Method in class com.evopdf.HtmlToImageElement
Gets the flag indicating if this HTML to Image element can contribute to the PDF document table of contents
tableOfContentsEnabled() - Method in class com.evopdf.HtmlToPdfElement
Gets the flag indicating if this HTML to PDF element can contribute to the PDF document table of contents
tableOfContentsOptions() - Method in class com.evopdf.HtmlToPdfConverter
Gets a reference to the object controlling the automatic creation of a table of contents in the generated PDF document
TableOfContentsOptions - Class in com.evopdf
This class contains the necessary properties to control the automatic creation of a table of contents in a PDF document
Template - Class in com.evopdf
Represents a template element which can be repeated in all PDF document pages.
TemplateAnchoring - Enum in com.evopdf
This enumeration represents the possible anchoring positions of the PDF template in a PDF page
TemplateDocking - Enum in com.evopdf
The docking style of a PDF template in PDF page
text() - Method in class com.evopdf.Bookmark
Gets the PDF bookmark text displayed in PDF document
text() - Method in class com.evopdf.FileAttachmentElement
Gets the file attachment text
text() - Method in class com.evopdf.PdfFormButton
Gets the PDF form button text
text() - Method in class com.evopdf.PdfFormTextBox
Gets the text box initial text
text() - Method in class com.evopdf.TextElement
Gets the text to be written
text() - Method in class com.evopdf.TextNoteElement
Gets the annotation text
textAlign() - Method in class com.evopdf.TextElement
Gets the horizontal alignment of the text rendered by this element in PDF
textAngle() - Method in class com.evopdf.TextElement
Gets the angle to control text counter-clockwise direction
textBoxStyle() - Method in class com.evopdf.PdfFormOptions
Gets the text box field style object where you can set the style properties
TextElement - Class in com.evopdf
Represents a text element to be added to a PDF page or template
TextElement(float, float, float, float, String, PdfFont) - Constructor for class com.evopdf.TextElement
Constructs a paginable text element that will be rendered at the specified (x,y) position using the specified width, height and font.
TextElement(float, float, float, float, String, PdfFont, RgbColor) - Constructor for class com.evopdf.TextElement
Constructs a paginable text element that will be rendered at the specified (x,y) position using the specified width, height, font and color.
TextElement(float, float, float, String, PdfFont) - Constructor for class com.evopdf.TextElement
Constructs a paginable text element that will be rendered at the specified (x,y) position using the specified width and font.
TextElement(float, float, float, String, PdfFont, RgbColor) - Constructor for class com.evopdf.TextElement
Constructs a paginable text element that will be rendered at the specified (x,y) position using the specified width, font and color.
TextElement(float, float, String, PdfFont) - Constructor for class com.evopdf.TextElement
Constructs a paginable text element that will be rendered at the specified (x,y) position using the specified font.
TextElement(float, float, String, PdfFont, RgbColor) - Constructor for class com.evopdf.TextElement
Constructs a paginable text element that will be rendered at the specified (x,y) position using the specified font and color.
textFont() - Method in class com.evopdf.TextElement
Gets the font of the text rendered by this element in PDF
TextNoteElement - Class in com.evopdf
Represents a text annotation in the PDF page
TextNoteElement(RectangleFloat, String) - Constructor for class com.evopdf.TextNoteElement
Constructs a text note element
TextNoteIcon - Enum in com.evopdf
Defines set of text annotation types
textRise() - Method in class com.evopdf.TextElement
Gets the distance to move the text baseline up or down from its default location
Tiff - Enum constant in enum com.evopdf.ImageType
TIFF format
tiledImageEnabled() - Method in class com.evopdf.HtmlToImageConverter
Gets the flag indicating if the image captured by converter is tiled
tiledRenderingEnabled() - Method in class com.evopdf.HtmlToPdfElement
Gets the flag indicating if rendering of HTML document is tiled in the PDF document
tiledRenderingEnabled() - Method in class com.evopdf.PdfDocumentOptions
Gets the flag indicating if rendering of HTML document is tiled in the PDF document generated by the HTML to PDF converter.
tiledRenderingEnabled(boolean) - Method in class com.evopdf.HtmlToPdfElement
Sets the flag indicating if rendering of HTML document is tiled in the PDF document.
tiledRenderingEnabled(boolean) - Method in class com.evopdf.PdfDocumentOptions
Sets the flag indicating if rendering of HTML document is tiled in the PDF document generated by the HTML to PDF converter.
TimesBold - Enum constant in enum com.evopdf.StdFontBaseFamily
Times Bold
TimesBoldItalic - Enum constant in enum com.evopdf.StdFontBaseFamily
Times Bold Italic
TimesItalic - Enum constant in enum com.evopdf.StdFontBaseFamily
Times Italic
TimesRoman - Enum constant in enum com.evopdf.StdFontBaseFamily
Times Roman
title() - Method in class com.evopdf.TableOfContentsOptions
Gets the the table of contents title
Title() - Method in class com.evopdf.PdfDocumentInfo
Gets the title of the PDF document generated by the HTML to PDF converter
titleStyle() - Method in class com.evopdf.TableOfContentsOptions
Gets the global CSS style of the table of contents title
toolTip() - Method in class com.evopdf.PdfFormField
Gets the PDF form field tooltip
top() - Method in class com.evopdf.PdfMargins
Gets the top margin in points
Top - Enum constant in enum com.evopdf.TemplateDocking
The template is docked to the the top of the PDF page.
Top - Enum constant in enum com.evopdf.VerticalTextAlign
Top aligned
TopLeft - Enum constant in enum com.evopdf.TemplateAnchoring
The template will be anchored in the top left corner of the page.
topMargin() - Method in class com.evopdf.PdfDocumentOptions
Gets the rendered PDF document top margin in points.
TopRight - Enum constant in enum com.evopdf.TemplateAnchoring
The template will be anchored in the top right corner of the page.
topSpacing() - Method in class com.evopdf.HtmlToImageElement
Gets the space in points to introduce at the top of PDF pages where the HTML is rendered.
topSpacing() - Method in class com.evopdf.HtmlToPdfElement
Gets the space in points to introduce at the top of PDF pages where the HTML is rendered.
topSpacing() - Method in class com.evopdf.PdfDocumentOptions
Gets the space in points to introduce at the top of PDF pages where the HTML is rendered.
translate(float, float) - Method in class com.evopdf.PageGraphicElement
Translates the coordinate system before rendering the element.
transparencyEnabled() - Method in class com.evopdf.Document
Gets a flag indicating if the transparency is enabled in the PDF document
transparencyEnabled() - Method in class com.evopdf.PdfDocumentOptions
Gets the flag indicating if the transparency is enabled in the PDF document generated by the HTML to PDF converter.
transparentBackground() - Method in class com.evopdf.HtmlToImageConverter
Gets the flag indicating if the resulted image will have a transparent background when converting a HTML document without a defined background color or image
transparentImagesEnabled() - Method in class com.evopdf.HtmlToPdfElement
Gets the flag indicating if the converter uses transparency information of the images in the PDF document
transparentImagesEnabled() - Method in class com.evopdf.PdfDocumentOptions
Gets the flag indicating if the converter uses transparency information of the images in the PDF document generated by the HTML to PDF converter.
triggeringMode() - Method in class com.evopdf.HtmlToImageConverter
Gets the conversion triggering mode used by converter
triggeringMode() - Method in class com.evopdf.HtmlToImageElement
Gets the conversion triggering mode used by converter
triggeringMode() - Method in class com.evopdf.HtmlToPdfConverter
Gets the conversion triggering mode used by the HTML to PDF converter
triggeringMode() - Method in class com.evopdf.HtmlToPdfElement
Gets the conversion triggering mode used by the HTML to PDF converter
triggeringMode() - Method in class com.evopdf.HtmlToSvgConverter
Gets the conversion triggering mode used by converter
TriggeringMode - Enum in com.evopdf
This enumeration represents the possible modes to trigger the conversion of a HTML document
TwoColumnLeft - Enum constant in enum com.evopdf.ViewerPageLayout
Display the pages in two columns, with odd numbered pages on the left
TwoColumnRight - Enum constant in enum com.evopdf.ViewerPageLayout
Display the pages in two columns, with odd numbered pages on the right
type() - Method in class com.evopdf.DocumentOperation
 
type() - Method in class com.evopdf.ProxyOptions
Gets the proxy type
A B C D E F G H I J K L M N O P R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values