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

I

Icon - Enum constant in enum com.evopdf.ImageType
Icon format
iconColor() - Method in class com.evopdf.FileAttachmentElement
Gets the file attachment icon color
iconType() - Method in class com.evopdf.FileAttachmentElement
Gets the file attachment icon type
imageData() - Method in class com.evopdf.ImageElement
Gets the underlying image data
ImageElement - Class in com.evopdf
Objects of this class can be added to a PDF document to render images
ImageElement(float, float, byte[]) - Constructor for class com.evopdf.ImageElement
Creates an ImageElement object from the specified image data that will be rendered at the position (x,y) with a width equal to the available space in page and the height auto determined to keep the aspect ratio
ImageElement(float, float, float, byte[]) - Constructor for class com.evopdf.ImageElement
Creates an ImageElement object from the specified image data that will be rendered at the position (x,y) with the specified width destWidth and the height auto determined to keep the aspect ratio
ImageElement(float, float, float, float, boolean, byte[]) - Constructor for class com.evopdf.ImageElement
Creates an ImageElement object from the specified image data that will be rendered at the position (x,y) with the (destWidth,destHeight) size
ImageElement(float, float, float, float, boolean, String) - Constructor for class com.evopdf.ImageElement
Creates an ImageElement from the specified file that will be rendered at the position (x,y) with the (destWidth,destHeight) size
ImageElement(float, float, float, float, byte[]) - Constructor for class com.evopdf.ImageElement
Creates an ImageElement object from the specified image data that will be rendered at the position (x,y) with the (destWidth,destHeight) size keeping the aspect ratio
ImageElement(float, float, float, float, String) - Constructor for class com.evopdf.ImageElement
Creates an ImageElement from the specified file that will be rendered at the position (x,y) with the (destWidth,destHeight) size keeping the aspect ratio
ImageElement(float, float, float, String) - Constructor for class com.evopdf.ImageElement
Creates an ImageElement object from the specified file that will be rendered at the position (x,y) with the specified width destWidth and the height auto determined to keep the initial aspect ratio
ImageElement(float, float, String) - Constructor for class com.evopdf.ImageElement
Creates an ImageElement object from the specified file that will be rendered at the position (x,y) with the width equal to available width in page and the height auto determined to keep the initial aspect ratio
imagePartSize() - Method in class com.evopdf.HtmlToImageConverter
Gets the maximum height in pixels of an image part in converter
imagePartSize() - Method in class com.evopdf.HtmlToImageElement
Gets the maximum height in pixels of an image part in converter
imagePartSize() - Method in class com.evopdf.HtmlToPdfConverter
Gets the maximum height in pixels of an image part in HTML to PDF converter
imagePartSize() - Method in class com.evopdf.HtmlToPdfElement
Gets the maximum height in pixels of an image part in HTML to PDF converter
imagesScalingEnabled() - Method in class com.evopdf.HtmlToPdfElement
Gets the flag indicating if the images scaling is allowed in the PDF document
imagesScalingEnabled() - Method in class com.evopdf.PdfDocumentOptions
Gets the flag indicating if the images scaling is allowed in the PDF document generated by the HTML to PDF converter.
ImageType - Enum in com.evopdf
The possible image formats
ImpersonationLogonMode - Enum in com.evopdf
The logon mode for impersonation *
impersonationOptions() - Method in class com.evopdf.HtmlToImageConverter
The impersonation options applied during navigation
impersonationOptions() - Method in class com.evopdf.HtmlToImageElement
The impersonation options applied during navigation
impersonationOptions() - Method in class com.evopdf.HtmlToPdfConverter
The impersonation options applied during navigation in HTML to PDF converter
impersonationOptions() - Method in class com.evopdf.HtmlToPdfElement
The impersonation options applied during navigation in HTML to PDF converter
impersonationOptions() - Method in class com.evopdf.HtmlToSvgConverter
The impersonation options applied during navigation
ImpersonationOptions - Class in com.evopdf
This class encapsulates the options to control the HTML converter impersonation during navigation
ImpersonationOptions() - Constructor for class com.evopdf.ImpersonationOptions
 
IncludeAnnotations - Static variable in class com.evopdf.PdfFormSubmitFlags
Shall be used only when the form is being submitted in Forms Data Format (that is, when both the XFDF and ExportFormat flags are clear).
IncludeAppendSaves - Static variable in class com.evopdf.PdfFormSubmitFlags
Shall be used only when the form is being submitted in Forms Data Format (that is, when both the XFDF and ExportFormat flags are clear).
IncludeExclude - Static variable in class com.evopdf.PdfFormSubmitFlags
If clear, the Fields array specifies which fields to include in the submission.
includeFields() - Method in class com.evopdf.PdfResetFormAction
Gets the flag indicating if the Fields property defines the fields to be included or the fields to be excluded from reset
includeFields() - Method in class com.evopdf.PdfSubmitFormAction
Gets the flag indicating if the Fields property defines the fields to be included or the fields to be excluded from submit
IncludeNoValueFields - Static variable in class com.evopdf.PdfFormSubmitFlags
If set, all fields designated by the Fields array and the Include/Exclude flag shall be submitted, regardless of whether they have a value.
index() - Method in class com.evopdf.PdfPage
Gets the index of this page in the parent PDF document
indexOfPage(PdfPage) - Method in class com.evopdf.Document
Gets the index of a PDF page in pages collection
INDIGO - Static variable in class com.evopdf.RgbColor
The predefined indigo color
initialHtmlViewerHeight() - Method in class com.evopdf.HtmlToImageConverter
Gets the initial height in pixels of the HTML viewer in converter
initialHtmlViewerHeight() - Method in class com.evopdf.HtmlToImageElement
Gets the initial height in pixels of the HTML viewer in converter
initialHtmlViewerHeight() - Method in class com.evopdf.HtmlToPdfConverter
Gets the initial height in pixels of the HTML viewer in HTML to PDF converter
initialHtmlViewerHeight() - Method in class com.evopdf.HtmlToPdfElement
Gets the initial height in pixels of the HTML viewer in HTML to PDF converter
initialHtmlViewerHeight() - Method in class com.evopdf.HtmlToSvgConverter
Gets the initial height in pixels of the HTML viewer in converter
Insert - Enum constant in enum com.evopdf.TextNoteIcon
 
insertDocument(int, byte[]) - Method in class com.evopdf.Document
Inserts the PDF document given as parameter in the current document at the given page index
insertDocument(int, byte[], boolean, boolean, boolean) - Method in class com.evopdf.Document
Inserts the PDF document given as parameter to the current document and optionally applies the current document header and footer to the appended document pages
insertDocument(int, byte[], String) - Method in class com.evopdf.Document
Inserts the password protected PDF document given as parameter in the current document at the given page index
insertDocument(int, byte[], String, boolean, boolean, boolean) - Method in class com.evopdf.Document
Inserts the password protected PDF document given as parameter to the current document and optionally applies the current document header and footer to the appended document pages
insertDocument(int, String) - Method in class com.evopdf.Document
Inserts the PDF file given as parameter in the current document at the given page index
insertDocument(int, String, boolean, boolean, boolean) - Method in class com.evopdf.Document
Inserts the PDF file given as parameter to the current document and optionally applies the current document header and footer to the appended document pages
insertDocument(int, String, String) - Method in class com.evopdf.Document
Inserts the password protected PDF file given as parameter in the current document at the given page index
insertDocument(int, String, String, boolean, boolean, boolean) - Method in class com.evopdf.Document
Inserts the password protected PDF file given as parameter to the current document and optionally applies the current document header and footer to the appended document pages
InsertDocument - Enum constant in enum com.evopdf.DocumentOpType
 
insertNewPagesEnabled() - Method in class com.evopdf.HtmlToImageElement
Gets the flag indicating if the HTML to image element will always insert a new page in the PDF document when rendering next page instead of trying to use an already existing PDF page
insertNewPagesEnabled() - Method in class com.evopdf.HtmlToPdfElement
Gets the flag indicating if the HTML to PDF element will always insert a new page in the PDF document when rendering next page instead of trying to use an already existing PDF page
insertNewPagesMode() - Method in class com.evopdf.ImageElement
Gets the flag indicating if the Image element will always insert a new page in the PDF document when rendering next page instead of trying to use an already existing PDF page
insertPage(int, PdfPageSize, PdfMargins, PdfPageOrientation) - Method in class com.evopdf.Document
Creates a new PDF page with the specified size, margins and orientation and inserts it into the collection at the specified index
insertPage(int, PdfPageSize, PdfMargins, PdfPageOrientation, RotationAngle) - Method in class com.evopdf.Document
Creates a new PDF page with the specified size, margins and orientation and inserts it into the collection at the specified index
InsertPage - Enum constant in enum com.evopdf.DocumentOpType
 
Integer - Enum constant in enum com.evopdf.ObjectValueType
 
interactiveHiddenElements() - Method in class com.evopdf.HtmlToImageElement
Gets the flag indicating if the interactive features are enabled for hidden HTML elements
interactiveHiddenElements() - Method in class com.evopdf.HtmlToPdfElement
Gets the flag indicating if the interactive features are enabled for hidden HTML elements
interactiveHiddenElements() - Method in class com.evopdf.PdfDocumentOptions
Gets the flag indicating if the interactive features are enabled for hidden HTML elements.
InternalLinkElement - Class in com.evopdf
This class represents an internal link element in the PDF document which can be used to connect various sections of a PDF document
InternalLinkElement(RectangleFloat, ExplicitDestination) - Constructor for class com.evopdf.InternalLinkElement
Constructs a PDF internal link element with the given location and destination
internalLinksEnabled() - Method in class com.evopdf.HtmlToImageElement
Gets the flag indicating if the converter will convert the internal HTML links (links with anchors) to internal PDF links in the PDF document
internalLinksEnabled() - Method in class com.evopdf.HtmlToPdfElement
Gets the flag indicating if the HTML to PDF converter to convert the internal HTML links (links with anchors) to internal PDF links in the PDF document
internalLinksEnabled() - Method in class com.evopdf.PdfDocumentOptions
Gets the flag indicating if the HTML to PDF converter to convert the internal HTML links (links with anchors) to internal PDF links in the PDF document generated by the HTML to PDF converter.
interruptSlowJavaScript() - Method in class com.evopdf.HtmlToImageConverter
Gets the flag indicating if the slow JavaScript script should be interrupted in converter.
interruptSlowJavaScript() - Method in class com.evopdf.HtmlToImageElement
Gets the flag indicating if the slow JavaScript script should be interrupted in converter.
interruptSlowJavaScript() - Method in class com.evopdf.HtmlToPdfConverter
Gets the flag indicating if the slow JavaScript script should be interrupted in HTML to PDF converter
interruptSlowJavaScript() - Method in class com.evopdf.HtmlToPdfElement
Gets the flag indicating if the slow JavaScript script should be interrupted in HTML to PDF converter
interruptSlowJavaScript() - Method in class com.evopdf.HtmlToSvgConverter
Gets the flag indicating if the slow JavaScript script should be interrupted in converter.
isFooter() - Method in class com.evopdf.Template
Gets a flag indicating if this template was created as document footer
isHeader() - Method in class com.evopdf.Template
Gets a flag indicating if this template was created as document header
isLoadedPage() - Method in class com.evopdf.PdfPage
Gets the flag indicating if this page was loaded from another PDF document
isMultiLine() - Method in class com.evopdf.PdfFormTextBox
Gets the flag indicating if the text box is multiline
isPassword() - Method in class com.evopdf.PdfFormTextBox
Gets the flag indicating if this text box is used to enter a password
italic() - Method in class com.evopdf.PdfFont
Gets the flag indicating if the font is italic
Italic - Static variable in class com.evopdf.PdfBookmarkStyle
The text is italic.
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