|
Foxit PDF SDK
|
Public 成员函数 | |
| StructTreeEntity () | |
| 构造函数。 | |
| StructTreeEntity (StructTreeEntity other) | |
| 拷贝构造函数。 更多... | |
| synchronized void | delete () |
| 直接清除C++相关资源。 更多... | |
| PDFPage | getPage () throws com.foxit.sdk.PDFException |
| 获取相关的PDF页面。 更多... | |
| int | getType () throws com.foxit.sdk.PDFException |
| 获取结构树实体类型。 更多... | |
| boolean | isEmpty () |
| 检查当前对象是否为空。 更多... | |
Public 成员函数 继承自 com.foxit.sdk.common.Base | |
| synchronized void | delete () |
| 直接清除C++相关资源。 更多... | |
静态 Public 属性 | |
| static final int | e_StructTreeEntityTypeElement = 0 |
| 结构树实体类型:Element,表示结构元素。 | |
| static final int | e_StructTreeEntityTypeMarkedContent = 1 |
| 结构树实体类型:MarkedContent,表示标记内容项。 | |
| static final int | e_StructTreeEntityTypeObjectContent = 2 |
| 结构树实体类型:ObjectContent,表示PDF对象内容项, 如注释和XObject。 | |
| static final int | e_UnknownType = -1 |
| 结构树实体类型:未知。 | |
此类表示结构树实体。
| com.foxit.sdk.pdf.objects.StructTreeEntity.StructTreeEntity | ( | StructTreeEntity | other | ) |
拷贝构造函数。
| [in] | other | 另一个结构元素实体对象。 |
| synchronized void com.foxit.sdk.pdf.objects.StructTreeEntity.delete | ( | ) |
直接清除C++相关资源。
| PDFPage com.foxit.sdk.pdf.objects.StructTreeEntity.getPage | ( | ) | throws com.foxit.sdk.PDFException |
获取相关的PDF页面。
| int com.foxit.sdk.pdf.objects.StructTreeEntity.getType | ( | ) | throws com.foxit.sdk.PDFException |
获取结构树实体类型。
| boolean com.foxit.sdk.pdf.objects.StructTreeEntity.isEmpty | ( | ) |
检查当前对象是否为空。
当当前对象为空时,这意味着当前对象无用。