Attachmate.Reflection.Productivity Namespace : IOfficeTools Interface |
The following tables list the members exposed by IOfficeTools.
Name | Description | |
---|---|---|
![]() | AppointmentEnabled | Gets a value that indicates whether the installed Office Tools assembly supports new appointments. |
![]() | CloseOfficeDocsOnAppExit | Determines if documents created by Office Tools and Office Suite applications close when InfoConnect closes (true), or if they stay open (false). |
![]() | ContactEnabled | Gets a value that indicates whether the installed Office Tools assembly supports viewing the contact list and creating new contacts. |
![]() | CopyAsImage | Gets 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. |
![]() | EmailEnabled | Gets a value that indicates whether the installed Office Tools assembly supports viewing the e-mail application and creating new e-mail messages. |
![]() | IncludeScreenData | Gets or sets whether to insert host screen data in new Office items. |
![]() | NoteEnabled | Gets a value that indicates whether the installed Office Tools assembly supports new notes. |
![]() | OfficeToolsPaneVisible | Gets or sets the visible state of the dockable Office Tools panel. |
![]() | Parent | Gets the parent object (IProductivity). |
![]() | SlideshowEnabled | Gets a value that indicates whether the installed Office Tools assembly supports new slideshow presentations. |
![]() | SlideshowTemplate | Gets or sets the presentation template for creating new slideshows. |
![]() | TaskEnabled | Gets a value that indicates whether the installed Office Tools assembly supports new tasks. |
![]() | WordProcessingBookmark | Gets or sets the name of the bookmark at which to insert text when creating a word-processing document. |
![]() | WordProcessingEnabled | Gets a value that indicates whether the installed Office Tools assembly supports new word-processing documents. |
![]() | WordProcessingTemplate | Gets or sets the path of the template to use when creating a word-processing document. |
Name | Description | |
---|---|---|
![]() | ActivateContactsApp | Activates the address book application. |
![]() | ActivateEmailApp | Activates the e-mail application. |
![]() | CreateNewAppointment | Creates a new calendar appointment. |
![]() | CreateNewContact | Creates a new address book contact. |
![]() | CreateNewEmailMessage | Creates a new e-mail message. |
![]() | CreateNewNote | Creates a new note. |
![]() | CreateNewTask | Creates a new calendar task. |
![]() | CreateWordProcessingDocument | Creates a new word-processing document. |
![]() | CreateWordProcessingDocumentWithGraphic | Creates a new word-processing document with graphics. |
![]() | CreateWordProcessingDocumentWithGraphicSet | Creates a new word-processing document with a set of graphics. |
![]() | GetBookmarks | Gets 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. |