Microsoft Office shared tools


Microsoft Office shared tools are software components that are included in all Microsoft Office products.

Delve

Office Delve allows Office 365 users to search and manage their emails, meetings, contacts, social networks and documents stored on OneDrive or Sites in Office 365. Delve uses machine learning and artificial intelligence to try to show the most relevant people and content. In April 2015 Microsoft launched a mobile version of Office Delve in the App Store and Google Play for users with an Office 365 subscription.

Graph

Microsoft Graph is an OLE application deployed by Microsoft Office programs such as Excel and Access to create charts and graphs. The program is available as an OLE application object in Visual Basic. Microsoft Graph supports many different types of charts, but its output is dated. Office 2003 was the last version to use Microsoft Graph for hosting charts inside Office applications as OLE objects. Office 2007, specifically, Excel 2007 includes a new integrated charting engine and the charts are native to the applications. The new engine supports advanced formatting, including 3D rendering, transparencies, and shadows. Chart layouts can also be customized to highlight various trends in the data. Microsoft Graph still exists for compatibility reasons, but the entry points are removed. This product can be used within other products, and is available in the Object menu in the Insert tab in Office Programs. Sold separately in Mac releases.
The first software sold under the name Microsoft Chart was an attempt from Microsoft to compete with the successful Lotus 1-2-3 by adding a companion to Microsoft Multiplan, the company's spreadsheet in the early 1980s. Microsoft Chart shared its box design and two-line menu with Multiplan, and could import Multiplan data. The simple graphs were drawn on the screen in graphics mode, and could not be printed on some dot matrix devices. The main drawback of Microsoft's solution at the time was the need to exit Multiplan and then load Chart to compose and draw a graph, because MS-DOS was not a multitasking operating system. In the early 1990s, Microsoft Chart was renamed Microsoft Graph.

Query

Visual Basic for Applications

WordArt

WordArt is a text-styling utility. It allows users to create stylized text with various "special effects" such as textures, outlines, and many other manipulations that are not available through the standard font formatting. For example, one can create shadows, rotate, "bend", and "stretch" the shape of the text. WordArt is available in 30 different preset styles in Microsoft Word, however, it is customizable using the tools available on the WordArt toolbar and Drawing toolbar, or on the WordArt tools tab on Office 2007 and 2010. It is also available in Excel, Microsoft PowerPoint, and Microsoft Publisher. In Office 2010 and 2016 i.e., Office 365, users can apply formatting effects such as shadow, bevel, glow, gradient glow, and reflection to their text.
In Office 2007, WordArt was given a complete overhaul in Excel and PowerPoint, with new styles, new effects, and the ability to apply WordArt to regular text boxes. The new styles were included in Word 2010, but mostly removed in Word 2013.

SmartArt

SmartArt, found under the Insert tab in the ribbon in PowerPoint, Word, Excel, and Outlook, is a new group of editable and formatted diagrams. There are 115 preset SmartArt graphics layout templates in categories such as list, process, cycle, and hierarchy. When an instance of a SmartArt is inserted, a Text Pane appears next to it to guide the user through entering text in the hierarchical levels. Each SmartArt graphic, based on its design, maps the text outline, automatically resized for best fit, onto the graphic. There are a number of "quick styles" for each graphic that apply largely different 3D effects to the graphic, and the graphic's shapes and text can be formatted through shape styles and WordArt styles. In addition, SmartArt graphics change their colors, fonts, and effects to match the document's theme. It was included in Office since 2006 to now.

Discontinued

Binder

Microsoft Binder was an application originally included with Microsoft Office 95, 97, and 2000 that allowed users to include different types of OLE 2.0 objects in one file. Originally a test host for OLE 2.0, it was not widely used, and was discontinued after Office 2000.
The filename extension for Microsoft Binder files was.OBD; the Office Binder template format was.OBT. A Microsoft Office Binder Wizard used the extension.OBZ.
Binder files could be opened in Office versions until 2003, with the Unbind add-in installable through the Add or Remove Programs menu. Office 97 Unbind is unavailable for download.

Data Analyzer

Microsoft Data Analyzer 2002 was part of Microsoft Office XP. Microsoft originally purchased the software as part of the intellectual property of Maximal Innovative Intelligence - Maximal's "Max" product was rebranded as Microsoft Data Analyzer. Even though it was a stand-alone application and was not available in any Office XP bundle, it was a part of the Office XP suite. It was not updated beyond version 3.5.
Microsoft Data Analyzer allows analyzing and visualizing data and data trends, and is integrated with SQL Server Analysis Services. Reports and graphs generated could be saved as HTML, Microsoft Excel, or Microsoft PowerPoint files.

Document Scanning and Document Imaging

Microsoft Office Document Scanning is a scanning and optical character recognition application introduced first in Office XP. The OCR engine is based upon Nuance's OmniPage. MODS is suited for creating archival copies of documents. It can embed OCR data into both MDI and TIFF files. This enables text search on the files, which is integrated into the Windows Search.
Microsoft Office Document Imaging enables editing and annotating documents scanned by Microsoft Office Document Scanning. It was first introduced in Office XP, and was included in Office 2003 and Office 2007. Although it is not available in Office 2010, it is possible to install it from a previous version of Microsoft Office and use it with Office 2010. Microsoft offers MDI to TIFF File Converter, a command line tool, which allows users to convert one or more MDI files to TIFF.
MODI supports Tagged Image File Format as well as its own proprietary format called MDI. It can save text generated from the OCR process into the original TIFF file. However, MODI produces TIFF files that violate the TIFF standard specifications and are only usable by itself.
In its default mode, the OCR engine will de-skew and re-orient the page where required.
Since Office 2003 Service Pack 3, MODI no longer takes over the file association with Tagged Image File Format files as part of the Service Pack's security changes. Also, it no longer supports JPEG compression in TIFF files.
MODS and MODI are no longer available since Office 2010, although Microsoft recommends a workaround by installing the MODI component from SharePoint Designer 2007 or old Office media.

Programmability

MODI exposes a document and an image object through Component Object Model. It can convert scanned images to text under program control, using its built-in OCR engine.
The MODI object model is accessible from development tools that support the Component Object Model by using a reference to the Microsoft Office Document Imaging 11.0 Type Library. The MODI Viewer control is accessible from any development tool that supports ActiveX controls by adding Microsoft Office Document Imaging Viewer Control 11.0 or 12.0 to the application project. These folders are usually located in C:\Program Files\Common Files\Microsoft Shared\MODI.
The MODI control became accessible in the Office 2003 release; while the associated programs were included in earlier Office XP, the object model was not exposed to programmatic control.
A simple example in Visual Basic.NET follows:

Dim inputFile As String = "C:\test\multipage.tif"
Dim strRecText As String = ""
Dim Doc1 As MODI.Document
Doc1 = New MODI.Document
Doc1.Create
Doc1.OCR ' this will ocr all pages of a multi-page tiff file
Doc1.Save ' this will save the deskewed reoriented images, and the OCR text, back to the inputFile
For imageCounter As Integer = 0 To ' work your way through each page of results
strRecText &= Doc1.Images.Layout.Text ' this puts the ocr results into a string
Next
File.AppendAllText ' write the OCR file out to disk
Doc1.Close ' clean up
Doc1 = Nothing

MDI file format

MODI uses a proprietary format with .mdi Filename extension for storing scanned documents together with optional annotations or metadata which can include the text generated by OCR process. It is known that MDI is a variant of TIFF. Key differences from TIFF include:

PhotoDraw

Photo Editor

Office Web Components

Office Web Components are a group of Object Linking and Embedding components available in Office 2000, XP, and 2003. These ActiveX Controls can be plugged into web pages, Visual Basic, Visual Basic for Applications forms, and Windows Forms, or programmed in-memory. The OWC can be used by any COM-compliant Component Object Model programming language. Applications such as Excel, Microsoft Access, Microsoft Project and Microsoft FrontPage allowed creating interactive web pages using Office Web Components.
The following components are included:
The Office Web Components were discontinued in Office 2007 except as a part of Office Project Server 2007. However, they were available for download from Microsoft's website. Microsoft has not yet offered a complete OWC replacement. However, programmers can use a combination of third-party products, Excel Services, or Visual Studio Tools for Office to provide similar functionality.
The Pivot Table web component may have problems on Windows 7. In many cases the problems are related to the new security settings in IE and can be solved by relaxing the restrictions in the relevant Internet Zone, allowing ActiveX controls and possibly cross-domain access. If the page is hosted locally in the computer, the settings for the zone are not accessible through the IE interface, and can be changed by editing the registry.
Four books in print cover OWC programming:
Microsoft Clip Organizer is Microsoft's clip art organizing software allowing users to find drawings, photographs, sounds, videos, and other media clips to include in presentations, publications, and other Office documents. It comes with a variety of stock media clips and offers more selection on the Microsoft Office Online website.

Picture Manager

Script Editor

Equation Editor

Equation Editor was a formula editor developed by Design Science that allowed users to construct math and science equations in a WYSIWYG environment, and was included in Microsoft Office and several other commercial applications. It was a simplified version of Design Science's MathType, evidenced with a dialog box enticing the user to upgrade to the full, paid version of the software. It could be used as a standalone program or as an embedded object from within applications that support OLE. Its feature set had not changed significantly since its introduction in Word for Windows version 2.0.
Beginning with Office 2007, Equation Editor is no longer the default method of creating equations, and is kept for compatibility with old documents only. Instead, a reengineered equation editor is included, which is built into the document-editing part of the Fluent User Interface on core Office 2007 programs and all Office 2010 and 2013 programs, rather than accessed through a separate dialog and being treated as an OLE object in the document. In January 2018, Microsoft published a security update that completely removed the old Equation Editor for Office 2007, Office 2010, Office 2013 and Office 2016 when the update was installed, due to a vulnerability that was being actively exploited.