LibreOffice Module vcl (master)
1
|
#include <pdfextoutdevdata.hxx>
Public Member Functions | |
PDFExtOutDevBookmarkEntry () | |
Public Attributes | |
sal_Int32 | nLinkId |
ID of the link pointing to the bookmark, or -1 if the entry denotes a destination instead of a link. More... | |
sal_Int32 | nDestId |
ID of the named destination denoted by the bookmark, or -1 if the entry denotes a link instead of a named destination. More... | |
OUString | aBookmark |
link target name, respectively destination name More... | |
Definition at line 41 of file pdfextoutdevdata.hxx.
|
inline |
Definition at line 55 of file pdfextoutdevdata.hxx.
OUString vcl::PDFExtOutDevBookmarkEntry::aBookmark |
link target name, respectively destination name
Definition at line 53 of file pdfextoutdevdata.hxx.
sal_Int32 vcl::PDFExtOutDevBookmarkEntry::nDestId |
ID of the named destination denoted by the bookmark, or -1 if the entry denotes a link instead of a named destination.
Definition at line 49 of file pdfextoutdevdata.hxx.
sal_Int32 vcl::PDFExtOutDevBookmarkEntry::nLinkId |
ID of the link pointing to the bookmark, or -1 if the entry denotes a destination instead of a link.
Definition at line 45 of file pdfextoutdevdata.hxx.