跳到主要内容

ParagraphContent

可以添加到段落结构的元素类型。

类型

枚举

示例

This example adds an element called 'text run' to the paragraph.

// How to add an element to paragraph.

// Insert an element to paragraph.

paragraph.AddElement(run, 0);