:: ooo :: vba :: word ::

interface XGlobals

Methods' Summary
CommandBars  
Documents  
Addins  
Dialogs  
CentimetersToPoints  
Attributes' Summary
ActiveDocument  
ActiveWindow  
Name  
System  
Options  
Selection  
Methods' Details
CommandBars
any
CommandBars( [in] any  aIndex );

Documents
any
Documents( [in] any  aIndex );

Addins
any
Addins( [in] any  aIndex );

Dialogs
any
Dialogs( [in] any  aIndex );

CentimetersToPoints
float
CentimetersToPoints( [in] float  Centimeters );

Attributes' Details
ActiveDocument
[ readonly ] XDocument ActiveDocument;
ActiveWindow
[ readonly ] XWindow ActiveWindow;
Name
[ readonly ] string Name;
System
[ readonly ] XSystem System;
Options
[ readonly ] XOptions Options;
Selection
[ readonly ] XSelection Selection;
Top of Page