API usagePDF APIEnumerationParagraphContent本页总览ParagraphContentAsk a question 可以添加到段落结构的元素类型。 类型 枚举 值 ApiUnsupported ApiRun ApiHyperlink 示例 此示例向段落添加名为 'text run' 的元素。 CodeResultPlayground// How to add an element to paragraph.// Insert an element to paragraph.paragraph.AddElement(run, 0);