:: ooo :: vba :: word ::

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

::ooo::vba::XHelperInterface

Methods' Summary
DefaultFilePath  
Attributes' Summary
DefaultBorderLineStyle  
DefaultBorderLineWidth  
DefaultBorderColorIndex  
ReplaceSelection  
MapPaperSize  
AutoFormatAsYouTypeApplyHeadings  
AutoFormatAsYouTypeApplyBulletedLists  
AutoFormatAsYouTypeApplyNumberedLists  
AutoFormatAsYouTypeFormatListItemBeginning  
AutoFormatAsYouTypeDefineStyles  
AutoFormatApplyHeadings  
AutoFormatApplyLists  
AutoFormatApplyBulletedLists  
Methods' Details
DefaultFilePath
any
DefaultFilePath( [in] long  Path );

Attributes' Details
DefaultBorderLineStyle
long DefaultBorderLineStyle;
DefaultBorderLineWidth
long DefaultBorderLineWidth;
DefaultBorderColorIndex
long DefaultBorderColorIndex;
ReplaceSelection
boolean ReplaceSelection;
MapPaperSize
boolean MapPaperSize;
AutoFormatAsYouTypeApplyHeadings
boolean AutoFormatAsYouTypeApplyHeadings;
AutoFormatAsYouTypeApplyBulletedLists
boolean AutoFormatAsYouTypeApplyBulletedLists;
AutoFormatAsYouTypeApplyNumberedLists
boolean AutoFormatAsYouTypeApplyNumberedLists;
AutoFormatAsYouTypeFormatListItemBeginning
boolean AutoFormatAsYouTypeFormatListItemBeginning;
AutoFormatAsYouTypeDefineStyles
boolean AutoFormatAsYouTypeDefineStyles;
AutoFormatApplyHeadings
boolean AutoFormatApplyHeadings;
AutoFormatApplyLists
boolean AutoFormatApplyLists;
AutoFormatApplyBulletedLists
boolean AutoFormatApplyBulletedLists;
Top of Page