IBM Lotus Symphony
|
本部分提供打印通用网络对象 (UNO) 组件的方法、接口和属性的示例。
Sub Main Set oDoc = StarDesktop.CurrentComponent MsgBox oDoc.dbg_methods 'Methods of this object. MsgBox oDoc.dbg_supportedInterfaces 'Interfaces of this object. MsgBox oDoc.dbg_properties 'Properties of this object. End Sub