API usageSpreadsheet APIEnumerationDocumentElementOn this pageDocumentElementAsk a question Any valid element which can be added to the document structure. Type Enumeration Values ApiParagraph Example Add a document element called "paragraph" to the document. CodeResultPlayground// How to add a paragraph element to the document.// Add elements to the document.doc.AddElement(paragraph);