StructTreeElement
Overview
StructTreeElement 是一个类在Aspose.PDF FOSS的.NET中.
标记文档结构树中的单个结构元素的仅读视图:其角色,可访问性文字,属性,标签内容引用和子要素.
特性: ActualText, AltText, Attributes, Children, Language, MarkedContentIds,另外两个.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
StructureType | string? | Read | 结构类型/作用 (/S),例如:. |
Title | string? | Read | 元素标题 (/T),或没有设置的 null. |
Language | string? | Read | 元素语言 (/Lang),或没有设置的 null. |
ActualText | string? | Read | 替代文本 (/ActualText),或如果没有设置,则为 null. |
AltText | string? | Read | 辅助技术使用的替代描述 (/Alt),或没有设置时为 null. |
Attributes | IReadOnlyDictionary<string, string>? | Read | 结构属性 (/A) 是一个字符串值地图,或者当元素没有属性的时候是 null. |
MarkedContentIds | IReadOnlyList<int> | Read | 标记内容识别符 (MCID) 由该元素的/K条目引用,连接到页面内容流中的标签内容序列. |
Children | IReadOnlyList<StructTreeElement> | Read | 附属结构元素 (仅读). |