:: ooo :: vba :: word ::

interface XAddin
Base Interfaces
XAddin
┣ ::ooo::vba::XHelperInterface
┃ ┗ ::com::sun::star::lang::XServiceInfo
┗ ::com::sun::star::container::XNamed

::ooo::vba::XHelperInterface
::com::sun::star::container::XNamed
(referenced interface's summary:)
specifies the name of the object.

Attributes' Summary
Path  
Autoload  
Installed  
Attributes' Details
Path
[ readonly ] string Path;
Autoload
[ readonly ] boolean Autoload;
Installed
boolean Installed;
Top of Page