PoDoFo 1.1.0
|
Content as read from content streams. More...
#include <PdfContentStreamReader.h>
Public Member Functions | |
const PdfVariantStack & | GetStack () const |
PdfOperator | GetOperator () const |
const std::string_view & | GetKeyword () const |
const PdfDictionary & | GetInlineImageDictionary () const |
const charbuff & | GetInlineImageData () const |
const std::shared_ptr< const PdfXObject > & | GetXObject () const |
bool | HasWarnings () const |
bool | HasErrors () const |
PdfContentType | GetType () const |
PdfContentWarnings | GetWarnings () const |
PdfContentErrors | GetErrors () const |
const Data & | operator* () const |
Unchecked access to content data. | |
Data & | operator* () |
Unchecked and mutable access to content data. | |
const Data * | operator-> () const |
Unchecked access to content data. | |
Data * | operator-> () |
Unchecked and mutable access to content data. | |
Friends | |
class | PdfContentStreamReader |
Content as read from content streams.