7#ifndef CORE_FPDFDOC_CPDF_BOOKMARK_H_
8#define CORE_FPDFDOC_CPDF_BOOKMARK_H_
10#include "core/fpdfdoc/cpdf_action.h"
11#include "core/fpdfdoc/cpdf_dest.h"
12#include "core/fxcrt/retain_ptr.h"
13#include "core/fxcrt/widestring.h"
25 const CPDF_Dictionary*
GetDict()
const {
return m_pDict.Get(); }
WideString GetTitle() const
CPDF_Bookmark(RetainPtr< const CPDF_Dictionary > pDict)
CPDF_Action GetAction() const
CPDF_Bookmark(const CPDF_Bookmark &that)
const CPDF_Dictionary * GetDict() const
CPDF_Dest GetDest(CPDF_Document *pDocument) const