- get_apiname() - Method in interface com.pdflib.IpCOS
-
Get the name of the API function which threw the last exception or failed.
- get_apiname() - Method in class com.pdflib.TET
-
Get the name of the API function which caused an exception or failed.
- get_apiname() - Method in exception com.pdflib.TETException
-
Get the name of the API function which caused the exception.
- get_char_info(int) - Method in class com.pdflib.TET
-
Get detailed information for the next character in the most recent
text fragment; the results are reported in public fields.
- get_color_info(int, int, String) - Method in class com.pdflib.TET
-
Get detailed information for a color id which has been retrieved with
TET_get_char_info(); the results are reported in public fields.
- get_errmsg() - Method in interface com.pdflib.IpCOS
-
Get the text of the last thrown exception or the reason of a failed function call.
- get_errmsg() - Method in class com.pdflib.TET
-
Get the text of the last thrown exception or the reason for a failed function call.
- get_errmsg() - Method in exception com.pdflib.TETException
-
Map standard getMessage method to get_errmsg.
- get_errnum() - Method in interface com.pdflib.IpCOS
-
Get the number of the last thrown exception or the reason of a failed function call.
- get_errnum() - Method in class com.pdflib.TET
-
Get the number of the last thrown exception or the reason for a failed function call.
- get_errnum() - Method in exception com.pdflib.TETException
-
Get the error number of the exception.
- get_image_data(int, int, String) - Method in class com.pdflib.TET
-
Write image data to memory.
- get_image_info(int) - Method in class com.pdflib.TET
-
Retrieve information about the next image on the page (but not the
actual pixel data); the results are reported in public fields.
- get_tetml(int, String) - Method in class com.pdflib.TET
-
Retrieve TETML data from memory.
- get_text(int) - Method in class com.pdflib.TET
-
Get the next text fragment from a page's content.
- patternid - Variable in class com.pdflib.TET
-
Pattern id or -1.
- pcos_close_document(int, String) - Method in interface com.pdflib.IpCOS
-
Close the input PDF document.
- pcos_close_document(int, String) - Method in class com.pdflib.TET
-
Close PLOP input document via the IpCOS interface.
- pcos_get_number(int, String) - Method in interface com.pdflib.IpCOS
-
Get the value of a pCOS path with type number or boolean.
- pcos_get_number(int, String) - Method in class com.pdflib.TET
-
Get the value of a pCOS path with type number or boolean.
- pcos_get_stream(int, String, String) - Method in interface com.pdflib.IpCOS
-
Get the contents of a pCOS path with type stream, fstream, or string.
- pcos_get_stream(int, String, String) - Method in class com.pdflib.TET
-
Get the contents of a pCOS path with type stream, fstream, or string.
- pcos_get_string(int, String) - Method in interface com.pdflib.IpCOS
-
Get the value of a pCOS path with type name, number, string, or boolean.
- pcos_get_string(int, String) - Method in class com.pdflib.TET
-
Get the value of a pCOS path with type name, number, string, or boolean.
- pcos_open_document(String, String) - Method in interface com.pdflib.IpCOS
-
Open a disk-based or virtual PDF document and prepare it for later use.
- pcos_open_document(String, String) - Method in class com.pdflib.TET
-
Open a disk-based or virtual PDF document via the IpCOS interface.
- process_page(int, int, String) - Method in class com.pdflib.TET
-
Process a page and create TETML output.