|
LibreOffice Module vcl (master) 1
|
#include <pdfwriter_impl.hxx>
Public Member Functions | |
| PDFLink (OUString const &rAltText) | |
Public Member Functions inherited from vcl::pdf::PDFAnnotation | |
| PDFAnnotation () | |
Public Attributes | |
| sal_Int32 | m_nDest |
| OUString | m_aURL |
| sal_Int32 | m_nStructParent |
| OUString | m_AltText |
Public Attributes inherited from vcl::pdf::PDFAnnotation | |
| sal_Int32 | m_nObject |
| tools::Rectangle | m_aRect |
| sal_Int32 | m_nPage |
Definition at line 426 of file pdfwriter_impl.hxx.
|
inline |
Definition at line 433 of file pdfwriter_impl.hxx.
| OUString vcl::pdf::PDFLink::m_AltText |
Definition at line 431 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::emitLinkAnnotations().
| OUString vcl::pdf::PDFLink::m_aURL |
Definition at line 429 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::emitLinkAnnotations().
| sal_Int32 vcl::pdf::PDFLink::m_nDest |
Definition at line 428 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::emitLinkAnnotations().
| sal_Int32 vcl::pdf::PDFLink::m_nStructParent |
Definition at line 430 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::emitLinkAnnotations().