I am attempting to use Document.Format.OpenXML 2.0 and I have yet to find a way to programmatically add a simple textbox object to the presentation. Can anyone provide a solution? I have found there is a method to add an image (AddImagePart()), so why isn't there an AddTextBoxPart()?
↧