PoDoFo
1.0.0-dev
|
A interface that provides a wrapper around /Resources. More...
#include <PdfResources.h>
Public Member Functions | |
const PdfFont * | GetFont (const std::string_view &name) const |
PdfObject * | GetResource (PdfResourceType type, const std::string_view &key) override |
Get resource by type and key. | |
const PdfObject * | GetResource (PdfResourceType type, const std::string_view &key) const override |
Get resource by type and key. | |
PdfDictionaryIndirectIterable | GetResourceIterator (PdfResourceType type) override |
Get resource iterator by type. | |
PdfDictionaryConstIndirectIterable | GetResourceIterator (PdfResourceType type) const override |
Get resource iterator by type. | |
Static Public Member Functions | |
static bool | TryCreateFromObject (PdfObject &obj, std::unique_ptr< PdfResources > &resources) |
Friends | |
class | PdfPage |
class | PdfXObjectForm |
class | PdfPainter |
class | PdfAcroForm |
class | PdfAnnotation |
Additional Inherited Members | |
Protected Member Functions inherited from PoDoFo::PdfResourceOperations | |
PdfResourceOperations (const PdfResourceOperations &)=default | |
PdfResourceOperations & | operator= (const PdfResourceOperations &)=default |
A interface that provides a wrapper around /Resources.