15 #ifndef FS_READINGBOOKMARK_H_ 16 #define FS_READINGBOOKMARK_H_ 151 #endif // FS_READINGBOOKMARK_H_ WString GetTitle() const
获取标题。
void SetTitle(const WString &title)
设置标题。
int GetPageIndex() const
获取目标页面的索引。
bool operator !=(const ReadingBookmark &other) const
不相等操作符。
Definition: fs_basictypes.h:482
bool IsEmpty() const
检查当前对象是否为空。
宽字符串类
Definition: fx_string.h:1457
ReadingBookmark(const ReadingBookmark &other)
构造函数,使用另一个阅读书签对象。
bool operator==(const ReadingBookmark &other) const
相等操作符。
ReadingBookmark & operator=(const ReadingBookmark &other)
赋值操作符。
void SetPageIndex(int index)
设置目标页面的索引。
void * FS_HANDLE
句柄类型。
Definition: fs_basictypes.h:214
DateTime GetDateTime(bool is_creation_date) const
获取日期时间信息。
Definition: fs_basictypes.h:449
Foxit命名空间。
Definition: fs_taggedpdf.h:27
void SetDateTime(const DateTime &date_time, bool is_creation_date)
设置日期时间信息。
#define NULL
空指针值。
Definition: fx_system.h:792
Definition: fs_readingbookmark.h:43