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

#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...
 

Detailed Description

Definition at line 43 of file pdfextoutdevdata.hxx.

Constructor & Destructor Documentation

◆ PDFExtOutDevBookmarkEntry()

vcl::PDFExtOutDevBookmarkEntry::PDFExtOutDevBookmarkEntry ( )
inline

Definition at line 57 of file pdfextoutdevdata.hxx.

Member Data Documentation

◆ aBookmark

OUString vcl::PDFExtOutDevBookmarkEntry::aBookmark

link target name, respectively destination name

Definition at line 55 of file pdfextoutdevdata.hxx.

Referenced by toolkitform::describePDFControl().

◆ nDestId

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 51 of file pdfextoutdevdata.hxx.

Referenced by toolkitform::describePDFControl().

◆ nLinkId

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 47 of file pdfextoutdevdata.hxx.


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