LibreOffice Module vcl (master) 1
|
A PDF Screen annotation. More...
#include <pdfwriter_impl.hxx>
Public Member Functions | |
PDFScreen (OUString const &rAltText, OUString const &rMimeType) | |
Public Member Functions inherited from vcl::pdf::PDFAnnotation | |
PDFAnnotation () | |
Public Attributes | |
OUString | m_aURL |
Linked video. More... | |
OUString | m_aTempFileURL |
Embedded video. More... | |
sal_Int32 | m_nTempFileObject |
ID of the EmbeddedFile object. More... | |
OUString | m_AltText |
alternative text description More... | |
sal_Int32 | m_nStructParent |
OUString | m_MimeType |
Public Attributes inherited from vcl::pdf::PDFAnnotation | |
sal_Int32 | m_nObject |
tools::Rectangle | m_aRect |
sal_Int32 | m_nPage |
A PDF Screen annotation.
Definition at line 473 of file pdfwriter_impl.hxx.
|
inline |
Definition at line 486 of file pdfwriter_impl.hxx.
OUString vcl::pdf::PDFScreen::m_AltText |
alternative text description
Definition at line 482 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::emitScreenAnnotations().
OUString vcl::pdf::PDFScreen::m_aTempFileURL |
Embedded video.
Definition at line 478 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::emitScreenAnnotations().
OUString vcl::pdf::PDFScreen::m_aURL |
Linked video.
Definition at line 476 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::emitScreenAnnotations().
OUString vcl::pdf::PDFScreen::m_MimeType |
Definition at line 484 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::emitScreenAnnotations().
sal_Int32 vcl::pdf::PDFScreen::m_nStructParent |
Definition at line 483 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::emitScreenAnnotations().
sal_Int32 vcl::pdf::PDFScreen::m_nTempFileObject |
ID of the EmbeddedFile object.
Definition at line 480 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::emitScreenAnnotations().