跳到主要内容

DocumentElement

可以添加到文档结构的任何有效元素。

类型

枚举

示例

This example adds a document element called "paragraph" to the document.

// How to add a paragraph element to the document.

// Add elements to the document.

doc.AddElement(paragraph);