Hi,
as far as i can read in the dcumentation it only has the
CreateNewDocument, EditDocument and viewdocument.
Is there any way to get access at the properties of the ActiveXObject
that i create with
objEditor = new ActiveXObject(sharepoint.opendocuments.2);
objEditor.CreateNewDocument2(window, strTemplate, strSaveLocation)
Something like :
objEditor.document.author
which gives me the author of the Document that i have created?