|
Foxit PDF SDK
|
Public 成员函数 | |
| Bookmarks (const Bookmarks &other) | |
| 构造函数,通过另一个书签集合对象。 更多... | |
| ~Bookmarks () | |
| 析构函数。 | |
| Bookmark | AddBookmark () |
| 添加书签对象。 更多... | |
| Bookmark | GetBookmark (int index) |
| 获取指定索引的书签对象。 更多... | |
| int | GetBookmarkCount () |
| 获取书签数量。 更多... | |
| bool | IsEmpty () const |
| 检查当前对象是否为空。 更多... | |
| bool | operator != (const Bookmarks &other) const |
| 不相等操作符。 更多... | |
| Bookmarks & | operator= (const Bookmarks &other) |
| 赋值操作符。 更多... | |
| bool | operator== (const Bookmarks &other) const |
| 相等操作符。 更多... | |
| bool | RemoveBookmark (int index) |
| 删除书签对象。 更多... | |
Public 成员函数 继承自 foxit::Base | |
| FS_HANDLE | Handle () const |
| 获取当前对象的句柄。 更多... | |
此类表示和OFD书签集合相关的操作。
| foxit::ofd::Bookmarks::Bookmarks | ( | const Bookmarks & | other | ) |
构造函数,通过另一个书签集合对象。
| [in] | other | 另一个书签集合对象。 |
| Bookmark foxit::ofd::Bookmarks::AddBookmark | ( | ) |
添加书签对象。
| Bookmark foxit::ofd::Bookmarks::GetBookmark | ( | int | index | ) |
获取指定索引的书签对象。
| [in] | index | 指定的书签索引,有效范围:从0到(count - 1)。 count由函数 foxit::ofd::Bookmarks::GetBookmarkCount 返回。 |
| int foxit::ofd::Bookmarks::GetBookmarkCount | ( | ) |
获取书签数量。
| bool foxit::ofd::Bookmarks::IsEmpty | ( | ) | const |
检查当前对象是否为空。
当前对象为空时,表示当前对象是无用的。
| bool foxit::ofd::Bookmarks::operator != | ( | const Bookmarks & | other | ) | const |
不相等操作符。
| [in] | other | 另一个书签集合对象。此函数将检查当前对象是否不等于这个对象。 |
赋值操作符。
| [in] | other | 另一个书签集合对象,其值将被赋给当前对象。 |
| bool foxit::ofd::Bookmarks::operator== | ( | const Bookmarks & | other | ) | const |
相等操作符。
| [in] | other | 另一个书签集合对象。此函数将检查当前对象是否等于这个对象。 |
| bool foxit::ofd::Bookmarks::RemoveBookmark | ( | int | index | ) |
删除书签对象。
| [in] | index | 指定的书签索引,有效范围:从0到(count)。 count由函数 Bookmarks::GetBookmarkCount 返回。 |