![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "public/fpdf_catalog.h"
#include "core/fpdfapi/parser/cpdf_dictionary.h"
#include "core/fpdfapi/parser/cpdf_document.h"
#include "core/fpdfapi/parser/cpdf_string.h"
#include "core/fxcrt/retain_ptr.h"
#include "fpdfsdk/cpdfsdk_helpers.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().