Searched defs:CPDF_StructTree (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_tagged.h9 class CPDF_StructTree;
16 class CPDF_StructTree : public CFX_Object class in inherits:CFX_Object
20 static CPDF_StructTree* LoadDoc(const CPDF_Document* pDoc);
22 static CPDF_StructTree* LoadPage(const CPDF_Document* pDoc, const CPDF_Dictionary* pPageDict);
24 virtual ~CPDF_StructTree() {}
72 virtual CPDF_StructTree* GetTree() const = 0;

Completed in 65 milliseconds