API usage演示文稿 APIEnumerationDocumentElement本页总览DocumentElementAsk a question 可以添加到文档结构的任何有效元素。 类型 枚举 值 ApiParagraph 示例 This example adds a document element called "paragraph" to the document. CodeResultPlayground// How to add a paragraph element to the document.// Add elements to the document.doc.AddElement(paragraph);