API usageText document APIEnumerationParagraphContent本页总览ParagraphContent The types of elements that can be added to the paragraph structure. Type Enumeration Values ApiUnsupported ApiRun ApiInlineLvlSdt ApiHyperlink ApiFormBase Example This example adds an element called 'text run' to the paragraph. CodeResult// How to add an element to paragraph.// Insert an element to paragraph.paragraph.AddElement(run, 0);