C D E G I L P S T V

C

close() - Method in class com.teamdev.jxdocument.Document
Closes current document and releases all its resources and allocated memory.
close() - Method in class com.teamdev.jxdocument.Page
Closes the current page and releases all its resources and allocated memory.
com.teamdev.jxdocument - package com.teamdev.jxdocument
 
convertToImage(int, int) - Method in class com.teamdev.jxdocument.Page
Renders page into an image with specified width and height in pixels.

D

displayPage(int) - Method in class com.teamdev.jxdocument.SinglePagePresentation
Displays a Page of the document at specified pageIndex.
displayPage(Page) - Method in class com.teamdev.jxdocument.SinglePagePresentation
Displays a specified page of the document.
Document - Class in com.teamdev.jxdocument
Represents a PDF document.
Document(File) - Constructor for class com.teamdev.jxdocument.Document
Constructs a new Document instance from a specified PDF file.
DocumentPresentation - Class in com.teamdev.jxdocument
Represents GUI component that can be used to display PDF Document or specified Page in Java Swing applications.
DocumentPresentation(Document) - Constructor for class com.teamdev.jxdocument.DocumentPresentation
Constructs a new DocumentPresentation instance for specified document.

E

Error - Enum in com.teamdev.jxdocument
Enum of known errors.

G

getCharsCount() - Method in class com.teamdev.jxdocument.Text
Returns number of characters in the page.
getComponent() - Method in class com.teamdev.jxdocument.DocumentPresentation
Returns Java Swing component that can display PDF Document.
getComponent() - Method in class com.teamdev.jxdocument.SinglePagePresentation
 
getDocument() - Method in class com.teamdev.jxdocument.DocumentPresentation
Returns a Document instance that is associated with the current presentation.
getLogger() - Static method in enum com.teamdev.jxdocument.LoggerProvider
 
getPageAt(int) - Method in class com.teamdev.jxdocument.Document
Returns specified page in the document at specified page index/number.
getPageCount() - Method in class com.teamdev.jxdocument.Document
Returns total number of pages in the PDF document.
getPages() - Method in class com.teamdev.jxdocument.Document
Returns a list of pages in the PDF document.
getSize() - Method in class com.teamdev.jxdocument.Page
Returns page size in pixels.
getText() - Method in class com.teamdev.jxdocument.Page
Returns text representation of the page.
getText(int, int) - Method in class com.teamdev.jxdocument.Text
Returns unicode text string on the page at specified offset (beginIndex) and with the required length (charsCount).
getText() - Method in class com.teamdev.jxdocument.Text
Returns unicode text string that represents all text on the page.

I

isClosed() - Method in class com.teamdev.jxdocument.Document
Returns true when document was closed via close() method.
isClosed() - Method in class com.teamdev.jxdocument.Page
Returns true when the current page was closed via Page.close() method.

L

LoggerProvider - Enum in com.teamdev.jxdocument
Provides access to JxDocument Java Logger API.

P

Page - Class in com.teamdev.jxdocument
Represents a page inside PDF document.

S

SinglePagePresentation - Class in com.teamdev.jxdocument
An implementation of the DocumentPresentation that displays a specified Page of PDF Document that fits Swing component size.
SinglePagePresentation(Document) - Constructor for class com.teamdev.jxdocument.SinglePagePresentation
Constructs a new SinglePagePresentation instance for specified document.

T

Text - Class in com.teamdev.jxdocument
Text representation of a specified PDF Page.

V

valueOf(String) - Static method in enum com.teamdev.jxdocument.Error
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.teamdev.jxdocument.LoggerProvider
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.teamdev.jxdocument.Error
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.teamdev.jxdocument.LoggerProvider
Returns an array containing the constants of this enum type, in the order they are declared.

C D E G I L P S T V