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