Overview
StructTreeRoot 是一个类在Aspose.PDF FOSS的.NET中.
标记文档的结构树根 (/StructTreeRoot) 的仅读视图.
特性: Children, RoleMap.
Properties
| Name | Type | Access | Description |
|---|
Children | IReadOnlyList<StructTreeElement> | Read | 直接在根下面的顶级结构元素. |
RoleMap | IReadOnlyDictionary<string, string> | Read | 角色图 (/RoleMap) 将自定义角色映射到标准类型. |
See Also