StructTreeElement

StructTreeElement

Overview

StructTreeElement 是一个类在Aspose.PDF FOSS的.NET中.

标记文档结构树中的单个结构元素的仅读视图:其角色,可访问性文字,属性,标签内容引用和子要素.

特性: ActualText, AltText, Attributes, Children, Language, MarkedContentIds,另外两个.

Properties

NameTypeAccessDescription
StructureTypestring?Read结构类型/作用 (/S),例如:.
Titlestring?Read元素标题 (/T),或没有设置的 null.
Languagestring?Read元素语言 (/Lang),或没有设置的 null.
ActualTextstring?Read替代文本 (/ActualText),或如果没有设置,则为 null.
AltTextstring?Read辅助技术使用的替代描述 (/Alt),或没有设置时为 null.
AttributesIReadOnlyDictionary<string, string>?Read结构属性 (/A) 是一个字符串值地图,或者当元素没有属性的时候是 null.
MarkedContentIdsIReadOnlyList<int>Read标记内容识别符 (MCID) 由该元素的/K条目引用,连接到页面内容流中的标签内容序列.
ChildrenIReadOnlyList<StructTreeElement>Read附属结构元素 (仅读).

See Also

 中文