27 friend class PdfXObjectForm;
28 friend class PdfTilingPattern;
30 friend class PdfAcroForm;
40 const PdfFont* GetFont(
const std::string_view& name)
const;
42 PdfObject* GetResource(PdfResourceType
type,
const std::string_view&
key)
override;
43 const PdfObject* GetResource(PdfResourceType
type,
const std::string_view&
key)
const override;
50 void RemoveResource(PdfResourceType
type,
const std::string_view&
key)
override;
51 void RemoveResources(PdfResourceType
type)
override;
56 void RemoveResource(
const std::string_view&
type,
const std::string_view&
key)
override;
57 void RemoveResources(
const std::string_view&
type)
override;
58 PdfObject* GetResource(
const std::string_view&
type,
const std::string_view&
key)
override;
59 const PdfObject* GetResource(
const std::string_view&
type,
const std::string_view&
key)
const override;
63 PdfObject* getResource(
const std::string_view&
type,
const std::string_view&
key)
const;
68 std::array<
unsigned, (
unsigned)PdfResourceType::Properties> m_currResourceIds;
PdfPage is one page in the pdf document.
Definition PdfPage.h:129