View Single Post
 
Old 07-05-2010, 05:39 PM
javageek javageek is offline Windows 7 Office 2007
Novice
 
Join Date: Jul 2010
Posts: 1
javageek is on a distinguished road
Default Accessing WLL through Java-COM bridge

Hello,

Please excuse my ignorance regarding the COM object as I am a Java developer.

I work on a document utility that uses a Java-COM-Bridge to invoke the COM objects in a Word document template. The utility contains a plugin (WLL), for the Word application, to validate the syntax used in our custom field codes that are placed in the Word document template.

My question is...

Is it possible to invoke the function, within the WLL, that validates the field codes through the Document Object (Documents Collection, Application Object, etc...)?

If not, is there any way to invoke the WLL function through the COM Objects??

Any comments would be greatly appreciated.

Thanks in advance
Reply With Quote