Word online and Word XML -
is possible access underlying xml task pane app on word online? able use functions getnamesoaceasync or getxmlasync in desktop word online word throws error code 6000 - no such node found.
that's correct. customxmlpart.getxmlasync() , customxmlprefixmappings.getnamespaceasync() not available in office online (in browser).
however, other calls available such document.getselecteddataasync(), can called coerciontype of office.coerciontype.ooxml retrieve ooxml.
Comments
Post a Comment