Element.AppendChild
Element.AppendChild 方法
将元素附加到子元素集合。
public Element AppendChild(Element element, bool checkIfCanBeAppended = true)
| 参数 | 类型 | 描述 |
|---|---|---|
| element | Element | 要添加的元素对象。 |
| checkIfCanBeAppended | Boolean | 检查是否可以附加。 |
返回值
已添加的元素。
异常
| 异常 | 条件 |
|---|---|
| TaggedException |
另请参阅
- 类 Element
- 命名空间 Aspose.Pdf.LogicalStructure
- 程序集 Aspose.PDF