N
nitm
hi,
i have a page object (which i got from the Word.Pages collection).
i want to know some properties of this page, like the page number and more
importantly i want to get the range of the page.
i need to get the xml (openXML) of the page.
so, i'm looking for something like:
Range pageRange = page.getRange();
XmlDocument doc = new XmlDocumet();
doc.LoadXml(pageRange.WordOpenXML);
........
is this possible somehow?
thanks, nitzan
i have a page object (which i got from the Word.Pages collection).
i want to know some properties of this page, like the page number and more
importantly i want to get the range of the page.
i need to get the xml (openXML) of the page.
so, i'm looking for something like:
Range pageRange = page.getRange();
XmlDocument doc = new XmlDocumet();
doc.LoadXml(pageRange.WordOpenXML);
........
is this possible somehow?
thanks, nitzan