Foxit PDF SDK
foxit::pdf::objects::StructMarkedContent类 参考
类 foxit::pdf::objects::StructMarkedContent 继承关系图:
foxit::pdf::objects::StructTreeEntity foxit::Base

Public 成员函数

 StructMarkedContent ()
 构造函数。
 
 StructMarkedContent (const StructMarkedContent &other)
 拷贝构造函数。 更多...
 
 StructMarkedContent (const StructTreeEntity &other)
 构造函数,从另一个结构树实体对象构造。 更多...
 
 ~StructMarkedContent ()
 析构函数。
 
uint32 GetMCID () const
 获取标记内容标识符(MCID)。 更多...
 
StructElement GetParentElement ()
 获取父结构元素。 更多...
 
pdf::objects::PDFDictionaryGetStmDict () const
 获取包含标记内容序列的内容流的PDF字典。 更多...
 
pdf::objects::PDFDictionaryGetStmOwnerDict () const
 获取内容流所有者的PDF字典。 更多...
 
- Public 成员函数 继承自 foxit::pdf::objects::StructTreeEntity
 StructTreeEntity ()
 构造函数。
 
 StructTreeEntity (const StructTreeEntity &other)
 拷贝构造函数。 更多...
 
 ~StructTreeEntity ()
 析构函数。
 
PDFPage GetPage () const
 获取相关的PDF页面。 更多...
 
StructTreeEntityType GetType () const
 获取结构树实体类型。 更多...
 
bool IsEmpty () const
 检查当前对象是否为空。 更多...
 
bool operator != (const StructTreeEntity &other) const
 不等操作符。 更多...
 
StructTreeEntityoperator= (const StructTreeEntity &other)
 赋值操作符。 更多...
 
bool operator== (const StructTreeEntity &other) const
 相等操作符。 更多...
 
- Public 成员函数 继承自 foxit::Base
FS_HANDLE Handle () const
 获取当前对象的句柄。 更多...
 

额外继承的成员函数

- Public 类型 继承自 foxit::pdf::objects::StructTreeEntity
enum  StructTreeEntityType { e_UnknownType = -1, e_StructTreeEntityTypeElement = 0, e_StructTreeEntityTypeMarkedContent = 1, e_StructTreeEntityTypeObjectContent = 2 }
 结构树实体类型的枚举。 更多...
 

详细描述

此类表示标记内容项。

构造及析构函数说明

◆ StructMarkedContent() [1/2]

foxit::pdf::objects::StructMarkedContent::StructMarkedContent ( const StructMarkedContent other)

拷贝构造函数。

参数
[in]other另一个结构标记内容对象。

◆ StructMarkedContent() [2/2]

foxit::pdf::objects::StructMarkedContent::StructMarkedContent ( const StructTreeEntity other)

构造函数,从另一个结构树实体对象构造。

参数
[in]other另一个结构树实体对象。

成员函数说明

◆ GetMCID()

uint32 foxit::pdf::objects::StructMarkedContent::GetMCID ( ) const

获取标记内容标识符(MCID)。

返回
标记内容标识符。

◆ GetParentElement()

StructElement foxit::pdf::objects::StructMarkedContent::GetParentElement ( )

获取父结构元素。

返回
父结构元素。如果返回对象的函数StructElement::IsEmpty返回true, 这意味着当前元素没有父元素。

◆ GetStmDict()

pdf::objects::PDFDictionary* foxit::pdf::objects::StructMarkedContent::GetStmDict ( ) const

获取包含标记内容序列的内容流的PDF字典。

包含标记内容序列的内容流。仅当 标记内容序列位于页面内容流以外的内容流中时,此条目才应存在。

返回
包含标记内容序列的内容流的PDF字典。

◆ GetStmOwnerDict()

pdf::objects::PDFDictionary* foxit::pdf::objects::StructMarkedContent::GetStmOwnerDict ( ) const

获取内容流所有者的PDF字典。

返回
内容流所有者的PDF字典。