|
Foxit PDF SDK
|
额外继承的成员函数 | |
Public 类型 继承自 foxit::pdf::objects::StructTreeEntity | |
| enum | StructTreeEntityType { e_UnknownType = -1, e_StructTreeEntityTypeElement = 0, e_StructTreeEntityTypeMarkedContent = 1, e_StructTreeEntityTypeObjectContent = 2 } |
| 结构树实体类型的枚举。 更多... | |
此类表示标记内容项。
| foxit::pdf::objects::StructMarkedContent::StructMarkedContent | ( | const StructMarkedContent & | other | ) |
拷贝构造函数。
| [in] | other | 另一个结构标记内容对象。 |
| foxit::pdf::objects::StructMarkedContent::StructMarkedContent | ( | const StructTreeEntity & | other | ) |
构造函数,从另一个结构树实体对象构造。
| [in] | other | 另一个结构树实体对象。 |
| uint32 foxit::pdf::objects::StructMarkedContent::GetMCID | ( | ) | const |
获取标记内容标识符(MCID)。
| StructElement foxit::pdf::objects::StructMarkedContent::GetParentElement | ( | ) |
获取父结构元素。
| pdf::objects::PDFDictionary* foxit::pdf::objects::StructMarkedContent::GetStmDict | ( | ) | const |
获取包含标记内容序列的内容流的PDF字典。
包含标记内容序列的内容流。仅当 标记内容序列位于页面内容流以外的内容流中时,此条目才应存在。
| pdf::objects::PDFDictionary* foxit::pdf::objects::StructMarkedContent::GetStmOwnerDict | ( | ) | const |
获取内容流所有者的PDF字典。