Open XML Object Model question
hello,
I’ve just installed XML Object Model. Personally I think that it is a great API which saves a lot of coding comparing to previously usedSystem.IO.Packaging. I would like to know if it is possible to:
a) Get a list allMainDocumentPart'scontent controls
b) Get a single custom xml , which is selected by an unique storeItemID.
<w
ataBinding w:xpath="/root[1]/ID[1]" w
toreItemID="dfa5d401-188c-4134-ae73-37a9cb20bce1" />
in other word I need all the content controls and the customXml which they belong(are mapped) to.
KR,
Seb

