StructureElementAttributes
Overview
StructureElementAttributes 是一个类在Aspose.PDF FOSS的.NET中.
属性管理者被属性的曝光.
这个类提供了2种方法,用于在NET程序中与StructureElementAttributes对象工作. 有的方法包括: CreateAttributes, GetAttributes. 所有公众成员在安装了Aspose.PDF FOSS for .NET 包后,可以访问任何.NET应用程序.
Methods
| Signature | Description |
|---|---|
GetAttributes(owner: AttributeOwnerStandard) | 属性设置为所有者,在第一次访问时创建一个空的属性的,以便调用者可以添加属物而没有明确的CreateAttributes调用的. |
CreateAttributes(owner: AttributeOwnerStandard) | 创建 (并存储) 一个为所有者设置的空属性. |