InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / IOfficeTools Interface
Properties Methods

In This Topic
    IOfficeTools Interface Members
    In This Topic

    The following tables list the members exposed by IOfficeTools.

    Public Properties
     NameDescription
     PropertyGets a value that indicates whether the installed Office Tools assembly supports new appointments.  
     PropertyDetermines if documents created by Office Tools and Office Suite applications close when InfoConnect closes (true), or if they stay open (false).  
     PropertyGets a value that indicates whether the installed Office Tools assembly supports viewing the contact list and creating new contacts.  
     PropertyGets or sets whether to copy the host screen data as an image (true) or as text (false) if images are supported by the Office Suite.  
     PropertyGets a value that indicates whether the installed Office Tools assembly supports viewing the e-mail application and creating new e-mail messages.  
     PropertyGets or sets whether to insert host screen data in new Office items.  
     PropertyGets a value that indicates whether the installed Office Tools assembly supports new notes.  
     PropertyGets or sets the visible state of the dockable Office Tools panel.  
     PropertyGets the parent object (IProductivity).  
     PropertyGets a value that indicates whether the installed Office Tools assembly supports new slideshow presentations.  
     PropertyGets or sets the presentation template for creating new slideshows.  
     PropertyGets a value that indicates whether the installed Office Tools assembly supports new tasks.  
     PropertyGets or sets the name of the bookmark at which to insert text when creating a word-processing document.  
     PropertyGets a value that indicates whether the installed Office Tools assembly supports new word-processing documents.  
     PropertyGets or sets the path of the template to use when creating a word-processing document.  
    Top
    Public Methods
     NameDescription
     MethodActivates the address book application.  
     MethodActivates the e-mail application.  
     MethodCreates a new calendar appointment.  
     MethodCreates a new address book contact.  
     MethodCreates a new e-mail message.  
     MethodCreates a new note.  
     MethodCreates a new calendar task.  
     MethodCreates a new word-processing document.  
     MethodCreates a new word-processing document with graphics.  
     MethodCreates a new word-processing document with a set of graphics.  
     MethodGets the collection of bookmarks in a word-processing template file. The method returns null if the Office Tools assembly does not support the use of templates and bookmarks for word-processing.  
    Top
    See Also