API usagePDF APIEnumerationParagraphContentOn this pageParagraphContentAsk a question The types of elements that can be added to the paragraph structure. Type Enumeration Values ApiUnsupported ApiRun ApiHyperlink Example Add 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);