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

E

editable() - Method in class com.evopdf.PdfFormComboBox
Gets the flag indicating if the combo box presents a text box above the drop down list
ElementsRenderer - Class in com.evopdf
Base class for classes capable of rendering page elements
ElementsRenderer() - Constructor for class com.evopdf.ElementsRenderer
 
EllipseArcElement - Class in com.evopdf
Represents an ellipse arc element
EllipseArcElement(float, float, float, float, float, float) - Constructor for class com.evopdf.EllipseArcElement
Constructs an ellipse arc element
EllipseElement - Class in com.evopdf
This class represents an ellipse element that can be added to a PDF document
EllipseElement(float, float, float, float) - Constructor for class com.evopdf.EllipseElement
This constructor constructs an ellipse element at the given coordinates and having the given size
EllipseSliceElement - Class in com.evopdf
This class represents an ellipse slice element that can be added to a PDF document
EllipseSliceElement(float, float, float, float, float, float) - Constructor for class com.evopdf.EllipseSliceElement
Constructs an ellipse slice element
embedFont() - Method in class com.evopdf.PdfFont
Gets the flag indicating if the font should be embedded in PDF document.
embedFonts() - Method in class com.evopdf.HtmlToPdfElement
Gets the flag indicating if the HTML to PDF converter will embed all the true type fonts in the PDF document
embedFonts() - Method in class com.evopdf.PdfDocumentOptions
Gets the flag indicating if the HTML to PDF converter will embed all the true type fonts in the PDF document generated by the HTML to PDF converter.
EmbedForm - 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).
embedSysFont() - Method in class com.evopdf.TextElement
Gets the flag indicating if the font associated with this text element should be embedded in the generated PDF document
EMPTY - Static variable in class com.evopdf.DateAndTime
 
EMPTY - Static variable in class com.evopdf.PdfMargins
Empty margins object
EMPTY - Static variable in class com.evopdf.PointFloat
 
EMPTY - Static variable in class com.evopdf.RectangleFloat
 
EMPTY - Static variable in class com.evopdf.RgbColor
The predefined null color
EMPTY - Static variable in class com.evopdf.SizeFloat
The null size
enable3DTransformations() - Method in class com.evopdf.HtmlToImageConverter
Gets the flag indicating if the accelerated CSS 3D transformations are enabled in converter.
enable3DTransformations() - Method in class com.evopdf.HtmlToImageElement
Gets the flag indicating if the accelerated CSS 3D transformations are enabled in converter.
enable3DTransformations() - Method in class com.evopdf.HtmlToPdfConverter
Gets the flag indicating if the accelerated CSS 3D transformations are enabled in the HTML to PDF converter.
enable3DTransformations() - Method in class com.evopdf.HtmlToPdfElement
Gets the flag indicating if the accelerated CSS 3D transformations are enabled in the HTML to PDF converter.
enable3DTransformations() - Method in class com.evopdf.HtmlToSvgConverter
Gets the flag indicating if the accelerated CSS 3D transformations are enabled in converter.
enableAccelerated2DCanvas() - Method in class com.evopdf.HtmlToImageConverter
Gets the flag indicating if the accelerated 2D canvas is enabled in converter
enableAccelerated2DCanvas() - Method in class com.evopdf.HtmlToImageElement
Gets the flag indicating if the accelerated 2D canvas is enabled in converter
enableAccelerated2DCanvas() - Method in class com.evopdf.HtmlToPdfConverter
Gets the flag indicating if the accelerated 2D canvas is enabled in the HTML to PDF converter
enableAccelerated2DCanvas() - Method in class com.evopdf.HtmlToPdfElement
Gets the flag indicating if the accelerated 2D canvas is enabled in the HTML to PDF converter
enableAccelerated2DCanvas() - Method in class com.evopdf.HtmlToSvgConverter
Gets the flag indicating if the accelerated 2D canvas is enabled in converter
enableHttp2() - Method in class com.evopdf.HtmlToImageConverter
Gets the flag indicating if the HTTP2 protocol is enabled in in HTML to Image converter.
enableHttp2() - Method in class com.evopdf.HtmlToImageElement
Gets the flag indicating if the HTTP2 protocol is enabled in in HTML to Image element converter.
enableHttp2() - Method in class com.evopdf.HtmlToPdfConverter
Gets the flag indicating if the HTTP2 protocol is enabled in in HTML to PDF converter.
enableHttp2() - Method in class com.evopdf.HtmlToPdfElement
Gets the flag indicating if the HTTP2 protocol is enabled in in HTML to PDF element converter.
enableHttp2() - Method in class com.evopdf.HtmlToSvgConverter
Gets the flag indicating if the HTTP2 protocol is enabled in in HTML to SVG converter.
enablePersistentStorage() - Method in class com.evopdf.HtmlToImageConverter
Gets the flag indicating if the persistent local storage is enabled in converter
enablePersistentStorage() - Method in class com.evopdf.HtmlToImageElement
Gets the flag indicating if the persistent local storage is enabled in converter
enablePersistentStorage() - Method in class com.evopdf.HtmlToPdfConverter
Gets the flag indicating if the persistent local storage is enabled in converter
enablePersistentStorage() - Method in class com.evopdf.HtmlToPdfElement
Gets the flag indicating if the persistent local storage is enabled in converter
enablePersistentStorage() - Method in class com.evopdf.HtmlToSvgConverter
Gets the flag indicating if the persistent local storage is enabled in converter
enableWebGL() - Method in class com.evopdf.HtmlToImageConverter
Gets the flag indicating if the WebGL is enabled in converter
enableWebGL() - Method in class com.evopdf.HtmlToImageElement
Gets the flag indicating if the WebGL is enabled in converter
enableWebGL() - Method in class com.evopdf.HtmlToPdfConverter
Gets the flag indicating if the WebGL is enabled in the HTML to PDF converter
enableWebGL() - Method in class com.evopdf.HtmlToPdfElement
Gets the flag indicating if the WebGL is enabled in the HTML to PDF converter
enableWebGL() - Method in class com.evopdf.HtmlToSvgConverter
Gets the flag indicating if the WebGL is enabled in converter
encryptionAlgorithm() - Method in class com.evopdf.PdfSecurityOptions
Gets encryption algorithm used to encrypt the PDF document generated by the HTML to PDF converter
EncryptionAlgorithm - Enum in com.evopdf
This enumeration contains the possible values of the encryption algorithm used to encrypt a PDF document
EncryptionKeySize - Enum in com.evopdf
This enumeration contains the possible values of the length of the encryption key used to encrypt a PDF document
EncryptKey128Bit - Enum constant in enum com.evopdf.EncryptionKeySize
A 128 bit length.
EncryptKey256Bit - Enum constant in enum com.evopdf.EncryptionKeySize
A 256 bit length.
EncryptKey40Bit - Enum constant in enum com.evopdf.EncryptionKeySize
A 40 bit length.
endColor() - Method in class com.evopdf.GradientColor
Gets the gradient end color
endX() - Method in class com.evopdf.LineElement
Gets the end X coordinate
endY() - Method in class com.evopdf.LineElement
Gets the end Y coordinate
enhancedGraphicsQuality() - Method in class com.evopdf.HtmlToPdfElement
Gets the flag indicating the PDF graphics are rendered at the best quality in the PDF document
enhancedGraphicsQuality() - Method in class com.evopdf.PdfDocumentOptions
Gets the flag indicating the PDF graphics are rendered at the best quality in the PDF document generated by the HTML to PDF converter.
enlargeEnabled() - Method in class com.evopdf.ImageElement
Gets the flag indicating if the image can be enlarged if necessary to fit the destination in PDF.
ExclFKey - 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).
ExclNonUserAnnots - 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) and the IncludeAnnotations flag is set.
Exclusion - Enum constant in enum com.evopdf.Blending
Produces an effect similar to that of the Difference mode but lower in contrast.
Explicit - Enum constant in enum com.evopdf.ImpersonationLogonMode
Explicit logon
ExplicitDestination - Class in com.evopdf
Represents a destination in the PDF document for links, bookmarks and other interactive PDF features
ExplicitDestination(PdfPage) - Constructor for class com.evopdf.ExplicitDestination
Constructs a destination to the specified page
ExplicitDestination(PdfPage, PointFloat) - Constructor for class com.evopdf.ExplicitDestination
Constructs a destination to the specified location in the specified page
ExplicitDestination(PdfPage, PointFloat, DestinationViewMode) - Constructor for class com.evopdf.ExplicitDestination
Constructs a destination to the specified location in the specified page and with the specified view mode of the destination page
export() - Method in class com.evopdf.PdfFormAutoFieldStyle
Gets the flag indicating if the field is exported by a submit form action
export() - Method in class com.evopdf.PdfFormField
Gets the flag indicating if the field is exported by a submit form action
ExportFormat - Static variable in class com.evopdf.PdfFormSubmitFlags
Meaningful only if the SubmitPDF and XFDF flags are clear.
extensionsEnabled() - Method in class com.evopdf.HtmlToImageConverter
Gets the flag indicating if the HTML viewer extensions are executed during conversion.
extensionsEnabled() - Method in class com.evopdf.HtmlToImageElement
Gets the flag indicating if the HTML viewer extensions are executed during conversion.
extensionsEnabled() - Method in class com.evopdf.HtmlToPdfConverter
Gets the flag indicating if the HTML viewer extensions are executed during HTML to PDF conversion
extensionsEnabled() - Method in class com.evopdf.HtmlToPdfElement
Gets the flag indicating if the HTML viewer extensions are executed during HTML to PDF conversion
extensionsEnabled() - Method in class com.evopdf.HtmlToSvgConverter
Gets the flag indicating if the HTML viewer extensions are executed during conversion.
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