|
Foxit PDF SDK
|
Public 类型 | |
| enum | StructTreeEntityType { e_UnknownType = -1, e_StructTreeEntityTypeElement = 0, e_StructTreeEntityTypeMarkedContent = 1, e_StructTreeEntityTypeObjectContent = 2 } |
| 结构树实体类型的枚举。 更多... | |
Public 成员函数 | |
| StructTreeEntity () | |
| 构造函数。 | |
| StructTreeEntity (const StructTreeEntity &other) | |
| 拷贝构造函数。 更多... | |
| ~StructTreeEntity () | |
| 析构函数。 | |
| PDFPage | GetPage () const |
| 获取相关的PDF页面。 更多... | |
| StructTreeEntityType | GetType () const |
| 获取结构树实体类型。 更多... | |
| bool | IsEmpty () const |
| 检查当前对象是否为空。 更多... | |
| bool | operator != (const StructTreeEntity &other) const |
| 不等操作符。 更多... | |
| StructTreeEntity & | operator= (const StructTreeEntity &other) |
| 赋值操作符。 更多... | |
| bool | operator== (const StructTreeEntity &other) const |
| 相等操作符。 更多... | |
Public 成员函数 继承自 foxit::Base | |
| FS_HANDLE | Handle () const |
| 获取当前对象的句柄。 更多... | |
此类表示结构树实体。
| foxit::pdf::objects::StructTreeEntity::StructTreeEntity | ( | const StructTreeEntity & | other | ) |
拷贝构造函数。
| [in] | other | 另一个结构元素实体对象。 |
| PDFPage foxit::pdf::objects::StructTreeEntity::GetPage | ( | ) | const |
获取相关的PDF页面。
| StructTreeEntityType foxit::pdf::objects::StructTreeEntity::GetType | ( | ) | const |
获取结构树实体类型。
| bool foxit::pdf::objects::StructTreeEntity::IsEmpty | ( | ) | const |
检查当前对象是否为空。
当当前对象为空时,这意味着当前对象无用。
| bool foxit::pdf::objects::StructTreeEntity::operator != | ( | const StructTreeEntity & | other | ) | const |
不等操作符。
| [in] | other | 另一个结构元素实体对象。此函数将检查当前对象是否不等于此对象。 |
| StructTreeEntity& foxit::pdf::objects::StructTreeEntity::operator= | ( | const StructTreeEntity & | other | ) |
赋值操作符。
| [in] | other | 另一个结构元素实体对象,其值将被赋给当前对象。 |
| bool foxit::pdf::objects::StructTreeEntity::operator== | ( | const StructTreeEntity & | other | ) | const |
相等操作符。
| [in] | other | 另一个结构元素实体对象。此函数将检查当前对象是否等于此对象。 |