﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>Microsoft.Office.Tools.Word.v4.0.Utilities</name>
  </assembly>
  <members>
    <member name="T:Microsoft.Office.Tools.Word.ControlExtensions">
      <summary>Provides extension methods you can use to add Windows Forms controls to a Word document that has been customized by using the Office development tools in Visual Studio.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddButton(Microsoft.Office.Tools.Word.ControlCollection,Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.Button" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="range">The location of the control.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> or <paramref name="range" /> argument is null, or the name argument has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
      <exception cref="T:Microsoft.Office.Tools.InvalidRangeException">The range that was specified is not valid.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddButton(Microsoft.Office.Tools.Word.ControlCollection,System.Single,System.Single,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.Button" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="left">The distance in points between the left edge of the control and the left edge of the document.</param>
      <param name="top">The distance in points between the top edge of the control and the top edge of the document.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> argument is null or has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddCheckBox(Microsoft.Office.Tools.Word.ControlCollection,Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckBox" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="range">The location of the control.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> or <paramref name="range" /> argument is null, or the <paramref name="name" /> argument has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
      <exception cref="T:Microsoft.Office.Tools.InvalidRangeException">The range that was specified is not valid.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddCheckBox(Microsoft.Office.Tools.Word.ControlCollection,System.Single,System.Single,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckBox" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="left">The distance in points between the left edge of the control and the left edge of the document.</param>
      <param name="top">The distance in points between the top edge of the control and the top edge of the document.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> argument is null or has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddCheckedListBox(Microsoft.Office.Tools.Word.ControlCollection,Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckedListBox" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="range">The location of the control.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> or <paramref name="range" /> argument is null, or the <paramref name="name" /> argument has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
      <exception cref="T:Microsoft.Office.Tools.InvalidRangeException">The range that was specified is not valid.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddCheckedListBox(Microsoft.Office.Tools.Word.ControlCollection,System.Single,System.Single,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckedListBox" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="left">The distance in points between the left edge of the control and the left edge of the document.</param>
      <param name="top">The distance in points between the top edge of the control and the top edge of the document.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> argument is null or has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddComboBox(Microsoft.Office.Tools.Word.ControlCollection,Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.ComboBox" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="range">The location of the control.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> or <paramref name="range" /> argument is null, or the <paramref name="name" /> argument has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
      <exception cref="T:Microsoft.Office.Tools.InvalidRangeException">The range that was specified is not valid.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddComboBox(Microsoft.Office.Tools.Word.ControlCollection,System.Single,System.Single,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.ComboBox" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="left">The distance in points between the left edge of the control and the left edge of the document.</param>
      <param name="top">The distance in points between the top edge of the control and the top edge of the document.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> argument is null or has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddDataGridView(Microsoft.Office.Tools.Word.ControlCollection,Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.DataGridView" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="range">The location of the control.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> or <paramref name="range" /> argument is null, or the <paramref name="name" /> argument has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
      <exception cref="T:Microsoft.Office.Tools.InvalidRangeException">The range that was specified is not valid.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddDataGridView(Microsoft.Office.Tools.Word.ControlCollection,System.Single,System.Single,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.DataGridView" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="left">The distance in points between the left edge of the control and the left edge of the document.</param>
      <param name="top">The distance in points between the top edge of the control and the top edge of the document.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> argument is null or has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddDateTimePicker(Microsoft.Office.Tools.Word.ControlCollection,Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.DateTimePicker" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="range">The location of the control.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> or <paramref name="range" /> argument is null, or the <paramref name="name" /> argument has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
      <exception cref="T:Microsoft.Office.Tools.InvalidRangeException">The range that was specified is not valid.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddDateTimePicker(Microsoft.Office.Tools.Word.ControlCollection,System.Single,System.Single,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.DateTimePicker" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="left">The distance in points between the left edge of the control and the left edge of the document.</param>
      <param name="top">The distance in points between the top edge of the control and the top edge of the document.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="nam" />e argument is null or has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddDomainUpDown(Microsoft.Office.Tools.Word.ControlCollection,Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.DomainUpDown" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="range">The location of the control.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> or <paramref name="range" /> argument is null, or the name argument has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
      <exception cref="T:Microsoft.Office.Tools.InvalidRangeException">The range that was specified is not valid.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddDomainUpDown(Microsoft.Office.Tools.Word.ControlCollection,System.Single,System.Single,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.DomainUpDown" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="left">The distance in points between the left edge of the control and the left edge of the document.</param>
      <param name="top">The distance in points between the top edge of the control and the top edge of the document.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> argument is null or has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddHScrollBar(Microsoft.Office.Tools.Word.ControlCollection,Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.HScrollBar" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="range">The location of the control.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> or <paramref name="range" /> argument is null, or the <paramref name="name" /> argument has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
      <exception cref="T:Microsoft.Office.Tools.InvalidRangeException">The range that was specified is not valid.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddHScrollBar(Microsoft.Office.Tools.Word.ControlCollection,System.Single,System.Single,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.HScrollBar" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="left">The distance in points between the left edge of the control and the left edge of the document.</param>
      <param name="top">The distance in points between the top edge of the control and the top edge of the document.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> argument is null or has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddLabel(Microsoft.Office.Tools.Word.ControlCollection,Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.Label" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="range">The location of the control.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> or <paramref name="range" /> argument is null, or the <paramref name="name" /> argument has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
      <exception cref="T:Microsoft.Office.Tools.InvalidRangeException">The range that was specified is not valid.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddLabel(Microsoft.Office.Tools.Word.ControlCollection,System.Single,System.Single,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.Label" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="left">The distance in points between the left edge of the control and the left edge of the document.</param>
      <param name="top">The distance in points between the top edge of the control and the top edge of the document.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> argument is null or has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddLinkLabel(Microsoft.Office.Tools.Word.ControlCollection,Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.LinkLabel" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="range">The location of the control.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name of the control that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> or <paramref name="range" /> argument is null, or the <paramref name="name" /> argument has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
      <exception cref="T:Microsoft.Office.Tools.InvalidRangeException">The range that was specified is not valid.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddLinkLabel(Microsoft.Office.Tools.Word.ControlCollection,System.Single,System.Single,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.LinkLabel" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="left">The distance in points between the left edge of the control and the left edge of the document.</param>
      <param name="top">The distance in points between the top edge of the control and the top edge of the document.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> argument is null or has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddListBox(Microsoft.Office.Tools.Word.ControlCollection,Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.ListBox" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="range">The location of the control.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> or <paramref name="range" /> argument is null, or the <paramref name="name" /> argument has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
      <exception cref="T:Microsoft.Office.Tools.InvalidRangeException">The range that was specified is not valid.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddListBox(Microsoft.Office.Tools.Word.ControlCollection,System.Single,System.Single,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.ListBox" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="left">The distance in points between the left edge of the control and the left edge of the document.</param>
      <param name="top">The distance in points between the top edge of the control and the top edge of the document.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> argument is null or has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddListView(Microsoft.Office.Tools.Word.ControlCollection,Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.ListView" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="range">The location of the control.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> or <paramref name="range" /> argument is null, or the <paramref name="name" /> argument has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
      <exception cref="T:Microsoft.Office.Tools.InvalidRangeException">The range that was specified is not valid.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddListView(Microsoft.Office.Tools.Word.ControlCollection,System.Single,System.Single,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.ListView" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="left">The distance in points between the left edge of the control and the left edge of the document.</param>
      <param name="top">The distance in points between the top edge of the control and the top edge of the document.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> argument is null or has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddMaskedTextBox(Microsoft.Office.Tools.Word.ControlCollection,Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.MaskedTextBox" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="range">The location of the control.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddMaskedTextBox(Microsoft.Office.Tools.Word.ControlCollection,System.Single,System.Single,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.MaskedTextBox" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="left">The distance in points between the left edge of the control and the left edge of the document.</param>
      <param name="top">The distance in points between the top edge of the control and the top edge of the document.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddMonthCalendar(Microsoft.Office.Tools.Word.ControlCollection,Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.MonthCalendar" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="range">The location of the control.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> or <paramref name="range" /> argument is null, or the <paramref name="name" /> argument has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
      <exception cref="T:Microsoft.Office.Tools.InvalidRangeException">The range that was specified is not valid.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddMonthCalendar(Microsoft.Office.Tools.Word.ControlCollection,System.Single,System.Single,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.MonthCalendar" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="left">The distance in points between the left edge of the control and the left edge of the document.</param>
      <param name="top">The distance in points between the top edge of the control and the top edge of the document.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> argument is null or has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddNumericUpDown(Microsoft.Office.Tools.Word.ControlCollection,Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.NumericUpDown" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="range">The location of the control.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> or <paramref name="range" /> argument is null, or the <paramref name="name" /> argument has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
      <exception cref="T:Microsoft.Office.Tools.InvalidRangeException">The range that was specified is not valid.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddNumericUpDown(Microsoft.Office.Tools.Word.ControlCollection,System.Single,System.Single,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.NumericUpDown" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="left">The distance in points between the left edge of the control and the left edge of the document.</param>
      <param name="top">The distance in points between the top edge of the control and the top edge of the document.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> argument is null or has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddPictureBox(Microsoft.Office.Tools.Word.ControlCollection,Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.PictureBox" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="range">The location of the control.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> or <paramref name="range" /> argument is null, or the <paramref name="name" /> argument has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
      <exception cref="T:Microsoft.Office.Tools.InvalidRangeException">The range that was specified is not valid.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddPictureBox(Microsoft.Office.Tools.Word.ControlCollection,System.Single,System.Single,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.PictureBox" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="left">The distance in points between the left edge of the control and the left edge of the document.</param>
      <param name="top">The distance in points between the top edge of the control and the top edge of the document.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> argument is null or has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddProgressBar(Microsoft.Office.Tools.Word.ControlCollection,Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.ProgressBar" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="range">The location of the control.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> or <paramref name="range" /> argument is null, or the <paramref name="name" /> argument has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
      <exception cref="T:Microsoft.Office.Tools.InvalidRangeException">The range that was specified is not valid.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddProgressBar(Microsoft.Office.Tools.Word.ControlCollection,System.Single,System.Single,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.ProgressBar" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="left">The distance in points between the left edge of the control and the left edge of the document.</param>
      <param name="top">The distance in points between the top edge of the control and the top edge of the document.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> argument is null or has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddPropertyGrid(Microsoft.Office.Tools.Word.ControlCollection,Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.PropertyGrid" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="range">The location of the control.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> or <paramref name="range" /> argument is null, or the <paramref name="name" /> argument has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
      <exception cref="T:Microsoft.Office.Tools.InvalidRangeException">The range that was specified is not valid.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddPropertyGrid(Microsoft.Office.Tools.Word.ControlCollection,System.Single,System.Single,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.PropertyGrid" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="left">The distance in points between the left edge of the control and the left edge of the document.</param>
      <param name="top">The distance in points between the top edge of the control and the top edge of the document.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> argument is null or has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddRadioButton(Microsoft.Office.Tools.Word.ControlCollection,Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.RadioButton" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="range">The location of the control.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> or <paramref name="range" /> argument is null, or the <paramref name="name" /> argument has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
      <exception cref="T:Microsoft.Office.Tools.InvalidRangeException">The range that was specified is not valid.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddRadioButton(Microsoft.Office.Tools.Word.ControlCollection,System.Single,System.Single,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.RadioButton" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="left">The distance in points between the left edge of the control and the left edge of the document.</param>
      <param name="top">The distance in points between the top edge of the control and the top edge of the document.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> argument is null or has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddRichTextBox(Microsoft.Office.Tools.Word.ControlCollection,Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.RichTextBox" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="range">The location of the control.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> or <paramref name="range" /> argument is null, or the <paramref name="name" /> argument has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
      <exception cref="T:Microsoft.Office.Tools.InvalidRangeException">The range that was specified is not valid.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddRichTextBox(Microsoft.Office.Tools.Word.ControlCollection,System.Single,System.Single,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.RichTextBox" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="left">The distance in points between the left edge of the control and the left edge of the document.</param>
      <param name="top">The distance in points between the top edge of the control and the top edge of the document.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> argument is null or has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddTextBox(Microsoft.Office.Tools.Word.ControlCollection,Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.TextBox" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="range">The location of the control.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> or <paramref name="range" /> argument is null, or the <paramref name="name" /> argument has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
      <exception cref="T:Microsoft.Office.Tools.InvalidRangeException">The range that was specified is not valid.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddTextBox(Microsoft.Office.Tools.Word.ControlCollection,System.Single,System.Single,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.TextBox" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="left">The distance in points between the left edge of the control and the left edge of the document.</param>
      <param name="top">The distance in points between the top edge of the control and the top edge of the document.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> argument is null or has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddTrackBar(Microsoft.Office.Tools.Word.ControlCollection,Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.TrackBar" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="range">The location of the control.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> or <paramref name="range" /> argument is null, or the <paramref name="name" /> argument has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
      <exception cref="T:Microsoft.Office.Tools.InvalidRangeException">The range that was specified is not valid.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddTrackBar(Microsoft.Office.Tools.Word.ControlCollection,System.Single,System.Single,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.TrackBar" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="left">The distance in points between the left edge of the control and the left edge of the document.</param>
      <param name="top">The distance in points between the top edge of the control and the top edge of the document.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> argument is null or has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddTreeView(Microsoft.Office.Tools.Word.ControlCollection,Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.TreeView" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="range">The location of the control.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> or <paramref name="range" /> argument is null, or the <paramref name="name" /> argument has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
      <exception cref="T:Microsoft.Office.Tools.InvalidRangeException">The range that was specified is not valid.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddTreeView(Microsoft.Office.Tools.Word.ControlCollection,System.Single,System.Single,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.TreeView" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="left">The distance in points between the left edge of the control and the left edge of the document.</param>
      <param name="top">The distance in points between the top edge of the control and the top edge of the document.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> argument is null or has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddVScrollBar(Microsoft.Office.Tools.Word.ControlCollection,Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.VScrollBar" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="range">The location of the control.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> or <paramref name="range" /> argument is null, or the <paramref name="name" /> argument has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
      <exception cref="T:Microsoft.Office.Tools.InvalidRangeException">The range that was specified is not valid.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddVScrollBar(Microsoft.Office.Tools.Word.ControlCollection,System.Single,System.Single,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.VScrollBar" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="left">The distance in points between the left edge of the control and the left edge of the document.</param>
      <param name="top">The distance in points between the top edge of the control and the top edge of the document.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> argument is null or has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddWebBrowser(Microsoft.Office.Tools.Word.ControlCollection,Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.WebBrowser" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="range">The location of the control.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> or <paramref name="range" /> argument is null, or the <paramref name="name" /> argument has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
      <exception cref="T:Microsoft.Office.Tools.InvalidRangeException">The range that was specified is not valid.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.ControlExtensions.AddWebBrowser(Microsoft.Office.Tools.Word.ControlCollection,System.Single,System.Single,System.Single,System.Single,System.String)">
      <summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.WebBrowser" /> control to the document in the specified size and location.</summary>
      <returns>The control that was added to the document.</returns>
      <param name="controls">The collection to add the control to. Do not supply this parameter yourself. When you call this method on the collection returned by the <see cref="P:Microsoft.Office.Tools.Word.Document.Controls" /> property (in an application-level project) or the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Controls" /> property (in a document-level project), this parameter is supplied automatically.</param>
      <param name="left">The distance in points between the left edge of the control and the left edge of the document.</param>
      <param name="top">The distance in points between the top edge of the control and the top edge of the document.</param>
      <param name="width">The width of the control in points.</param>
      <param name="height">The height of the control in points.</param>
      <param name="name">The name that can be used to index the control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> argument is null or has zero length.</exception>
      <exception cref="T:Microsoft.Office.Tools.ControlNameAlreadyExistsException">A control with the same name is already in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> instance.</exception>
    </member>
    <member name="T:Microsoft.Office.Tools.Word.DocumentBase">
      <summary>Provides the base class for the ThisDocument class in document-level projects for Microsoft Office Word. </summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.#ctor(Microsoft.Office.Tools.Word.Factory,System.IServiceProvider,System.String,System.String)"></member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase._CodeName"></member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.AcceptAllRevisions">
      <summary>Accepts all tracked changes in the document.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.AcceptAllRevisionsShown">
      <summary>Accepts all revisions in the document that are displayed on the screen.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.Activate">
      <summary>Gives focus to the document.</summary>
    </member>
    <member name="E:Microsoft.Office.Tools.Word.DocumentBase.ActivateEvent">
      <summary>Occurs when the document becomes the active window.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.ActiveTheme">
      <summary>Gets the name of the active theme plus the theme formatting options for the document. </summary>
      <returns>The name of the active theme plus the theme formatting options for the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.ActiveThemeDisplayName">
      <summary>Gets the display name of the active theme for the document.</summary>
      <returns>The display name of the active theme for the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.ActiveWindow">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Window" /> that represents the active window.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.Window" /> that represents the active window.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.ActiveWritingStyle"></member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.AddDocumentWorkspaceHeader(System.Boolean,System.String,System.String,System.String,System.String)"></member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.AddMeetingWorkspaceHeader(System.Boolean,System.String,System.String,System.String,System.String)"></member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.AddToFavorites">
      <summary>Creates a shortcut to the document and adds it to the Favorites folder.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Application">
      <summary>Gets an <see cref="T:Microsoft.Office.Interop.Word.Application" /> that represents the creator of the document.</summary>
      <returns>An <see cref="T:Microsoft.Office.Interop.Word.Application" /> that represents the creator of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.ApplyDocumentTheme(System.String)">
      <summary>Applies a document theme to a document.</summary>
      <param name="fileName">The full path of the theme to apply.</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.ApplyQuickStyleSet(System.String)">
      <summary>Changes the set of quick styles.</summary>
      <param name="name">The name of the set to use. This corresponds to the name listed in the Style Set list.</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.ApplyQuickStyleSet2(System.Object@)">
      <summary>Applies the specified quick style set to the document. This method can be used only in Word 2010 projects.</summary>
      <param name="style">The name of the style set to use. Can be either a string that specifies the name of the set to use (the string corresponds to the names listed in the Style Set list) or one of the Microsoft.Office.Interop.Word.WdApplyQuickStyleSets values.</param>
      <exception cref="T:System.MissingMemberException">This method is used in a Word 2007 project.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.ApplyTheme(System.String)">
      <summary>Applies a theme to a document, if the document is open.</summary>
      <param name="name">The name of the theme plus any theme formatting options you want to apply. </param>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.AttachedTemplate">
      <summary>Gets or sets a <see cref="T:Microsoft.Office.Interop.Word.Template" /> that represents the template attached to the document.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.Template" /> that represents the template attached to the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.AutoFormat">
      <summary>Automatically formats the document. Use the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Kind" /> property to specify a format type.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.AutoFormatOverride">
      <summary>Gets or sets a value that indicates whether automatic formatting options override formatting restrictions in a document where formatting restrictions are in effect.</summary>
      <returns>true if automatic formatting options override formatting restrictions; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.AutoHyphenation">
      <summary>Gets or sets a value that indicates whether automatic hyphenation is turned on for the specified document. </summary>
      <returns>true if automatic hyphenation is turned on for the specified document; otherwise, false. </returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.AutoSummarize(System.Object@,System.Object@,System.Object@)">
      <summary>Creates an automatic summary of the document. </summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.Range" /> that includes the summary of the document.</returns>
      <param name="length">The length of the summary as a percentage of the total document length (the larger the number, the more detail is included in the summary).</param>
      <param name="mode">One of the <see cref="T:Microsoft.Office.Interop.Word.WdSummaryMode" /> values that specifies the way the summary is displayed.</param>
      <param name="updateProperties">true to update the Keyword and Comments boxes in the Properties dialog box to reflect the content of the summary for the document.</param>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Background">
      <summary>Gets or sets a <see cref="T:Microsoft.Office.Interop.Word.Shape" /> that represents the background image for the specified document. </summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.Shape" /> that represents the background image for the specified document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Base">
      <summary>Gets the <see cref="T:Microsoft.Office.Tools.Word.Document" /> object that this <see cref="T:Microsoft.Office.Tools.Word.DocumentBase" /> object extends.</summary>
      <returns>The object that this <see cref="T:Microsoft.Office.Tools.Word.DocumentBase" /> object extends.</returns>
    </member>
    <member name="E:Microsoft.Office.Tools.Word.DocumentBase.BeforeClose">
      <summary>Occurs immediately before the document closes.</summary>
    </member>
    <member name="E:Microsoft.Office.Tools.Word.DocumentBase.BeforeDoubleClick">
      <summary>Occurs when the editing area of the document window is double-clicked, before the default double-click action.</summary>
    </member>
    <member name="E:Microsoft.Office.Tools.Word.DocumentBase.BeforePrint">
      <summary>Occurs before the document is printed.</summary>
    </member>
    <member name="E:Microsoft.Office.Tools.Word.DocumentBase.BeforeRightClick">
      <summary>Occurs when the editing area of the document window is right-clicked, before the default right-click action.</summary>
    </member>
    <member name="E:Microsoft.Office.Tools.Word.DocumentBase.BeforeSave">
      <summary>Occurs before the document is saved.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.BeginInit"></member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Bibliography">
      <summary>Gets the bibliography references contained within the document.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.Bibliography" /> that represents the bibliography references contained within the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.BindingContext"></member>
    <member name="E:Microsoft.Office.Tools.Word.DocumentBase.BindingContextChanged"></member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Bookmarks">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Bookmarks" /> collection that represents all the bookmarks in the document. </summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.Bookmarks" /> collection that represents all the bookmarks in the document.</returns>
    </member>
    <member name="E:Microsoft.Office.Tools.Word.DocumentBase.BuildingBlockInsert">
      <summary>Occurs when a building block is inserted into a document. </summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.BuiltInDocumentProperties">
      <summary>Gets a <see cref="T:Microsoft.Office.Core.DocumentProperties" /> collection that represents all the built-in document properties for the document.</summary>
      <returns>A <see cref="T:Microsoft.Office.Core.DocumentProperties" /> collection that represents all the built-in document properties for the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.CanCheckin">
      <summary>Determines whether Microsoft Office Word can check in the document to a server.</summary>
      <returns>true if Microsoft Office Word can check in the document to a server; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Characters">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Characters" /> collection that represents the characters in the document.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.Characters" /> collection that represents the characters in the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.CheckConsistency">
      <summary>Searches all text in a Japanese language document and displays instances where character usage is inconsistent for the same words.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.CheckGrammar">
      <summary>Begins a spelling and grammar check for the document.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.CheckIn(System.Boolean,System.Object@,System.Boolean)">
      <summary>Puts a document on a server from a local computer, and sets the local document to read-only so that it cannot be edited locally.</summary>
      <param name="saveChanges">true to save the document to the server location. The default is true.</param>
      <param name="comments">Comments for the revision of the document being checked in (only applies if <paramref name="SaveChanges" /> is set to true).</param>
      <param name="makePublic">true to allow the user to publish the document after it is checked in. </param>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.CheckInWithVersion(System.Boolean,System.Object@,System.Boolean,System.Object@)">
      <summary>Puts a document on a server from a local computer, and sets the local document to read-only so that it cannot be edited locally.</summary>
      <param name="saveChanges">true to save the document to the server location. The default is true.</param>
      <param name="comments">Comments for the revision of the document being checked in (only applies if <paramref name="SaveChanges" /> is set to true).</param>
      <param name="makePublic">true to allow the user to publish the document after it is checked in. </param>
      <param name="versionType">Specifies versioning information for the document.</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.CheckNewSmartTags">
      <summary>Accesses the Microsoft Office Web site for available smart tag recognizer and action files. 
    This type or member is intended to be used only in projects for the 2007 Microsoft Office system. Smart tags are deprecated in Office 2010.
  .</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.CheckSpelling(System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@)">
      <summary>Begins a spelling check for the document.</summary>
      <param name="customDictionary">Either an expression that returns a <see cref="T:Microsoft.Office.Interop.Word.Dictionary" /> or the file name of the custom dictionary.</param>
      <param name="ignoreUppercase">true if capitalization is ignored. If this argument is omitted, the current value of the <see cref="P:Microsoft.Office.Interop.Word.Options.IgnoreUppercase" /> property is used.</param>
      <param name="alwaysSuggest">true for Microsoft Office Word to always suggest alternative spellings. If this argument is omitted, the current value of the <see cref="P:Microsoft.Office.Interop.Word.Options.SuggestSpellingCorrections" /> property is used.</param>
      <param name="customDictionary2">Either an expression that returns a <see cref="T:Microsoft.Office.Interop.Word.Dictionary" /> or the file name of an additional custom dictionary. You can specify as many as nine additional dictionaries.</param>
      <param name="customDictionary3">Either an expression that returns a <see cref="T:Microsoft.Office.Interop.Word.Dictionary" /> or the file name of an additional custom dictionary. You can specify as many as nine additional dictionaries.</param>
      <param name="customDictionary4">Either an expression that returns a <see cref="T:Microsoft.Office.Interop.Word.Dictionary" /> or the file name of an additional custom dictionary. You can specify as many as nine additional dictionaries.</param>
      <param name="customDictionary5">Either an expression that returns a <see cref="T:Microsoft.Office.Interop.Word.Dictionary" /> or the file name of an additional custom dictionary. You can specify as many as nine additional dictionaries.</param>
      <param name="customDictionary6">Either an expression that returns a <see cref="T:Microsoft.Office.Interop.Word.Dictionary" /> or the file name of an additional custom dictionary. You can specify as many as nine additional dictionaries.</param>
      <param name="customDictionary7">Either an expression that returns a <see cref="T:Microsoft.Office.Interop.Word.Dictionary" /> or the file name of an additional custom dictionary. You can specify as many as nine additional dictionaries.</param>
      <param name="customDictionary8">Either an expression that returns a <see cref="T:Microsoft.Office.Interop.Word.Dictionary" /> or the file name of an additional custom dictionary. You can specify as many as nine additional dictionaries.</param>
      <param name="customDictionary9">Either an expression that returns a <see cref="T:Microsoft.Office.Interop.Word.Dictionary" /> or the file name of an additional custom dictionary. You can specify as many as nine additional dictionaries.</param>
      <param name="customDictionary10">Either an expression that returns a T:Microsoft.Office.Interop.Word.Dictionary or the file name of an additional custom dictionary. You can specify as many as nine additional dictionaries.</param>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.ChildNodeSuggestions">
      <summary>Gets an <see cref="T:Microsoft.Office.Interop.Word.XMLChildNodeSuggestions" /> collection that represents the list of allowed elements for the <see cref="T:Microsoft.Office.Tools.Word.DocumentBase" /> (which returns the root elements for all attached schemas) or for the <see cref="T:Microsoft.Office.Tools.Word.XMLNode" /> object (which returns the child elements of a specified element).</summary>
      <returns>An <see cref="T:Microsoft.Office.Interop.Word.XMLChildNodeSuggestions" /> collection.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.ClickAndTypeParagraphStyle">
      <summary>Gets or sets the default paragraph style applied to text by the Click and Type feature in the document.</summary>
      <returns>The default paragraph style applied to text by the Click and Type feature in the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.Close(System.Object@,System.Object@,System.Object@)">
      <summary>Closes the document.</summary>
      <param name="saveChanges">Specifies the save action for the document. Can be one of the following <see cref="T:Microsoft.Office.Interop.Word.WdSaveOptions" /> values: <see cref="F:Microsoft.Office.Interop.Word.WdSaveOptions.wdDoNotSaveChanges" />, <see cref="F:Microsoft.Office.Interop.Word.WdSaveOptions.wdPromptToSaveChanges" />, or <see cref="F:Microsoft.Office.Interop.Word.WdSaveOptions.wdSaveChanges" />.</param>
      <param name="originalFormat">Specifies the save format for the document. Can be one of the following <see cref="T:Microsoft.Office.Interop.Word.WdOriginalFormat" /> values: <see cref="F:Microsoft.Office.Interop.Word.WdOriginalFormat.wdOriginalDocumentFormat" />, <see cref="F:Microsoft.Office.Interop.Word.WdOriginalFormat.wdPromptUser" />, or <see cref="F:Microsoft.Office.Interop.Word.WdOriginalFormat.wdWordDocument" />.</param>
      <param name="routeDocument">true to route the document to the next recipient. If the document does not have a routing slip attached, this argument is ignored.</param>
    </member>
    <member name="E:Microsoft.Office.Tools.Word.DocumentBase.CloseEvent">
      <summary>Occurs when the document is closed.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.ClosePrintPreview">
      <summary>Switches the document from print preview to the previous view. If the document is not in print preview, an exception is thrown.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.CoAuthoring">
      <summary>Represents co-authoring-related functionality in the document. This property can be used only in Word 2010 projects.</summary>
      <returns>An object that provides access to co-authoring-related functionality in the document.</returns>
      <exception cref="T:System.MissingMemberException">This method is used in a Word 2007 project.</exception>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.CodeName"></member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.CommandBars">
      <summary>Gets a <see cref="T:Microsoft.Office.Core.CommandBars" /> collection that represents the menu bar and all the toolbars in Microsoft Office Word.</summary>
      <returns>A <see cref="T:Microsoft.Office.Core.CommandBars" /> collection that represents the menu bar and all the toolbars in Microsoft Office Word.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Comments">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Comments" /> collection that represents all the comments in the document.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.Comments" /> collection that represents all the comments in the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.Compare(System.String,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@)">
      <summary>Displays revision marks that indicate where the document differs from another document.</summary>
      <param name="name">The name of the document with which the document is compared.</param>
      <param name="authorName">The reviewer name associated with the differences generated by the comparison. If unspecified, the value defaults to the author name of the revised document or the string "Comparison" if no author information is present.</param>
      <param name="compareTarget">The target document for the comparison. Can be any <see cref="T:Microsoft.Office.Interop.Word.WdCompareTarget" /> value.</param>
      <param name="detectFormatChanges">true (default) for the comparison to include detection of format changes.</param>
      <param name="ignoreAllComparisonWarnings">true compares the documents without notifying a user of problems. The default value is false.</param>
      <param name="addToRecentFiles">true adds the document to the list of recently used files on the File menu.</param>
      <param name="removePersonalInformation">true if personal information should be removed from the specified document. The default value is false.</param>
      <param name="removeDateAndTime">true removes date and time stamp information from tracked changes; false does not remove date and time stamp information from tracked changes.</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.Compare2000(System.String)"></member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.Compare2002(System.String,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@)"></member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Compatibility">
      <summary>Gets a value that indicates whether the specified compatibility option is enabled.</summary>
      <returns>Returns <see cref="T:Microsoft.Office.Tools.Word.Document_CompatibilityType" />.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.CompatibilityMode">
      <summary>Gets a value that specifies the compatibility mode that Word uses when opening the document. This method can be used only in Word 2010 projects.</summary>
      <returns>A value that specifies the compatibility mode that Word uses when opening the document. The value corresponds to one of the Microsoft.Office.Interop.Word.WdCompatibilityMode values.</returns>
      <exception cref="T:System.MissingMemberException">This method is used in a Word 2007 project.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.ComputeStatistics(Microsoft.Office.Interop.Word.WdStatistic,System.Object@)">
      <summary>Gets a statistic based on the contents of the document. </summary>
      <returns>The number of items of the type specified by the <paramref name="Statistic" /> parameter that are in the document.</returns>
      <param name="statistic">A <see cref="T:Microsoft.Office.Interop.Word.WdStatistic" />.</param>
      <param name="includeFootnotesAndEndnotes">true to include footnotes and endnotes when computing statistics. The default value is false.</param>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.ConsecutiveHyphensLimit">
      <summary>Gets or sets the maximum number of consecutive lines that can end with hyphens. </summary>
      <returns>The maximum number of consecutive lines that can end with hyphens.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Container">
      <summary>Gets the container application for the document.</summary>
      <returns>The container application for the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Content">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Range" /> that represents the main document story. </summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.Range" /> that represents the main document story.</returns>
    </member>
    <member name="E:Microsoft.Office.Tools.Word.DocumentBase.ContentControlAfterAdd">
      <summary>Occurs after a content control is added to a document.</summary>
    </member>
    <member name="E:Microsoft.Office.Tools.Word.DocumentBase.ContentControlBeforeContentUpdate">
      <summary>Occurs just before Microsoft Office Word updates the text in a content control, if the content control is bound to a custom XML part.</summary>
    </member>
    <member name="E:Microsoft.Office.Tools.Word.DocumentBase.ContentControlBeforeDelete">
      <summary>Occurs just before a content control is deleted from the document.</summary>
    </member>
    <member name="E:Microsoft.Office.Tools.Word.DocumentBase.ContentControlBeforeStoreUpdate">
      <summary>Occurs just before Microsoft Office Word updates data in a custom XML part that is bound to the content control (that is, after the text in the content control changes).</summary>
    </member>
    <member name="E:Microsoft.Office.Tools.Word.DocumentBase.ContentControlOnEnter">
      <summary>Occurs when the user clicks in a content control, or when the cursor is moved into a content control programmatically.</summary>
    </member>
    <member name="E:Microsoft.Office.Tools.Word.DocumentBase.ContentControlOnExit">
      <summary>Occurs when the user clicks outside a content control, or when the cursor is moved outside a content control programmatically.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.ContentControls">
      <summary>Gets the collection of all the content controls in the document.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.ContentControls" /> collection that contains all the content controls in the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.ContentTypeProperties">
      <summary>Gets the metadata that is stored in a document, such as author name, subject, and company.</summary>
      <returns>A <see cref="T:Microsoft.Office.Core.MetaProperties" /> collection that represents the metadata that is stored in a document, such as author name, subject, and company.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Controls">
      <summary>Gets the collection of managed controls that are contained on the document.</summary>
      <returns>A <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" /> that contains all the managed controls on the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.Convert">
      <summary>Converts the document to the newest file format and enables all new features.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.ConvertAutoHyphens">
      <summary>Converts hyphens created by automatic hyphenation to manual hyphens. This method can be used only in Word 2010 projects.</summary>
      <exception cref="T:System.MissingMemberException">This method is used in a Word 2007 project.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.ConvertNumbersToText(System.Object@)">
      <summary>Changes the list numbers and LISTNUM fields in the specified document to text.</summary>
      <param name="numberType">The type of number to be converted. Can be any of the following <see cref="T:Microsoft.Office.Interop.Word.WdNumberType" /> values: <see cref="F:Microsoft.Office.Interop.Word.WdNumberType.wdNumberParagraph" />, <see cref="F:Microsoft.Office.Interop.Word.WdNumberType.wdNumberListNum" />, or <see cref="F:Microsoft.Office.Interop.Word.WdNumberType.wdNumberAllNumbers" />.</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.ConvertVietDoc(System.Int32)">
      <summary>Converts a Vietnamese document to Unicode using a code page other than the default.</summary>
      <param name="codePageOrigin">The original code page used to encode the document.</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.CopyStylesFromTemplate(System.String)">
      <summary>Copies styles from the specified template to a document.</summary>
      <param name="template">The template file name.</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.CountNumberedItems(System.Object@,System.Object@)">
      <summary>Returns the number of bulleted or numbered items and LISTNUM fields in the document.</summary>
      <returns>The number of bulleted or numbered items and LISTNUM fields in the document.</returns>
      <param name="numberType">The type of numbers to be counted. Can be one of the following <see cref="T:Microsoft.Office.Interop.Word.WdNumberType" /> values: <see cref="F:Microsoft.Office.Interop.Word.WdNumberType.wdNumberParagraph" />, <see cref="F:Microsoft.Office.Interop.Word.WdNumberType.wdNumberListNum" />, or <see cref="F:Microsoft.Office.Interop.Word.WdNumberType.wdNumberAllNumbers" />. The default value is <see cref="F:Microsoft.Office.Interop.Word.WdNumberType.wdNumberAllNumbers" />.</param>
      <param name="level">A number that corresponds to the numbering level you want to count. The default is that all levels are counted.</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.CreateLetterContent(System.String,System.Boolean,System.String,Microsoft.Office.Interop.Word.WdLetterStyle,System.Boolean,Microsoft.Office.Interop.Word.WdLetterheadLocation,System.Single,System.String,System.String,System.String,Microsoft.Office.Interop.Word.WdSalutationType,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Int32,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@)">
      <summary>Creates and returns a <see cref="T:Microsoft.Office.Interop.Word.LetterContent" /> object based on the specified letter elements. </summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.LetterContent" /> based on the specified letter elements.</returns>
      <param name="dateFormat">The date for the letter.</param>
      <param name="includeHeaderFooter">true to include the header and footer from the page design template.</param>
      <param name="pageDesign">The name of the template attached to the document.</param>
      <param name="letterStyle">A <see cref="T:Microsoft.Office.Interop.Word.WdLetterStyle" />. The document layout.</param>
      <param name="letterhead">true to reserve space for a preprinted letterhead.</param>
      <param name="letterheadLocation">A <see cref="T:Microsoft.Office.Interop.Word.WdLetterheadLocation" />. The location of the preprinted letterhead.</param>
      <param name="letterheadSize">The amount of space (in points) to be reserved for a preprinted letterhead.</param>
      <param name="recipientName">The name of the person receiving the letter.</param>
      <param name="recipientAddress">The mailing address of the person receiving the letter.</param>
      <param name="salutation">The salutation text for the letter.</param>
      <param name="salutationType">A <see cref="T:Microsoft.Office.Interop.Word.WdSalutationType" />. The salutation type for the letter.</param>
      <param name="recipientReference">The reference line text for the letter (for example, "In reply to:").</param>
      <param name="mailingInstructions">The mailing instruction text for the letter (for example, "Certified Mail").</param>
      <param name="attentionLine">The attention line text for the letter (for example, "Attention:").</param>
      <param name="subject">The subject text for the specified letter.</param>
      <param name="cCList">The names of the carbon copy (CC) recipients for the letter.</param>
      <param name="returnAddress">The text of the return mailing address for the letter.</param>
      <param name="senderName">The name of the person sending the letter.</param>
      <param name="closing">The closing text for the letter.</param>
      <param name="senderCompany">The company name of the person creating the letter.</param>
      <param name="senderJobTitle">The job title of the person creating the letter.</param>
      <param name="senderInitials">The initials of the person creating the letter.</param>
      <param name="enclosureNumber">The number of enclosures for the letter.</param>
      <param name="infoBlock">This argument might not be available to you, depending on the language support (U.S. English, for example) that you selected or installed.</param>
      <param name="recipientCode">This argument might not be available to you, depending on the language support (U.S. English, for example) that you selected or installed.</param>
      <param name="recipientGender">This argument might not be available to you, depending on the language support (U.S. English, for example) that you selected or installed.</param>
      <param name="returnAddressShortForm">This argument might not be available to you, depending on the language support (U.S. English, for example) that you selected or installed.</param>
      <param name="senderCity">This argument might not be available to you, depending on the language support (U.S. English, for example) that you selected or installed.</param>
      <param name="senderCode">This argument might not be available to you, depending on the language support (U.S. English, for example) that you selected or installed.</param>
      <param name="senderGender">This argument might not be available to you, depending on the language support (U.S. English, for example) that you selected or installed.</param>
      <param name="senderReference">This argument might not be available to you, depending on the language support (U.S. English, for example) that you selected or installed.</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.CreateRibbonExtensibilityObject">
      <summary>Returns an object that implements the Microsoft.Office.Core.IRibbonExtensibility interface.</summary>
      <returns>An object that implements the Microsoft.Office.Core.IRibbonExtensibility interface.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.CreateRibbonObjects">
      <summary>Returns an array of <see cref="T:Microsoft.Office.Tools.Ribbon.OfficeRibbon" /> objects to the <see cref="M:Microsoft.Office.Tools.Word.DocumentBase.CreateRibbonExtensibilityObject" /> method.</summary>
      <returns>An array of <see cref="T:Microsoft.Office.Tools.Ribbon.OfficeRibbon" /> objects.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Creator">
      <summary>Gets the application in which the document was created. </summary>
      <returns>The application in which the document was created.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.CurrentRsid">
      <summary>Gets a random number that Microsoft Office Word assigns to changes in the document.</summary>
      <returns>A random number that Microsoft Office Word assigns to changes in the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.CustomDocumentProperties">
      <summary>Gets a <see cref="T:Microsoft.Office.Core.DocumentProperties" /> collection that represents all the custom document properties for the document.</summary>
      <returns>A <see cref="T:Microsoft.Office.Core.DocumentProperties" /> collection that represents all the custom document properties for the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.CustomXMLParts">
      <summary>Returns the custom XML parts in the document.</summary>
      <returns>A Microsoft.Office.Core.CustomXMLParts collection that contains the custom XML parts in the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.DataBindings"></member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.DataForm">
      <summary>Displays the Data Form dialog box, in which you can add, delete, or modify data records.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.DataHost"></member>
    <member name="E:Microsoft.Office.Tools.Word.DocumentBase.Deactivate">
      <summary>Occurs when the active document window loses focus.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.DefaultTableStyle">
      <summary>Gets the table style that is applied to all newly created tables in the document. </summary>
      <returns>The table style that is applied to all newly created tables in the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.DefaultTabStop">
      <summary>Gets or sets the interval (in points) between the default tab stops in the document.</summary>
      <returns>The interval (in points) between the default tab stops in the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.DefaultTargetFrame">
      <summary>Gets or sets the browser frame in which to display a Web page reached through a hyperlink. </summary>
      <returns>The browser frame in which to display a Web page reached through a hyperlink.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.DeleteAllComments">
      <summary>Deletes all comments from the <see cref="T:Microsoft.Office.Interop.Word.Comments" /> collection in a document.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.DeleteAllCommentsShown">
      <summary>Deletes all revisions in the document that are displayed on the screen.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.DeleteAllEditableRanges(System.Object@)">
      <summary>Deletes permissions in all ranges that the specified user or group of users has permission to modify.</summary>
      <param name="editorID">One of the <see cref="T:Microsoft.Office.Interop.Word.WdEditorType" /> values that represents a group of users, or a user's e-mail alias (if in the same domain), or an e-mail address. If omitted, no permissions are deleted from the document.</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.DeleteAllInkAnnotations">
      <summary>Deletes all handwritten ink annotations in the document.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.DetectLanguage">
      <summary>Analyzes the text in the document to determine the language that it is written in.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.DisableFeatures">
      <summary>Gets or sets a value that indicates whether all features introduced after the version specified in the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.DisableFeaturesIntroducedAfter" /> property are disabled. </summary>
      <returns>true if all features introduced after the version specified in the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.DisableFeaturesIntroducedAfter" /> property are disabled; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.DisableFeaturesIntroducedAfter">
      <summary>Gets or sets a value that determines whether all features introduced after a specified version of Microsoft Office Word are disabled in the document only. </summary>
      <returns>One of the <see cref="T:Microsoft.Office.Interop.Word.WdDisableFeaturesIntroducedAfter" /> values.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.Dispose">
      <summary>Releases the resources used by the <see cref="T:Microsoft.Office.Tools.Word.DocumentBase" />.</summary>
    </member>
    <member name="E:Microsoft.Office.Tools.Word.DocumentBase.Disposed"></member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.DocID"></member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.DocumentInspectors">
      <summary>Gets a <see cref="T:Microsoft.Office.Core.DocumentInspectors" /> object that you can use to locate hidden personal information, such as author name, company name, and revision date.</summary>
      <returns>A <see cref="T:Microsoft.Office.Core.DocumentInspectors" /> object that you can use to locate hidden personal information, such as author name, company name, and revision date.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.DocumentLibraryVersions">
      <summary>Gets a <see cref="T:Microsoft.Office.Core.DocumentLibraryVersions" /> collection that represents the collection of versions of a shared document that has versioning enabled and that is stored in a document library on a server.</summary>
      <returns>A <see cref="T:Microsoft.Office.Core.DocumentLibraryVersions" /> collection.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.DocumentTheme">
      <summary>Gets the Microsoft Office theme that is applied to the document.</summary>
      <returns>A <see cref="T:Microsoft.Office.Core.OfficeTheme" /> object that represents the Microsoft Office theme that is applied to the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.DoNotEmbedSystemFonts">
      <summary>Gets or sets a value that indicates whether Microsoft Office Word embeds common system fonts. </summary>
      <returns>true if Microsoft Office Word does not embed common system fonts; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.DowngradeDocument">
      <summary>Changes a document to the Word 97-2003 document format so that it can be edited in a previous version of Microsoft Office Word.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.EditionOptions(Microsoft.Office.Interop.Word.WdEditionType,Microsoft.Office.Interop.Word.WdEditionOption,System.String,System.Object@)"></member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Email">
      <summary>Gets an <see cref="T:Microsoft.Office.Interop.Word.Email" /> object that contains all the e-mail–related properties of the document.</summary>
      <returns>An <see cref="T:Microsoft.Office.Interop.Word.Email" /> object that contains all the e-mail–related properties of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.EmbedLinguisticData">
      <summary>Gets or sets a value that indicates whether Microsoft Office Word embeds speech and handwriting and controls text service data received from devices connected to Microsoft Office using the Windows Text Service Framework Application Programming Interface. </summary>
      <returns>true if Microsoft Office Word embeds speech and handwriting and controls text service data; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.EmbedSmartTags">
      <summary>Gets or sets a value that indicates whether Microsoft Office Word saves the smart tag information in a document.  
    This type or member is intended to be used only in projects for the 2007 Microsoft Office system. Smart tags are deprecated in Office 2010.
  .</summary>
      <returns>true if Microsoft Office Word saves the smart tag information in a document; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.EmbedTrueTypeFonts">
      <summary>Gets or sets a value that indicates whether Microsoft Office Word embeds TrueType fonts in a document when the document is saved.</summary>
      <returns>true if Microsoft Office Word embeds TrueType fonts in a document when the document is saved; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.EncryptionProvider">
      <summary>Gets or sets the name of the algorithm encryption provider that Microsoft Office Word uses when encrypting documents.</summary>
      <returns>The name of the algorithm encryption provider that Microsoft Office Word uses when encrypting documents.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.EndInit"></member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Endnotes">
      <summary>Gets an <see cref="T:Microsoft.Office.Interop.Word.Endnotes" /> collection that represents all the endnotes in the document. </summary>
      <returns>An <see cref="T:Microsoft.Office.Interop.Word.Endnotes" /> collection that represents all the endnotes in the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.EndReview">
      <summary>Terminates a review of a file that has been sent for review using the <see cref="M:Microsoft.Office.Tools.Word.DocumentBase.SendForReview(System.Object@,System.Object@,System.Object@,System.Object@)" /> method or that has been automatically placed in a review cycle by sending a document to another user in an e-mail message.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.EnforceStyle">
      <summary>Gets or sets a value that indicates whether formatting restrictions are enforced in a protected document.</summary>
      <returns>true if formatting restrictions are enforced in a protected document; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Envelope">
      <summary>Gets an <see cref="T:Microsoft.Office.Interop.Word.Envelope" /> that represents envelope functionality and the envelope in the document. </summary>
      <returns>An <see cref="T:Microsoft.Office.Interop.Word.Envelope" /> that represents envelope functionality and the envelope in the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.ExportAsFixedFormat(System.String,Microsoft.Office.Interop.Word.WdExportFormat,System.Boolean,Microsoft.Office.Interop.Word.WdExportOptimizeFor,Microsoft.Office.Interop.Word.WdExportRange,System.Int32,System.Int32,Microsoft.Office.Interop.Word.WdExportItem,System.Boolean,System.Boolean,Microsoft.Office.Interop.Word.WdExportCreateBookmarks,System.Boolean,System.Boolean,System.Boolean,System.Object@)">
      <summary>Saves the document in PDF or XPS format.</summary>
      <param name="outputFileName">The path and file name of the new PDF or XPS file.</param>
      <param name="exportFormat">One of the <see cref="T:Microsoft.Office.Interop.Word.WdExportFormat" /> values that specifies whether to save the document in PDF or XPS format.</param>
      <param name="openAfterExport">true to open the new file automatically; otherwise, false.</param>
      <param name="optimizeFor">One of the <see cref="T:Microsoft.Office.Interop.Word.WdExportOptimizeFor" /> values that specifies whether to optimize for screen or print.</param>
      <param name="range">One of the <see cref="T:Microsoft.Office.Interop.Word.WdExportRange" /> values that specifies whether the export range is the entire document, the current page, a range of text, or the current selection. The default is to export the entire document.</param>
      <param name="from">Specifies the starting page number, if the <paramref name="Range" /> parameter is set to <see cref="F:Microsoft.Office.Interop.Word.WdExportRange.wdExportFromTo" />.</param>
      <param name="to">Specifies the ending page number, if the <paramref name="Range" /> parameter is set to <see cref="F:Microsoft.Office.Interop.Word.WdExportRange.wdExportFromTo" />.</param>
      <param name="item">One of the <see cref="T:Microsoft.Office.Interop.Word.WdExportItem" /> values that specifies whether the export process includes text only or includes text with markup.</param>
      <param name="includeDocProps">true to include document properties in the new file; otherwise, false.</param>
      <param name="keepIRM">true to copy Information Rights Management (IRM) permissions to an XPS document if the source document has IRM protections; otherwise, false. The default is true.</param>
      <param name="createBookmarks">One of the <see cref="T:Microsoft.Office.Interop.Word.WdExportCreateBookmarks" /> values that specifies whether to export bookmarks and the type of bookmarks to export.</param>
      <param name="docStructureTags">true to include extra data to help screen readers, such as information about the flow and logical organization of the content; otherwise, false. The default is true.</param>
      <param name="bitmapMissingFonts">true to include a bitmap of the text; false to reference the text font. Set this parameter to true when font licenses do not permit a font to be embedded in the PDF file. If you set this to false, the viewer's computer substitutes an appropriate font if the specified one is not available. The default is true.</param>
      <param name="useISO19005_1">true to limit PDF usage to the PDF subset standardized as ISO 19005-1; otherwise, false. If you set this parameter to true, the resulting files are more reliably self-contained but may be larger or show more visual artifacts due to the restrictions of the format. The default is false.</param>
      <param name="fixedFormatExtClassPtr">A pointer to an implementation of the IMsoDocExporter interface that enables the document to be saved in a different fixed format. For more information, see Extending the Office (2007) Fixed-Format Export Feature.</param>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.FarEastLineBreakLanguage">
      <summary>Gets or sets the East Asian language to use when breaking lines of text in the document. </summary>
      <returns>One of the <see cref="T:Microsoft.Office.Interop.Word.WdFarEastLineBreakLanguageID" /> values.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.FarEastLineBreakLevel">
      <summary>Gets or sets the line break control level for the specified document. </summary>
      <returns>One of the <see cref="T:Microsoft.Office.Interop.Word.WdFarEastLineBreakLevel" /> values.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Fields">
      <summary>Gets a read-only <see cref="T:Microsoft.Office.Interop.Word.Fields" /> collection that contains the fields in the main text story.</summary>
      <returns>A read-only <see cref="T:Microsoft.Office.Interop.Word.Fields" /> collection that represents all the fields in the main text story.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Final">
      <summary>Gets or sets a value that indicates whether the document is final.</summary>
      <returns>true if the document is final; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.FinishInitialization"></member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.FitToPages">
      <summary>Decreases the font size of text just enough so that the document will fit on one fewer pages.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.FollowHyperlink(System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@)">
      <summary>Resolves a hyperlink, or displays a cached document if the document has already been downloaded. </summary>
      <param name="address">The address of the target document.</param>
      <param name="subAddress">The location within the target document. The default value is an empty string.</param>
      <param name="newWindow">true to display the target location in a new window. The default value is false.</param>
      <param name="addHistory">true to add the link to the current day's history folder.</param>
      <param name="extraInfo">A string or a byte array that specifies additional information for HTTP to use to resolve the hyperlink. For example, you can use <paramref name="ExtraInfo" /> to specify the coordinates of an image map, the contents of a form, or a FAT file name. The string is either posted or appended, depending on the value of <paramref name="Method" />. Use the <see cref="P:Microsoft.Office.Interop.Word.Hyperlink.ExtraInfoRequired" /> property to determine whether extra information is required.</param>
      <param name="method">Specifies the way additional information for HTTP is handled. <see cref="T:Microsoft.Office.Core.MsoExtraInfoMethod" />.</param>
      <param name="headerInfo">A string that specifies header information for the HTTP request. The default value is an empty string. In Visual Basic, you can combine several header lines into a single string by using the following syntax: "string1   " &amp; vbCr &amp; "string2   ". The specified string is automatically converted into ANSI characters. Note that the <paramref name="Heade" />rInfo argument might overwrite default HTTP header fields.</param>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Footnotes">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Footnotes" /> collection that represents all the footnotes in the document. </summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.Footnotes" /> collection that represents all the footnotes in the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.FormattingShowClear">
      <summary>Gets or sets a value that indicates whether Microsoft Office Word shows Clear Formatting in the Styles and Formatting task pane. </summary>
      <returns>true if Microsoft Office Word shows Clear Formatting in the Styles and Formatting task pane; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.FormattingShowFilter">
      <summary>Gets or sets a <see cref="T:Microsoft.Office.Interop.Word.WdShowFilter" /> constant that represents the styles and formatting displayed in the Styles and Formatting task pane. </summary>
      <returns>One of the <see cref="T:Microsoft.Office.Interop.Word.WdShowFilter" /> values.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.FormattingShowFont">
      <summary>Gets or sets a value that indicates whether Microsoft Office Word displays font formatting in the Styles and Formatting task pane.</summary>
      <returns>true if Microsoft Office Word displays font formatting in the Styles and Formatting task pane; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.FormattingShowNextLevel">
      <summary>Gets or sets a value that indicates whether Microsoft Office Word shows the next heading level when the previous heading level is used.</summary>
      <returns>true if Word shows the next heading level when the previous heading level is used; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.FormattingShowNumbering">
      <summary>Gets or sets a value that indicates whether Microsoft Office Word displays number formatting in the Styles and Formatting task pane. </summary>
      <returns>true if Microsoft Office Word displays number formatting in the Styles and Formatting task pane; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.FormattingShowParagraph">
      <summary>Gets or sets a value that indicates whether Microsoft Office Word displays paragraph formatting in the Styles and Formatting task pane.</summary>
      <returns>true if Microsoft Office Word displays paragraph formatting in the Styles and Formatting task pane; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.FormattingShowUserStyleName">
      <summary>Gets or sets a value that indicates whether to show user-defined styles.</summary>
      <returns>true to show user-defined styles; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.FormFields">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.FormFields" /> collection that represents all the form fields in the document.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.FormFields" /> collection that represents all the form fields in the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.FormsDesign">
      <summary>Gets a value that indicates whether the document is in form design mode.</summary>
      <returns>true if the document is in form design mode; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.ForwardMailer"></member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Frames">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Frames" /> collection that represents all the frames in the document. </summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.Frames" /> collection that represents all the frames in the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Frameset">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Frameset" /> that represents an entire frames page or a single frame on a frames page. </summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.Frameset" /> that represents an entire frames page or a single frame on a frames page.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.FreezeLayout">
      <summary>Fixes the layout of the document in Web view as it currently appears so that line breaks remain fixed and ink annotations do not move when you resize the window.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.FullName">
      <summary>Gets the name of the document, including the drive or Web path. </summary>
      <returns>The name of the document, including the drive or Web path.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.get_ActiveWritingStyle(System.Object@)">
      <summary>Use the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.ActiveWritingStyle" /> property instead of this method.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.get_Compatibility(Microsoft.Office.Interop.Word.WdCompatibility)">
      <summary>Use the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.Compatibility" /> property instead of this method.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.GetAutomationObject">
      <summary>Called by the Visual Studio Tools for Office runtime to get an object that can be used by VBA code in the document.</summary>
      <returns>An object in a document-level customization that can be used by VBA code in the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.GetCrossReferenceItems(System.Object@)">
      <summary>Gets an array of items that can be cross-referenced based on the specified cross-reference type. </summary>
      <returns>An array of items that can be cross-referenced based on the specified cross-reference type.</returns>
      <param name="referenceType">One of the <see cref="T:Microsoft.Office.Interop.Word.WdReferenceType" /> values that specifies the type of item you want to insert a cross-reference to.</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.GetHostItem``1(System.Type,System.String)">
      <typeparam name="T"></typeparam>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.GetLetterContent">
      <summary>Retrieves letter elements from the document and returns a <see cref="T:Microsoft.Office.Interop.Word.LetterContent" />.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.LetterContent" />.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.GetWorkflowTasks">
      <summary>Returns the workflow tasks that are assigned to the document.</summary>
      <returns>A <see cref="T:Microsoft.Office.Core.WorkflowTasks" /> collection that contains the workflow tasks that are assigned to the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.GetWorkflowTemplates">
      <summary>Returns the workflow templates that are attached to the document.</summary>
      <returns>A <see cref="T:Microsoft.Office.Core.WorkflowTemplates" /> collection that contains the workflow templates that are attached to the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.GoTo(System.Object@,System.Object@,System.Object@,System.Object@)">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Word.Range" /> that represents the start position of the specified item, such as a page, bookmark, or field.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.Range" /> that represents the start position of the specified item, such as a page, bookmark, or field.</returns>
      <param name="what">The kind of item to which the range or selection is moved. Can be one of the <see cref="T:Microsoft.Office.Interop.Word.WdGoToItem" /> values.</param>
      <param name="which">The item to which the range or selection is moved. Can be one of the <see cref="T:Microsoft.Office.Interop.Word.WdGoToDirection" /> values.</param>
      <param name="count">The number of the item in the document. The default value is 1.Only positive values are valid. To specify an item that precedes the range or selection, use <see cref="F:Microsoft.Office.Interop.Word.WdGoToDirection.wdGoToPrevious" /> as the <paramref name="Which" /> argument and specify a <paramref name="Count" /> value.</param>
      <param name="name">If the <paramref name="What" /> argument is <see cref="F:Microsoft.Office.Interop.Word.WdGoToItem.wdGoToBookmark" />, <see cref="F:Microsoft.Office.Interop.Word.WdGoToItem.wdGoToComment" />, <see cref="F:Microsoft.Office.Interop.Word.WdGoToItem.wdGoToField" />, or <see cref="F:Microsoft.Office.Interop.Word.WdGoToItem.wdGoToObject" />, this argument specifies a name.</param>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.GrammarChecked">
      <summary>Gets or sets a value that indicates whether a grammar check has been run on the document.</summary>
      <returns>true if a grammar check has been run on the document; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.GrammaticalErrors">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.ProofreadingErrors" /> collection that represents the sentences that failed the grammar check on the document. </summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.ProofreadingErrors" /> collection that represents the sentences that failed the grammar check on the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.GridDistanceHorizontal">
      <summary>Gets or sets the amount of horizontal space between the invisible gridlines that Microsoft Office Word uses when you draw, move, and resize AutoShapes or East Asian characters in the document.</summary>
      <returns>The amount of horizontal space between the invisible gridlines that Microsoft Office Word uses when you draw, move, and resize AutoShapes or East Asian characters in the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.GridDistanceVertical">
      <summary>Gets or sets the amount of vertical space between the invisible gridlines that Microsoft Office Word uses when you draw, move, and resize AutoShapes or East Asian characters in the document. </summary>
      <returns>The amount of vertical space between the invisible gridlines that Microsoft Office Word uses when you draw, move, and resize AutoShapes or East Asian characters in the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.GridOriginFromMargin">
      <summary>Gets or sets a value that indicates whether Microsoft Office Word starts the character grid from the upper-left corner of the page. </summary>
      <returns>true if Microsoft Office Word starts the character grid from the upper-left corner of the page; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.GridOriginHorizontal">
      <summary>Gets or sets the point, relative to the left edge of the page, where you want the invisible grid for drawing, moving, and resizing AutoShapes or East Asian characters to begin in the document.</summary>
      <returns>The point, relative to the left edge of the page, where you want the invisible grid for drawing, moving, and resizing AutoShapes or East Asian characters to begin in the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.GridOriginVertical">
      <summary>Gets or sets the point, relative to the top of the page, where you want the invisible grid for drawing, moving, and resizing AutoShapes or East Asian characters to begin in the document.</summary>
      <returns>The point, relative to the top of the page, where you want the invisible grid for drawing, moving, and resizing AutoShapes or East Asian characters to begin in the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.GridSpaceBetweenHorizontalLines">
      <summary>Gets or sets the interval at which Microsoft Office Word displays horizontal character gridlines in print layout view.</summary>
      <returns>The interval at which Microsoft Office Word displays horizontal character gridlines in print layout view.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.GridSpaceBetweenVerticalLines">
      <summary>Gets or sets the interval at which Microsoft Office Word displays vertical character gridlines in print layout view.</summary>
      <returns>The interval at which Microsoft Office Word displays vertical character gridlines in print layout view.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.HasMailer"></member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.HasPassword">
      <summary>Gets a value that indicates whether a password is required to open the document.</summary>
      <returns>true if a password is required to open the document; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.HasRoutingSlip">
      <summary>Gets or sets a value that indicates whether the document has a routing slip attached to it. </summary>
      <returns>true if the document has a routing slip attached to it; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.HasVBProject">
      <summary>Gets a value that indicates whether the document has an attached Microsoft Visual Basic for Applications (VBA) project.</summary>
      <returns>true if the document has an attached VBA project; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.HostContext"></member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.HTMLDivisions">
      <summary>Gets an <see cref="T:Microsoft.Office.Interop.Word.HTMLDivisions" /> object that represents an HTML division in a Web document.</summary>
      <returns>An <see cref="T:Microsoft.Office.Interop.Word.HTMLDivisions" /> object that represents an HTML division in a Web document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.HTMLProject"></member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Hyperlinks">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Hyperlinks" /> collection that represents all the hyperlinks in the document. </summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.Hyperlinks" /> collection that represents all the hyperlinks in the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.HyphenateCaps">
      <summary>Gets or sets a value that indicates whether words in all capital letters can be hyphenated.</summary>
      <returns>true if words in all capital letters can be hyphenated; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.HyphenationZone">
      <summary>Gets or sets the width of the hyphenation zone, in points.</summary>
      <returns>The width of the hyphenation zone, in points.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Indexes">
      <summary>Gets an <see cref="T:Microsoft.Office.Interop.Word.Indexes" /> collection that represents all the indexes in the document. </summary>
      <returns>An <see cref="T:Microsoft.Office.Interop.Word.Indexes" /> collection that represents all the indexes in the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.Initialize"></member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.InitializeDataBindings"></member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.InlineShapes">
      <summary>Gets an <see cref="T:Microsoft.Office.Interop.Word.InlineShapes" /> collection that represents all the <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> objects in the document. </summary>
      <returns>An <see cref="T:Microsoft.Office.Interop.Word.InlineShapes" /> collection that represents all the <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> objects in the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.InnerObject">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Document" /> that represents the underlying native object for the document host item that this <see cref="T:Microsoft.Office.Tools.Word.DocumentBase" /> represents.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.Document" /> that represents the underlying native object for the <see cref="T:Microsoft.Office.Tools.Word.DocumentBase" />.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.IsMasterDocument">
      <summary>Gets a value that indicates whether the document is a master document.</summary>
      <returns>true if the document is a master document; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.IsSubdocument">
      <summary>Gets a value that indicates whether the document is opened in a separate document window as a subdocument of a master document. </summary>
      <returns>true if the document is opened in a separate document window as a subdocument of a master document; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.ItemProvider"></member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.JustificationMode">
      <summary>Gets or sets the character spacing adjustment for the document.</summary>
      <returns>One of the <see cref="T:Microsoft.Office.Interop.Word.WdJustificationMode" /> values.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.KerningByAlgorithm">
      <summary>Gets or sets a value that indicates whether Microsoft Office Word kerns half-width Latin characters and punctuation marks in the document. </summary>
      <returns>true if Microsoft Office Word kerns half-width Latin characters and punctuation marks in the document; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Kind">
      <summary>Gets or sets the format type that Microsoft Office Word uses when automatically formatting the document.</summary>
      <returns>One of the <see cref="T:Microsoft.Office.Interop.Word.WdDocumentKind" /> values.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.LanguageDetected">
      <summary>Gets or sets a value that indicates whether Microsoft Office Word has detected the language of the text in the document.</summary>
      <returns>true if Word has detected the language of the document; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.ListParagraphs">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.ListParagraphs" /> collection that represents all the numbered paragraphs in the document.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.ListParagraphs" /> collection that represents all the numbered paragraphs in the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Lists">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Lists" /> collection that contains all the formatted lists in the document.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.Lists" /> collection that contains all the formatted lists in the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.ListTemplates">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.ListTemplates" /> collection that represents all the list formats for the document.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.ListTemplates" /> collection that represents all the list formats for the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.LockQuickStyleSet">
      <summary>Gets or sets a value that indicates whether users can change the set of Quick Styles that is being used.</summary>
      <returns>true if users can change the set of Quick Styles that is being used; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.LockServerFile">
      <summary>Locks the document on the server, which prevents anyone else from editing it.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.LockTheme">
      <summary>Gets or sets a value that indicates whether users can change the document theme.</summary>
      <returns>true if users can change the document theme; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.MailEnvelope">
      <summary>Gets an <see cref="T:Microsoft.Office.Core.MsoEnvelope" /> that represents an e-mail header for a document.</summary>
      <returns>An <see cref="T:Microsoft.Office.Core.MsoEnvelope" /> that represents an e-mail header for a document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Mailer"></member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.MailMerge">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.MailMerge" /> that represents the mail merge functionality for the document.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.MailMerge" /> that represents the mail merge functionality for the document.</returns>
    </member>
    <member name="E:Microsoft.Office.Tools.Word.DocumentBase.MailMergeAfterMerge">
      <summary>Occurs after all records in a mail merge have merged successfully.</summary>
    </member>
    <member name="E:Microsoft.Office.Tools.Word.DocumentBase.MailMergeAfterRecordMerge">
      <summary>Occurs after each record in the data source successfully merges in a mail merge.</summary>
    </member>
    <member name="E:Microsoft.Office.Tools.Word.DocumentBase.MailMergeBeforeMerge">
      <summary>Occurs when a merge is executed, before any records merge.</summary>
    </member>
    <member name="E:Microsoft.Office.Tools.Word.DocumentBase.MailMergeBeforeRecordMerge">
      <summary>Occurs as a merge is executed for the individual records in a merge.</summary>
    </member>
    <member name="E:Microsoft.Office.Tools.Word.DocumentBase.MailMergeDataSourceLoad">
      <summary>Occurs when the data source is loaded for a mail merge.</summary>
    </member>
    <member name="E:Microsoft.Office.Tools.Word.DocumentBase.MailMergeWizardSendToCustom">
      <summary>Occurs when the custom button is clicked on step six of the Mail Merge Wizard.</summary>
    </member>
    <member name="E:Microsoft.Office.Tools.Word.DocumentBase.MailMergeWizardStateChange">
      <summary>Occurs when a user changes from a specified step to a specified step in the Mail Merge Wizard.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.MakeCompatibilityDefault">
      <summary>Sets the compatibility options on the Compatibility tab in the Options dialog box as the default settings for new documents.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.ManualHyphenation">
      <summary>Initiates manual hyphenation of a document, one line at a time. The user is prompted to accept or decline suggested hyphenations.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.Merge(System.String,System.Object@,System.Object@,System.Object@,System.Object@)">
      <summary>Merges the changes marked with revision marks from one document to another.</summary>
      <param name="fileName">The name of the new file that includes the merged contents.</param>
      <param name="mergeTarget">One of the <see cref="T:Microsoft.Office.Interop.Word.WdMergeTarget" /> values.</param>
      <param name="detectFormatChanges">true to detect format changes in the document; otherwise, false.</param>
      <param name="useFormattingFrom">One of the <see cref="T:Microsoft.Office.Interop.Word.WdUseFormattingFrom" /> values.</param>
      <param name="addToRecentFiles">true to add to the recent files list; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.Merge2000(System.String)"></member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.Microsoft#Office#Tools#EntryPoint#BeginInit"></member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.Microsoft#Office#Tools#EntryPoint#EndInit"></member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.Microsoft#Office#Tools#EntryPoint#FinishInitialization"></member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.Microsoft#Office#Tools#EntryPoint#Initialize"></member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.Microsoft#Office#Tools#EntryPoint#InitializeDataBindings"></member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.Microsoft#Office#Tools#EntryPoint#OnShutdown"></member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.Microsoft#Office#Tools#EntryPoint#OnStartup"></member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.Microsoft#Office#Tools#ICachedDataPersistanceCallback#OnAfterSave"></member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.Microsoft#Office#Tools#ICachedDataPersistanceCallback#OnBeforeSave"></member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Microsoft#Office#Tools#IExtension#ExtensionBase"></member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.Microsoft#Office#Tools#Word#IDocumentExtension#CreateRibbonExtensibilityObject"></member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.Microsoft#Office#Tools#Word#IDocumentExtension#CreateRibbonObjects"></member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.Microsoft#Office#Tools#Word#IDocumentExtension#GetAutomationObject"></member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.Microsoft#Office#Tools#Word#IDocumentExtension#ProtectDocument"></member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.Microsoft#Office#Tools#Word#IDocumentExtension#RequestService(System.Guid)"></member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.Microsoft#Office#Tools#Word#IDocumentExtension#UnprotectDocument"></member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Name">
      <summary>Gets the name of the document. </summary>
      <returns>The name of the document.</returns>
    </member>
    <member name="E:Microsoft.Office.Tools.Word.DocumentBase.New">
      <summary>Occurs when a new document is created.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.NoLineBreakAfter">
      <summary>Gets or sets the kinsoku characters after which Microsoft Office Word will not break a line. </summary>
      <returns>The kinsoku characters after which Microsoft Office Word will not break a line.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.NoLineBreakBefore">
      <summary>Gets or sets the kinsoku characters before which Microsoft Office Word will not break a line. </summary>
      <returns>The kinsoku characters before which Microsoft Office Word will not break a line.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.OMathBreakBin">
      <summary>Gets or sets a value that specifies where Microsoft Office Word places binary operators when equations span two or more lines.</summary>
      <returns>One of the <see cref="T:Microsoft.Office.Interop.Word.WdOMathBreakBin" /> values.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.OMathBreakSub">
      <summary>Gets or sets a value that specifies how Microsoft Office Word handles a subtraction operator that falls before a line break.</summary>
      <returns>One of the <see cref="T:Microsoft.Office.Interop.Word.WdOMathBreakSub" /> values.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.OMathFontName">
      <summary>Gets or sets the name of the font that is used in a document to display equations.</summary>
      <returns>The name of the font used in a document to display equations.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.OMathIntSubSupLim">
      <summary>Gets or sets a value that specifies the default location of limits for integrals.</summary>
      <returns>A Boolean value that specifies the default location of limits for integrals.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.OMathJc">
      <summary>Gets or sets a value that indicates the default justification—left, right, centered, or centered as a group—of a group of equations.</summary>
      <returns>One of the <see cref="T:Microsoft.Office.Interop.Word.WdOMathJc" /> values.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.OMathLeftMargin">
      <summary>Gets or sets a value that specifies the left margin for equations.</summary>
      <returns>A value that specifies the left margin for equations.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.OMathNarySupSubLim">
      <summary>Gets or sets a value that specifies the default location of limits for n-ary objects other than integrals.</summary>
      <returns>A Boolean value that specifies the default location of limits for n-ary objects other than integrals.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.OMathRightMargin">
      <summary>Gets or sets a value that represents the right margin for equations.</summary>
      <returns>A value that specifies the right margin for equations.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.OMaths">
      <summary>Gets the collection of <see cref="T:Microsoft.Office.Interop.Word.OMath" /> objects in the document.</summary>
      <returns>An <see cref="T:Microsoft.Office.Interop.Word.OMaths" /> collection that contains the <see cref="T:Microsoft.Office.Interop.Word.OMath" /> objects in the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.OMathSmallFrac">
      <summary>Gets or sets a value that indicates whether to use small fractions in equations contained within the document.</summary>
      <returns>true to use small fractions in equations contained within the document; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.OMathWrap">
      <summary>Gets or sets a value that specifies the placement of the second line of an equation that wraps to a new line.</summary>
      <returns>A value that specifies the placement of the second line of an equation that wraps to a new line.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.OnShutdown"></member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.OnStartup"></member>
    <member name="E:Microsoft.Office.Tools.Word.DocumentBase.Open">
      <summary>Occurs when the document is opened.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.OpenEncoding">
      <summary>Gets the encoding used to open the document. </summary>
      <returns>One of the <see cref="T:Microsoft.Office.Core.MsoEncoding" /> values.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.OptimizeForWord97">
      <summary>Gets or sets a value that indicates whether Microsoft Office Word optimizes the document for viewing in Word 97 by disabling any incompatible formatting.</summary>
      <returns>true if Microsoft Office Word optimizes the document for viewing in Word 97 by disabling any incompatible formatting; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.OriginalDocumentTitle">
      <summary>Gets the title of the original document after performing a legal-blackline document compare operation.</summary>
      <returns>The title of the original document after performing a legal-blackline document compare operation.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.PageSetup">
      <summary>Gets or sets a <see cref="T:Microsoft.Office.Interop.Word.PageSetup" /> that is associated with the document.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.PageSetup" /> that is associated with the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Paragraphs">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Paragraphs" /> collection that represents all the paragraphs in the document. </summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.Paragraphs" /> collection that represents all the paragraphs in the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Parent">
      <summary>Gets the parent object of the document.</summary>
      <returns>The parent object of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Password">
      <summary>Sets a password that must be supplied to open the document.</summary>
      <returns>A password that must be supplied to open the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.PasswordEncryptionAlgorithm">
      <summary>Gets the algorithm Microsoft Office Word uses for encrypting documents with passwords. </summary>
      <returns>The algorithm Microsoft Office Word uses for encrypting documents with passwords.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.PasswordEncryptionFileProperties">
      <summary>Gets a value that indicates whether Microsoft Office Word encrypts file properties for password-protected documents. </summary>
      <returns>true if Microsoft Office Word encrypts file properties for password-protected documents; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.PasswordEncryptionKeyLength">
      <summary>Gets the key length of the algorithm Microsoft Office Word uses when encrypting documents with passwords.</summary>
      <returns>The key length of the algorithm Microsoft Office Word uses when encrypting documents with passwords.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.PasswordEncryptionProvider">
      <summary>Gets the name of the algorithm encryption provider that Microsoft Office Word uses when encrypting documents with passwords. </summary>
      <returns>The name of the algorithm encryption provider that Microsoft Office Word uses when encrypting documents with passwords.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Path">
      <summary>Gets the disk or Web path of the document. </summary>
      <returns>The disk or Web path of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Permission">
      <summary>Gets a <see cref="T:Microsoft.Office.Core.Permission" /> that represents the permission settings for the document.</summary>
      <returns>A <see cref="T:Microsoft.Office.Core.Permission" /> that represents the permission settings for the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.Post">
      <summary>Posts the document to a public folder in Microsoft Exchange. This method displays the Send to Exchange Folder dialog box so that a folder can be selected.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.PresentIt">
      <summary>Opens Microsoft Office PowerPoint with the document loaded.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.PrintFormsData">
      <summary>Gets or sets a value that indicates whether Microsoft Office Word prints onto a preprinted form only the data entered in the corresponding online form.</summary>
      <returns>true if Microsoft Office Word prints onto a preprinted form only the data entered in the corresponding online form; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.PrintFractionalWidths">
      <summary>Gets or sets a value that indicates whether the document is formatted to use fractional point spacing to display and print characters.</summary>
      <returns>true if the document is formatted to use fractional point spacing to display and print characters; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.PrintOut(System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@)">
      <summary>Prints all or part of the document.</summary>
      <param name="background">true to have the customization code continue while Microsoft Office Word prints the document.</param>
      <param name="append">true to append the document to the file specified by the <paramref name="OutputFileName" /> argument; false to overwrite the contents of <paramref name="OutputFileName" />.</param>
      <param name="range">The page range. Can be any <see cref="T:Microsoft.Office.Interop.Word.WdPrintOutRange" /> value.</param>
      <param name="outputFileName">If <paramref name="PrintToFile" /> is true, this argument specifies the path and file name of the output file.</param>
      <param name="from">The starting page number when <paramref name="Range" /> is set to <see cref="F:Microsoft.Office.Interop.Word.WdPrintOutRange.wdPrintFromTo" />.</param>
      <param name="to">The ending page number when <paramref name="Range" /> is set to <see cref="F:Microsoft.Office.Interop.Word.WdPrintOutRange.wdPrintFromTo" />.</param>
      <param name="item">The item to be printed. Can be any <see cref="T:Microsoft.Office.Interop.Word.WdPrintOutItem" /> value.</param>
      <param name="copies">The number of copies to be printed.</param>
      <param name="pages">The page numbers and page ranges to be printed, separated by commas. For example, "2, 6-10" prints page 2 and pages 6 through 10.</param>
      <param name="pageType">The type of pages to be printed. Can be any <see cref="T:Microsoft.Office.Interop.Word.WdPrintOutPages" /> value.</param>
      <param name="printToFile">true to send printer instructions to a file. Make sure to specify a file name with <paramref name="OutputFileName" />.</param>
      <param name="collate">When printing multiple copies of a document, true to print all pages of the document before printing the next copy.</param>
      <param name="activePrinterMacGX">This argument is available only in Microsoft Office Macintosh Edition. For additional information about this argument, consult the language reference Help included with Microsoft Office Macintosh Edition.</param>
      <param name="manualDuplexPrint">true to print a two-sided document on a printer without a duplex printing kit. If this argument is true, the <see cref="P:Microsoft.Office.Interop.Word.Options.PrintBackground" /> and <see cref="P:Microsoft.Office.Interop.Word.Options.PrintReverse" /> properties are ignored. Use the <see cref="P:Microsoft.Office.Interop.Word.Options.PrintOddPagesInAscendingOrder" /> and <see cref="P:Microsoft.Office.Interop.Word.Options.PrintEvenPagesInAscendingOrder" /> properties to control the output during manual duplex printing. This argument might not be available to you, depending on the language support (U.S. English, for example) that you selected or installed.</param>
      <param name="printZoomColumn">The number of pages you want Word to fit horizontally on one page. Can be 1, 2, 3, or 4. Use with the <paramref name="PrintZoomRow" /> argument to print multiple pages on a single sheet.</param>
      <param name="printZoomRow">The number of pages you want Word to fit vertically on one page. Can be 1, 2, or 4. Use with the <paramref name="PrintZoomColumn" /> argument to print multiple pages on a single sheet.</param>
      <param name="printZoomPaperWidth">The width to which you want Word to scale printed pages, in twips (20 twips = 1 point; 72 points = 1 inch).</param>
      <param name="printZoomPaperHeight">The height to which you want Word to scale printed pages, in twips (20 twips = 1 point; 72 points = 1 inch).</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.PrintOut2000(System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@)"></member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.PrintOutOld(System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@)"></member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.PrintPostScriptOverText">
      <summary>Gets or sets a value that indicates whether PRINT field instructions (such as PostScript commands) in a document are to be printed on top of text and graphics when a PostScript printer is used.</summary>
      <returns>true if PRINT field instructions (such as PostScript commands) in a document are to be printed on top of text and graphics when a PostScript printer is used; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.PrintPreview">
      <summary>Switches the view to print preview.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.PrintRevisions">
      <summary>Gets or sets a value that indicates whether revision marks are printed with the document.</summary>
      <returns>true if revision marks are printed with the document; otherwise, false (tracked changes are printed as if they had been accepted).</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.Protect(Microsoft.Office.Interop.Word.WdProtectionType,System.Object@,System.Object@,System.Object@,System.Object@)">
      <summary>Applies one of several types of protection to the document. </summary>
      <param name="type">The protection type for the specified document. <see cref="T:Microsoft.Office.Interop.Word.WdProtectionType" />.</param>
      <param name="noReset">false to reset form fields to their default values. true to retain the current form field values if the document is protected. If <paramref name="Type" /> is not <see cref="F:Microsoft.Office.Interop.Word.WdProtectionType.wdAllowOnlyFormFields" />, the <paramref name="NoReset" /> argument is ignored.</param>
      <param name="password">The password required to remove protection from the document. (See Remarks below.)</param>
      <param name="useIRM">Specifies whether to use Information Rights Management (IRM) when protecting the document from changes.</param>
      <param name="enforceStyleLock">Specifies whether formatting restrictions are enforced in a protected document.</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.Protect2002(Microsoft.Office.Interop.Word.WdProtectionType,System.Object@,System.Object@)"></member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.ProtectDocument">
      <summary>Provides you with an opportunity to reapply password protection to the document after the cached data has been saved.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.ProtectionType">
      <summary>Gets the protection type for the document.</summary>
      <returns>The returned protection type can be one of the following <see cref="T:Microsoft.Office.Interop.Word.WdProtectionType" /> constants: <see cref="F:Microsoft.Office.Interop.Word.WdProtectionType.wdAllowOnlyComments" />, <see cref="F:Microsoft.Office.Interop.Word.WdProtectionType.wdAllowOnlyFormFields" />, <see cref="F:Microsoft.Office.Interop.Word.WdProtectionType.wdAllowOnlyReading" />, <see cref="F:Microsoft.Office.Interop.Word.WdProtectionType.wdAllowOnlyRevisions" />, or <see cref="F:Microsoft.Office.Interop.Word.WdProtectionType.wdNoProtection" />.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.Range(System.Object@,System.Object@)">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Word.Range" /> by using the specified starting and ending character positions.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.Range" /> that uses the specified starting and ending character positions.</returns>
      <param name="start">The starting character position.</param>
      <param name="end">The ending character position.</param>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.ReadabilityStatistics">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.ReadabilityStatistics" /> collection that represents the readability statistics for the document.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.ReadabilityStatistics" /> collection that represents the readability statistics for the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.ReadingLayoutSizeX">
      <summary>Gets or sets the width of pages in the document when it is displayed in reading layout view and is frozen for entering handwritten markup.</summary>
      <returns>The width of pages in the document when it is displayed in reading layout view and is frozen for entering handwritten markup.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.ReadingLayoutSizeY">
      <summary>Gets or sets the height of pages in the document when it is displayed in reading layout view and is frozen for entering handwritten markup.</summary>
      <returns>The height of pages in the document when it is displayed in reading layout view and is frozen for entering handwritten markup.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.ReadingModeLayoutFrozen">
      <summary>Gets or sets a value that indicates whether pages displayed in reading layout view are frozen to a specified size for inserting handwritten markup into a document.</summary>
      <returns>true if pages displayed in reading layout view are frozen; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.ReadOnly">
      <summary>Gets a value that indicates whether changes to the document cannot be saved to the original document.</summary>
      <returns>true if changes to the document cannot be saved to the original document; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.ReadOnlyRecommended">
      <summary>Gets or sets a value that indicates whether Microsoft Office Word displays a message whenever a user opens the document, suggesting that the document be opened as read-only.</summary>
      <returns>true if Word displays a message box whenever a user opens the document, suggesting that the document be opened as read-only; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.RecheckSmartTags">
      <summary>Removes smart tags recognized by the grammar checker and rechecks the document content against all smart tag recognizers.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.Redo(System.Object@)">
      <summary>Performs the last action that was undone (reverses the <see cref="M:Microsoft.Office.Tools.Word.DocumentBase.Undo(System.Object@)" /> method).</summary>
      <returns>true if the actions were redone successfully.</returns>
      <param name="times">The number of actions to be redone.</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.RejectAllRevisions">
      <summary>Rejects all tracked changes in the document.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.RejectAllRevisionsShown">
      <summary>Rejects all revisions in the document that are displayed on the screen.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.Reload">
      <summary>Reloads a cached document by resolving the hyperlink to the document and downloading the document.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.ReloadAs(Microsoft.Office.Core.MsoEncoding)">
      <summary>Reloads a document based on an HTML document, using the specified document encoding.</summary>
      <param name="encoding">One of the <see cref="T:Microsoft.Office.Core.MsoEncoding" /> values.</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.RemoveCustomization">
      <summary>Removes the customization from the document.</summary>
      <exception cref="T:Microsoft.Office.Tools.CannotRemoveCustomizationException">The custom document properties or the cached data could not be removed from the document.</exception>
      <exception cref="T:System.UnauthorizedAccessException">The document is protected.</exception>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.RemoveDateAndTime">
      <summary>Gets or sets a value that indicates whether a document stores the date and time metadata for tracked changes.</summary>
      <returns>true if the document removes date and time stamp information from tracked changes; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.RemoveDocumentInformation(Microsoft.Office.Interop.Word.WdRemoveDocInfoType)">
      <summary>Removes metadata, such as properties and comments, from a document.</summary>
      <param name="removeDocInfoType">One of the <see cref="T:Microsoft.Office.Interop.Word.WdRemoveDocInfoType" /> values that specifies what information to remove.</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.RemoveDocumentWorkspaceHeader(System.String)"></member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.RemoveLockedStyles">
      <summary>Purges a document of locked styles when formatting restrictions have been applied in a document.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.RemoveNumbers(System.Object@)">
      <summary>Removes numbers or bullets from the document.</summary>
      <param name="numberType">
        <see cref="T:Microsoft.Office.Interop.Word.WdNumberType" />. The type of number to be removed.</param>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.RemovePersonalInformation">
      <summary>Gets or sets a value that indicates whether Microsoft Office Word removes all user information from comments, revisions, and the Properties dialog box when the user saves the document. </summary>
      <returns>true if Microsoft Office Word removes all user information from comments, revisions, and the Properties dialog box when the document is saved; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.RemoveSmartTags">
      <summary>Removes all smart tag information from the document. 
    This type or member is intended to be used only in projects for the 2007 Microsoft Office system. Smart tags are deprecated in Office 2010.
  .</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.RemoveTheme">
      <summary>Removes the active theme from the document.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.Repaginate">
      <summary>Repaginates the entire document.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.Reply">
      <summary>Opens a new e-mail message for replying to the active message. The sender's address is included on the To: line.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.ReplyAll">
      <summary>Opens a new e-mail message for replying to the active message. The sender’s address and all other recipients' addresses are included on the To: and Cc: lines as appropriate.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.ReplyWithChanges(System.Object@)">
      <summary>Sends an e-mail message to the author of a document that has been sent out for review, notifying him or her that a reviewer has completed review of the document.</summary>
      <param name="showMessage">true to display the message prior to sending. false to automatically send the message without displaying it first. The default value is true.</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.RequestService(System.Guid)">
      <summary>Returns an object that implements the Microsoft.Office.Core.IRibbonExtensibility interface in a document-level customization.</summary>
      <returns>An object in your document-level customization that implements the Microsoft.Office.Core.IRibbonExtensibility interface.</returns>
      <param name="serviceGuid">A <see cref="T:System.Guid" /> that identifies the Microsoft.Office.Core.IRibbonExtensibility interface.</param>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Research">
      <summary>Gets the research service for the document.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.Research" /> object that represents the research service for the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.ResetFormFields">
      <summary>Clears all form fields in a document, preparing the form to be filled in again.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.RevisedDocumentTitle">
      <summary>Gets the title of the revised document after performing a legal-blackline document compare operation.</summary>
      <returns>The title of the revised document after performing a legal-blackline document compare operation.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Revisions">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Revisions" /> collection that represents the tracked changes in the document.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.Revisions" /> collection that represents the tracked changes in the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.Route">
      <summary>Routes the document, using the document's current routing slip.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Routed">
      <summary>Gets a value that indicates whether the document has been routed to the next recipient.</summary>
      <returns>true if the document has been routed to the next recipient; otherwise, false. (For example, returns false if the document has no routing slip or if a routing slip was just created.)</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.RoutingSlip">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.RoutingSlip" /> that represents the routing slip information for the document.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.RoutingSlip" /> that represents the routing slip information for the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.RunAutoMacro(Microsoft.Office.Interop.Word.WdAutoMacros)">
      <summary>Runs an auto macro that is stored in the document. </summary>
      <param name="which">One of the <see cref="T:Microsoft.Office.Interop.Word.WdAutoMacros" /> values.</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.RunLetterWizard(System.Object@,System.Object@)">
      <summary>Runs the Letter Wizard on the document.</summary>
      <param name="letterContent">A <see cref="T:Microsoft.Office.Interop.Word.LetterContent" />. Any filled properties in the <see cref="T:Microsoft.Office.Interop.Word.LetterContent" /> show up as filled elements in the Letter Wizard dialog boxes. If this argument is omitted, the <see cref="M:Microsoft.Office.Tools.Word.DocumentBase.GetLetterContent" /> method is automatically used to get a <see cref="T:Microsoft.Office.Interop.Word.LetterContent" /> from the document.</param>
      <param name="wizardMode">true to display the Letter Wizard dialog box as a series of steps with Next, Back, and Finish buttons. false to display the Letter Wizard dialog box as if it were opened from the Tools menu (a properties dialog box with an OK button and a Cancel button). The default value is true.</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.Save">
      <summary>Saves the document. If the document has not been saved before, the Save As dialog box prompts the user for a file name.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.SaveAs(System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@)">
      <summary>Saves the document with a new name or format. Some of the arguments for this method correspond to the options in the Save As dialog box.</summary>
      <param name="fileName">The name for the document. The default is the current folder and file name. If the document has never been saved, the default name is used (for example, Doc1.doc). If a document with the specified file name already exists, the document is overwritten without the user being prompted first.</param>
      <param name="fileFormat">The format in which the document is saved. Can be any <see cref="T:Microsoft.Office.Interop.Word.WdSaveFormat" /> value. To save a document in another format, specify the appropriate value for the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.SaveFormat" /> property.</param>
      <param name="lockComments">true to lock the document for comments. The default is false.</param>
      <param name="password">A password string for opening the document. (See Remarks below.)</param>
      <param name="addToRecentFiles">true to add the document to the list of recently used files on the File menu. The default is true.</param>
      <param name="writePassword">A password string for saving changes to the document. (See Remarks below.)</param>
      <param name="readOnlyRecommended">true to have Microsoft Office Word suggest read-only status whenever the document is opened. The default is false.</param>
      <param name="embedTrueTypeFonts">true to save TrueType fonts with the document. If omitted, the <paramref name="EmbedTrueTypeFonts" /> argument assumes the value of the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.EmbedTrueTypeFonts" /> property.</param>
      <param name="saveNativePictureFormat">If graphics were imported from another platform (for example, Macintosh), true to save only the Windows version of the imported graphics.</param>
      <param name="saveFormsData">true to save the data entered by a user in a form as a data record.</param>
      <param name="saveAsAOCELetter">If the document has an attached mailer, true to save the document as an AOCE letter (the mailer is saved).</param>
      <param name="encoding">
        <see cref="T:Microsoft.Office.Core.MsoEncoding" />. The code page, or character set, to use for documents saved as encoded text files. The default is the system code page.</param>
      <param name="insertLineBreaks">If the document is saved as a text file, true to insert line breaks at the end of each line of text.</param>
      <param name="allowSubstitutions">If the document is saved as a text file, true allows Word to replace some symbols with text that looks similar. For example, displaying the copyright symbol as (c). The default is false.</param>
      <param name="lineEnding">The way Word marks the line and paragraph breaks in documents saved as text files. Can be any <see cref="T:Microsoft.Office.Interop.Word.WdLineEndingType" /> value.</param>
      <param name="addBiDiMarks">true adds control characters to the output file to preserve bi-directional layout of the text in the original document.</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.SaveAs2(System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@)">
      <summary>Saves the document with a new name or format. Some of the arguments for this method correspond to the options in the Save As dialog box. This method can be used only in Word 2010 projects.</summary>
      <param name="fileName">The name for the document. The default is the current folder and file name. If the document has never been saved, the default name is used (for example, Doc1.doc). If a document with the specified file name already exists, the document is overwritten without the user being prompted first.</param>
      <param name="fileFormat">The format in which the document is saved. Can be any <see cref="T:Microsoft.Office.Interop.Word.WdSaveFormat" /> value. To save a document in another format, specify the appropriate value for the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.SaveFormat" /> property.</param>
      <param name="lockComments">true to lock the document for comments. The default is false.</param>
      <param name="password">A password string for opening the document. (See Remarks below.)</param>
      <param name="addToRecentFiles">true to add the document to the list of recently used files on the File menu. The default is true.</param>
      <param name="writePassword">A password string for saving changes to the document. (See Remarks below.)</param>
      <param name="readOnlyRecommended">true to have Microsoft Office Word suggest read-only status whenever the document is opened. The default is false.</param>
      <param name="embedTrueTypeFonts">true to save TrueType fonts with the document. If omitted, the <paramref name="EmbedTrueTypeFonts" /> argument assumes the value of the <see cref="P:Microsoft.Office.Tools.Word.DocumentBase.EmbedTrueTypeFonts" /> property.</param>
      <param name="saveNativePictureFormat">If graphics were imported from another platform (for example, Macintosh), true to save only the Windows version of the imported graphics.</param>
      <param name="saveFormsData">true to save the data entered by a user in a form as a data record.</param>
      <param name="saveAsAOCELetter">If the document has an attached mailer, true to save the document as an AOCE letter (the mailer is saved).</param>
      <param name="encoding">
        <see cref="T:Microsoft.Office.Core.MsoEncoding" />. The code page, or character set, to use for documents saved as encoded text files. The default is the system code page.</param>
      <param name="insertLineBreaks">If the document is saved as a text file, true to insert line breaks at the end of each line of text.</param>
      <param name="allowSubstitutions">If the document is saved as a text file, true allows Word to replace some symbols with text that looks similar. For example, displaying the copyright symbol as (c). The default is false.</param>
      <param name="lineEnding">The way Word marks the line and paragraph breaks in documents saved as text files. Can be any T:Microsoft.Office.Interop.Word.WdLineEndingType value.</param>
      <param name="addBiDiMarks">true adds control characters to the output file to preserve bi-directional layout of the text in the original document.</param>
      <param name="compatibilityMode">One of the Microsoft.Office.Interop.Word.WdCompatibilityMode values that specifies the compatibility mode that Word 2010 uses when opening the document.</param>
      <exception cref="T:System.MissingMemberException">This property is used in a Word 2007 project.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.SaveAs2000(System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@)"></member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.SaveAsQuickStyleSet(System.String)">
      <summary>Saves the group of quick styles currently in use.</summary>
      <param name="fileName">The full path of the quick style set file.</param>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Saved">
      <summary>Gets or sets a value that indicates whether the document has not changed since it was last saved.</summary>
      <returns>true if the document has not changed since it was last saved; otherwise, false. (If false, Microsoft Office Word displays a prompt to save changes when the document is closed.)</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.SaveEncoding">
      <summary>Gets or sets the encoding to use when saving the document.</summary>
      <returns>One of the <see cref="T:Microsoft.Office.Core.MsoEncoding" /> values.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.SaveFormat">
      <summary>Gets the file format of the document.</summary>
      <returns>The file format of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.SaveFormsData">
      <summary>Gets or sets a value that indicates whether Microsoft Office Word saves the data entered in a form as a tab-delimited record for use in a database. </summary>
      <returns>true if Microsoft Office Word saves the data entered in a form as a tab-delimited record for use in a database; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.SaveSubsetFonts">
      <summary>Gets or sets a value that indicates whether Microsoft Office Word saves a subset of the embedded TrueType fonts with the document.</summary>
      <returns>true if Microsoft Office Word saves a subset of the embedded TrueType fonts with the document; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.sblt(System.String)"></member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Scripts">
      <summary>Gets a <see cref="T:Microsoft.Office.Core.Scripts" /> collection that represents the collection of HTML scripts in the document.</summary>
      <returns>A <see cref="T:Microsoft.Office.Core.Scripts" /> collection that represents the collection of HTML scripts in the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Sections">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Sections" /> collection that represents the sections in the document. </summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.Sections" /> collection that represents the sections in the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.Select">
      <summary>Selects the document.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.SelectAllEditableRanges(System.Object@)">
      <summary>Selects all ranges that the specified user or group of users has permission to modify.</summary>
      <param name="editorID">Can be the user's e-mail alias (if in the same domain), an e-mail address, or a <see cref="T:Microsoft.Office.Interop.Word.WdEditorType" /> constant that represents a group of users. The default is that only ranges for which all users have permissions are selected.</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.SelectContentControlsByTag(System.String)">
      <summary>Returns all the content controls in the document that have the specified tag.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.ContentControls" /> collection that contains the content controls that have the specified tag.</returns>
      <param name="tag">The tag of the content controls to return.</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.SelectContentControlsByTitle(System.String)">
      <summary>Returns all the content controls in the document that have the specified title.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.ContentControls" /> collection that contains the content controls that have the specified title.</returns>
      <param name="title">The title of the content controls to return.</param>
    </member>
    <member name="E:Microsoft.Office.Tools.Word.DocumentBase.SelectionChange">
      <summary>Occurs when the selection changes in the document window.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.SelectLinkedControls(Microsoft.Office.Core.CustomXMLNode)">
      <summary>Returns all the content controls in the document that are linked to the specified custom XML node.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.ContentControls" /> collection that contains the content controls that are linked to the specified custom XML node.</returns>
      <param name="node">The <see cref="T:Microsoft.Office.Core.CustomXMLNode" /> to which the content controls are linked.</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.SelectNodes(System.String,System.String,System.Boolean)">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.XMLNodes" /> collection that represents all the nodes that match the <paramref name="XPath" /> parameter in the order in which they appear in the document.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.XMLNodes" /> collection that represents all the nodes that match the <paramref name="XPath" /> parameter in the order in which they appear in the document; null if no nodes matching the <paramref name="XPath" /> parameter are found.</returns>
      <param name="xPath">A valid XPath string. For more information on XPath, see XPath Reference.</param>
      <param name="prefixMapping">Provides the prefix in the schema against which to perform the search. Use the <paramref name="PrefixMapping" /> parameter if your <paramref name="XPath" /> parameter uses names to search for elements.</param>
      <param name="fastSearchSkippingTextNodes">true skips all text nodes while searching for the specified node. false includes text nodes in the search. Default value is false.</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.SelectSingleNode(System.String,System.String,System.Boolean)">
      <summary>Returns a <see cref="T:Microsoft.Office.Interop.Word.XMLNode" /> object that represents the first node in the document that matches the <paramref name="XPath" /> parameter.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.XMLNode" /> object that represents the first node that matches the <paramref name="XPath" /> parameter in the document; null if no nodes matching the <paramref name="XPath" /> parameter are found.</returns>
      <param name="xPath">A valid XPath string. For more information about XPath, see XPath Reference.</param>
      <param name="prefixMapping">Provides the prefix in the schema against which to perform the search. Use the <paramref name="PrefixMapping" /> parameter if your <paramref name="XPath" /> parameter uses names to search for elements.</param>
      <param name="fastSearchSkippingTextNodes">true skips all text nodes while searching for the specified node. false includes text nodes in the search. Default value is false.</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.SelectUnlinkedControls(Microsoft.Office.Core.CustomXMLPart)">
      <summary>Returns all the content controls in the document that are not linked to a custom XML part.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.ContentControls" /> collection that contains the content controls in the document that are not linked to a custom XML part.</returns>
      <param name="stream">The <see cref="T:Microsoft.Office.Core.CustomXMLPart" /> that is used to filter the content controls you want to get in the document. If you specify a value for this parameter, this method returns only the content controls that reference this <see cref="T:Microsoft.Office.Core.CustomXMLPart" /> in their <see cref="P:Microsoft.Office.Interop.Word.ContentControl.XMLMapping" /> property.</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.SendFax(System.String,System.Object@)">
      <summary>Sends the document as a fax, without any user interaction.</summary>
      <param name="address">The recipient's fax number.</param>
      <param name="subject">The text for the subject line. The character limit is 255.</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.SendFaxOverInternet(System.Object@,System.Object@,System.Object@)">
      <summary>Sends the document to a fax service provider, who faxes the document to one or more specified recipients.</summary>
      <param name="recipients">The fax numbers and e-mail addresses of the people to whom to send the fax. Separate multiple recipients with a semicolon.</param>
      <param name="subject">The subject line for the faxed document.</param>
      <param name="showMessage">true to display the fax message before sending it. false to send the fax without displaying the fax message.</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.SendForReview(System.Object@,System.Object@,System.Object@,System.Object@)">
      <summary>Sends the document in an e-mail message for review by the specified recipients.</summary>
      <param name="recipients">The people to whom to send the message. These can be unresolved names and aliases in an e-mail phone book or full e-mail addresses. Separate multiple recipients with a semicolon (;). If left blank and <paramref name="ShowMessage" /> is false, an exception is thrown and the message is not sent.</param>
      <param name="subject">The subject of the message. If left blank, the subject will be: Please review "<paramref name="filename" />".</param>
      <param name="showMessage">true to display the message before sending; otherwise, false. The default is true. If set to false, the message is automatically sent to the recipients without first showing the message to the sender.</param>
      <param name="includeAttachment">true to include the document as an attachment; false to send a link to the document at a server location. If set to false, the document must be stored at a shared location.</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.SendMail">
      <summary>Opens a message window for sending the document through Microsoft Exchange.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.SendMailer(System.Object@,System.Object@)"></member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Sentences">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Sentences" /> collection that represents all the sentences in the document. </summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.Sentences" /> collection that represents all the sentences in the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.ServerPolicy">
      <summary>Gets the policy that is specified for the document, when the document is stored on a server that is running Microsoft Office SharePoint Server.</summary>
      <returns>A <see cref="T:Microsoft.Office.Core.ServerPolicy" /> object that represents the policy that is specified for the document, when the document is stored on a server that is running Microsoft Office SharePoint Server.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.set_ActiveWritingStyle(System.Object@,System.String)"></member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.set_Compatibility(Microsoft.Office.Interop.Word.WdCompatibility,System.Boolean)"></member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.SetCompatibilityMode(System.Int32)">
      <summary>Sets the compatibility mode for the document. This method can be used only in Word 2010 projects.</summary>
      <param name="mode">One of the Microsoft.Office.Interop.Word.WdCompatibilityMode values that specifies the compatibility mode that Word 2010 uses when opening the document.</param>
      <exception cref="T:System.MissingMemberException">This method is used in a Word 2007 project.</exception>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.SetDefaultTableStyle(System.Object@,System.Boolean)">
      <summary>Specifies the table style to use for newly created tables in the document.</summary>
      <param name="style">The name of the style.</param>
      <param name="setInTemplate">true to save the table style in the template attached to the document.</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.SetLetterContent(System.Object@)"></member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.SetPasswordEncryptionOptions(System.String,System.String,System.Int32,System.Object@)">
      <summary>Sets the options Microsoft Office Word uses for encrypting documents with passwords.</summary>
      <param name="passwordEncryptionProvider">The name of the encryption provider.</param>
      <param name="passwordEncryptionAlgorithm">The name of the encryption algorithm. Word supports stream-encrypted algorithms.</param>
      <param name="passwordEncryptionKeyLength">The encryption key length. Must be a multiple of 8, starting at 40.</param>
      <param name="passwordEncryptionFileProperties">true for Word to encrypt file properties. Default is true.</param>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Shapes">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Shapes" /> collection that represents all the <see cref="T:Microsoft.Office.Interop.Word.Shape" /> objects in the document.s</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.Shapes" /> collection that represents all the <see cref="T:Microsoft.Office.Interop.Word.Shape" /> objects in the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.SharedWorkspace">
      <summary>Gets a <see cref="T:Microsoft.Office.Core.SharedWorkspace" /> that represents the Document Workspace in which the document is located.</summary>
      <returns>A <see cref="T:Microsoft.Office.Core.SharedWorkspace" /> that represents the Document Workspace in which the document is located.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.ShowGrammaticalErrors">
      <summary>Gets or sets a value that indicates whether grammatical errors are marked by a wavy green line in the document. </summary>
      <returns>true if grammatical errors are marked by a wavy green line in the document; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.ShowRevisions">
      <summary>Gets or sets a value that indicates whether tracked changes in the document are shown on the screen.</summary>
      <returns>true if tracked changes in the document are shown on the screen; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.ShowSpellingErrors">
      <summary>Gets or sets a value that indicates whether Microsoft Office Word underlines spelling errors in the document.</summary>
      <returns>true if Microsoft Office Word underlines spelling errors in the document; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.ShowSummary">
      <summary>Gets or sets a value that indicates whether an automatic summary is displayed for the document.</summary>
      <returns>true if an automatic summary is displayed for the document; otherwise, false.</returns>
    </member>
    <member name="E:Microsoft.Office.Tools.Word.DocumentBase.Shutdown">
      <summary>Occurs when the document host item shuts down.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Signatures">
      <summary>Gets a <see cref="T:Microsoft.Office.Core.SignatureSet" /> that represents the digital signatures for the document.</summary>
      <returns>A <see cref="T:Microsoft.Office.Core.SignatureSet" /> that represents the digital signatures for the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Site"></member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.SmartDocument">
      <summary>Gets a <see cref="T:Microsoft.Office.Core.SmartDocument" /> that represents the settings for a smart document solution.</summary>
      <returns>A <see cref="T:Microsoft.Office.Core.SmartDocument" /> that represents the settings for a smart document solution.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.SmartTags">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.SmartTags" /> object that represents a smart tag in a document. 
    This type or member is intended to be used only in projects for the 2007 Microsoft Office system. Smart tags are deprecated in Office 2010.
  .</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.SmartTags" /> object that represents a smart tag in a document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.SmartTagsAsXMLProps">
      <summary>Gets or sets a value that indicates whether Microsoft Office Word creates an XML header containing smart tag information when a document containing smart tags is saved as HTML. 
    This type or member is intended to be used only in projects for the 2007 Microsoft Office system. Smart tags are deprecated in Office 2010.
  .</summary>
      <returns>true if Microsoft Office Word creates an XML header containing smart tag information when a document containing smart tags is saved as HTML; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.SnapToGrid">
      <summary>Gets or sets a value that indicates whether AutoShapes or East Asian characters are automatically aligned with an invisible grid when they are drawn, moved, or resized in the document.</summary>
      <returns>true if AutoShapes or East Asian characters are automatically aligned with an invisible grid when they are drawn, moved, or resized in the document; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.SnapToShapes">
      <summary>Gets or sets a value that indicates whether Microsoft Office Word automatically aligns AutoShapes or East Asian characters with invisible gridlines that go through the vertical and horizontal edges of other AutoShapes or East Asian characters in the document.</summary>
      <returns>true if Microsoft Office Word automatically aligns AutoShapes or East Asian characters; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.SpellingChecked">
      <summary>Gets or sets a value that indicates whether spelling has been checked throughout the document.</summary>
      <returns>true if spelling has been checked throughout the document; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.SpellingErrors">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.ProofreadingErrors" /> collection that represents the words identified as spelling errors in the document. </summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.ProofreadingErrors" /> collection that represents the words identified as spelling errors in the document.</returns>
    </member>
    <member name="E:Microsoft.Office.Tools.Word.DocumentBase.Startup">
      <summary>Occurs after the document is running and all the initialization code in the assembly has been run.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.StoryRanges">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.StoryRanges" /> collection that represents all the stories in the document.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.StoryRanges" /> collection that represents all the stories in the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Styles">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Styles" /> collection for the document.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.Styles" /> collection for the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.StyleSheets">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.StyleSheets" /> object that represents the Web style sheets attached to the document.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.StyleSheets" /> object that represents the Web style sheets attached to the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.StyleSortMethod">
      <summary>Gets or sets a value that specifies the sort method to use when sorting styles in the Styles task pane.</summary>
      <returns>One of the <see cref="T:Microsoft.Office.Interop.Word.WdStyleSort" /> values.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Subdocuments">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Subdocuments" /> collection that represents all the subdocuments in the document. </summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.Subdocuments" /> collection that represents all the subdocuments in the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.SummaryLength">
      <summary>Gets or sets the length of the summary as a percentage of the document length.</summary>
      <returns>The length of the summary as a percentage of the document length.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.SummaryViewMode">
      <summary>Gets or sets the way a summary is displayed. </summary>
      <returns>One of the <see cref="T:Microsoft.Office.Interop.Word.WdSummaryMode" /> values.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Sync">
      <summary>Gets a <see cref="T:Microsoft.Office.Core.Sync" /> object that provides access to the methods and properties of documents that are part of a Document Workspace.</summary>
      <returns>A <see cref="T:Microsoft.Office.Core.Sync" /> object that provides access to the methods and properties of documents that are part of a Document Workspace.</returns>
    </member>
    <member name="E:Microsoft.Office.Tools.Word.DocumentBase.SyncEvent">
      <summary>Occurs when the local copy of a document that is part of a Document Workspace is synchronized with the copy on the server.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Tables">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Tables" /> collection that represents all the tables in the document.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.Tables" /> collection that represents all the tables in the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.TablesOfAuthorities">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.TablesOfAuthorities" /> collection that represents the tables of authorities in the document. </summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.TablesOfAuthorities" /> collection that represents the tables of authorities in the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.TablesOfAuthoritiesCategories">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.TablesOfAuthoritiesCategories" /> collection that represents the available table of authorities categories for the document. </summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.TablesOfAuthoritiesCategories" /> collection that represents the available table of authorities categories for the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.TablesOfContents">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.TablesOfContents" /> collection that represents the tables of contents in the document.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.TablesOfContents" /> collection that represents the tables of contents in the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.TablesOfFigures">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.TablesOfFigures" /> collection that represents the tables of figures in the document.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.TablesOfFigures" /> collection that represents the tables of figures in the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Tag">
      <summary>Gets or sets an object that contains data you want to save with the document. </summary>
      <returns>A object that contains data you want to save with the document. </returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.TextEncoding">
      <summary>Gets or sets the code page, or character set, that Microsoft Office Word uses for a document saved as an encoded text file.</summary>
      <returns>One of the <see cref="T:Microsoft.Office.Core.MsoEncoding" /> values.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.TextLineEnding">
      <summary>Gets or sets a <see cref="T:Microsoft.Office.Interop.Word.WdLineEndingType" /> constant indicating how Microsoft Office Word marks the line and paragraph breaks in documents saved as text files. </summary>
      <returns>One of the <see cref="T:Microsoft.Office.Interop.Word.WdLineEndingType" /> values.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.ToggleFormsDesign">
      <summary>Switches form design mode on or off.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.TrackFormatting">
      <summary>Gets or sets a value that indicates whether to track formatting changes when change tracking is turned on.</summary>
      <returns>true to track formatting changes when change tracking is turned on; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.TrackMoves">
      <summary>Gets or sets a value that indicates whether to mark moved text when change tracking is turned on.</summary>
      <returns>true to mark moved text when change tracking is turned on; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.TrackRevisions">
      <summary>Gets or sets a value that indicates whether changes are tracked in the document.</summary>
      <returns>Gets or sets a value that indicates whether changes are tracked in the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.TransformDocument(System.String,System.Boolean)">
      <summary>Applies the specified Extensible Stylesheet Language Transformation (XSLT) file to the document and replaces the document with the results.</summary>
      <param name="path">The path of the XSLT file.</param>
      <param name="dataOnly">true applies the transformation only to the data in the document, excluding Microsoft Office Word XML. false applies the transform to the entire document, including Word XML. Default value is true.</param>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Type">
      <summary>Gets the document type (template or document).</summary>
      <returns>One of the <see cref="T:Microsoft.Office.Interop.Word.WdDocumentType" /> values.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.Undo(System.Object@)">
      <summary>Undoes the last action or a sequence of actions, which are displayed in the Undo list. Returns true if the actions were successfully undone.</summary>
      <param name="times">The number of actions to be undone. The default is to undo the last action.</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.UndoClear">
      <summary>Clears the list of actions that can be undone for the document. Corresponds to the list of items that appears when you click the arrow beside the Undo button on the Standard toolbar.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.UnfreezeLayout">
      <summary>Reverses the effect of <see cref="M:Microsoft.Office.Tools.Word.DocumentBase.FreezeLayout" />, and enables line breaks to change and ink annotations to move when you resize the Web browser window.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.Unprotect(System.Object@)">
      <summary>Removes protection from the document. </summary>
      <param name="password">The password used to protect the document. Passwords are case-sensitive. If the document is protected with a password and the correct password is not supplied, a dialog box prompts the user for the password.</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.UnprotectDocument">
      <summary>Provides you with an opportunity to remove password protection from the document and enable cached data to be saved.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.UpdateStyles">
      <summary>Copies all styles from the attached template into the document, overwriting any existing styles in the document that have the same name.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.UpdateStylesOnOpen">
      <summary>Gets or sets a value that indicates whether the styles in the document are updated to match the styles in the attached template each time the document is opened.</summary>
      <returns>true if the styles in the document are updated; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.UpdateSummaryProperties">
      <summary>Updates the keyword and comment text in the Properties dialog box to reflect the AutoSummary content for the document.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.UseMathDefaults">
      <summary>Gets or sets a value that indicates whether to use the default math settings when creating new equations.</summary>
      <returns>true to use the default math settings when creating new equations; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.UserControl">
      <summary>Gets or sets a value that indicates whether the document or application was created or opened by the user.</summary>
      <returns>true if the document or application was created or opened by the user; false if the document or application was created or opened programmatically from another Microsoft Office application with the <see cref="M:Microsoft.Office.Interop.Word.Documents.Open(System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@)" /> method or the VBA.Interaction.CreateObject or VBA.Interaction.GetObject method.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Variables">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Variables" /> collection that represents the variables stored in the document. </summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.Variables" /> collection that represents the variables stored in the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.VBASigned">
      <summary>Gets a value that indicates whether the Visual Basic for Applications (VBA) project for the document has been digitally signed. </summary>
      <returns>true if the Visual Basic for Applications (VBA) project for the document has been digitally signed; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.VBProject">
      <summary>Gets the Microsoft.Vbe.Interop.VBProject for the document.</summary>
      <returns>The Microsoft.Vbe.Interop.VBProject for the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Versions">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Versions" /> collection that represents all the versions of the document. </summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.Versions" /> collection that represents all the versions of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.ViewCode">
      <summary>Displays the code window for the selected ActiveX control in the document.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.ViewPropertyBrowser">
      <summary>Displays the property window for the selected ActiveX control in the specified document.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.VstoSmartTags">
      <summary>Gets the <see cref="T:Microsoft.Office.Tools.SmartTagCollection" /> associated with the document.</summary>
      <returns>The <see cref="T:Microsoft.Office.Tools.SmartTagCollection" /> associated with the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.WebOptions">
      <summary>Gets the <see cref="T:Microsoft.Office.Interop.Word.WebOptions" /> object, which contains document-level attributes used by Microsoft Office Word when you save a document as a Web page or open a Web page.</summary>
      <returns>The <see cref="T:Microsoft.Office.Interop.Word.WebOptions" /> object, which contains document-level attributes used by Microsoft Office Word when you save a document as a Web page or open a Web page.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.DocumentBase.WebPagePreview"></member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Windows">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Windows" /> collection that represents all windows for the document (for example, Sales.doc:1 and Sales.doc:2).</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.Windows" /> collection that represents all windows for the document.</returns>
    </member>
    <member name="E:Microsoft.Office.Tools.Word.DocumentBase.WindowSize">
      <summary>Occurs when the document window is resized or moved.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.WordOpenXML">
      <summary>Gets an XML string that contains the contents of the document in the Word Open XML format.</summary>
      <returns>An XML string that contains the contents of the document in the Word Open XML format.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.Words">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Words" /> collection that represents all the words in the document. </summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.Words" /> collection that represents all the words in the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.WritePassword">
      <summary>Sets a password for saving changes to the document. </summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.WriteReserved">
      <summary>Gets a value that indicates whether the document is protected with a write password.</summary>
      <returns>true if the document is protected with a write password; otherwise, false.</returns>
    </member>
    <member name="E:Microsoft.Office.Tools.Word.DocumentBase.XMLAfterInsert">
      <summary>Occurs when a user adds a new XML element to a document. If more than one element is added to the document at the same time (for example, when cutting and pasting XML), the event is raised for each element that is inserted.</summary>
    </member>
    <member name="E:Microsoft.Office.Tools.Word.DocumentBase.XMLBeforeDelete">
      <summary>Occurs when a user deletes an XML element from a document. If more than one element is deleted from the document at the same time (for example, when cutting and pasting XML), the event is raised for each element that is deleted.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.XMLHideNamespaces">
      <summary>Gets a value that indicates whether to hide the XML namespaces in the list of elements in the XML Structure task pane. </summary>
      <returns>true if the XML schema namespace for elements is not shown to the right of the element name; false if the XML schema namespace is shown.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.XMLNodes">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.XMLNodes" /> collection that represents the collection of all XML elements within the document.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.XMLNodes" /> collection that represents the collection of all XML elements within the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.XMLSaveDataOnly">
      <summary>Gets or sets a value that indicates whether Microsoft Office Word saves only the XML data or the entire document.</summary>
      <returns>true if Word should save only the XML data when the document is saved as xml; false if the entire document should be saved.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.XMLSaveThroughXSLT">
      <summary>Gets or sets the path and file name for the Extensible Stylesheet Language Transformation (XSLT) to apply when a user saves the document.</summary>
      <returns>The path and file name for the Extensible Stylesheet Language Transformation (XSLT) to apply when a user saves the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.XMLSchemaReferences">
      <summary>Gets an <see cref="T:Microsoft.Office.Interop.Word.XMLSchemaReferences" /> collection that represents the schemas attached to the document.</summary>
      <returns>An <see cref="T:Microsoft.Office.Interop.Word.XMLSchemaReferences" /> collection that represents the schemas attached to the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.XMLSchemaViolations">
      <summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.XMLNodes" /> collection that represents all nodes in the document that have validation errors.</summary>
      <returns>A <see cref="T:Microsoft.Office.Interop.Word.XMLNodes" /> collection that represents all nodes in the document that have validation errors.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.XMLShowAdvancedErrors">
      <summary>Gets or sets a value that indicates whether error message text is generated from the built-in Microsoft Office Word error messages or from the Microsoft XML Core Services (MSXML) 5.0 component included with Office.</summary>
      <returns>true if error message text is generated from the MSXML 5.0 component; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.DocumentBase.XMLUseXSLTWhenSaving">
      <summary>Gets or sets a value that indicates whether to save a document through an Extensible Stylesheet Language Transformation (XSLT). </summary>
      <returns>true if the document is saved through an XSLT; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.Office.Tools.Word.Controls.Button">
      <summary>Represents a Windows Forms button that can be added to a Microsoft Office Word document.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.Button.#ctor"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.Button.#ctor(Microsoft.Office.Tools.Word.Factory,Microsoft.Office.Tools.IHostItemProvider,System.IServiceProvider,System.String,System.String,System.Object,System.String)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.Button.Activate">
      <summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.Button" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.Button.AltHTML"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.Button.Anchor"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.Button.Automation"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.Button.Bottom">
      <summary>Gets the distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Button" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Button" /> and the top edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.Button.Delete">
      <summary>Deletes a dynamically created <see cref="T:Microsoft.Office.Tools.Word.Controls.Button" /> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.Button.Dispose(System.Boolean)">
      <summary>Releases the unmanaged resources used by the <see cref="T:Microsoft.Office.Tools.Word.Controls.Button" /> and optionally releases the managed resources.</summary>
      <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.Button.Dock"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.Button.Height">
      <summary>Gets or sets the height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Button" />.</summary>
      <returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Button" /> in points.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.Button.Hide"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.Button.InlineShape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Button" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Button" />.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.Button.Left">
      <summary>Gets or sets the distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Button" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Button" /> and the left edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.Button.Location"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.Button.Right">
      <summary>Gets the distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Button" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Button" /> and the left edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.Button.Select">
      <summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.Button" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.Button.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.Button.SetVisibleCore(System.Boolean)"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.Button.Shape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Button" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Button" />.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.Button.Show"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.Button.TabIndex"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.Button.TabStop"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.Button.Top">
      <summary>Gets or sets the distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Button" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Button" /> and the top edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.Button.TopLevelControl"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.Button.Visible"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.Button.Width">
      <summary>Gets or sets the width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Button" /> in points.</summary>
      <returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Button" /> in points.</returns>
    </member>
    <member name="T:Microsoft.Office.Tools.Word.Controls.CheckBox">
      <summary>Represents a Windows Forms check box that can be added to a Microsoft Office Word document.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.CheckBox.#ctor"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.CheckBox.#ctor(Microsoft.Office.Tools.Word.Factory,Microsoft.Office.Tools.IHostItemProvider,System.IServiceProvider,System.String,System.String,System.Object,System.String)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.CheckBox.Activate">
      <summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.CheckBox.AltHTML"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.CheckBox.Anchor"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.CheckBox.Automation"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.CheckBox.Bottom">
      <summary>Gets the distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckBox" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckBox" /> and the top edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.CheckBox.Delete">
      <summary>Deletes a dynamically created <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckBox" /> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.CheckBox.Dispose(System.Boolean)">
      <summary>Releases the unmanaged resources used by the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckBox" /> and optionally releases the managed resources.</summary>
      <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.CheckBox.Dock"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.CheckBox.Height">
      <summary>Gets or sets the height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckBox" />.</summary>
      <returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckBox" /> in points.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.CheckBox.Hide"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.CheckBox.InlineShape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckBox" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckBox" />.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.CheckBox.Left">
      <summary>Gets or sets the distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckBox" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckBox" /> and the left edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.CheckBox.Location"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.CheckBox.Right">
      <summary>Gets the distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckBox" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckBox" /> and the left edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.CheckBox.Select">
      <summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckBox" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.CheckBox.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.CheckBox.SetVisibleCore(System.Boolean)"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.CheckBox.Shape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckBox" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckBox" />.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.CheckBox.Show"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.CheckBox.TabIndex"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.CheckBox.TabStop"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.CheckBox.Top">
      <summary>Gets or sets the distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckBox" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckBox" /> and the top edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.CheckBox.TopLevelControl"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.CheckBox.Visible"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.CheckBox.Width">
      <summary>Gets or sets the width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckBox" /> in points.</summary>
      <returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckBox" /> in points.</returns>
    </member>
    <member name="T:Microsoft.Office.Tools.Word.Controls.CheckedListBox">
      <summary>Represents a Windows Forms checked list box that can be added to a Microsoft Office Word document.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.CheckedListBox.#ctor"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.CheckedListBox.#ctor(Microsoft.Office.Tools.Word.Factory,Microsoft.Office.Tools.IHostItemProvider,System.IServiceProvider,System.String,System.String,System.Object,System.String)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.CheckedListBox.Activate">
      <summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckedListBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.CheckedListBox.AltHTML"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.CheckedListBox.Anchor"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.CheckedListBox.Automation"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.CheckedListBox.Bottom">
      <summary>Gets the distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckedListBox" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckedListBox" /> and the top edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.CheckedListBox.Delete">
      <summary>Deletes a dynamically created <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckedListBox" /> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.CheckedListBox.Dispose(System.Boolean)">
      <summary>Releases the unmanaged resources used by the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckedListBox" /> and optionally releases the managed resources.</summary>
      <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.CheckedListBox.Dock"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.CheckedListBox.Height">
      <summary>Gets or sets the height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckedListBox" />.</summary>
      <returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckedListBox" /> in points.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.CheckedListBox.Hide"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.CheckedListBox.InlineShape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckedListBox" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckedListBox" />.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.CheckedListBox.Left">
      <summary>Gets or sets the distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckedListBox" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckedListBox" /> and the left edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.CheckedListBox.Location"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.CheckedListBox.Right">
      <summary>Gets the distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckedListBox" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckedListBox" /> and the left edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.CheckedListBox.Select">
      <summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckedListBox" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.CheckedListBox.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.CheckedListBox.SetVisibleCore(System.Boolean)"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.CheckedListBox.Shape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckedListBox" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckedListBox" />.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.CheckedListBox.Show"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.CheckedListBox.TabIndex"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.CheckedListBox.TabStop"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.CheckedListBox.Top">
      <summary>Gets or sets the distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckedListBox" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckedListBox" /> and the top edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.CheckedListBox.TopLevelControl"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.CheckedListBox.Visible"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.CheckedListBox.Width">
      <summary>Gets or sets the width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckedListBox" /> in points.</summary>
      <returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckedListBox" /> in points.</returns>
    </member>
    <member name="T:Microsoft.Office.Tools.Word.Controls.ComboBox">
      <summary>Represents a Windows Forms combo box that can be added to a Microsoft Office Word document.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.ComboBox.#ctor"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.ComboBox.#ctor(Microsoft.Office.Tools.Word.Factory,Microsoft.Office.Tools.IHostItemProvider,System.IServiceProvider,System.String,System.String,System.Object,System.String)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.ComboBox.Activate">
      <summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.ComboBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ComboBox.AltHTML"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ComboBox.Anchor"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ComboBox.Automation"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ComboBox.Bottom">
      <summary>Gets the distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ComboBox" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ComboBox" /> and the top edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.ComboBox.Delete">
      <summary>Deletes a dynamically created <see cref="T:Microsoft.Office.Tools.Word.Controls.ComboBox" /> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.ComboBox.Dispose(System.Boolean)">
      <summary>Releases the unmanaged resources used by the <see cref="T:Microsoft.Office.Tools.Word.Controls.ComboBox" /> and optionally releases the managed resources.</summary>
      <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ComboBox.Dock"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ComboBox.Height">
      <summary>Gets or sets the height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ComboBox" />.</summary>
      <returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ComboBox" /> in points.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.ComboBox.Hide"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ComboBox.InlineShape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ComboBox" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ComboBox" />.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ComboBox.Left">
      <summary>Gets or sets the distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ComboBox" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ComboBox" /> and the left edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ComboBox.Location"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ComboBox.Right">
      <summary>Gets the distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ComboBox" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ComboBox" /> and the left edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.ComboBox.Select">
      <summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.ComboBox" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.ComboBox.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.ComboBox.SetVisibleCore(System.Boolean)"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ComboBox.Shape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ComboBox" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ComboBox" />.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.ComboBox.Show"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ComboBox.TabIndex"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ComboBox.TabStop"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ComboBox.Top">
      <summary>Gets or sets the distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ComboBox" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ComboBox" /> and the top edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ComboBox.TopLevelControl"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ComboBox.Visible"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ComboBox.Width">
      <summary>Gets or sets the width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ComboBox" /> in points.</summary>
      <returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ComboBox" /> in points.</returns>
    </member>
    <member name="T:Microsoft.Office.Tools.Word.Controls.DataGridView">
      <summary>Represents a Windows Forms <see cref="T:Microsoft.Office.Tools.Word.Controls.DataGridView" /> that can be added to a Microsoft Office Word document.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.DataGridView.#ctor"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.DataGridView.#ctor(Microsoft.Office.Tools.Word.Factory,Microsoft.Office.Tools.IHostItemProvider,System.IServiceProvider,System.String,System.String,System.Object,System.String)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.DataGridView.Activate">
      <summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.DataGridView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DataGridView.AltHTML"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DataGridView.Anchor"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DataGridView.Automation"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DataGridView.Bottom">
      <summary>Gets the distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DataGridView" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DataGridView" /> and the top edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.DataGridView.Delete">
      <summary>Deletes a dynamically created <see cref="T:Microsoft.Office.Tools.Word.Controls.DataGridView" /> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.DataGridView.Dispose(System.Boolean)">
      <summary>Releases the unmanaged resources used by the <see cref="T:Microsoft.Office.Tools.Word.Controls.DataGridView" /> and optionally releases the managed resources.</summary>
      <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DataGridView.Dock"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DataGridView.Height">
      <summary>Gets or sets the height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DataGridView" />.</summary>
      <returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DataGridView" /> in points.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.DataGridView.Hide"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DataGridView.InlineShape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DataGridView" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DataGridView" />.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DataGridView.Left">
      <summary>Gets or sets the distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DataGridView" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DataGridView" /> and the left edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DataGridView.Location"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DataGridView.Right">
      <summary>Gets the distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DataGridView" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DataGridView" /> and the left edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.DataGridView.Select">
      <summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.DataGridView" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.DataGridView.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.DataGridView.SetVisibleCore(System.Boolean)"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DataGridView.Shape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DataGridView" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DataGridView" />.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.DataGridView.Show"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DataGridView.TabIndex"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DataGridView.TabStop"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DataGridView.Top">
      <summary>Gets or sets the distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DataGridView" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DataGridView" /> and the top edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DataGridView.TopLevelControl"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DataGridView.Visible"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DataGridView.Width">
      <summary>Gets or sets the width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DataGridView" /> in points.</summary>
      <returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DataGridView" /> in points.</returns>
    </member>
    <member name="T:Microsoft.Office.Tools.Word.Controls.DateTimePicker">
      <summary>Represents a Windows Forms <see cref="T:Microsoft.Office.Tools.Word.Controls.DateTimePicker" /> control that can be added to a Microsoft Office Word document.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.DateTimePicker.#ctor"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.DateTimePicker.#ctor(Microsoft.Office.Tools.Word.Factory,Microsoft.Office.Tools.IHostItemProvider,System.IServiceProvider,System.String,System.String,System.Object,System.String)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.DateTimePicker.Activate">
      <summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.DateTimePicker" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DateTimePicker.AltHTML"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DateTimePicker.Anchor"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DateTimePicker.Automation"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DateTimePicker.Bottom">
      <summary>Gets the distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DateTimePicker" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DateTimePicker" /> and the top edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.DateTimePicker.Delete">
      <summary>Deletes a dynamically created <see cref="T:Microsoft.Office.Tools.Word.Controls.DateTimePicker" /> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.DateTimePicker.Dispose(System.Boolean)">
      <summary>Releases the unmanaged resources used by the <see cref="T:Microsoft.Office.Tools.Word.Controls.DateTimePicker" /> and optionally releases the managed resources.</summary>
      <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DateTimePicker.Dock"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DateTimePicker.Height">
      <summary>Gets or sets the height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DateTimePicker" />.</summary>
      <returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DateTimePicker" /> in points.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.DateTimePicker.Hide"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DateTimePicker.InlineShape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DateTimePicker" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DateTimePicker" />.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DateTimePicker.Left">
      <summary>Gets or sets the distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DateTimePicker" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DateTimePicker" /> and the left edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DateTimePicker.Location"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DateTimePicker.Right">
      <summary>Gets the distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DateTimePicker" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DateTimePicker" /> and the left edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.DateTimePicker.Select">
      <summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.DateTimePicker" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.DateTimePicker.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.DateTimePicker.SetVisibleCore(System.Boolean)"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DateTimePicker.Shape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DateTimePicker" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DateTimePicker" />.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.DateTimePicker.Show"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DateTimePicker.TabIndex"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DateTimePicker.TabStop"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DateTimePicker.Top">
      <summary>Gets or sets the distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DateTimePicker" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DateTimePicker" /> and the top edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DateTimePicker.TopLevelControl"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DateTimePicker.Visible"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DateTimePicker.Width">
      <summary>Gets or sets the width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DateTimePicker" /> in points.</summary>
      <returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DateTimePicker" /> in points.</returns>
    </member>
    <member name="T:Microsoft.Office.Tools.Word.Controls.DomainUpDown">
      <summary>Represents a Windows Forms <see cref="T:Microsoft.Office.Tools.Word.Controls.DomainUpDown" /> that can be added to a Microsoft Office Word document.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.DomainUpDown.#ctor"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.DomainUpDown.#ctor(Microsoft.Office.Tools.Word.Factory,Microsoft.Office.Tools.IHostItemProvider,System.IServiceProvider,System.String,System.String,System.Object,System.String)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.DomainUpDown.Activate">
      <summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.DomainUpDown" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DomainUpDown.AltHTML"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DomainUpDown.Anchor"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DomainUpDown.Automation"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DomainUpDown.Bottom">
      <summary>Gets the distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DomainUpDown" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DomainUpDown" /> and the top edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.DomainUpDown.Delete">
      <summary>Deletes a dynamically created <see cref="T:Microsoft.Office.Tools.Word.Controls.DomainUpDown" /> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.DomainUpDown.Dispose(System.Boolean)">
      <summary>Releases the unmanaged resources used by the <see cref="T:Microsoft.Office.Tools.Word.Controls.DomainUpDown" /> and optionally releases the managed resources.</summary>
      <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DomainUpDown.Dock"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DomainUpDown.Height">
      <summary>Gets or sets the height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DomainUpDown" />.</summary>
      <returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DomainUpDown" /> in points.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.DomainUpDown.Hide"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DomainUpDown.InlineShape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DomainUpDown" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DomainUpDown" />.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DomainUpDown.Left">
      <summary>Gets or sets the distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DomainUpDown" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DomainUpDown" /> and the left edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DomainUpDown.Location"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DomainUpDown.Right">
      <summary>Gets the distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DomainUpDown" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DomainUpDown" /> and the left edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.DomainUpDown.Select">
      <summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.DomainUpDown" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.DomainUpDown.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.DomainUpDown.SetVisibleCore(System.Boolean)"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DomainUpDown.Shape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DomainUpDown" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DomainUpDown" />.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.DomainUpDown.Show"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DomainUpDown.TabIndex"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DomainUpDown.TabStop"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DomainUpDown.Top">
      <summary>Gets or sets the distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DomainUpDown" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DomainUpDown" /> and the top edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DomainUpDown.TopLevelControl"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DomainUpDown.Visible"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.DomainUpDown.Width">
      <summary>Gets or sets the width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DomainUpDown" /> in points.</summary>
      <returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DomainUpDown" /> in points.</returns>
    </member>
    <member name="T:Microsoft.Office.Tools.Word.Controls.HScrollBar">
      <summary>Represents a Windows Forms <see cref="T:Microsoft.Office.Tools.Word.Controls.HScrollBar" /> that can be added to a Microsoft Office Word document.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.HScrollBar.#ctor"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.HScrollBar.#ctor(Microsoft.Office.Tools.Word.Factory,Microsoft.Office.Tools.IHostItemProvider,System.IServiceProvider,System.String,System.String,System.Object,System.String)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.HScrollBar.Activate">
      <summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.HScrollBar" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.HScrollBar.AltHTML"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.HScrollBar.Anchor"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.HScrollBar.Automation"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.HScrollBar.Bottom">
      <summary>Gets the distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.HScrollBar" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.HScrollBar" /> and the top edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.HScrollBar.Delete">
      <summary>Deletes a dynamically created <see cref="T:Microsoft.Office.Tools.Word.Controls.HScrollBar" /> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.HScrollBar.Dispose(System.Boolean)">
      <summary>Releases the unmanaged resources used by the <see cref="T:Microsoft.Office.Tools.Word.Controls.HScrollBar" /> and optionally releases the managed resources.</summary>
      <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources</param>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.HScrollBar.Dock"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.HScrollBar.Height">
      <summary>Gets or sets the height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.HScrollBar" />.</summary>
      <returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.HScrollBar" /> in points.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.HScrollBar.Hide"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.HScrollBar.InlineShape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.HScrollBar" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.HScrollBar" />.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.HScrollBar.Left">
      <summary>Gets or sets the distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.HScrollBar" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.HScrollBar" /> and the left edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.HScrollBar.Location"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.HScrollBar.Right">
      <summary>Gets the distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.HScrollBar" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.HScrollBar" /> and the left edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.HScrollBar.Select">
      <summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.HScrollBar" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.HScrollBar.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.HScrollBar.SetVisibleCore(System.Boolean)"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.HScrollBar.Shape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.HScrollBar" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.HScrollBar" />.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.HScrollBar.Show"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.HScrollBar.TabIndex"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.HScrollBar.TabStop"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.HScrollBar.Top">
      <summary>Gets or sets the distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.HScrollBar" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.HScrollBar" /> and the top edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.HScrollBar.TopLevelControl"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.HScrollBar.Visible"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.HScrollBar.Width">
      <summary>Gets or sets the width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.HScrollBar" /> in points.</summary>
      <returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.HScrollBar" /> in points.</returns>
    </member>
    <member name="T:Microsoft.Office.Tools.Word.Controls.Label">
      <summary>Represents a Windows Forms <see cref="T:Microsoft.Office.Tools.Word.Controls.Label" /> that can be added to a Microsoft Office Word document.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.Label.#ctor"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.Label.#ctor(Microsoft.Office.Tools.Word.Factory,Microsoft.Office.Tools.IHostItemProvider,System.IServiceProvider,System.String,System.String,System.Object,System.String)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.Label.Activate">
      <summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.Label" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.Label.AltHTML"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.Label.Anchor"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.Label.Automation"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.Label.Bottom">
      <summary>Gets the distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Label" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Label" /> and the top edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.Label.Delete">
      <summary>Deletes a dynamically created <see cref="T:Microsoft.Office.Tools.Word.Controls.Label" /> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.Label.Dispose(System.Boolean)">
      <summary>Releases the unmanaged resources used by the <see cref="T:Microsoft.Office.Tools.Word.Controls.Label" /> and optionally releases the managed resources.</summary>
      <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.Label.Dock"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.Label.Height">
      <summary>Gets or sets the height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Label" />.</summary>
      <returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Label" /> in points.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.Label.Hide"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.Label.InlineShape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Label" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Label" />.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.Label.Left">
      <summary>Gets or sets the distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Label" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Label" /> and the left edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.Label.Location"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.Label.Right">
      <summary>Gets the distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Label" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Label" /> and the left edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.Label.Select">
      <summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.Label" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.Label.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.Label.SetVisibleCore(System.Boolean)"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.Label.Shape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Label" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Label" />.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.Label.Show"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.Label.TabIndex"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.Label.TabStop"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.Label.Top">
      <summary>Gets or sets the distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Label" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Label" /> and the top edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.Label.TopLevelControl"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.Label.Visible"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.Label.Width">
      <summary>Gets or sets the width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Label" /> in points.</summary>
      <returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Label" /> in points.</returns>
    </member>
    <member name="T:Microsoft.Office.Tools.Word.Controls.LinkLabel">
      <summary>Represents a Windows Forms <see cref="T:Microsoft.Office.Tools.Word.Controls.LinkLabel" /> that can be added to a Microsoft Office Word document.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.LinkLabel.#ctor"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.LinkLabel.#ctor(Microsoft.Office.Tools.Word.Factory,Microsoft.Office.Tools.IHostItemProvider,System.IServiceProvider,System.String,System.String,System.Object,System.String)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.LinkLabel.Activate">
      <summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.LinkLabel" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.LinkLabel.AltHTML"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.LinkLabel.Anchor"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.LinkLabel.Automation"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.LinkLabel.Bottom">
      <summary>Gets the distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.LinkLabel" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.LinkLabel" /> and the top edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.LinkLabel.Delete">
      <summary>Deletes a dynamically created <see cref="T:Microsoft.Office.Tools.Word.Controls.LinkLabel" /> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.LinkLabel.Dispose(System.Boolean)">
      <summary>Releases the unmanaged resources used by the <see cref="T:Microsoft.Office.Tools.Word.Controls.LinkLabel" /> and optionally releases the managed resources.</summary>
      <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.LinkLabel.Dock"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.LinkLabel.Height">
      <summary>Gets or sets the height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.LinkLabel" />.</summary>
      <returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.LinkLabel" /> in points.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.LinkLabel.Hide"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.LinkLabel.InlineShape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.LinkLabel" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.LinkLabel" />.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.LinkLabel.Left">
      <summary>Gets or sets the distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.LinkLabel" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.LinkLabel" /> and the left edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.LinkLabel.Location"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.LinkLabel.Right">
      <summary>Gets the distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.LinkLabel" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.LinkLabel" /> and the left edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.LinkLabel.Select">
      <summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.LinkLabel" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.LinkLabel.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.LinkLabel.SetVisibleCore(System.Boolean)"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.LinkLabel.Shape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.LinkLabel" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.LinkLabel" />.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.LinkLabel.Show"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.LinkLabel.TabIndex"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.LinkLabel.TabStop"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.LinkLabel.Top">
      <summary>Gets or sets the distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.LinkLabel" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.LinkLabel" /> and the top edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.LinkLabel.TopLevelControl"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.LinkLabel.Visible"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.LinkLabel.Width">
      <summary>Gets or sets the width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.LinkLabel" /> in points.</summary>
      <returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.LinkLabel" /> in points.</returns>
    </member>
    <member name="T:Microsoft.Office.Tools.Word.Controls.ListBox">
      <summary>Represents a Windows Forms <see cref="T:Microsoft.Office.Tools.Word.Controls.ListBox" /> that can be added to a Microsoft Office Word document.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.ListBox.#ctor"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.ListBox.#ctor(Microsoft.Office.Tools.Word.Factory,Microsoft.Office.Tools.IHostItemProvider,System.IServiceProvider,System.String,System.String,System.Object,System.String)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.ListBox.Activate">
      <summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ListBox.AltHTML"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ListBox.Anchor"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ListBox.Automation"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ListBox.Bottom">
      <summary>Gets the distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListBox" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListBox" /> and the top edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.ListBox.Delete">
      <summary>Deletes a dynamically created <see cref="T:Microsoft.Office.Tools.Word.Controls.ListBox" /> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.ListBox.Dispose(System.Boolean)">
      <summary>Releases the unmanaged resources used by the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListBox" /> and optionally releases the managed resources.</summary>
      <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ListBox.Dock"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ListBox.Height">
      <summary>Gets or sets the height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListBox" />.</summary>
      <returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListBox" /> in points.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.ListBox.Hide"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ListBox.InlineShape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListBox" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListBox" />.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ListBox.Left">
      <summary>Gets or sets the distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListBox" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListBox" /> and the left edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ListBox.Location"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ListBox.Right">
      <summary>Gets the distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListBox" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListBox" /> and the left edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.ListBox.Select">
      <summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListBox" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.ListBox.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.ListBox.SetVisibleCore(System.Boolean)"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ListBox.Shape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListBox" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListBox" />.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.ListBox.Show"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ListBox.TabIndex"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ListBox.TabStop"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ListBox.Top">
      <summary>Gets or sets the distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListBox" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListBox" /> and the top edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ListBox.TopLevelControl"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ListBox.Visible"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ListBox.Width">
      <summary>Gets or sets the width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListBox" /> in points.</summary>
      <returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListBox" /> in points.</returns>
    </member>
    <member name="T:Microsoft.Office.Tools.Word.Controls.ListView">
      <summary>Represents a Windows Forms <see cref="T:Microsoft.Office.Tools.Word.Controls.ListView" /> that can be added to a Microsoft Office Word document.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.ListView.#ctor"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.ListView.#ctor(Microsoft.Office.Tools.Word.Factory,Microsoft.Office.Tools.IHostItemProvider,System.IServiceProvider,System.String,System.String,System.Object,System.String)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.ListView.Activate">
      <summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ListView.AltHTML"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ListView.Anchor"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ListView.Automation"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ListView.Bottom">
      <summary>Gets the distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListView" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListView" /> and the top edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.ListView.Delete">
      <summary>Deletes a dynamically created <see cref="T:Microsoft.Office.Tools.Word.Controls.ListView" /> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.ListView.Dispose(System.Boolean)">
      <summary>Releases the unmanaged resources used by the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListView" /> and optionally releases the managed resources.</summary>
      <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ListView.Dock"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ListView.Height">
      <summary>Gets or sets the height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListView" />.</summary>
      <returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListView" /> in points.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.ListView.Hide"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ListView.InlineShape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListView" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListView" />.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ListView.Left">
      <summary>Gets or sets the distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListView" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListView" /> and the left edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ListView.Location"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ListView.Right">
      <summary>Gets the distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListView" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListView" /> and the left edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.ListView.Select">
      <summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListView" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.ListView.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.ListView.SetVisibleCore(System.Boolean)"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ListView.Shape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListView" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListView" />.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.ListView.Show"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ListView.TabIndex"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ListView.TabStop"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ListView.Top">
      <summary>Gets or sets the distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListView" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListView" /> and the top edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ListView.TopLevelControl"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ListView.Visible"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ListView.Width">
      <summary>Gets or sets the width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListView" /> in points.</summary>
      <returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListView" /> in points.</returns>
    </member>
    <member name="T:Microsoft.Office.Tools.Word.Controls.MaskedTextBox">
      <summary>Represents a Windows Forms <see cref="T:Microsoft.Office.Tools.Word.Controls.MaskedTextBox" /> that can be added to a Microsoft Office Word document.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.MaskedTextBox.#ctor"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.MaskedTextBox.#ctor(Microsoft.Office.Tools.Word.Factory,Microsoft.Office.Tools.IHostItemProvider,System.IServiceProvider,System.String,System.String,System.Object,System.String)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.MaskedTextBox.Activate">
      <summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.MaskedTextBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.MaskedTextBox.AltHTML"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.MaskedTextBox.Anchor"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.MaskedTextBox.Automation"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.MaskedTextBox.Bottom">
      <summary>Gets the distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MaskedTextBox" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MaskedTextBox" /> and the top edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.MaskedTextBox.Delete">
      <summary>Deletes a dynamically created <see cref="T:Microsoft.Office.Tools.Word.Controls.MaskedTextBox" /> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.MaskedTextBox.Dispose(System.Boolean)">
      <summary>Releases the unmanaged resources used by the <see cref="T:Microsoft.Office.Tools.Word.Controls.MaskedTextBox" /> and optionally releases the managed resources.</summary>
      <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.MaskedTextBox.Dock"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.MaskedTextBox.Height">
      <summary>Gets or sets the height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MaskedTextBox" />.</summary>
      <returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MaskedTextBox" /> in points.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.MaskedTextBox.Hide"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.MaskedTextBox.InlineShape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MaskedTextBox" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MaskedTextBox" />.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.MaskedTextBox.Left">
      <summary>Gets or sets the distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MaskedTextBox" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MaskedTextBox" /> and the left edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.MaskedTextBox.Location"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.MaskedTextBox.Right">
      <summary>Gets the distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MaskedTextBox" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MaskedTextBox" /> and the left edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.MaskedTextBox.Select">
      <summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.MaskedTextBox" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.MaskedTextBox.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.MaskedTextBox.SetVisibleCore(System.Boolean)"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.MaskedTextBox.Shape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MaskedTextBox" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MaskedTextBox" />.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.MaskedTextBox.Show"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.MaskedTextBox.TabIndex"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.MaskedTextBox.TabStop"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.MaskedTextBox.Top">
      <summary>Gets or sets the distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MaskedTextBox" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MaskedTextBox" /> and the top edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.MaskedTextBox.TopLevelControl"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.MaskedTextBox.Visible"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.MaskedTextBox.Width">
      <summary>Gets or sets the width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MaskedTextBox" /> in points.</summary>
      <returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MaskedTextBox" /> in points.</returns>
    </member>
    <member name="T:Microsoft.Office.Tools.Word.Controls.MonthCalendar">
      <summary>Represents a Windows Forms <see cref="T:Microsoft.Office.Tools.Word.Controls.MonthCalendar" /> that can be added to a Microsoft Office Word document.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.MonthCalendar.#ctor"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.MonthCalendar.#ctor(Microsoft.Office.Tools.Word.Factory,Microsoft.Office.Tools.IHostItemProvider,System.IServiceProvider,System.String,System.String,System.Object,System.String)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.MonthCalendar.Activate">
      <summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.MonthCalendar" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.MonthCalendar.AltHTML"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.MonthCalendar.Anchor"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.MonthCalendar.Automation"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.MonthCalendar.Bottom">
      <summary>Gets the distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MonthCalendar" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MonthCalendar" /> and the top edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.MonthCalendar.Delete">
      <summary>Deletes a dynamically created <see cref="T:Microsoft.Office.Tools.Word.Controls.MonthCalendar" /> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.MonthCalendar.Dispose(System.Boolean)">
      <summary>Releases the unmanaged resources used by the <see cref="T:Microsoft.Office.Tools.Word.Controls.MonthCalendar" /> and optionally releases the managed resources.</summary>
      <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.MonthCalendar.Dock"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.MonthCalendar.Height">
      <summary>Gets or sets the height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MonthCalendar" />.</summary>
      <returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MonthCalendar" /> in points.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.MonthCalendar.Hide"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.MonthCalendar.InlineShape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MonthCalendar" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MonthCalendar" />.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.MonthCalendar.Left">
      <summary>Gets or sets the distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MonthCalendar" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MonthCalendar" /> and the left edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.MonthCalendar.Location"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.MonthCalendar.Right">
      <summary>Gets the distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MonthCalendar" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MonthCalendar" /> and the left edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.MonthCalendar.Select">
      <summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.MonthCalendar" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.MonthCalendar.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.MonthCalendar.SetVisibleCore(System.Boolean)"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.MonthCalendar.Shape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MonthCalendar" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MonthCalendar" />.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.MonthCalendar.Show"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.MonthCalendar.TabIndex"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.MonthCalendar.TabStop"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.MonthCalendar.Top">
      <summary>Gets or sets the distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MonthCalendar" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MonthCalendar" /> and the top edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.MonthCalendar.TopLevelControl"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.MonthCalendar.Visible"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.MonthCalendar.Width">
      <summary>Gets or sets the width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MonthCalendar" /> in points.</summary>
      <returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MonthCalendar" /> in points.</returns>
    </member>
    <member name="T:Microsoft.Office.Tools.Word.Controls.NumericUpDown">
      <summary>Represents a Windows Forms <see cref="T:Microsoft.Office.Tools.Word.Controls.NumericUpDown" /> that can be added to a Microsoft Office Word document.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.NumericUpDown.#ctor"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.NumericUpDown.#ctor(Microsoft.Office.Tools.Word.Factory,Microsoft.Office.Tools.IHostItemProvider,System.IServiceProvider,System.String,System.String,System.Object,System.String)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.NumericUpDown.Activate">
      <summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.NumericUpDown" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.NumericUpDown.AltHTML"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.NumericUpDown.Anchor"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.NumericUpDown.Automation"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.NumericUpDown.Bottom">
      <summary>Gets the distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.NumericUpDown" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.NumericUpDown" /> and the top edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.NumericUpDown.Delete">
      <summary>Deletes a dynamically created <see cref="T:Microsoft.Office.Tools.Word.Controls.NumericUpDown" /> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.NumericUpDown.Dispose(System.Boolean)">
      <summary>Releases the unmanaged resources used by the <see cref="T:Microsoft.Office.Tools.Word.Controls.NumericUpDown" /> and optionally releases the managed resources.</summary>
      <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.NumericUpDown.Dock"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.NumericUpDown.Height">
      <summary>Gets or sets the height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.NumericUpDown" />.</summary>
      <returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.NumericUpDown" /> in points.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.NumericUpDown.Hide"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.NumericUpDown.InlineShape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.NumericUpDown" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.NumericUpDown" />.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.NumericUpDown.Left">
      <summary>Gets or sets the distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.NumericUpDown" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.NumericUpDown" /> and the left edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.NumericUpDown.Location"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.NumericUpDown.Right">
      <summary>Gets the distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.NumericUpDown" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.NumericUpDown" /> and the left edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.NumericUpDown.Select">
      <summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.NumericUpDown" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.NumericUpDown.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.NumericUpDown.SetVisibleCore(System.Boolean)"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.NumericUpDown.Shape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.NumericUpDown" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.NumericUpDown" />.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.NumericUpDown.Show"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.NumericUpDown.TabIndex"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.NumericUpDown.TabStop"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.NumericUpDown.Top">
      <summary>Gets or sets the distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.NumericUpDown" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.NumericUpDown" /> and the top edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.NumericUpDown.TopLevelControl"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.NumericUpDown.Visible"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.NumericUpDown.Width">
      <summary>Gets or sets the width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.NumericUpDown" /> in points.</summary>
      <returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.NumericUpDown" /> in points.</returns>
    </member>
    <member name="T:Microsoft.Office.Tools.Word.Controls.PictureBox">
      <summary>Represents a Windows Forms <see cref="T:Microsoft.Office.Tools.Word.Controls.PictureBox" /> that can be added to a Microsoft Office Word document.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.PictureBox.#ctor"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.PictureBox.#ctor(Microsoft.Office.Tools.Word.Factory,Microsoft.Office.Tools.IHostItemProvider,System.IServiceProvider,System.String,System.String,System.Object,System.String)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.PictureBox.Activate">
      <summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.PictureBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.PictureBox.AltHTML"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.PictureBox.Anchor"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.PictureBox.Automation"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.PictureBox.Bottom">
      <summary>Gets the distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PictureBox" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PictureBox" /> and the top edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.PictureBox.Delete">
      <summary>Deletes a dynamically created <see cref="T:Microsoft.Office.Tools.Word.Controls.PictureBox" /> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.PictureBox.Dispose(System.Boolean)">
      <summary>Releases the unmanaged resources used by the <see cref="T:Microsoft.Office.Tools.Word.Controls.PictureBox" /> and optionally releases the managed resources.</summary>
      <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.PictureBox.Dock"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.PictureBox.Height">
      <summary>Gets or sets the height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PictureBox" />.</summary>
      <returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PictureBox" /> in points.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.PictureBox.Hide"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.PictureBox.InlineShape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PictureBox" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PictureBox" />.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.PictureBox.Left">
      <summary>Gets or sets the distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PictureBox" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PictureBox" /> and the left edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.PictureBox.Location"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.PictureBox.Right">
      <summary>Gets the distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PictureBox" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PictureBox" /> and the left edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.PictureBox.Select">
      <summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.PictureBox" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.PictureBox.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.PictureBox.SetVisibleCore(System.Boolean)"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.PictureBox.Shape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PictureBox" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PictureBox" />.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.PictureBox.Show"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.PictureBox.TabIndex"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.PictureBox.TabStop"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.PictureBox.Top">
      <summary>Gets or sets the distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PictureBox" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PictureBox" /> and the top edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.PictureBox.TopLevelControl"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.PictureBox.Visible"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.PictureBox.WaitOnLoad"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.PictureBox.Width">
      <summary>Gets or sets the width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PictureBox" /> in points.</summary>
      <returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PictureBox" /> in points.</returns>
    </member>
    <member name="T:Microsoft.Office.Tools.Word.Controls.ProgressBar">
      <summary>Represents a Windows Forms <see cref="T:Microsoft.Office.Tools.Word.Controls.ProgressBar" /> that can be added to a Microsoft Office Word document.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.ProgressBar.#ctor"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.ProgressBar.#ctor(Microsoft.Office.Tools.Word.Factory,Microsoft.Office.Tools.IHostItemProvider,System.IServiceProvider,System.String,System.String,System.Object,System.String)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.ProgressBar.Activate">
      <summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.ProgressBar" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ProgressBar.AltHTML"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ProgressBar.Anchor"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ProgressBar.Automation"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ProgressBar.Bottom">
      <summary>Gets the distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ProgressBar" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ProgressBar" /> and the top edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.ProgressBar.Delete">
      <summary>Deletes a dynamically created <see cref="T:Microsoft.Office.Tools.Word.Controls.ProgressBar" /> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.ProgressBar.Dispose(System.Boolean)">
      <summary>Releases the unmanaged resources used by the <see cref="T:Microsoft.Office.Tools.Word.Controls.ProgressBar" /> and optionally releases the managed resources.</summary>
      <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ProgressBar.Dock"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ProgressBar.Height">
      <summary>Gets or sets the height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ProgressBar" />.</summary>
      <returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ProgressBar" /> in points.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.ProgressBar.Hide"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ProgressBar.InlineShape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ProgressBar" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ProgressBar" />.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ProgressBar.Left">
      <summary>Gets or sets the distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ProgressBar" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ProgressBar" /> and the left edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ProgressBar.Location"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ProgressBar.Right">
      <summary>Gets the distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ProgressBar" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ProgressBar" /> and the left edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.ProgressBar.Select">
      <summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.ProgressBar" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.ProgressBar.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.ProgressBar.SetVisibleCore(System.Boolean)"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ProgressBar.Shape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ProgressBar" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ProgressBar" />.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.ProgressBar.Show"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ProgressBar.TabIndex"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ProgressBar.TabStop"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ProgressBar.Top">
      <summary>Gets or sets the distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ProgressBar" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ProgressBar" /> and the top edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ProgressBar.TopLevelControl"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ProgressBar.Visible"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.ProgressBar.Width">
      <summary>Gets or sets the width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ProgressBar" /> in points.</summary>
      <returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ProgressBar" /> in points.</returns>
    </member>
    <member name="T:Microsoft.Office.Tools.Word.Controls.PropertyGrid">
      <summary>Represents a Windows Forms <see cref="T:Microsoft.Office.Tools.Word.Controls.PropertyGrid" /> that can be added to a Microsoft Office Word document.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.PropertyGrid.#ctor"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.PropertyGrid.#ctor(Microsoft.Office.Tools.Word.Factory,Microsoft.Office.Tools.IHostItemProvider,System.IServiceProvider,System.String,System.String,System.Object,System.String)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.PropertyGrid.Activate">
      <summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.PropertyGrid" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.PropertyGrid.AltHTML"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.PropertyGrid.Anchor"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.PropertyGrid.Automation"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.PropertyGrid.Bottom">
      <summary>Gets the distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PropertyGrid" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PropertyGrid" /> and the top edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.PropertyGrid.Delete">
      <summary>Deletes a dynamically created <see cref="T:Microsoft.Office.Tools.Word.Controls.PropertyGrid" /> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.PropertyGrid.Dispose(System.Boolean)">
      <summary>Releases the unmanaged resources used by the <see cref="T:Microsoft.Office.Tools.Word.Controls.PropertyGrid" /> and optionally releases the managed resources.</summary>
      <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.PropertyGrid.Dock"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.PropertyGrid.Height">
      <summary>Gets or sets the height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PropertyGrid" />.</summary>
      <returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PropertyGrid" /> in points.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.PropertyGrid.Hide"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.PropertyGrid.InlineShape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PropertyGrid" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PropertyGrid" />.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.PropertyGrid.Left">
      <summary>Gets or sets the distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PropertyGrid" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PropertyGrid" /> and the left edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.PropertyGrid.Location"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.PropertyGrid.Right">
      <summary>Gets the distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PropertyGrid" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PropertyGrid" /> and the left edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.PropertyGrid.Select">
      <summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.PropertyGrid" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.PropertyGrid.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.PropertyGrid.SetVisibleCore(System.Boolean)"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.PropertyGrid.Shape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PropertyGrid" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PropertyGrid" />.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.PropertyGrid.Show"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.PropertyGrid.TabIndex"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.PropertyGrid.TabStop"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.PropertyGrid.Top">
      <summary>Gets or sets the distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PropertyGrid" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PropertyGrid" /> and the top edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.PropertyGrid.TopLevelControl"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.PropertyGrid.Visible"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.PropertyGrid.Width">
      <summary>Gets or sets the width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PropertyGrid" /> in points.</summary>
      <returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PropertyGrid" /> in points.</returns>
    </member>
    <member name="T:Microsoft.Office.Tools.Word.Controls.RadioButton">
      <summary>Represents a Windows Forms <see cref="T:Microsoft.Office.Tools.Word.Controls.RadioButton" /> that can be added to a Microsoft Office Word document.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.RadioButton.#ctor"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.RadioButton.#ctor(Microsoft.Office.Tools.Word.Factory,Microsoft.Office.Tools.IHostItemProvider,System.IServiceProvider,System.String,System.String,System.Object,System.String)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.RadioButton.Activate">
      <summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.RadioButton" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.RadioButton.AltHTML"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.RadioButton.Anchor"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.RadioButton.Automation"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.RadioButton.Bottom">
      <summary>Gets the distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RadioButton" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RadioButton" /> and the top edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.RadioButton.Delete">
      <summary>Deletes a dynamically created <see cref="T:Microsoft.Office.Tools.Word.Controls.RadioButton" /> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.RadioButton.Dispose(System.Boolean)">
      <summary>Releases the unmanaged resources used by the <see cref="T:Microsoft.Office.Tools.Word.Controls.RadioButton" /> and optionally releases the managed resources.</summary>
      <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.RadioButton.Dock"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.RadioButton.Height">
      <summary>Gets or sets the height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RadioButton" />.</summary>
      <returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RadioButton" /> in points.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.RadioButton.Hide"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.RadioButton.InlineShape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RadioButton" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RadioButton" />.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.RadioButton.Left">
      <summary>Gets or sets the distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RadioButton" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RadioButton" /> and the left edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.RadioButton.Location"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.RadioButton.Right">
      <summary>Gets the distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RadioButton" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RadioButton" /> and the left edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.RadioButton.Select">
      <summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.RadioButton" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.RadioButton.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.RadioButton.SetVisibleCore(System.Boolean)"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.RadioButton.Shape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RadioButton" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RadioButton" />.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.RadioButton.Show"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.RadioButton.TabIndex"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.RadioButton.TabStop"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.RadioButton.Top">
      <summary>Gets or sets the distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RadioButton" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RadioButton" /> and the top edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.RadioButton.TopLevelControl"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.RadioButton.Visible"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.RadioButton.Width">
      <summary>Gets or sets the width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RadioButton" /> in points.</summary>
      <returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RadioButton" /> in points.</returns>
    </member>
    <member name="T:Microsoft.Office.Tools.Word.Controls.RichTextBox">
      <summary>Represents a Windows Forms <see cref="T:Microsoft.Office.Tools.Word.Controls.RichTextBox" /> that can be added to a Microsoft Office Word document.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.RichTextBox.#ctor"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.RichTextBox.#ctor(Microsoft.Office.Tools.Word.Factory,Microsoft.Office.Tools.IHostItemProvider,System.IServiceProvider,System.String,System.String,System.Object,System.String)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.RichTextBox.Activate">
      <summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.RichTextBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.RichTextBox.AltHTML"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.RichTextBox.Anchor"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.RichTextBox.Automation"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.RichTextBox.Bottom">
      <summary>Gets the distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RichTextBox" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RichTextBox" /> and the top edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.RichTextBox.Delete">
      <summary>Deletes a dynamically created <see cref="T:Microsoft.Office.Tools.Word.Controls.RichTextBox" /> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.RichTextBox.Dispose(System.Boolean)">
      <summary>Releases the unmanaged resources used by the <see cref="T:Microsoft.Office.Tools.Word.Controls.RichTextBox" /> and optionally releases the managed resources.</summary>
      <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.RichTextBox.Dock"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.RichTextBox.Height">
      <summary>Gets or sets the height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RichTextBox" />.</summary>
      <returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RichTextBox" /> in points.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.RichTextBox.Hide"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.RichTextBox.InlineShape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RichTextBox" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RichTextBox" />.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.RichTextBox.Left">
      <summary>Gets or sets the distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RichTextBox" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RichTextBox" /> and the left edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.RichTextBox.Location"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.RichTextBox.Right">
      <summary>Gets the distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RichTextBox" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RichTextBox" /> and the left edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.RichTextBox.Select">
      <summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.RichTextBox" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.RichTextBox.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.RichTextBox.SetVisibleCore(System.Boolean)"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.RichTextBox.Shape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RichTextBox" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RichTextBox" />.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.RichTextBox.Show"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.RichTextBox.TabIndex"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.RichTextBox.TabStop"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.RichTextBox.Top">
      <summary>Gets or sets the distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RichTextBox" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RichTextBox" /> and the top edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.RichTextBox.TopLevelControl"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.RichTextBox.Visible"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.RichTextBox.Width">
      <summary>Gets or sets the width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RichTextBox" /> in points.</summary>
      <returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RichTextBox" /> in points.</returns>
    </member>
    <member name="T:Microsoft.Office.Tools.Word.Controls.TextBox">
      <summary>Represents a Windows Forms <see cref="T:Microsoft.Office.Tools.Word.Controls.TextBox" /> that can be added to a Microsoft Office Word document.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.TextBox.#ctor"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.TextBox.#ctor(Microsoft.Office.Tools.Word.Factory,Microsoft.Office.Tools.IHostItemProvider,System.IServiceProvider,System.String,System.String,System.Object,System.String)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.TextBox.Activate">
      <summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.TextBox" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TextBox.AltHTML"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TextBox.Anchor"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TextBox.Automation"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TextBox.Bottom">
      <summary>Gets the distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TextBox" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TextBox" /> and the top edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.TextBox.Delete">
      <summary>Deletes a dynamically created <see cref="T:Microsoft.Office.Tools.Word.Controls.TextBox" /> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.TextBox.Dispose(System.Boolean)">
      <summary>Releases the unmanaged resources used by the <see cref="T:Microsoft.Office.Tools.Word.Controls.TextBox" /> and optionally releases the managed resources.</summary>
      <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TextBox.Dock"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TextBox.Height">
      <summary>Gets or sets the height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TextBox" />.</summary>
      <returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TextBox" /> in points.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.TextBox.Hide"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TextBox.InlineShape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TextBox" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TextBox" />.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TextBox.Left">
      <summary>Gets or sets the distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TextBox" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TextBox" /> and the left edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TextBox.Location"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TextBox.Right">
      <summary>Gets the distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TextBox" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TextBox" /> and the left edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.TextBox.Select">
      <summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.TextBox" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.TextBox.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.TextBox.SetVisibleCore(System.Boolean)"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TextBox.Shape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TextBox" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TextBox" />.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.TextBox.Show"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TextBox.TabIndex"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TextBox.TabStop"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TextBox.Top">
      <summary>Gets or sets the distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TextBox" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TextBox" /> and the top edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TextBox.TopLevelControl"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TextBox.Visible"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TextBox.Width">
      <summary>Gets or sets the width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TextBox" /> in points.</summary>
      <returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TextBox" /> in points.</returns>
    </member>
    <member name="T:Microsoft.Office.Tools.Word.Controls.TrackBar">
      <summary>Represents a Windows Forms <see cref="T:Microsoft.Office.Tools.Word.Controls.TrackBar" /> that can be added to a Microsoft Office Word document.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.TrackBar.#ctor"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.TrackBar.#ctor(Microsoft.Office.Tools.Word.Factory,Microsoft.Office.Tools.IHostItemProvider,System.IServiceProvider,System.String,System.String,System.Object,System.String)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.TrackBar.Activate">
      <summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.TrackBar" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TrackBar.AltHTML"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TrackBar.Anchor"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TrackBar.Automation"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TrackBar.Bottom">
      <summary>Gets the distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TrackBar" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TrackBar" /> and the top edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.TrackBar.Delete">
      <summary>Deletes a dynamically created <see cref="T:Microsoft.Office.Tools.Word.Controls.TrackBar" /> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.TrackBar.Dispose(System.Boolean)">
      <summary>Releases the unmanaged resources used by the <see cref="T:Microsoft.Office.Tools.Word.Controls.TrackBar" /> and optionally releases the managed resources.</summary>
      <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TrackBar.Dock"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TrackBar.Height">
      <summary>Gets or sets the height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TrackBar" />.</summary>
      <returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TrackBar" /> in points.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.TrackBar.Hide"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TrackBar.InlineShape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TrackBar" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TrackBar" />.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TrackBar.Left">
      <summary>Gets or sets the distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TrackBar" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TrackBar" /> and the left edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TrackBar.Location"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TrackBar.Orientation">
      <summary>Gets or sets a value indicating the horizontal or vertical orientation of the track bar.</summary>
      <returns>One of the <see cref="T:System.Windows.Forms.Orientation" /> values.</returns>
      <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The assigned value is not one of the <see cref="T:System.Windows.Forms.Orientation" /> values. </exception>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TrackBar.Right">
      <summary>Gets the distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TrackBar" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TrackBar" /> and the left edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.TrackBar.Select">
      <summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.TrackBar" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.TrackBar.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.TrackBar.SetVisibleCore(System.Boolean)"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TrackBar.Shape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TrackBar" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TrackBar" />.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.TrackBar.Show"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TrackBar.TabIndex"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TrackBar.TabStop"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TrackBar.Top">
      <summary>Gets or sets the distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TrackBar" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TrackBar" /> and the top edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TrackBar.TopLevelControl"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TrackBar.Visible"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TrackBar.Width">
      <summary>Gets or sets the width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TrackBar" /> in points.</summary>
      <returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TrackBar" /> in points.</returns>
    </member>
    <member name="T:Microsoft.Office.Tools.Word.Controls.TreeView">
      <summary>Represents a Windows Forms <see cref="T:Microsoft.Office.Tools.Word.Controls.TreeView" /> that can be added to a Microsoft Office Word document.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.TreeView.#ctor"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.TreeView.#ctor(Microsoft.Office.Tools.Word.Factory,Microsoft.Office.Tools.IHostItemProvider,System.IServiceProvider,System.String,System.String,System.Object,System.String)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.TreeView.Activate">
      <summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.TreeView" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TreeView.AltHTML"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TreeView.Anchor"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TreeView.Automation"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TreeView.Bottom">
      <summary>Gets the distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TreeView" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TreeView" /> and the top edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.TreeView.Delete">
      <summary>Deletes a dynamically created <see cref="T:Microsoft.Office.Tools.Word.Controls.TreeView" /> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.TreeView.Dispose(System.Boolean)">
      <summary>Releases the unmanaged resources used by the <see cref="T:Microsoft.Office.Tools.Word.Controls.TreeView" /> and optionally releases the managed resources.</summary>
      <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TreeView.Dock"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TreeView.Height">
      <summary>Gets or sets the height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TreeView" />.</summary>
      <returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TreeView" /> in points.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.TreeView.Hide"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TreeView.InlineShape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TreeView" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TreeView" />.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TreeView.Left">
      <summary>Gets or sets the distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TreeView" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TreeView" /> and the left edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TreeView.Location"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TreeView.Right">
      <summary>Gets the distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TreeView" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TreeView" /> and the left edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.TreeView.Select">
      <summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.TreeView" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.TreeView.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.TreeView.SetVisibleCore(System.Boolean)"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TreeView.Shape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TreeView" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TreeView" />.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.TreeView.Show"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TreeView.TabIndex"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TreeView.TabStop"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TreeView.Top">
      <summary>Gets or sets the distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TreeView" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TreeView" /> and the top edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TreeView.TopLevelControl"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TreeView.Visible"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.TreeView.Width">
      <summary>Gets or sets the width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TreeView" /> in points.</summary>
      <returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TreeView" /> in points.</returns>
    </member>
    <member name="T:Microsoft.Office.Tools.Word.Controls.VScrollBar">
      <summary>Represents a Windows Forms <see cref="T:Microsoft.Office.Tools.Word.Controls.VScrollBar" /> that can be added to a Microsoft Office Word document.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.VScrollBar.#ctor"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.VScrollBar.#ctor(Microsoft.Office.Tools.Word.Factory,Microsoft.Office.Tools.IHostItemProvider,System.IServiceProvider,System.String,System.String,System.Object,System.String)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.VScrollBar.Activate">
      <summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.VScrollBar" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.VScrollBar.AltHTML"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.VScrollBar.Anchor"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.VScrollBar.Automation"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.VScrollBar.Bottom">
      <summary>Gets the distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.VScrollBar" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.VScrollBar" /> and the top edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.VScrollBar.Delete">
      <summary>Deletes a dynamically created <see cref="T:Microsoft.Office.Tools.Word.Controls.VScrollBar" /> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.VScrollBar.Dispose(System.Boolean)">
      <summary>Releases the unmanaged resources used by the <see cref="T:Microsoft.Office.Tools.Word.Controls.VScrollBar" /> and optionally releases the managed resources.</summary>
      <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.VScrollBar.Dock"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.VScrollBar.Height">
      <summary>Gets or sets the height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.VScrollBar" />.</summary>
      <returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.VScrollBar" /> in points.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.VScrollBar.Hide"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.VScrollBar.InlineShape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.VScrollBar" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.VScrollBar" />.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.VScrollBar.Left">
      <summary>Gets or sets the distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.VScrollBar" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.VScrollBar" /> and the left edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.VScrollBar.Location"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.VScrollBar.Right">
      <summary>Gets the distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.VScrollBar" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.VScrollBar" /> and the left edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.VScrollBar.Select">
      <summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.VScrollBar" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.VScrollBar.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.VScrollBar.SetVisibleCore(System.Boolean)"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.VScrollBar.Shape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.VScrollBar" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.VScrollBar" />.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.VScrollBar.Show"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.VScrollBar.TabIndex"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.VScrollBar.TabStop"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.VScrollBar.Top">
      <summary>Gets or sets the distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.VScrollBar" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.VScrollBar" /> and the top edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.VScrollBar.TopLevelControl"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.VScrollBar.Visible"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.VScrollBar.Width">
      <summary>Gets or sets the width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.VScrollBar" /> in points.</summary>
      <returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.VScrollBar" /> in points.</returns>
    </member>
    <member name="T:Microsoft.Office.Tools.Word.Controls.WebBrowser">
      <summary>Represents a Windows Forms <see cref="T:Microsoft.Office.Tools.Word.Controls.WebBrowser" /> that can be added to a Microsoft Office Word document.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.WebBrowser.#ctor"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.WebBrowser.#ctor(Microsoft.Office.Tools.Word.Factory,Microsoft.Office.Tools.IHostItemProvider,System.IServiceProvider,System.String,System.String,System.Object,System.String)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.WebBrowser.Activate">
      <summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.WebBrowser" />.</summary>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.WebBrowser.AltHTML"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.WebBrowser.Anchor"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.WebBrowser.Automation"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.WebBrowser.Bottom">
      <summary>Gets the distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.WebBrowser" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the bottom edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.WebBrowser" /> and the top edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.WebBrowser.Delete">
      <summary>Deletes a dynamically created <see cref="T:Microsoft.Office.Tools.Word.Controls.WebBrowser" /> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.WebBrowser.Dispose(System.Boolean)">
      <summary>Releases the unmanaged resources used by the <see cref="T:Microsoft.Office.Tools.Word.Controls.WebBrowser" /> and optionally releases the managed resources.</summary>
      <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.WebBrowser.Dock"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.WebBrowser.Height">
      <summary>Gets or sets the height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.WebBrowser" />.</summary>
      <returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.WebBrowser" /> in points.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.WebBrowser.Hide"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.WebBrowser.InlineShape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.WebBrowser" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.WebBrowser" />.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.WebBrowser.Left">
      <summary>Gets or sets the distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.WebBrowser" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the left edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.WebBrowser" /> and the left edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.WebBrowser.Location"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.WebBrowser.Right">
      <summary>Gets the distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.WebBrowser" /> and the left edge of the document.</summary>
      <returns>The distance, in points, between the right edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.WebBrowser" /> and the left edge of the document.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.WebBrowser.Select">
      <summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.WebBrowser" />.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.WebBrowser.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)"></member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.WebBrowser.SetVisibleCore(System.Boolean)"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.WebBrowser.Shape">
      <summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.WebBrowser" />.</summary>
      <returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape" /> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.WebBrowser" />.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.WebBrowser.Show"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.WebBrowser.TabIndex"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.WebBrowser.TabStop"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.WebBrowser.Top">
      <summary>Gets or sets the distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.WebBrowser" /> and the top edge of the document.</summary>
      <returns>The distance, in points, between the top edge of the <see cref="T:Microsoft.Office.Tools.Word.Controls.WebBrowser" /> and the top edge of the document.</returns>
    </member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.WebBrowser.TopLevelControl"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.WebBrowser.Visible"></member>
    <member name="P:Microsoft.Office.Tools.Word.Controls.WebBrowser.Width">
      <summary>Gets or sets the width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.WebBrowser" /> in points.</summary>
      <returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.WebBrowser" /> in points.</returns>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Controls.WebBrowser.WndProc(System.Windows.Forms.Message@)">
      <summary>Processes Windows messages.</summary>
      <param name="m">The Windows <see cref="T:System.Windows.Forms.Message" /> to process.</param>
    </member>
    <member name="T:Microsoft.Office.Tools.Word.Extensions.DocumentExtensions">
      <summary>Provides methods you can use to extend Microsoft Office Word documents by generating host items for <see cref="T:Microsoft.Office.Interop.Word.Document" /> objects and by testing for the existence of the generated host items.</summary>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Extensions.DocumentExtensions.GetVstoObject(Microsoft.Office.Interop.Word._Document,Microsoft.Office.Tools.Word.ApplicationFactory)">
      <summary>Returns a <see cref="T:Microsoft.Office.Tools.Word.Document" /> host item that extends the functionality of the current <see cref="T:Microsoft.Office.Interop.Word.Document" /> object in an application-level add-in. Pass the Globals.Factory object in your project to the <paramref name="factory" /> parameter.</summary>
      <returns>A host item that extends the functionality of the current <see cref="T:Microsoft.Office.Interop.Word.Document" /> object.</returns>
      <param name="document">The native document object to extend. Do not supply this parameter yourself. When you call this method on a Word document, the runtime supplies this parameter.</param>
      <param name="factory">An object that provides access to certain features in your application-level add-in. Pass the Globals.Factory object to this parameter.</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Extensions.DocumentExtensions.GetVstoObject(Microsoft.Office.Interop.Word._Document,Microsoft.Office.Tools.Word.Factory)">
      <summary>Returns a <see cref="T:Microsoft.Office.Tools.Word.Document" /> host item that extends the functionality of the current <see cref="T:Microsoft.Office.Interop.Word.Document" /> object in a document-level customization. Pass the Globals.Factory object in your project to the <paramref name="factory" /> parameter.</summary>
      <returns>A host item that extends the functionality of the current <see cref="T:Microsoft.Office.Interop.Word.Document" /> object.</returns>
      <param name="document">The native document object to extend. Do not supply this parameter yourself. When you call this method on a Word document, the runtime supplies this parameter.</param>
      <param name="factory">An object that provides access to certain features in your document-level customization. Pass the Globals.Factory object to this parameter.</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Extensions.DocumentExtensions.HasVstoObject(Microsoft.Office.Interop.Word._Document,Microsoft.Office.Tools.Word.ApplicationFactory)">
      <summary>Returns a value that indicates whether a <see cref="T:Microsoft.Office.Tools.Word.Document" /> host item has been created for the current <see cref="T:Microsoft.Office.Interop.Word.Document" /> object in an application-level add-in. Pass the Globals.Factory object in your project to the <paramref name="factory" /> parameter.</summary>
      <returns>true if a <see cref="T:Microsoft.Office.Tools.Word.Document" /> host item has been created for the current <see cref="T:Microsoft.Office.Interop.Word.Document" /> object; otherwise, false.</returns>
      <param name="document">The native document object to test. Do not supply this parameter yourself. When you call this method on a Word document, the runtime supplies this parameter.</param>
      <param name="factory">An object that provides access to certain features in your application-level add-in. Pass the Globals.Factory object to this parameter.</param>
    </member>
    <member name="M:Microsoft.Office.Tools.Word.Extensions.DocumentExtensions.HasVstoObject(Microsoft.Office.Interop.Word._Document,Microsoft.Office.Tools.Word.Factory)">
      <summary>Returns a value that indicates whether a <see cref="T:Microsoft.Office.Tools.Word.Document" /> host item has been created for the current <see cref="T:Microsoft.Office.Interop.Word.Document" /> object in a document-level customization. Pass the Globals.Factory object in your project to the <paramref name="factory" /> parameter.</summary>
      <returns>true if a <see cref="T:Microsoft.Office.Tools.Word.Document" /> host item has been created for the current <see cref="T:Microsoft.Office.Interop.Word.Document" /> object; otherwise, false.</returns>
      <param name="document">The native document object to test. Do not supply this parameter yourself. When you call this method on a Word document, the runtime supplies this parameter.</param>
      <param name="factory">An object that provides access to certain features in your document-level customization. Pass the Globals.Factory object to this parameter.</param>
    </member>
  </members>
</doc>