|
Foxit PDF SDK
|
Public 成员函数 | |
| TextSearchCharInfo (const TextSearchCharInfo &other) | |
| 构造函数,通过另一个文本搜索字符信息对象。 更多... | |
| ~TextSearchCharInfo () | |
| bool | IsEmpty () const |
| 检查当前对象是否为空。 更多... | |
| bool | operator != (const TextSearchCharInfo &other) const |
| 不相等操作符。 更多... | |
| TextSearchCharInfo & | operator= (const TextSearchCharInfo &other) |
| 赋值操作符。 更多... | |
| bool | operator== (const TextSearchCharInfo &other) const |
| 相等操作符。 更多... | |
Public 成员函数 继承自 foxit::Base | |
| FS_HANDLE | Handle () const |
| 获取当前对象的句柄。 更多... | |
此类表示OFD文本搜索字符信息。
| foxit::ofd::TextSearchCharInfo::~TextSearchCharInfo | ( | ) |
析构函数。
| foxit::ofd::TextSearchCharInfo::TextSearchCharInfo | ( | const TextSearchCharInfo & | other | ) |
构造函数,通过另一个文本搜索字符信息对象。
| [in] | other | 另一个文本搜索字符信息对象。 |
| bool foxit::ofd::TextSearchCharInfo::IsEmpty | ( | ) | const |
检查当前对象是否为空。
当前对象为空时,表示当前对象是无用的。
| bool foxit::ofd::TextSearchCharInfo::operator != | ( | const TextSearchCharInfo & | other | ) | const |
不相等操作符。
| [in] | other | 另一个文本搜索字符信息对象。此函数将检查当前对象是否不等于这个对象。 |
| TextSearchCharInfo& foxit::ofd::TextSearchCharInfo::operator= | ( | const TextSearchCharInfo & | other | ) |
赋值操作符。
| [in] | other | 另一个文本搜索字符信息对象,其值将被赋给当前对象。 |
| bool foxit::ofd::TextSearchCharInfo::operator== | ( | const TextSearchCharInfo & | other | ) | const |
相等操作符。
| [in] | other | 另一个文本搜索字符信息对象。此函数将检查当前对象是否等于这个对象。 |