15 #ifndef FS_READINGBOOKMARK_H_ 16 #define FS_READINGBOOKMARK_H_ 151 #endif // FS_READINGBOOKMARK_H_ WString GetTitle() const
Get the title.
void SetTitle(const WString &title)
Set the title.
int GetPageIndex() const
Get the index of the destination page.
bool operator !=(const ReadingBookmark &other) const
Not equal operator.
Definition: fs_basictypes.h:440
bool IsEmpty() const
Check whether current object is empty or not.
WIDE STRING CLASS.
Definition: fx_string.h:1452
ReadingBookmark(const ReadingBookmark &other)
Constructor, with another reading bookmark object.
bool operator==(const ReadingBookmark &other) const
Equal operator.
~ReadingBookmark()
Destructor.
ReadingBookmark & operator=(const ReadingBookmark &other)
Assign operator.
void SetPageIndex(int index)
Set the index of the destination page.
void * FS_HANDLE
Handle type.
Definition: fs_basictypes.h:214
Header file for common definitions and classes.
DateTime GetDateTime(bool is_creation_date) const
Get date time information.
Definition: fs_basictypes.h:407
Foxit namespace.
Definition: fs_taggedpdf.h:27
void SetDateTime(const DateTime &date_time, bool is_creation_date)
Set date time information.
#define NULL
The null-pointer value.
Definition: fx_system.h:780
Definition: fs_readingbookmark.h:43