LibreOffice Module vcl (master) 1
|
A PDF embedded file. More...
#include <pdfwriter_impl.hxx>
Public Member Functions | |
PDFEmbeddedFile () | |
Public Attributes | |
sal_Int32 | m_nObject |
ID of the file. More... | |
OUString | m_aSubType |
BinaryDataContainer | m_aDataContainer |
Contents of the file. More... | |
std::unique_ptr< PDFOutputStream > | m_pStream |
A PDF embedded file.
Definition at line 441 of file pdfwriter_impl.hxx.
|
inline |
Definition at line 450 of file pdfwriter_impl.hxx.
BinaryDataContainer vcl::pdf::PDFEmbeddedFile::m_aDataContainer |
Contents of the file.
Definition at line 447 of file pdfwriter_impl.hxx.
OUString vcl::pdf::PDFEmbeddedFile::m_aSubType |
Definition at line 445 of file pdfwriter_impl.hxx.
sal_Int32 vcl::pdf::PDFEmbeddedFile::m_nObject |
ID of the file.
Definition at line 444 of file pdfwriter_impl.hxx.
std::unique_ptr<PDFOutputStream> vcl::pdf::PDFEmbeddedFile::m_pStream |
Definition at line 448 of file pdfwriter_impl.hxx.