Microsoft.Office.Tools.Word.Extensions Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Microsoft.Office.Tools.Word.Extensions namespace provides extension methods that you can access on Document objects to extend Microsoft Office Word documents.
Document |
Provides methods you can use to extend Microsoft Office Word documents by generating host items for Document objects and by testing for the existence of the generated host items. |
The extension methods in this namespace are provided for backward compatibility with Office projects that you retarget from the .NET Framework 3.5 to the .NET Framework 4. In new projects that target the .NET Framework 4, you should access these methods by using the Globals.Factory
object in your project. For more information, see Extending Word Documents and Excel Workbooks in VSTO Add-ins at Run Time and Getting Extended Objects from Native Office Objects in Document-Level Customizations.