DocumentElement
type DocumentElement = ApiParagraph | ApiTable | ApiBlockLvlSdt
Description
Any valid element which can be added to the document structure.
Try It
oDocument.AddElement(oParagraph);
type DocumentElement = ApiParagraph | ApiTable | ApiBlockLvlSdt
Any valid element which can be added to the document structure.
oDocument.AddElement(oParagraph);