LibreOffice Module vcl (master) 1
Public Member Functions | Public Attributes | List of all members
vcl::pdf::PDFEmbeddedFile Struct Reference

A PDF embedded file. More...

#include <pdfwriter_impl.hxx>

Collaboration diagram for vcl::pdf::PDFEmbeddedFile:
[legend]

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< PDFOutputStreamm_pStream
 

Detailed Description

A PDF embedded file.

Definition at line 441 of file pdfwriter_impl.hxx.

Constructor & Destructor Documentation

◆ PDFEmbeddedFile()

vcl::pdf::PDFEmbeddedFile::PDFEmbeddedFile ( )
inline

Definition at line 450 of file pdfwriter_impl.hxx.

Member Data Documentation

◆ m_aDataContainer

BinaryDataContainer vcl::pdf::PDFEmbeddedFile::m_aDataContainer

Contents of the file.

Definition at line 447 of file pdfwriter_impl.hxx.

◆ m_aSubType

OUString vcl::pdf::PDFEmbeddedFile::m_aSubType

Definition at line 445 of file pdfwriter_impl.hxx.

◆ m_nObject

sal_Int32 vcl::pdf::PDFEmbeddedFile::m_nObject

ID of the file.

Definition at line 444 of file pdfwriter_impl.hxx.

◆ m_pStream

std::unique_ptr<PDFOutputStream> vcl::pdf::PDFEmbeddedFile::m_pStream

Definition at line 448 of file pdfwriter_impl.hxx.


The documentation for this struct was generated from the following file: