API usage演示文稿 APIEnumerationParagraphContent本页总览ParagraphContentAsk a question 可以添加到段落结构的元素类型。 类型 枚举 值 ApiUnsupported ApiRun ApiHyperlink 示例 This example adds an element called 'text run' to the paragraph. CodeResultPlayground// How to add an element to paragraph.// Insert an element to paragraph.paragraph.AddElement(run, 0);