|
EasyPDF Java SDK v6.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bcl.easypdf.EasyPDFDocument.IPDFDocument
public class IPDFDocument
An IPDFDocument object represents a PDF document.
| Constructor Summary | |
|---|---|
IPDFDocument()
|
|
| Method Summary | |
|---|---|
void |
Close(boolean Save)
Close and save the PDF file if "Save" is true; close the PDF file only if "Save" is false. |
java.lang.String |
getFileName()
Returns the name of the currently opened PDF file. |
IFormFields |
getFormFields()
Returns form fields. |
int |
getLibraryVersionMajor()
Returns the library's major version number. |
int |
getLibraryVersionMinor()
Returns the library's minor version number. |
boolean |
getModified()
Checks if the PDF file has been modified. |
void |
Initialize(java.lang.Object Init)
This is a deprecated method. |
void |
Open(java.lang.String FileName)
Opens the specified PDF file. |
void |
SaveAs(java.lang.String FileName)
Save the PDF file with the specified file name. |
void |
setLicenseKey(java.lang.String newVal)
This is a deprecated method |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IPDFDocument()
throws EasyPDFException
EasyPDFException| Method Detail |
|---|
public void setLicenseKey(java.lang.String newVal)
throws EasyPDFException
EasyPDFException
public void Initialize(java.lang.Object Init)
throws EasyPDFException
EasyPDFException
public int getLibraryVersionMajor()
throws EasyPDFException
EasyPDFException
public int getLibraryVersionMinor()
throws EasyPDFException
EasyPDFException
public void Open(java.lang.String FileName)
throws EasyPDFException
EasyPDFException
public void Close(boolean Save)
throws EasyPDFException
EasyPDFException
public void SaveAs(java.lang.String FileName)
throws EasyPDFException
EasyPDFException
public java.lang.String getFileName()
throws EasyPDFException
EasyPDFException
public boolean getModified()
throws EasyPDFException
EasyPDFException
public IFormFields getFormFields()
throws EasyPDFException
EasyPDFException
|
EasyPDF Java SDK v6.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||