#include <wx/dynarray.h>
#include "wx/pdfdocdef.h"
#include "wx/pdfobjects.h"
Classes | |
| class | wxPdfTokenizer |
| Class representing a tokenizer for parsing PDF documenst. More... | |
| class | wxPdfXRefEntry |
| Class representing an XRef entry (for internal use only). More... | |
| class | wxPdfParser |
| Class representing a PDF parser. (For internal use only). More... | |
| class | wxPdfLzwDecoder |
| Class representing an LZW decoder. (For internal use only). More... | |
Defines | |
| #define | REQUIRED_PERMISSIONS 0x0214 |
| Permissions required for import of a document. | |
| #define | TOKEN_COMMENT 1 |
| Token types. | |
| #define | TOKEN_BOOLEAN 2 |
| #define | TOKEN_NUMBER 3 |
| #define | TOKEN_STRING 4 |
| #define | TOKEN_NAME 5 |
| #define | TOKEN_START_ARRAY 6 |
| #define | TOKEN_END_ARRAY 7 |
| #define | TOKEN_START_DICTIONARY 8 |
| #define | TOKEN_END_DICTIONARY 9 |
| #define | TOKEN_REFERENCE 10 |
| #define | TOKEN_NULL 12 |
| #define | TOKEN_OTHER 13 |
| #define | WXPDF_LZW_STRINGTABLE_SIZE 8192 |
Functions | |
| WX_DECLARE_USER_EXPORTED_OBJARRAY (wxPdfXRefEntry, wxPdfXRef, WXDLLIMPEXP_PDFDOC) | |
| #define REQUIRED_PERMISSIONS 0x0214 |
Permissions required for import of a document.
| #define TOKEN_BOOLEAN 2 |
| #define TOKEN_COMMENT 1 |
Token types.
| #define TOKEN_END_ARRAY 7 |
| #define TOKEN_END_DICTIONARY 9 |
| #define TOKEN_NAME 5 |
| #define TOKEN_NULL 12 |
| #define TOKEN_NUMBER 3 |
| #define TOKEN_OTHER 13 |
| #define TOKEN_REFERENCE 10 |
| #define TOKEN_START_ARRAY 6 |
| #define TOKEN_START_DICTIONARY 8 |
| #define TOKEN_STRING 4 |
| #define WXPDF_LZW_STRINGTABLE_SIZE 8192 |
| WX_DECLARE_USER_EXPORTED_OBJARRAY | ( | wxPdfXRefEntry | , | |
| wxPdfXRef | , | |||
| WXDLLIMPEXP_PDFDOC | ||||
| ) |
1.5.1-p1