:: ooo :: vba :: excel ::

interface XOLEObject
Base Interfaces
XOLEObject
┗ ::ooo::vba::XHelperInterface
   ┗ ::com::sun::star::lang::XServiceInfo

::ooo::vba::XHelperInterface

Attributes' Summary
Object  
Enabled  
Visible  
Left  
Top  
Height  
Width  
Attributes' Details
Object
[ readonly ] ::com::sun::star::uno::XInterface Object;
Enabled
boolean Enabled;
Visible
boolean Visible;
Left
double Left;
Top
double Top;
Height
double Height;
Width
double Width;
Top of Page