Index
All Classes and Interfaces|All Packages|Constant Field Values
P
- pageBreakAfterHtmlElementsSelectors() - Method in class com.winnovative_software.HtmlToImageElement
-
Gets the CSS selectors of the HTML elements after which to force a page break in PDF document
- pageBreakAfterHtmlElementsSelectors() - Method in class com.winnovative_software.HtmlToPdfElement
-
Gets the CSS selectors of the HTML elements after which to force a page break in PDF document
- pageBreakAfterHtmlElementsSelectors() - Method in class com.winnovative_software.PdfDocumentOptions
-
Gets the CSS selectors of the HTML elements after which to force a page break in PDF document
- pageBreakBeforeHtmlElementsSelectors() - Method in class com.winnovative_software.HtmlToImageElement
-
Gets the CSS selectors of the HTML elements before which to force a page break in PDF document
- pageBreakBeforeHtmlElementsSelectors() - Method in class com.winnovative_software.HtmlToPdfElement
-
Gets the CSS selectors of the HTML elements before which to force a page break in PDF document
- pageBreakBeforeHtmlElementsSelectors() - Method in class com.winnovative_software.PdfDocumentOptions
-
Gets the CSS selectors of the HTML elements before which to force a page break in PDF document
- pageCount() - Method in class com.winnovative_software.TableOfContentsOptions
-
Gets the number of pages on which the table of contents is created and together with the
TableOfContentsOptions.startPageIndex()
helps to localize the position of the table of contents inside the generated PDF document. - PageElement - Class in com.winnovative_software
-
This abstract class is the base class for all elements that can can be added in a PDF document
- PageElement() - Constructor for class com.winnovative_software.PageElement
- PageGraphicElement - Class in com.winnovative_software
-
This abstract class is the base class for all graphic elements that can be added to a PDF document
- pageIndex() - Method in class com.winnovative_software.PdfRectangle
-
Gets the zero based index of the PDF page containing this rectangle
- pageLayout() - Method in class com.winnovative_software.ViewerPreferences
-
Gets the page layout to be used when the PDF document generated by the HTML to PDF converter is opened
- pageMode() - Method in class com.winnovative_software.ViewerPreferences
-
Gets how the PDF document generated by the HTML to PDF converter should be displayed when opened
- pageNumberingPageCountIncrement() - Method in class com.winnovative_software.PdfFooterOptions
-
Gets the increment for the total number of pages displayed using &P; variable in a
TextElement
orHtmlToPdfVariableElement
added to the footer - pageNumberingPageCountIncrement() - Method in class com.winnovative_software.PdfHeaderOptions
-
Gets the increment for the total number of pages displayed using &P; variable in a
TextElement
orHtmlToPdfVariableElement
added to the header - pageNumberingPageCountIncrement() - Method in class com.winnovative_software.Template
-
Gets the increment for the total number of pages displayed using &P; variable in a
TextElement
orHtmlToPdfVariableElement
added to the template - pageNumberingStartIndex() - Method in class com.winnovative_software.PdfFooterOptions
-
Gets the start index for page numbering using the &p; variable in a
TextElement
orHtmlToPdfVariableElement
added to the footer - pageNumberingStartIndex() - Method in class com.winnovative_software.PdfHeaderOptions
-
Gets the start index for page numbering using the &p; variable in a
TextElement
orHtmlToPdfVariableElement
added to the header - pageNumberingStartIndex() - Method in class com.winnovative_software.TableOfContentsOptions
-
Gets the start index for page numbering in the table of contents
- pageNumberingStartIndex() - Method in class com.winnovative_software.Template
-
Gets the start index for page numbering using the &p; variable in a
TextElement
orHtmlToPdfVariableElement
added to the template - pageNumbersEnabled() - Method in class com.winnovative_software.TableOfContentsOptions
-
Gets the flag indicating if the table of contents items will have page numbers besides the title
- pageSize() - Method in class com.winnovative_software.PdfPage
-
Gets the size in points of this PDF page
- paginate() - Method in class com.winnovative_software.HtmlToImageElement
-
Gets the flag indicating if the HTML to image element can be paginated to render many PDF pages if necessary
- paginate() - Method in class com.winnovative_software.HtmlToPdfElement
-
Gets the flag indicating if the HTML to PDF element can be paginated to render many PDF pages if necessary
- paginate() - Method in class com.winnovative_software.ImageElement
-
Gets the flag indicating if the element can be paginated and rendered in many PDF pages
- paginate() - Method in class com.winnovative_software.TextElement
-
Gets the flag indicating if the text can be paginated to render many PDF pages if necessary
- Paperclip - Enum constant in enum com.winnovative_software.FileAttachmentIcon
-
Paperclip icon
- Paragraph - Enum constant in enum com.winnovative_software.TextNoteIcon
- parentBookmark() - Method in class com.winnovative_software.Bookmark
-
Gets the parent bookmark of this bookmark or null if the bookmark has no parent
- parentDocument() - Method in class com.winnovative_software.ElementsRenderer
-
Gets the parent document of this renderer
- parentDocument() - Method in class com.winnovative_software.PdfForm
-
Gets the form parent document
- parentForm() - Method in class com.winnovative_software.PdfFormField
-
Gets the field parent form
- parentGroup() - Method in class com.winnovative_software.PdfFormRadioButton
-
Gets the parent radio buttons group
- password() - Method in class com.winnovative_software.AuthenticationOptions
-
Gets the password of the user used for authentication
- password() - Method in class com.winnovative_software.ImpersonationOptions
-
Gets the password of the user specified by
ImpersonationOptions.username()
andImpersonationOptions.domain()
properties. - password() - Method in class com.winnovative_software.ProxyOptions
-
Gets the password used for authentication
- passwordTextBoxStyle() - Method in class com.winnovative_software.PdfFormOptions
-
Gets the password text box field style object where you can set the style properties
- PathElement - Class in com.winnovative_software
-
Represents a graphic path element to be rendered in a PDF document
- PathElement(PointFloat) - Constructor for class com.winnovative_software.PathElement
-
Creates a graphic path element
- Pdf_A_1b - Enum constant in enum com.winnovative_software.PdfStandardSubset
- Pdf_X_1a - Enum constant in enum com.winnovative_software.PdfStandardSubset
- PdfAction - Class in com.winnovative_software
-
Base class for the Go To, JavaScript, Submit Form or Reset Form actions
- PdfAction() - Constructor for class com.winnovative_software.PdfAction
- PdfActionGoTo - Class in com.winnovative_software
-
Represents a Go To action in the PDF document
- PdfActionGoTo(ExplicitDestination) - Constructor for class com.winnovative_software.PdfActionGoTo
-
Creates a Go To action based on the specified explicit destination
- PdfActionJavaScript - Class in com.winnovative_software
-
Represents a JavaScript action in the PDF document
- PdfActionJavaScript(String) - Constructor for class com.winnovative_software.PdfActionJavaScript
-
Creates a JavaScript action based on a JavaScript string
- pdfBookmarkOptions() - Method in class com.winnovative_software.HtmlToImageElement
-
Gets a reference to the object controlling the bookmarks creation for the rendered PDF document.
- pdfBookmarkOptions() - Method in class com.winnovative_software.HtmlToPdfConverter
-
Gets a reference to the object controlling the bookmarks creation for the rendered PDF document generated by the HTML to PDF converter.
- pdfBookmarkOptions() - Method in class com.winnovative_software.HtmlToPdfElement
-
Gets a reference to the object controlling the bookmarks creation for the rendered PDF document.
- PdfBookmarkOptions - Class in com.winnovative_software
-
This class contains the necessary properties to control the bookmarks creation in a PDF document
- PdfBookmarkOptions() - Constructor for class com.winnovative_software.PdfBookmarkOptions
- PdfBookmarkStyle - Class in com.winnovative_software
-
This enumeration represents the possible styles of a bookmark in a PDF document
- PdfBookmarkStyle() - Constructor for class com.winnovative_software.PdfBookmarkStyle
- PdfBorderStyle - Enum in com.winnovative_software
-
This enumeration represents the possible border styles in a PDF document
- pdfCompressionLevel() - Method in class com.winnovative_software.PdfDocumentOptions
-
Gets the compression level of the PDF document created by the HTML to PDF converter.
- PdfCompressionLevel - Enum in com.winnovative_software
-
This enumeration contains the possible color spaces of a PDF document
- pdfDocumentInfo() - Method in class com.winnovative_software.HtmlToPdfConverter
-
Gets a reference to the object to controlling the generated PDF document information like the document title, author, subject or creation date
- PdfDocumentInfo - Class in com.winnovative_software
-
This class encapsulates the options to control the PDF document description (author, title, keywords, etc).
- PdfDocumentInfo() - Constructor for class com.winnovative_software.PdfDocumentInfo
- pdfDocumentOptions() - Method in class com.winnovative_software.HtmlToPdfConverter
-
Gets a reference to the object controlling the conversion process and the generated PDF document properties.
- PdfDocumentOptions - Class in com.winnovative_software
-
This class encapsulates the options to control the PDF document rendering process.
- PdfDocumentOptions() - Constructor for class com.winnovative_software.PdfDocumentOptions
- PdfDocumentTableOfContents - Class in com.winnovative_software
-
This class contains the necessary properties to control the creation of a table of contents in a PDF document based on the HTML to PDF and HTML to Image elements added to document
- PdfDocumentTableOfContents() - Constructor for class com.winnovative_software.PdfDocumentTableOfContents
- PdfFont - Class in com.winnovative_software
-
This class represents a font in the PDF document that can be used by the text elements
- PdfFont(byte[], float) - Constructor for class com.winnovative_software.PdfFont
-
Creates a PDF font from font data
- PdfFont(StandardCJKFont, float) - Constructor for class com.winnovative_software.PdfFont
-
Creates a CJK font
- PdfFont(StdFontBaseFamily, float) - Constructor for class com.winnovative_software.PdfFont
-
Creates a standard PDF font
- PdfFont(String, float) - Constructor for class com.winnovative_software.PdfFont
-
Creates a PDF font from a font file
- PdfFont(String, float, boolean) - Constructor for class com.winnovative_software.PdfFont
-
Creates a PDF font for a font family name.
- pdfFooterOptions() - Method in class com.winnovative_software.HtmlToPdfConverter
-
Gets a reference to an object to control the generated PDF document footer options.
- PdfFooterOptions - Class in com.winnovative_software
-
This class encapsulates the options to control the appearance of the footer in the rendered PDF document.
- PdfForm - Class in com.winnovative_software
-
This class represents the PDF form of a PDF document
- PdfFormAutoFieldStyle - Class in com.winnovative_software
-
This class offers the necessary properties and methods to control the style of the automatically generated PDF form fields
- PdfFormAutoFieldStyle() - Constructor for class com.winnovative_software.PdfFormAutoFieldStyle
- PdfFormButton - Class in com.winnovative_software
-
Represents a button in a PDF form
- PdfFormButton(RectangleFloat, String, PdfFont) - Constructor for class com.winnovative_software.PdfFormButton
-
Constructs text box form field
- PdfFormCheckBox - Class in com.winnovative_software
-
Represents a check box in a PDF form
- PdfFormCheckBox(RectangleFloat, boolean) - Constructor for class com.winnovative_software.PdfFormCheckBox
-
Constructs a check box form fields
- PdfFormComboBox - Class in com.winnovative_software
-
Represents a combo box in a PDF form
- PdfFormComboBox(RectangleFloat, String[], PdfFont) - Constructor for class com.winnovative_software.PdfFormComboBox
-
Constructs a combo box form field
- PdfFormField - Class in com.winnovative_software
-
This class represents a field in the PDF form of a PDF document
- PdfFormField() - Constructor for class com.winnovative_software.PdfFormField
- PdfFormFieldStyle - Class in com.winnovative_software
-
This class represents the style of a PDF form field in a PDF document
- PdfFormFieldStyle() - Constructor for class com.winnovative_software.PdfFormFieldStyle
- PdfFormListBox - Class in com.winnovative_software
-
Represents a list box in a PDF form
- PdfFormListBox(RectangleFloat, String[], PdfFont) - Constructor for class com.winnovative_software.PdfFormListBox
-
Constructs a list box form field
- pdfFormOptions() - Method in class com.winnovative_software.HtmlToPdfConverter
-
Gets a reference to the object controlling the automatic conversion of a HTML form to a PDF form in the generated PDF document
- pdfFormOptions() - Method in class com.winnovative_software.HtmlToPdfElement
-
Gets a reference to the object controlling the automatic conversion of a HTML form to a PDF form in the generated PDF document
- PdfFormOptions - Class in com.winnovative_software
-
This class contains the properties to control the automatic conversion of a HTML form into a fillable PDF form
- PdfFormOptions() - Constructor for class com.winnovative_software.PdfFormOptions
- PdfFormRadioButton - Class in com.winnovative_software
-
Represents a radio button in a radio buttons group
- PdfFormRadioButton(RectangleFloat, String) - Constructor for class com.winnovative_software.PdfFormRadioButton
-
Constructs a radio button form field to be added to a radio buttons group
- PdfFormRadioButtonsGroup - Class in com.winnovative_software
-
Represents a group of radio buttons in a PDF form
- PdfFormRadioButtonsGroup() - Constructor for class com.winnovative_software.PdfFormRadioButtonsGroup
-
Constructs a radio buttons group
- PdfFormSubmitFlags - Class in com.winnovative_software
-
The submit form action flags to be combined to express various characteristics of the action
- PdfFormSubmitFlags() - Constructor for class com.winnovative_software.PdfFormSubmitFlags
- PdfFormTextBox - Class in com.winnovative_software
-
Represents a text box in a PDF form
- PdfFormTextBox(RectangleFloat, String, PdfFont) - Constructor for class com.winnovative_software.PdfFormTextBox
-
Constructs a text box form field
- pdfHeaderOptions() - Method in class com.winnovative_software.HtmlToPdfConverter
-
Gets a reference to an object to control the generated PDF document header options.
- PdfHeaderOptions - Class in com.winnovative_software
-
This class encapsulates the options to control the appearance of the header in the rendered PDF document.
- PdfMargins - Class in com.winnovative_software
-
This class represents the dimensions of the margins of a PDF page
- PdfMargins() - Constructor for class com.winnovative_software.PdfMargins
-
Initializes all margins with 0
- PdfMargins(float) - Constructor for class com.winnovative_software.PdfMargins
-
Initializes all margins with the same value
- PdfMargins(float, float, float, float) - Constructor for class com.winnovative_software.PdfMargins
-
Initializes the margins with the given values
- PdfPage - Class in com.winnovative_software
-
Represents a PDF document page
- pdfPageCount() - Method in class com.winnovative_software.ConversionSummary
-
Gets the number of pages in the generated PDF document
- pdfPageOrientation() - Method in class com.winnovative_software.PdfDocumentOptions
-
Gets the page orientation of the pages of the PDF document generated by the HTML to PDF converter.
- PdfPageOrientation - Enum in com.winnovative_software
-
This enumeration represents the possible orientations of the PDF pages of a PDF document
- pdfPageSize() - Method in class com.winnovative_software.PdfDocumentOptions
-
Gets the page size of the PDF document generated by the HTML to PDF converter.
- PdfPageSize - Class in com.winnovative_software
-
This class represents a PDF page size
- PdfPageSize() - Constructor for class com.winnovative_software.PdfPageSize
-
Default constructor constructs a A4 page size
- PdfPageSize(float, float) - Constructor for class com.winnovative_software.PdfPageSize
-
Constructs a custom page size
- pdfPageSizePoints() - Method in class com.winnovative_software.ConversionSummary
-
Gets the page size in points of the generated PDF document
- PdfRectangle - Class in com.winnovative_software
-
Represents the rectangle in a page of the generated PDF document
- pdfRectangles() - Method in class com.winnovative_software.HtmlElementMapping
-
The rectangles occupied by the HTML element in the generated PDF document.
- PdfResetFormAction - Class in com.winnovative_software
-
Represents a Reset action in a PDF form
- PdfResetFormAction() - Constructor for class com.winnovative_software.PdfResetFormAction
-
Creates a PDF form reset action
- pdfSecurityOptions() - Method in class com.winnovative_software.HtmlToPdfConverter
-
Gets a reference to the object to controlling the generated PDF document security settings like user and owner password, restrict printing or editing of the generated PDF document
- PdfSecurityOptions - Class in com.winnovative_software
-
This class encapsulates the options to control the PDF document security options.
- PdfSecurityOptions() - Constructor for class com.winnovative_software.PdfSecurityOptions
- pdfStandardSubset() - Method in class com.winnovative_software.PdfDocumentOptions
-
Gets the PDF subset used by the PDF document generated by the HTML to PDF converter.
- PdfStandardSubset - Enum in com.winnovative_software
-
This enumeration represents the possible standards used by a PDF document
- PdfSubmitFormAction - Class in com.winnovative_software
-
Represents a Submit action in a PDF form
- PdfSubmitFormAction(String) - Constructor for class com.winnovative_software.PdfSubmitFormAction
-
Creates a PDF form submit action
- pdfViewerPreferences() - Method in class com.winnovative_software.HtmlToPdfConverter
-
Gets a reference to the object controlling how the generated PDF is displayed by a PDF viewer
- persistentHttpRequestHeaders() - Method in class com.winnovative_software.HtmlToImageConverter
-
Gets the flag indicating if the converter will send the custom headers defined by the
HtmlToImageConverter.httpRequestHeaders()
property each time an external resource (image, css, etc) referenced by the web page is requested - persistentHttpRequestHeaders() - Method in class com.winnovative_software.HtmlToImageElement
-
Gets the flag indicating if the converter will send the custom headers defined by the
HtmlToImageElement.httpRequestHeaders()
property each time an external resource (image, css, etc) referenced by the web page is requested - persistentHttpRequestHeaders() - Method in class com.winnovative_software.HtmlToPdfConverter
-
Gets the flag indicating if the HTML to PDF converter will send the custom headers defined by the
HtmlToPdfConverter.httpRequestHeaders()
property each time an external resource (image, css, etc) referenced by the web page is requested - persistentHttpRequestHeaders() - Method in class com.winnovative_software.HtmlToPdfElement
-
Gets the flag indicating if the HTML to PDF converter will send the custom headers defined by the
HtmlToPdfElement.httpRequestHeaders()
property each time an external resource (image, css, etc) referenced by the web page is requested - persistentHttpRequestHeaders() - Method in class com.winnovative_software.HtmlToSvgConverter
-
Gets the flag indicating if the converter will send the custom headers defined by the
HtmlToSvgConverter.httpRequestHeaders()
property each time an external resource (image, css, etc) referenced by the web page is requested - pfxData() - Method in class com.winnovative_software.DigitalSignatureElement
-
Gets the binary data of a PFX file containing the certificate used for signing.
- pfxPassword() - Method in class com.winnovative_software.DigitalSignatureElement
-
Gets the password to access the PFX file
- PINK - Static variable in class com.winnovative_software.RgbColor
-
The predefined pink color
- Png - Enum constant in enum com.winnovative_software.ImageType
-
PNG format
- point() - Method in class com.winnovative_software.ExplicitDestination
-
Gets the destination point in destination page
- PointFloat - Class in com.winnovative_software
-
Represents a point with floating point coordinates
- PointFloat(float, float) - Constructor for class com.winnovative_software.PointFloat
-
Constructs a point with the given coordinates
- points() - Method in class com.winnovative_software.PolygonElement
-
Gets the polygon points
- PolygonElement - Class in com.winnovative_software
-
Represents a polygon in a PDF document
- PolygonElement(PointFloat[]) - Constructor for class com.winnovative_software.PolygonElement
-
Constructs a polygon element
- port() - Method in class com.winnovative_software.Document
-
Gets the HTML to PDF server port number
- port() - Method in class com.winnovative_software.HtmlToImageConverter
-
Gets the HTML to Image server port number
- port() - Method in class com.winnovative_software.HtmlToPdfConverter
-
Gets the HTML to PDF server port number
- port() - Method in class com.winnovative_software.HtmlToSvgConverter
-
Gets the HTML to SVG server port number
- portNumber() - Method in class com.winnovative_software.ProxyOptions
-
Gets the port number of the proxy host to be used when accessing a HTML document
- Portrait - Enum constant in enum com.winnovative_software.PdfPageOrientation
-
Portrait
- postScriptFontsEnabled() - Method in class com.winnovative_software.HtmlToPdfConverter
-
Gets the flag indicating if the fonts with PostScript outlines are enabled in HTML during the HTML to PDF conversion
- postScriptFontsEnabled() - Method in class com.winnovative_software.HtmlToPdfElement
-
Gets the flag indicating if the fonts with PostScript outlines are enabled in HTML during the HTML to PDF conversion
- prerenderEnabled() - Method in class com.winnovative_software.HtmlToImageConverter
-
Gets the flag indicating if the converter should perform a pre-rendering
- prerenderEnabled() - Method in class com.winnovative_software.HtmlToImageElement
-
Gets the flag indicating if the converter should perform a pre-rendering
- prerenderEnabled() - Method in class com.winnovative_software.HtmlToPdfConverter
-
Gets the flag indicating if the HTML to PDF converter should perform a pre-rendering
- prerenderEnabled() - Method in class com.winnovative_software.HtmlToPdfElement
-
Gets the flag indicating if the HTML to PDF converter should perform a pre-rendering
- prerenderEnabled() - Method in class com.winnovative_software.HtmlToSvgConverter
-
Gets the flag indicating if the converter should perform a pre-rendering
- ProjectingSquareCap - Enum constant in enum com.winnovative_software.LineCapStyle
-
The stroke continues beyond the endpoint of the path for a distance equal to half the line width and is then squared off.
- proxyOptions() - Method in class com.winnovative_software.HtmlToImageConverter
-
Gets a reference to an object encapsulating the proxy options used by converter to access the HTML document to convert
- proxyOptions() - Method in class com.winnovative_software.HtmlToImageElement
-
Gets a reference to an object encapsulating the proxy options used by converter to access the HTML document to convert
- proxyOptions() - Method in class com.winnovative_software.HtmlToPdfConverter
-
Gets a reference to an object encapsulating the proxy options used by HTML to PDF converter to access the HTML document to convert
- proxyOptions() - Method in class com.winnovative_software.HtmlToPdfElement
-
Gets a reference to an object encapsulating the proxy options used by HTML to PDF converter to access the HTML document to convert
- proxyOptions() - Method in class com.winnovative_software.HtmlToSvgConverter
-
Gets a reference to an object encapsulating the proxy options used by converter to access the HTML document to convert
- ProxyOptions - Class in com.winnovative_software
-
This class represents the various proxy settings that can be used to resolve the requests
- ProxyOptions() - Constructor for class com.winnovative_software.ProxyOptions
- PURPLE - Static variable in class com.winnovative_software.RgbColor
-
The predefined purple color
- PushPin - Enum constant in enum com.winnovative_software.FileAttachmentIcon
-
PushPin icon
All Classes and Interfaces|All Packages|Constant Field Values