Field and Description |
---|
com.foxit.gsdk.pdf.annots.Text.ICONNAME_CHECKMARK
Current definition has been deprecated in GSDK 5.2. So, not recommend to use current definition any more.
Instead, please use
. |
Method and Description |
---|
com.foxit.gsdk.pdf.PDFDocument.getEncryptionFilter()
Current function will be deprecated in future. So, not recommend to use current function any more.
Instead, please use
and . |
com.foxit.gsdk.pdf.PDFDocument.getEncryptionParam(String)
Current function will be deprecated in future. So, not recommend to use current function any more.
Instead, please use
and . |
com.foxit.gsdk.pdf.PDFDocument.getEncryptionSubFilter()
Current function will be deprecated in future. So, not recommend to use current function any more.
Instead, please use
and . |
com.foxit.gsdk.pdf.PDFDocument.getEncryptionType()
Current function will be deprecated in future. So, not recommend to use current function any more.
Instead, please use
and . |
com.foxit.gsdk.pdf.PDFTextPage.getNextCharIndexByDirection(int, int)
Current function will be deprecated in future. So, not recommend to use current function any more.
Get index of the next character of a specific character in a specific
direction.
|
com.foxit.gsdk.pdf.PDFDocument.saveAsWrapperFile(FileHandler, PDFDocument.PDFWrapperData, int, String)
Current function will be deprecated in future. So, not recommend to use current function any more.
Instead, please use
PDFDocument.saveAsWrapper(FileHandler, PDFWrapperData, int, byte[]) . |
com.foxit.gsdk.pdf.PDFTextSearch.startSearch(String, int, int)
Current function will be deprecated in future. So, not recommend to use current function any more.
Instead, please use
. |
Constructor and Description |
---|
com.foxit.gsdk.pdf.PDFTextSearch(PDFTextPage)
Current function will be deprecated in future. So, not recommend to use current function any more.
Instead, please use
. |