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

A PDF Screen annotation. More...

#include <pdfwriter_impl.hxx>

Inheritance diagram for vcl::pdf::PDFScreen:
[legend]
Collaboration diagram for vcl::pdf::PDFScreen:
[legend]

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
 

Detailed Description

A PDF Screen annotation.

Definition at line 473 of file pdfwriter_impl.hxx.

Constructor & Destructor Documentation

◆ PDFScreen()

vcl::pdf::PDFScreen::PDFScreen ( OUString const &  rAltText,
OUString const &  rMimeType 
)
inline

Definition at line 486 of file pdfwriter_impl.hxx.

Member Data Documentation

◆ m_AltText

OUString vcl::pdf::PDFScreen::m_AltText

alternative text description

Definition at line 482 of file pdfwriter_impl.hxx.

Referenced by vcl::PDFWriterImpl::emitScreenAnnotations().

◆ m_aTempFileURL

OUString vcl::pdf::PDFScreen::m_aTempFileURL

Embedded video.

Definition at line 478 of file pdfwriter_impl.hxx.

Referenced by vcl::PDFWriterImpl::emitScreenAnnotations().

◆ m_aURL

OUString vcl::pdf::PDFScreen::m_aURL

Linked video.

Definition at line 476 of file pdfwriter_impl.hxx.

Referenced by vcl::PDFWriterImpl::emitScreenAnnotations().

◆ m_MimeType

OUString vcl::pdf::PDFScreen::m_MimeType

Definition at line 484 of file pdfwriter_impl.hxx.

Referenced by vcl::PDFWriterImpl::emitScreenAnnotations().

◆ m_nStructParent

sal_Int32 vcl::pdf::PDFScreen::m_nStructParent

Definition at line 483 of file pdfwriter_impl.hxx.

Referenced by vcl::PDFWriterImpl::emitScreenAnnotations().

◆ m_nTempFileObject

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().


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