![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "fpdfview.h"Go to the source code of this file.
Functions | |
| FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV | FPDFCatalog_IsTagged (FPDF_DOCUMENT document) |
| FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV | FPDFCatalog_SetLanguage (FPDF_DOCUMENT document, FPDF_BYTESTRING language) |
| FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFCatalog_IsTagged | ( | FPDF_DOCUMENT | document | ) |
Definition at line 14 of file fpdf_catalog.cpp.
References CPDFDocumentFromFPDFDocument(), and CPDF_Document::GetRoot().
Referenced by CheckPDFiumCApi(), and TEST_F().
| FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFCatalog_SetLanguage | ( | FPDF_DOCUMENT | document, |
| FPDF_BYTESTRING | language ) |
Definition at line 28 of file fpdf_catalog.cpp.
References CPDFDocumentFromFPDFDocument().
Referenced by CheckPDFiumCApi(), and TEST_F().