In the Code:

XStorable xStorable = (XStorable)UnoRuntime.queryInterface(
           XStorable.class, xDoc);
       PropertyValue[] storeProps = new PropertyValue[1];
       storeProps[0] = new PropertyValue();
       storeProps[0].Name = "FilterName";
storeProps[0].Value = "MS Word 97"; xStorable.storeAsURL(storeUrl, storeProps);

I can Store the actual document as Ms Word 97...
Very Nice... but... where can get the all possibilities of "FilterName" property ?


Tnks !

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to