XMain
From Apache OpenOffice Wiki
< Zh | Documentation
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
com.sun.star.lang.XMain 的实现用于特殊情况。其 run() 操作由 uno 可执行文件调用。下面的 UNO 组件 - UNO 可执行文件 将详细讨论 XMain 的使用以及 uno 可执行文件。
// module com::sun::star::lang
interface XMain: com::sun::star::uno::XInterface
{
long run( [in] sequence< string > aArguments );
};
| Content on this page is licensed under the Public Documentation License (PDL). |