1 #ifndef FS_OFD_BOOKMARK_H_ 2 #define FS_OFD_BOOKMARK_H_ 264 #endif // FS_OFD_BOOKMARK_H_ Definition: fs_ofdbookmark.h:176
BookmarkDestinationInfo(int page_index, float x_pos, float y_pos)
带参数的构造函数。
Definition: fs_ofdbookmark.h:27
CFX_Object Object
对象类型。
Definition: fs_basictypes.h:220
bool SetName(const String &name)
设置名称。
float y_pos
目标页Y坐标。
Definition: fs_ofdbookmark.h:88
Bookmark GetBookmark(int index)
获取指定索引的书签对象。
Definition: fs_ofdbookmark.h:17
Bookmark(const Bookmark &other)
构造函数,通过另一个书签对象。
BookmarkDestinationInfo GetDest()
获取书签目标信息。
bool operator==(const Bookmark &other) const
相等操作符。
bool IsEmpty() const
检查当前对象是否为空。
Bookmarks(const Bookmarks &other)
构造函数,通过另一个书签集合对象。
Bookmarks & operator=(const Bookmarks &other)
赋值操作符。
bool SetDest(const BookmarkDestinationInfo &info)
设置书签目标信息。
Bookmark & operator=(const Bookmark &other)
赋值操作符。
bool operator==(const Bookmarks &other) const
相等操作符。
Definition: fs_ofdbookmark.h:92
bool operator !=(const Bookmarks &other) const
不相等操作符。
Bookmark AddBookmark()
添加书签对象。
int page_index
目标页索引。
Definition: fs_ofdbookmark.h:76
BookmarkDestinationInfo(const BookmarkDestinationInfo &other)
构造函数,通过另一个书签目标信息对象。
Definition: fs_ofdbookmark.h:37
void * FS_HANDLE
句柄类型。
Definition: fs_basictypes.h:213
bool operator !=(const Bookmark &other) const
不相等操作符。
void Set(int page_index, float x_pos, float y_pos)
设置值。
Definition: fs_ofdbookmark.h:66
bool IsEmpty() const
检查当前对象是否为空。
Definition: fs_basictypes.h:465
float x_pos
目标页X坐标。
Definition: fs_ofdbookmark.h:82
int GetBookmarkCount()
获取书签数量。
Foxit命名空间。
Definition: fs_taggedpdf.h:27
BookmarkDestinationInfo & operator=(const BookmarkDestinationInfo &other)
赋值操作符。
Definition: fs_ofdbookmark.h:50
字节字符串类
Definition: fx_string.h:317
bool RemoveBookmark(int index)
删除书签对象。