LibreOffice Module vcl (master) 1
|
A PDF Screen annotation. More...
#include <pdfwriter_impl.hxx>
Public Member Functions | |
PDFScreen (OUString const &rAltText, OUString const &rMimeType) | |
![]() | |
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 |
![]() | |
sal_Int32 | m_nObject |
tools::Rectangle | m_aRect |
sal_Int32 | m_nPage |
A PDF Screen annotation.
Definition at line 472 of file pdfwriter_impl.hxx.
|
inline |
Definition at line 485 of file pdfwriter_impl.hxx.
OUString vcl::pdf::PDFScreen::m_AltText |
alternative text description
Definition at line 481 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::emitScreenAnnotations().
OUString vcl::pdf::PDFScreen::m_aTempFileURL |
Embedded video.
Definition at line 477 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::emitScreenAnnotations().
OUString vcl::pdf::PDFScreen::m_aURL |
Linked video.
Definition at line 475 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::emitScreenAnnotations().
OUString vcl::pdf::PDFScreen::m_MimeType |
Definition at line 483 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::emitScreenAnnotations().
sal_Int32 vcl::pdf::PDFScreen::m_nStructParent |
Definition at line 482 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 479 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::emitScreenAnnotations().