跳到主要内容

DocumentElement

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

类型

枚举

示例

此示例向文档添加名为 "paragraph" 的文档元素。

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

// Add elements to the document.

doc.AddElement(paragraph);