Click here to Skip to main content
15,898,222 members
Articles / Desktop Programming / Windows Forms

Document Preview Application

Rate me:
Please Sign up or sign in to vote.
4.74/5 (25 votes)
2 Jul 2009CPOL2 min read 133.3K   12.6K   89  
An application to preview your documents and files such as PDF, Doc, JPG, PPT, XSL.
<?xml version="1.0" encoding="utf-8"?>
<doc>
	<assembly>
		<name>Microsoft.Office.Tools.Word</name>
	</assembly>
	<members>
		<member name="N:Microsoft.Office.Tools.Word">
			<summary>The <see cref="N:Microsoft.Office.Tools.Word"></see> namespace contains a set of classes that extend and support the Microsoft Office Word object model. </summary>
		</member>
		<member name="T:Microsoft.Office.Tools.Word.Action">
			<summary>Represents a Visual Studio Tools for Office smart tag action in a Microsoft Office Word document.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Action.#ctor(System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.Office.Tools.Word.Action"></see> class.</summary>
			<param name="caption">The name of the action, which is displayed by the smart tag menu.</param>
		</member>
		<member name="E:Microsoft.Office.Tools.Word.Action.BeforeCaptionShow">
			<summary>Occurs after the user clicks the smart tags icon, and before the smart tag menu is displayed.</summary>
		</member>
		<member name="E:Microsoft.Office.Tools.Word.Action.Click">
			<summary>Occurs when the action in the smart tag menu is clicked.</summary>
		</member>
		<member name="T:Microsoft.Office.Tools.Word.ActionClickEventHandler">
			<summary>Represents the method that will handle the <see cref="E:Microsoft.Office.Tools.Word.Action.Click"></see> event of an <see cref="T:Microsoft.Office.Tools.Word.Action"></see>.</summary>
		</member>
		<member name="T:Microsoft.Office.Tools.Word.ActionEventArgs">
			<summary>Provides data for the <see cref="E:Microsoft.Office.Tools.Word.Action.Click"></see> and <see cref="E:Microsoft.Office.Tools.Word.Action.BeforeCaptionShow"></see> events.</summary>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.ActionEventArgs.Properties">
			<summary>Gets all properties that have been implemented for the smart tag.</summary>
			<returns>All properties that have been implemented for the smart tag.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.ActionEventArgs.Range">
			<summary>Gets the range containing the text that has been recognized as a smart tag.</summary>
			<returns>The range containing the text that has been recognized as a smart tag.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.ActionEventArgs.Text">
			<summary>Gets the text that was recognized as a smart tag.</summary>
			<returns>The text that was recognized as a smart tag.</returns>
		</member>
		<member name="T:Microsoft.Office.Tools.Word.BeforeCaptionShowEventHandler">
			<summary>Represents the method that will handle the <see cref="E:Microsoft.Office.Tools.Word.Action.BeforeCaptionShow"></see> event of an <see cref="T:Microsoft.Office.Tools.Word.Action"></see>.</summary>
		</member>
		<member name="T:Microsoft.Office.Tools.Word.Bookmark">
			<summary>The <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is a bookmark that has a unique name, exposes events, and can be bound to data.</summary>
		</member>
		<member name="E:Microsoft.Office.Tools.Word.Bookmark.BeforeDoubleClick">
			<summary>Occurs when a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is double-clicked, before the default double-click action.</summary>
		</member>
		<member name="E:Microsoft.Office.Tools.Word.Bookmark.BeforeRightClick">
			<summary>Occurs when a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is right-clicked, before the default right-click action.</summary>
		</member>
		<member name="E:Microsoft.Office.Tools.Word.Bookmark.Deselected">
			<summary>Occurs when selection moves from the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control to an area outside of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
		</member>
		<member name="E:Microsoft.Office.Tools.Word.Bookmark.Selected">
			<summary>Occurs when the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is selected.</summary>
		</member>
		<member name="E:Microsoft.Office.Tools.Word.Bookmark.SelectionChange">
			<summary>Occurs when the selection inside the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control changes.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.AutoFormat">
			<summary>Automatically formats a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.Calculate">
			<summary>Calculates a mathematical expression within a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>The result of the calculation of the mathematical expression within a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.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 <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<param name="CustomDictionary10">Either an expression that returns a <see cref="T:Microsoft.Office.Interop.Word.Dictionary"></see> or the file name of an additional custom dictionary. You can specify as many as nine additional dictionaries.</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"></see> property is used.</param>
			<param name="CustomDictionary3">Either an expression that returns a <see cref="T:Microsoft.Office.Interop.Word.Dictionary"></see> or the file name of an additional custom dictionary. You can specify as many as nine additional dictionaries.</param>
			<param name="CustomDictionary2">Either an expression that returns a <see cref="T:Microsoft.Office.Interop.Word.Dictionary"></see> 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"></see> 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"></see> 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"></see> 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"></see> 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"></see> 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"></see> or the file name of an additional custom dictionary. You can specify as many as nine additional dictionaries.</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"></see> property is used.</param>
			<param name="CustomDictionary">Either an expression that returns a <see cref="T:Microsoft.Office.Interop.Word.Dictionary"></see> or the file name of the custom dictionary.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.Collapse(System.Object@)">
			<summary>Collapses a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control to the starting or ending position. </summary>
			<param name="Direction">The direction in which to collapse the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see>. Can be either of the following <see cref="T:Microsoft.Office.Interop.Word.WdCollapseDirection"></see> constants: <see cref="F:Microsoft.Office.Interop.Word.WdCollapseDirection.wdCollapseEnd"></see> or <see cref="F:Microsoft.Office.Interop.Word.WdCollapseDirection.wdCollapseStart"></see>. The default value is <see cref="F:Microsoft.Office.Interop.Word.WdCollapseDirection.wdCollapseStart"></see>.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.ComputeStatistics(Microsoft.Office.Interop.Word.WdStatistic)">
			<summary>Gets a statistic based on the contents of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>A statistic based on the contents of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
			<param name="Statistic"><see cref="T:Microsoft.Office.Interop.Word.WdStatistic"></see>.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.ConvertHangulAndHanja(System.Object@,System.Object@,System.Object@,System.Object@,System.Object@)">
			<summary>Converts the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control text from Hangul to Hanja or vice versa.</summary>
			<param name="CustomDictionary">The name of a custom Hangul-Hanja conversion dictionary. Use this argument in order to use a custom dictionary with Hangul-Hanja conversions not contained in the main dictionary.</param>
			<param name="CheckHangulEnding">true if Word automatically detects Hangul endings and ignores them. The default value is the current value of the <see cref="P:Microsoft.Office.Interop.Word.Options.CheckHangulEndings"></see> property. This argument is ignored if the ConversionsMode argument is set to <see cref="F:Microsoft.Office.Interop.Word.WdMultipleWordConversionsMode.wdHanjaToHangul"></see>.</param>
			<param name="FastConversion">true if Microsoft Office Word automatically converts a word with only one suggestion for conversion. The default value is the current value of the <see cref="P:Microsoft.Office.Interop.Word.Options.HangulHanjaFastConversion"></see> property.</param>
			<param name="ConversionsMode">Sets the direction for the conversion between Hangul and Hanja. Can be either of the following <see cref="T:Microsoft.Office.Interop.Word.WdMultipleWordConversionsMode"></see> constants: <see cref="F:Microsoft.Office.Interop.Word.WdMultipleWordConversionsMode.wdHangulToHanja"></see> or <see cref="F:Microsoft.Office.Interop.Word.WdMultipleWordConversionsMode.wdHanjaToHangul"></see>. The default value is the current value of the <see cref="P:Microsoft.Office.Interop.Word.Options.MultipleWordConversionsMode"></see> property.</param>
			<param name="EnableRecentOrdering">true if Word displays the most recently used words at the top of the suggestions list. The default value is the current value of the <see cref="P:Microsoft.Office.Interop.Word.Options.EnableHangulHanjaRecentOrdering"></see> property.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.ConvertToTable(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>Converts text within a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control to a table. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Table"></see>.</returns>
			<param name="Format">Specifies one of the predefined formats listed in the Table AutoFormat dialog box. Can be one of the <see cref="T:Microsoft.Office.Interop.Word.WdTableFormat"></see> constants.</param>
			<param name="ApplyHeadingRows">true to apply the heading-row properties of the specified format.</param>
			<param name="ApplyShading">true to apply the shading properties of the specified format.</param>
			<param name="DefaultTableBehavior">Sets a value that specifies whether Word automatically resizes cells in a table to fit the contents (AutoFit). Can be one of the following <see cref="T:Microsoft.Office.Interop.Word.WdDefaultTableBehavior"></see> constants: <see cref="F:Microsoft.Office.Interop.Word.WdDefaultTableBehavior.wdWord8TableBehavior"></see>, <see cref="F:Microsoft.Office.Interop.Word.WdDefaultTableBehavior.wdWord9TableBehavior"></see>. </param>
			<param name="AutoFitBehavior">Sets the AutoFit rules for how Word sizes a table. Can be one of the following <see cref="T:Microsoft.Office.Interop.Word.WdAutoFitBehavior"></see> constants: <see cref="F:Microsoft.Office.Interop.Word.WdAutoFitBehavior.wdAutoFitContent"></see>, <see cref="F:Microsoft.Office.Interop.Word.WdAutoFitBehavior.wdAutoFitFixed"></see>, <see cref="F:Microsoft.Office.Interop.Word.WdAutoFitBehavior.wdAutoFitWindow"></see>. If DefaultTableBehavior is <see cref="F:Microsoft.Office.Interop.Word.WdDefaultTableBehavior.wdWord8TableBehavior"></see>, this argument is ignored.</param>
			<param name="AutoFit">true to decrease the width of the table columns as much as possible without changing the way text wraps in the cells.</param>
			<param name="NumColumns">The number of columns in the table. If this argument is omitted, Word sets the number of columns, based on the contents of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</param>
			<param name="ApplyFirstColumn">true to apply the last-row properties of the specified format.</param>
			<param name="ApplyFont">true to apply the font properties of the specified format.</param>
			<param name="InitialColumnWidth">The initial width of each column, in points. If this argument is omitted, Word calculates and adjusts the column width so that the table stretches from margin to margin.</param>
			<param name="ApplyLastColumn">true to apply the last-column properties of the specified format.</param>
			<param name="Separator">Specifies the character used to separate text into cells. Can be a character or one of the following <see cref="T:Microsoft.Office.Interop.Word.WdTableFieldSeparator"></see> constants: <see cref="F:Microsoft.Office.Interop.Word.WdTableFieldSeparator.wdSeparateByCommas"></see>, <see cref="F:Microsoft.Office.Interop.Word.WdTableFieldSeparator.wdSeparateByDefaultListSeparator"></see>, <see cref="F:Microsoft.Office.Interop.Word.WdTableFieldSeparator.wdSeparateByParagraphs"></see>, or <see cref="F:Microsoft.Office.Interop.Word.WdTableFieldSeparator.wdSeparateByTabs"></see>.If this argument is omitted, the value of the <see cref="P:Microsoft.Office.Interop.Word._Application.DefaultTableSeparator"></see> property is used.</param>
			<param name="NumRows">The number of rows in the table. If this argument is omitted, Microsoft Office Word sets the number of rows, based on the contents of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</param>
			<param name="ApplyBorders">true to apply the border properties of the specified format.</param>
			<param name="ApplyLastRow">true to apply the last-row properties of the specified format.</param>
			<param name="ApplyColor">true to apply the color properties of the specified format.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.Copy(System.String)">
			<summary>Creates a new <see cref="T:Microsoft.Office.Interop.Word.Bookmark"></see> with the specified Name argument in the same location as the existing <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Bookmark"></see> object.</returns>
			<param name="Name">The name of the new bookmark.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.Delete">
			<summary>Deletes a dynamically created <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see>.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.EndOf(System.Object@,System.Object@)">
			<summary>Moves or extends the ending character position of a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control to the end of the nearest text unit. </summary>
			<returns>The number of character positions the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> was extended.</returns>
			<param name="Extend"><see cref="T:Microsoft.Office.Interop.Word.WdMovementType"></see>.</param>
			<param name="Unit">The unit by which to move the ending character position. <see cref="T:Microsoft.Office.Interop.Word.WdUnits"></see>.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.Expand(System.Object@)">
			<summary>Expands the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>The number of characters added to the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
			<param name="Unit">The unit by which to expand the range of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. <see cref="T:Microsoft.Office.Interop.Word.WdUnits"></see>.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.GetSpellingSuggestions(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>Gets a <see cref="T:Microsoft.Office.Interop.Word.SpellingSuggestions"></see> collection that represents the words suggested as spelling replacements for the first word in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.SpellingSuggestions"></see> collection.</returns>
			<param name="CustomDictionary10">Either an expression that returns a <see cref="T:Microsoft.Office.Interop.Word.Dictionary"></see> 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"></see> or the file name of an additional custom dictionary. You can specify as many as nine additional dictionaries.</param>
			<param name="SuggestionMode">Specifies the way Word makes spelling suggestions. Can be one of the following <see cref="T:Microsoft.Office.Interop.Word.WdSpellingWordType"></see> constants: <see cref="F:Microsoft.Office.Interop.Word.WdSpellingWordType.wdAnagram"></see>, <see cref="F:Microsoft.Office.Interop.Word.WdSpellingWordType.wdSpellword"></see>, or <see cref="F:Microsoft.Office.Interop.Word.WdSpellingWordType.wdWildcard"></see>. The default value is <see cref="F:Microsoft.Office.Interop.Word.WdSpellingWordType.wdSpellword"></see>.</param>
			<param name="CustomDictionary">Either an expression that returns a <see cref="T:Microsoft.Office.Interop.Word.Dictionary"></see> or the file name of the custom dictionary.</param>
			<param name="CustomDictionary2">Either an expression that returns a <see cref="T:Microsoft.Office.Interop.Word.Dictionary"></see> 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"></see> 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"></see> 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"></see> 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"></see> 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"></see> 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"></see> or the file name of an additional custom dictionary. You can specify as many as nine additional dictionaries.</param>
			<param name="IgnoreUppercase">true to ignore words in all uppercase letters. If this argument is omitted, the current value of the <see cref="P:Microsoft.Office.Interop.Word.Options.IgnoreUppercase"></see> property is used.</param>
			<param name="MainDictionary">Either an expression that returns a <see cref="T:Microsoft.Office.Interop.Word.Dictionary"></see> or the file name of the main dictionary. If you do not specify a main dictionary, Microsoft Office Word uses the main dictionary that corresponds to the language formatting of the first word in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.GoTo(System.Object@,System.Object@,System.Object@,System.Object@)">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Range"></see> object that represents the start position of an item within the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Range"></see> object.</returns>
			<param name="What">The kind of item for which the <see cref="T:Microsoft.Office.Interop.Word.Range"></see> is retrieved. Can be one of the <see cref="T:Microsoft.Office.Interop.Word.WdGoToItem"></see> constants.</param>
			<param name="Which">The item for which the <see cref="T:Microsoft.Office.Interop.Word.Range"></see> is retrieved Can be one of the <see cref="T:Microsoft.Office.Interop.Word.WdGoToDirection"></see> constants. </param>
			<param name="Name">If the What argument is <see cref="F:Microsoft.Office.Interop.Word.WdGoToItem.wdGoToBookmark"></see>, <see cref="F:Microsoft.Office.Interop.Word.WdGoToItem.wdGoToComment"></see>, <see cref="F:Microsoft.Office.Interop.Word.WdGoToItem.wdGoToField"></see>, or <see cref="F:Microsoft.Office.Interop.Word.WdGoToItem.wdGoToObject"></see>, this argument specifies a name. </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 <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control, use <see cref="F:Microsoft.Office.Interop.Word.WdGoToDirection.wdGoToPrevious"></see> as the Which argument and specify a Count value. </param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.GoToEditableRange(System.Object@)">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Range"></see> object that represents an area of a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control that can be modified by the user or group of users.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Range"></see> object that represents an area of a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control that can be modified by the user or group of users.</returns>
			<param name="EditorID">Can be a string that represents the e-mail alias of the user (if in the same domain), an e-mail address, or a <see cref="T:Microsoft.Office.Interop.Word.WdEditorType"></see> constant that represents a group of users. If omitted, selects all ranges for which all users have permissions to edit.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.GoToNext(Microsoft.Office.Interop.Word.WdGoToItem)">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Range"></see> object that refers to the start position of the next item or location within the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control specified by the What argument. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Range"></see> object that refers to the start position of the next item or location within the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control specified by the What argument.</returns>
			<param name="What"><see cref="T:Microsoft.Office.Interop.Word.WdGoToItem"></see>.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.GoToPrevious(Microsoft.Office.Interop.Word.WdGoToItem)">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Excel.Range"></see> object that refers to the start position of the previous item or location in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control specified by the What argument. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Excel.Range"></see> object that refers to the start position of the previous item or location in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control specified by the What argument.</returns>
			<param name="What"><see cref="T:Microsoft.Office.Interop.Word.WdGoToItem"></see>. The item to be moved to within the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.InRange(Microsoft.Office.Interop.Word.Range)">
			<summary>Determines if the <see cref="T:Microsoft.Office.Interop.Word.Range"></see> to which the method is applied is contained in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<returns>true if the <see cref="T:Microsoft.Office.Interop.Word.Range"></see> specified is within the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control to which the method is applied; otherwise, false.</returns>
			<param name="Range"><see cref="T:Microsoft.Office.Interop.Word.Range"></see> object. </param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.InsertAfter(System.String)">
			<summary>Inserts the specified text at the end of a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<param name="Text">The text to be inserted.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.InsertBefore(System.String)">
			<summary>Inserts the specified text before the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<param name="Text">The text to be inserted.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.InsertBreak(System.Object@)">
			<summary>Inserts a page, column, or section break into the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<param name="Type">The type of break to be inserted. <see cref="T:Microsoft.Office.Interop.Word.WdBreakType"></see>.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.InsertCaption(System.Object@,System.Object@,System.Object@,System.Object@,System.Object@)">
			<summary>Inserts a caption immediately preceding or following the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<param name="TitleAutoText">The AutoText entry whose contents you want to insert immediately following the label in the caption (overrides any text specified by Title).</param>
			<param name="Label">The caption label to be inserted. <see cref="T:Microsoft.Office.Interop.Word.WdCaptionLabelID"></see>.</param>
			<param name="Title">The text to be inserted immediately following the label in the caption (ignored if TitleAutoText is specified).</param>
			<param name="Position">Specifies whether the caption is inserted above or below the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. <see cref="T:Microsoft.Office.Interop.Word.WdCaptionPosition"></see>.</param>
			<param name="ExcludeLabel">true to not include the text label, as defined in the Label parameter. false to include the specified label.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.InsertCrossReference(System.Object@,Microsoft.Office.Interop.Word.WdReferenceKind,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@)">
			<summary>Inserts a cross-reference to a heading, bookmark, footnote, or endnote, or to an item for which a caption label is defined (for example, an equation, figure, or table) into a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<param name="ReferenceItem">If ReferenceType is <see cref="F:Microsoft.Office.Interop.Word.WdReferenceType.wdRefTypeBookmark"></see>, this argument specifies a bookmark name. For all other ReferenceType values, this argument specifies the item number or name in the Reference type box in the Cross-reference dialog box. Use the <see cref="M:Microsoft.Office.Interop.Word._Document.GetCrossReferenceItems(System.Object@)"></see> method to return a list of item names that can be used with this argument.</param>
			<param name="SeparateNumbers">true to use a separator to separate the numbers from the associated text. (Use only if the ReferenceType parameter is set to <see cref="F:Microsoft.Office.Interop.Word.WdReferenceType.wdRefTypeNumberedItem"></see> and the ReferenceKind parameter is set to <see cref="F:Microsoft.Office.Interop.Word.WdReferenceKind.wdNumberFullContext"></see>.)</param>
			<param name="ReferenceType">The type of item for which a cross-reference is to be inserted. Can be any <see cref="T:Microsoft.Office.Interop.Word.WdReferenceType"></see> or <see cref="T:Microsoft.Office.Interop.Word.WdCaptionLabelID"></see> constant or a user defined caption label.</param>
			<param name="InsertAsHyperlink">true to insert the cross-reference as a hyperlink to the referenced item; otherwise, false.</param>
			<param name="IncludePosition">true to insert above or below, depending on the location of the reference item in relation to the cross-reference.</param>
			<param name="ReferenceKind">The information to be included in the cross-reference.</param>
			<param name="SeparatorString">Specifies the string to use as a separator if the SeparateNumbers parameter is set to true.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.InsertDatabase(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>Retrieves data from a data source (for example, a separate Microsoft Office Word document, a Microsoft Office Excel worksheet, or a Microsoft Access database) and inserts the data as a table in place of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<param name="Format">A format listed in the Formats box in the Table AutoFormat dialog box. Can be any of the <see cref="T:Microsoft.Office.Interop.Word.WdTableFormat"></see> constants. A border is applied to the cells in the table by default.</param>
			<param name="To">The number of the last data record in the range of records to be inserted.</param>
			<param name="LinkToSource">true to establish a link between the new table and the data source.</param>
			<param name="SQLStatement">An optional query string that retrieves a subset of the data in a primary data source to be inserted into the document.</param>
			<param name="PasswordDocument">The password (if any) required to open the data source. (See Remarks below.)</param>
			<param name="WritePasswordDocument">The password required to save changes to the document. (See Remarks below.)</param>
			<param name="Connection">A range within which to perform the query specified by SQLStatement. How you specify the range depends on how data is retrieved. For example:When retrieving data through Open Database Connectivity (ODBC), you specify a connection string. When retrieving data from Microsoft Office Excel by using dynamic data exchange (DDE), you specify a named range or "Entire Spreadsheet."Note   Dynamic data exchange (DDE) is an older technology that is not secure. If possible, use a more secure alternative to DDE, such as object linking and embedding (OLE).When retrieving data from Microsoft Access, you specify the word "Table" or "Query" followed by the name of a table or query.</param>
			<param name="PasswordTemplate">If the data source is a Microsoft Office Word document, this argument is the password (if any) required to open the attached template. (See Remarks below.)</param>
			<param name="WritePasswordTemplate">The password required to save changes to the template. (See Remarks below.)</param>
			<param name="DataSource">The path and file name of the data source.</param>
			<param name="From">The number of the first data record in the range of records to be inserted.</param>
			<param name="Style">The attributes of the AutoFormat specified by Format that are applied to the table. Use the sum of any combination of the following values:ValueMeaning0 (zero)None1Borders2Shading4Font8Color16Auto Fit32Heading Rows64Last Row128First Column256Last Column</param>
			<param name="IncludeFields">true to include field names from the data source in the first row of the new table.</param>
			<param name="SQLStatement1">If the query string is longer than 255 characters, SQLStatement denotes the first portion of the string and SQLStatement1 denotes the second portion.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.InsertDateTime(System.Object@,System.Object@,System.Object@,System.Object@,System.Object@)">
			<summary>Inserts the current date or time, or both, either as text or as a TIME field in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<param name="DateTimeFormat">The format to be used for displaying the date or time, or both. If this argument is omitted, Microsoft Office Word uses the short-date style from the Windows Control Panel (Regional Settings icon).</param>
			<param name="DateLanguage">Sets the language in which to display the date or time. Can be either of the following <see cref="T:Microsoft.Office.Interop.Word.WdDateLanguage"></see> constants: <see cref="F:Microsoft.Office.Interop.Word.WdDateLanguage.wdDateLanguageBidi"></see> or <see cref="F:Microsoft.Office.Interop.Word.WdDateLanguage.wdDateLanguageLatin"></see>. This argument might not be available to you, depending on the language support (U.S. English, for example) that you have selected or installed.</param>
			<param name="InsertAsField">true to insert the specified information as a TIME field; otherwise, false. The default value is true.</param>
			<param name="InsertAsFullWidth">true to insert the specified information as double-byte digits; otherwise, false. This argument might not be available to you, depending on the language support (U.S. English, for example) that you have selected or installed.</param>
			<param name="CalendarType">Sets the calendar type to use when displaying the date or time. Can be either of the following <see cref="T:Microsoft.Office.Interop.Word.WdCalendarTypeBi"></see> constants: <see cref="F:Microsoft.Office.Interop.Word.WdCalendarTypeBi.wdCalendarTypeBidi"></see> or <see cref="F:Microsoft.Office.Interop.Word.WdCalendarTypeBi.wdCalendarTypeGregorian"></see>. This argument might not be available to you, depending on the language support (U.S. English, for example) that you have selected or installed.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.InsertFile(System.String,System.Object@,System.Object@,System.Object@,System.Object@)">
			<summary>Inserts all or part of the specified file into the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<param name="Attachment">true to insert the file as an attachment to an e-mail message.</param>
			<param name="FileName">The path and file name of the file to be inserted. If you do not specify a path, Microsoft Office Word assumes the file is in the current folder.</param>
			<param name="ConfirmConversions">true to have Word prompt you to confirm conversion when inserting files in formats other than the Word Document format.</param>
			<param name="Range">If the specified file is a Word document, this parameter refers to a bookmark. If the file is another type (for example, a Microsoft Office Excel worksheet), this parameter refers to a named range or a cell range (for example, R1C1:R3C4).</param>
			<param name="Link">true to insert the file by using a <see cref="F:Microsoft.Office.Interop.Word.WdFieldType.wdFieldIncludeText"></see> field.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.InsertSymbol(System.Int32,System.Object@,System.Object@,System.Object@)">
			<summary>Inserts a symbol in place of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<param name="Font">The name of the font that contains the symbol.</param>
			<param name="Bias">Sets the font bias for symbols. This argument is useful for setting the correct font bias for East Asian characters. Can be one of the following <see cref="T:Microsoft.Office.Interop.Word.WdFontBias"></see> constants: <see cref="F:Microsoft.Office.Interop.Word.WdFontBias.wdFontBiasDefault"></see>, <see cref="F:Microsoft.Office.Interop.Word.WdFontBias.wdFontBiasDontCare"></see>, or <see cref="F:Microsoft.Office.Interop.Word.WdFontBias.wdFontBiasFareast"></see>. This argument might not be available to you, depending on the language support (U.S. English, for example) that you have selected or installed.</param>
			<param name="CharacterNumber">The character number for the specified symbol. This value is always the sum of 31 and the number that corresponds to the position of the symbol in the table of symbols (counting from left to right). For example, to specify a delta character at position 37 in the table of symbols in the Symbol font, set CharacterNumber to 68.</param>
			<param name="Unicode">true to insert the Unicode character specified by CharacterNumber; false to insert the ANSI character specified by CharacterNumber. The default value is false.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.InsertXML(System.String,System.Object@)">
			<summary>Inserts the specified XML text into the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<param name="Transform">The transform to apply to the inserted XML text.</param>
			<param name="XML">The XML text to insert.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.InStory(Microsoft.Office.Interop.Word.Range)">
			<summary>Determines if the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control to which this method is applied is in the same story as the range specified by the Range argument.</summary>
			<returns>true if the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control to which this method is applied is in the same story as the range specified by the Range argument; otherwise, false.</returns>
			<param name="Range">The <see cref="T:Microsoft.Office.Interop.Word.Range"></see> object whose story is compared with the story that contains the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.IsEqual(Microsoft.Office.Interop.Word.Range)">
			<summary>Determines if the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control to which this method is applied is equal to the range specified by the Range argument. </summary>
			<returns>true if the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control to which this method is applied is equal to the range specified by the Range argument; otherwise, false.</returns>
			<param name="Range">The <see cref="T:Microsoft.Office.Interop.Word.Range"></see> object that is compared with the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.ModifyEnclosure(System.Object@,System.Object@,System.Object@)">
			<summary>Adds, modifies, or removes an enclosure around the specified character or characters in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<param name="EnclosedText">The characters that you want to enclose. If you include this argument, Microsoft Office Word replaces the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control with the enclosed characters. If you do not specify text to enclose, Microsoft Office Word encloses all text in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</param>
			<param name="Symbol">The symbol in which to enclose the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. Can be any <see cref="T:Microsoft.Office.Interop.Word.WdEnclosureType"></see> constant.</param>
			<param name="Style">The style of the enclosure. Can be any <see cref="T:Microsoft.Office.Interop.Word.WdEncloseStyle"></see> constant.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.MoveEnd(System.Object@,System.Object@)">
			<summary>Moves the ending character position of a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>The number of units the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control actually moved, or it returns 0 (zero) if the move was unsuccessful.</returns>
			<param name="Count">The number of units to move. If this number is positive, the ending character position is moved forward in the document. If this number is negative, the end is moved backward. If the ending position overtakes the starting position, the range collapses and both character positions move together. The default value is 1.</param>
			<param name="Unit">The unit by which to move the ending character position.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.MoveEndUntil(System.Object@,System.Object@)">
			<summary>Moves the end position of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control until any of the specified characters are found in the document. </summary>
			<returns>The number of characters by which the end position of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control was moved. If Count is greater than 0 (zero), this method returns the number of characters moved plus 1. If Count is less than 0 (zero), this method returns the number of characters moved minus 1. If no Cset characters are found, the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is not changed and the method returns 0 (zero).</returns>
			<param name="Cset">One or more characters. This argument is case sensitive.</param>
			<param name="Count">The maximum number of characters by which the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is to be moved. Can be a number or either the <see cref="F:Microsoft.Office.Interop.Word.WdConstants.wdForward"></see> or <see cref="F:Microsoft.Office.Interop.Word.WdConstants.wdBackward"></see> constant. If Count is a positive number, the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is moved forward in the document. If it is a negative number, the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is moved backward. The default value is <see cref="F:Microsoft.Office.Interop.Word.WdConstants.wdForward"></see>.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.MoveEndWhile(System.Object@,System.Object@)">
			<summary>Moves the ending character position of a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control while any of the specified characters are found in the document.</summary>
			<returns>The number of characters that the end position of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control moved. If no Cset characters are found, the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is not changed and the method returns 0 (zero).</returns>
			<param name="Cset">One or more characters. This argument is case sensitive.</param>
			<param name="Count">The maximum number of characters by which the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is to be moved. Can be a number or either the <see cref="F:Microsoft.Office.Interop.Word.WdConstants.wdForward"></see> or <see cref="F:Microsoft.Office.Interop.Word.WdConstants.wdBackward"></see> constant. If Count is a positive number, the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is moved forward in the document. If it is a negative number, the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is moved backward. The default value is <see cref="F:Microsoft.Office.Interop.Word.WdConstants.wdForward"></see>.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.MoveStart(System.Object@,System.Object@)">
			<summary>Moves the start position of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>The number of units by which the start position of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control actually moved, or it returns 0 (zero) if the move was unsuccessful.</returns>
			<param name="Count">The maximum number of units by which the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is to be moved. If Count is a positive number, the start position of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is moved forward in the document. If it is a negative number, the start position is moved backward. If the start position is moved forward to a position beyond the end position, the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is collapsed and both the start and end positions are moved together. The default value is 1.</param>
			<param name="Unit"><see cref="T:Microsoft.Office.Interop.Word.WdUnits"></see>. The unit by which start position of the specified range or selection is to be moved.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.MoveStartUntil(System.Object@,System.Object@)">
			<summary>Moves the start position of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control until one of the specified characters is found in the document. </summary>
			<returns>The number of characters by which the start position of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control moved. If Count is greater than 0 (zero), this method returns the number of characters moved plus 1. If Count is less than 0 (zero), this method returns the number of characters moved minus 1. If no Cset characters are found, the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is not changed and the method returns 0 (zero).</returns>
			<param name="Cset">One or more characters. This argument is case sensitive.</param>
			<param name="Count">The maximum number of characters by which the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is to be moved. Can be a number or either the <see cref="F:Microsoft.Office.Interop.Word.WdConstants.wdForward"></see> or <see cref="F:Microsoft.Office.Interop.Word.WdConstants.wdBackward"></see> constant. If Count is a positive number, the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is moved forward in the document. If it is a negative number, the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is moved backward. The default value is <see cref="F:Microsoft.Office.Interop.Word.WdConstants.wdForward"></see>.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.MoveStartWhile(System.Object@,System.Object@)">
			<summary>Moves the start position of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control while any of the specified characters are found in the document.</summary>
			<returns>The number of characters that the start position of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control moved. If no Cset characters are found, the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is not changed and the method returns 0 (zero).</returns>
			<param name="Cset">One or more characters. This argument is case sensitive.</param>
			<param name="Count">The maximum number of characters by which the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is to be moved. Can be a number or either the <see cref="F:Microsoft.Office.Interop.Word.WdConstants.wdForward"></see> or <see cref="F:Microsoft.Office.Interop.Word.WdConstants.wdBackward"></see> constant. If Count is a positive number, the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is moved forward in the document. If it is a negative number, the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is moved backward. The default value is <see cref="F:Microsoft.Office.Interop.Word.WdConstants.wdForward"></see>.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.MoveUntil(System.Object@,System.Object@)">
			<summary>Moves the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control until one of the specified characters is found in the document.</summary>
			<returns>The number of characters by which the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control was moved. If Count is greater than 0 (zero), this method returns the number of characters moved plus one. If Count is less than 0 (zero), this method returns the number of characters moved minus one. If no Cset characters are found, the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is not changed and the method returns 0 (zero).</returns>
			<param name="Cset">One or more characters. If any character in Cset is found before the Count value expires, the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is positioned as an insertion point immediately before that character. This argument is case sensitive.</param>
			<param name="Count">The maximum number of characters by which the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is to be moved. Can be a number or either the <see cref="F:Microsoft.Office.Interop.Word.WdConstants.wdForward"></see> or <see cref="F:Microsoft.Office.Interop.Word.WdConstants.wdBackward"></see> constant. If Count is a positive number, the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is moved forward in the document, beginning at the end position. If it is a negative number, the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is moved backward, beginning at the start position. The default value is <see cref="F:Microsoft.Office.Interop.Word.WdConstants.wdForward"></see>.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.MoveWhile(System.Object@,System.Object@)">
			<summary>Moves the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control while any of the specified characters are found in the document.</summary>
			<returns>The number of characters by which the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control was moved. If no Cset characters are found, the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is not changed and the method returns 0 (zero).</returns>
			<param name="Cset">One or more characters. This argument is case sensitive.</param>
			<param name="Count">The maximum number of characters by which the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is to be moved. Can be a number or either the <see cref="F:Microsoft.Office.Interop.Word.WdConstants.wdForward"></see> or <see cref="F:Microsoft.Office.Interop.Word.WdConstants.wdBackward"></see> constant. If Count is a positive number, the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is moved forward in the document, beginning at the end position. If it is a negative number, the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is moved backward, beginning at the start position. The default value is <see cref="F:Microsoft.Office.Interop.Word.WdConstants.wdForward"></see>.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.Next(System.Object@,System.Object@)">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Range"></see> object that represents the specified unit relative to the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Range"></see> object that represents the specified unit relative to the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
			<param name="Count">The number of units by which you want to move ahead. The default value is one.</param>
			<param name="Unit">The type of units by which to count. Can be any <see cref="T:Microsoft.Office.Interop.Word.WdUnits"></see> constant.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.PasteAndFormat(Microsoft.Office.Interop.Word.WdRecoveryType)">
			<summary>Pastes the selected table cells into the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control and formats them as specified.</summary>
			<param name="Type"><see cref="T:Microsoft.Office.Interop.Word.WdRecoveryType"></see>. The type of formatting to use when pasting the selected table cells.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.PasteAppendTable">
			<summary>Merges pasted cells into an existing table in a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control by inserting the pasted rows between the selected rows. </summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.PasteExcelTable(System.Boolean,System.Boolean,System.Boolean)">
			<summary>Pastes and formats a Microsoft Office Excel table into the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<param name="RTF">true to paste the Excel table using Rich Text Format (RTF). false to paste the Excel table as HTML.</param>
			<param name="WordFormatting">true to format the table using the formatting in the Word document. false to format the table according to the original Excel file.</param>
			<param name="LinkedToExcel">true to link the pasted table to the original Excel file so that changes made to the Excel file are reflected in Microsoft Office Word.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.PasteSpecial(System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@)">
			<summary>Inserts the contents of the Clipboard into the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<param name="DataType">A format for the Clipboard contents when they are inserted into the document. <see cref="T:Microsoft.Office.Interop.Word.WdPasteDataType"></see>.</param>
			<param name="Placement">Can be either of the following <see cref="T:Microsoft.Office.Interop.Word.WdOLEPlacement"></see> constants: <see cref="F:Microsoft.Office.Interop.Word.WdOLEPlacement.wdFloatOverText"></see> or <see cref="F:Microsoft.Office.Interop.Word.WdOLEPlacement.wdInLine"></see>. The default value is <see cref="F:Microsoft.Office.Interop.Word.WdOLEPlacement.wdInLine"></see>.</param>
			<param name="IconIndex">If DisplayAsIcon is true, this argument is a number that corresponds to the icon you want to use in the program file specified by IconFilename. Icons appear in the Change Icon dialog box: 0 (zero) corresponds to the first icon, 1 corresponds to the second icon, and so on. If this argument is omitted, the first (default) icon is used.</param>
			<param name="IconFileName">If DisplayAsIcon is true, this argument is the path and file name for the file in which the icon to be displayed is stored.</param>
			<param name="IconLabel">If DisplayAsIcon is true, this argument is the text that appears below the icon.</param>
			<param name="DisplayAsIcon">true to display the link as an icon. The default value is false.</param>
			<param name="Link">true to create a link to the source file of the Clipboard contents. The default value is false.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.PhoneticGuide(System.String,Microsoft.Office.Interop.Word.WdPhoneticGuideAlignmentType,System.Int32,System.Int32,System.String)">
			<summary>Adds phonetic guides to the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<param name="Text">The phonetic text to add.</param>
			<param name="Raise">The distance (in points) from the top of the text in the specified <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control to the top of the phonetic text. If no value is specified, Microsoft Office Word automatically sets the phonetic text at an optimum distance above the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</param>
			<param name="FontSize">The font size to use for the phonetic text. If no value is specified, Word uses a font size 50 percent smaller than the text in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</param>
			<param name="Alignment"><see cref="T:Microsoft.Office.Interop.Word.WdPhoneticGuideAlignmentType"></see>. The alignment of the added phonetic text.</param>
			<param name="FontName">The name of the font to use for the phonetic text. If no value is specified, Word uses the same font as the text in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.Previous(System.Object@,System.Object@)">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Range"></see> object relative to the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Range"></see> object relative to the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
			<param name="Count">The number of units by which you want to move back. The default value is 1.</param>
			<param name="Unit"><see cref="T:Microsoft.Office.Interop.Word.WdUnits"></see>.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.Relocate(System.Int32)">
			<summary>In outline view, moves the paragraphs within the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control after the next visible paragraph or before the previous visible paragraph.</summary>
			<param name="Direction"><see cref="T:Microsoft.Office.Interop.Word.WdRelocate"></see>. The direction of the move.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.Select">
			<summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.SetRange(System.Int32,System.Int32)">
			<summary>Sets the starting and ending character positions for the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<param name="End">The ending character position of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</param>
			<param name="Start">The starting character position of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.Sort(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@,System.Object@)">
			<summary>Sorts the paragraphs in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<param name="SortOrder2">The sorting order to use when sorting FieldNumber, FieldNumber2, and FieldNumber3. Can be one of the <see cref="T:Microsoft.Office.Interop.Word.WdSortOrder"></see> constants.</param>
			<param name="SortOrder3">The sorting order to use when sorting FieldNumber, FieldNumber2, and FieldNumber3. Can be one of the <see cref="T:Microsoft.Office.Interop.Word.WdSortOrder"></see> constants.</param>
			<param name="ExcludeHeader">true to exclude the first row or paragraph header from the sort operation. The default value is false.</param>
			<param name="LanguageID">Specifies the sorting language. Can be one of the <see cref="T:Microsoft.Office.Interop.Word.WdLanguageID"></see> constants.</param>
			<param name="IgnoreHe">true to ignore the Hebrew character he when sorting right-to-left language text. This argument might not be available to you, depending on the language support (U.S. English, for example) that you have selected or installed.</param>
			<param name="IgnoreKashida">true to ignore kashidas when sorting right-to-left language text. This argument might not be available to you, depending on the language support (U.S. English, for example) that you have selected or installed.</param>
			<param name="SortOrder">The sorting order to use when sorting FieldNumber, FieldNumber2, and FieldNumber3. Can be one of the <see cref="T:Microsoft.Office.Interop.Word.WdSortOrder"></see> constants.</param>
			<param name="IgnoreThe">true to ignore the Arabic characters alef lam when sorting right-to-left language text. This argument might not be available to you, depending on the language support (U.S. English, for example) that you have selected or installed.</param>
			<param name="Separator"><see cref="T:System.Object"></see>. The type of field separator. Can be one of the <see cref="T:Microsoft.Office.Interop.Word.WdSortSeparator"></see> constants.</param>
			<param name="SortFieldType2">The respective sort types for FieldNumber, FieldNumber2, and FieldNumber3. Can be one of the <see cref="T:Microsoft.Office.Interop.Word.WdSortFieldType"></see> constants</param>
			<param name="SortFieldType3">The respective sort types for FieldNumber, FieldNumber2, and FieldNumber3. Can be one of the <see cref="T:Microsoft.Office.Interop.Word.WdSortFieldType"></see> constants</param>
			<param name="IgnoreDiacritics">true to ignore bidirectional control characters when sorting right-to-left language text. This argument might not be available to you, depending on the language support (U.S. English, for example) that you have selected or installed.</param>
			<param name="SortColumn">true to sort only the column specified by the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</param>
			<param name="FieldNumber3">The fields to sort by. Microsoft Office Word sorts by FieldNumber, then by FieldNumber2, and then by FieldNumber3.</param>
			<param name="FieldNumber2">The fields to sort by. Microsoft Office Word sorts by FieldNumber, then by FieldNumber2, and then by FieldNumber3.</param>
			<param name="FieldNumber">The fields to sort by. Microsoft Office Word sorts by FieldNumber, then by FieldNumber2, and then by FieldNumber3.</param>
			<param name="BidiSort">true to sort based on right-to-left language rules. This argument might not be available to you, depending on the language support (U.S. English, for example) that you have selected or installed.</param>
			<param name="SortFieldType">The respective sort types for FieldNumber, FieldNumber2, and FieldNumber3. Can be one of the <see cref="T:Microsoft.Office.Interop.Word.WdSortFieldType"></see> constants.</param>
			<param name="CaseSensitive">true to sort with case sensitivity. The default value is false.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.StartOf(System.Object@,System.Object@)">
			<summary>Moves or extends the start position of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control to the beginning of the nearest specified text unit. </summary>
			<returns>The number of characters by which the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control was moved or extended. The method returns a negative number if the movement is backward through the document.</returns>
			<param name="Unit"><see cref="T:Microsoft.Office.Interop.Word.WdUnits"></see>. The unit by which the start position of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is to be moved.</param>
			<param name="Extend"><see cref="T:Microsoft.Office.Interop.Word.WdMovementType"></see>.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Bookmark.TCSCConverter(Microsoft.Office.Interop.Word.WdTCSCConverterDirection,System.Boolean,System.Boolean)">
			<summary>Converts the specified range of a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control from Traditional Chinese to Simplified Chinese or vice versa.</summary>
			<param name="WdTCSCConverterDirection"><see cref="T:Microsoft.Office.Interop.Word.WdTCSCConverterDirection"></see>.</param>
			<param name="CommonTerms">true if Microsoft Office Word converts common expressions intact rather than converting on a character-by-character basis.</param>
			<param name="UseVariants">true if Word uses Taiwan, Hong Kong SAR, and Macao SAR character variants. Can only be used if translating from Simplified Chinese to Traditional Chinese.</param>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Application">
			<summary>Gets an <see cref="T:Microsoft.Office.Interop.Word.Application"></see> that represents the creator of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<returns>An <see cref="T:Microsoft.Office.Interop.Word.Application"></see> that represents the creator of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Bold">
			<summary>Gets or sets a value that indicates whether the text in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is formatted as bold. </summary>
			<returns>0 if none of the text in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is bold; 1 if all of the text in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is bold; <see cref="F:Microsoft.Office.Interop.Word.WdConstants.wdUndefined"></see> (999999) if part of the text in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is bold.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.BoldBi">
			<summary>Gets or sets a value that indicates whether the text in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is formatted as bold.</summary>
			<returns>0 if none of the text in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is bold; 1 if all of the text in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is bold; <see cref="F:Microsoft.Office.Interop.Word.WdConstants.wdUndefined"></see> (999999) if part of the text in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is bold.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.BookmarkID">
			<summary>Gets the position of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control in the document.</summary>
			<returns>The position of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control in the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Bookmarks">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Bookmarks"></see> collection that represents all the bookmarks inside of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Bookmarks"></see> collection that represents all the bookmarks inside of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Borders">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Borders"></see> collection that represents all the borders for the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Borders"></see> collection that represents all the borders for the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Case">
			<summary>Gets or sets a <see cref="T:Microsoft.Office.Interop.Word.WdCharacterCase"></see> constant that represents the case of the text in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<returns>One of the <see cref="T:Microsoft.Office.Interop.Word.WdCharacterCase"></see> values.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Cells">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Cells"></see> collection that represents the table cells in a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Cells"></see> collection that represents the table cells in a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Characters">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Characters"></see> collection that represents the characters in a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Characters"></see> collection that represents the characters in a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.CharacterWidth">
			<summary>Gets or sets the character width of the text in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<returns>One of the <see cref="T:Microsoft.Office.Interop.Word.WdCharacterWidth"></see> values.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Column">
			<summary>Gets a value that indicates whether the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is a table column.</summary>
			<returns>true if the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is a table column; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Columns">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Columns"></see> collection that represents all the table columns in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Columns"></see> collection that represents all the table columns in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.CombineCharacters">
			<summary>Gets or sets a value that indicates whether the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control contains combined characters. </summary>
			<returns>true if the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control contains combined characters; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Comments">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Comments"></see> collection that represents all the comments in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Comments"></see> collection that represents all the comments in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Creator">
			<summary>Gets a value that indicates the application in which the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control was created. </summary>
			<returns>The application in which the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control was created.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.DisableCharacterSpaceGrid">
			<summary>Gets or sets a value that indicates whether Microsoft Office Word ignores the number of characters per line for the corresponding <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>true if Microsoft Office Word ignores the number of characters per line for the corresponding <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Document">
			<summary>Gets the <see cref="T:Microsoft.Office.Interop.Word.Document"></see> associated with the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>The <see cref="T:Microsoft.Office.Interop.Word.Document"></see> associated with the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Duplicate">
			<summary>Gets a read-only <see cref="T:Microsoft.Office.Interop.Word.Range"></see> object that represents all the properties of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<returns>A read-only <see cref="T:Microsoft.Office.Interop.Word.Range"></see> object that represents all the properties of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Editors">
			<summary>Gets an <see cref="T:Microsoft.Office.Interop.Word.Editors"></see> object that represents all the users authorized to modify a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control within a document.</summary>
			<returns>An <see cref="T:Microsoft.Office.Interop.Word.Editors"></see> object that represents all the users authorized to modify a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control within a document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.EmphasisMark">
			<summary>Gets or sets the emphasis mark for a character or designated character string within a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>One of the <see cref="T:Microsoft.Office.Interop.Word.WdEmphasisMark"></see> values.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Empty">
			<summary>Gets a value that indicates whether the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is empty. </summary>
			<returns>true if the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is empty; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.End">
			<summary>Gets or sets the ending character position of a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<returns>The ending character position of a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.EndnoteOptions">
			<summary>Gets an <see cref="T:Microsoft.Office.Interop.Word.EndnoteOptions"></see> object that represents the endnotes in <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<returns>An <see cref="T:Microsoft.Office.Interop.Word.EndnoteOptions"></see> object that represents the endnotes in <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Endnotes">
			<summary>Gets an <see cref="T:Microsoft.Office.Interop.Word.Endnotes"></see> collection that represents all the endnotes in a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>An <see cref="T:Microsoft.Office.Interop.Word.Endnotes"></see> collection that represents all the endnotes in a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.EnhMetaFileBits">
			<summary>Gets a picture representation of how the range of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control appears.</summary>
			<returns>A picture representation of how the range of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control appears.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Fields">
			<summary>Gets a read-only <see cref="T:Microsoft.Office.Interop.Word.Fields"></see> collection that represents all the fields in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<returns>A read-only <see cref="T:Microsoft.Office.Interop.Word.Fields"></see> collection that represents all the fields in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Find">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Find"></see> object that contains the criteria for a find operation within a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Find"></see> object that contains the criteria for a find operation within a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.FitTextWidth">
			<summary>Gets or sets the width (in the current measurement units) in which Microsoft Office Word fits the text in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>The width (in the current measurement units) in which Microsoft Office Word fits the text in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Font">
			<summary>Gets or sets a <see cref="T:Microsoft.Office.Interop.Word.Font"></see> object that represents the character formatting of the text assigned to a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Font"></see> object that represents the character formatting of the text assigned to a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.FootnoteOptions">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.FootnoteOptions"></see> object that represents the footnotes in a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.FootnoteOptions"></see> object that represents the footnotes in a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Footnotes">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Footnotes"></see> collection that represents all the footnotes in a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Footnotes"></see> collection that represents all the footnotes in a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.FormattedText">
			<summary>Gets or sets a <see cref="T:Microsoft.Office.Interop.Word.Range"></see> object that includes the formatted text in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Range"></see> object that includes the formatted text in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.FormFields">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.FormFields"></see> collection that represents all the form fields in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.FormFields"></see> collection that represents all the form fields in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Frames">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Frames"></see> collection that represents all the frames in a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Frames"></see> collection that represents all the frames in a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.GrammarChecked">
			<summary>Gets or sets a value that indicates whether a grammar check has been run on the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>true if a grammar check has been run on the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.GrammaticalErrors">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.ProofreadingErrors"></see> collection that represents the sentences that failed the grammar check on the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.ProofreadingErrors"></see> collection that represents the sentences that failed the grammar check on the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.HighlightColorIndex">
			<summary>Gets or sets the highlight color for the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>One of the <see cref="T:Microsoft.Office.Interop.Word.WdColorIndex"></see> values.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.HorizontalInVertical">
			<summary>Gets or sets the formatting for horizontal text set within vertical text in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>One of the <see cref="T:Microsoft.Office.Interop.Word.WdHorizontalInVerticalType"></see> values.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.HTMLDivisions">
			<summary>Gets an <see cref="T:Microsoft.Office.Interop.Word.HTMLDivisions"></see> object that represents an HTML division in a Web document.</summary>
			<returns>An <see cref="T:Microsoft.Office.Interop.Word.HTMLDivisions"></see> object that represents an HTML division in a Web document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Hyperlinks">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Hyperlinks"></see> collection that represents all the hyperlinks in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Hyperlinks"></see> collection that represents all the hyperlinks in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.ID">
			<summary>Gets or sets the identifying label for the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control when the current document is saved as a Web page. </summary>
			<returns>The identifying label for the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control when the current document is saved as a Web page.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Information">
			<summary>Gets information about the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>An object that provides information about the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.InlineShapes">
			<summary>Gets an <see cref="T:Microsoft.Office.Interop.Word.InlineShapes"></see> collection that represents all the <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> objects in a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>An <see cref="T:Microsoft.Office.Interop.Word.InlineShapes"></see> collection that represents all the <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> objects in a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.InnerObject">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Bookmark"></see> object of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Bookmark"></see> object.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.IsEndOfRowMark">
			<summary>Gets a value that indicates whether the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is collapsed and is located at the end-of-row mark in a table. </summary>
			<returns>true if the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is collapsed and is located at the end-of-row mark in a table; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Italic">
			<summary>Gets or sets a value indicating whether the text in a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is formatted as italic. </summary>
			<returns>0 if none of the text in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is italic; 1 if all of the text in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is italic; <see cref="F:Microsoft.Office.Interop.Word.WdConstants.wdUndefined"></see> (999999) if part of the text in a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is italic.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.ItalicBi">
			<summary>Gets or sets a value that indicates whether the text in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is formatted as italic. </summary>
			<returns>0 if none of the text in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control text is italic; 1 if all of the text in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is italic; <see cref="F:Microsoft.Office.Interop.Word.WdConstants.wdUndefined"></see> (999999) if part of the text in a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is italic.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Kana">
			<summary>Gets or sets a value that indicates whether the specified range of Japanese language text in a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control is hiragana or katakana. </summary>
			<returns>One of the <see cref="T:Microsoft.Office.Interop.Word.WdKana"></see> values.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.LanguageDetected">
			<summary>Gets or sets a value that indicates whether Microsoft Office Word has detected the language of the text in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<returns>true if Microsoft Office Word has detected the language of the text in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.LanguageID">
			<summary>Gets or sets the language for the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>One of the <see cref="T:Microsoft.Office.Interop.Word.WdLanguageID"></see> values.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.LanguageIDFarEast">
			<summary>Gets or sets an East Asian language for the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<returns>One of the <see cref="T:Microsoft.Office.Interop.Word.WdLanguageID"></see> values.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.LanguageIDOther">
			<summary>Gets or sets the language for the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>One of the <see cref="T:Microsoft.Office.Interop.Word.WdLanguageID"></see> values.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.ListFormat">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.ListFormat"></see> object that represents all the list formatting characteristics of a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.ListFormat"></see> object that represents all the list formatting characteristics of a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.ListParagraphs">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.ListParagraphs"></see> collection that represents all the numbered paragraphs in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.ListParagraphs"></see> collection that represents all the numbered paragraphs in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Name">
			<summary>Gets the name of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<returns>The name of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.NextStoryRange">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Range"></see> object that refers to the next story, as shown in the following table.</summary>
			<returns>a <see cref="T:Microsoft.Office.Interop.Word.Range"></see> object that refers to the next story, as shown in the following table.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.NoProofing">
			<summary>Gets or set a value that indicates whether the spelling and grammar checker ignores the text in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>0 if the spelling and grammar checker does not ignore the text in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control; 1 if the spelling and grammar checker ignores the text in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control; <see cref="F:Microsoft.Office.Interop.Word.WdConstants.wdUndefined"></see> if the spelling and grammar checker ignores only some of the text in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Orientation">
			<summary>Gets or sets the orientation of text in a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control when the Text Direction feature is enabled. </summary>
			<returns>One of the <see cref="T:Microsoft.Office.Interop.Word.WdTextOrientation"></see> values.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.PageSetup">
			<summary>Gets or sets the <see cref="T:Microsoft.Office.Interop.Word.PageSetup"></see> that is associated with the range of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>The <see cref="T:Microsoft.Office.Interop.Word.PageSetup"></see> that is associated with the range of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.ParagraphFormat">
			<summary>Gets or sets a <see cref="T:Microsoft.Office.Interop.Word.ParagraphFormat"></see> object that represents the paragraph settings for the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.ParagraphFormat"></see> object that represents the paragraph settings for the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Paragraphs">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Paragraphs"></see> collection that represents all the paragraphs in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Paragraphs"></see> collection that represents all the paragraphs in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Parent">
			<summary>Gets the parent object of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>The parent object of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.PreviousBookmarkID">
			<summary>Gets a value that represents the number of the last bookmark that starts before or at the same place as the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<returns>The number of the last bookmark that starts before or at the same place as the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Range">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Range"></see> object that represents the portion of a document that is contained in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Range"></see> object that represents the portion of a document that is contained in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.ReadabilityStatistics">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.ReadabilityStatistics"></see> collection that represents the readability statistics for the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.ReadabilityStatistics"></see> collection that represents the readability statistics for the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Revisions">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Revisions"></see> collection that represents the tracked changes in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Revisions"></see> collection that represents the tracked changes in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Rows">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Rows"></see> collection that represents all the table rows in a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Rows"></see> collection that represents all the table rows in a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Scripts">
			<summary>Gets a <see cref="T:Microsoft.Office.Core.Scripts"></see> collection that represents the collection of HTML scripts in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<returns>A <see cref="T:Microsoft.Office.Core.Scripts"></see> collection that represents the collection of HTML scripts in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Sections">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Sections"></see> collection that represents the sections in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Sections"></see> collection that represents the sections in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Sentences">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Sentences"></see> collection that represents all the sentences in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Sentences"></see> collection that represents all the sentences in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Shading">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Shading"></see> object that refers to the shading formatting for the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Shading"></see> object that refers to the shading formatting for the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.ShapeRange">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.ShapeRange"></see> collection that represents all the <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> objects in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.ShapeRange"></see> collection that represents all the <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> objects in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.ShowAll">
			<summary>Gets or sets a value that indicates whether all nonprinting characters (such as hidden text, tab marks, space marks, and paragraph marks) within a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control are displayed. </summary>
			<returns>true of nonprinting characters within a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control are displayed; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.SmartTags">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.SmartTags"></see> object that represents a smart tag in a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.SmartTags"></see> object that represents a smart tag in a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.SpellingChecked">
			<summary>Gets or sets a value that indicates whether spelling has been checked throughout the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>true if spelling has been checked throughout the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.SpellingErrors">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.ProofreadingErrors"></see> collection that represents the words identified as spelling errors in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.ProofreadingErrors"></see> collection that represents the words identified as spelling errors in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Start">
			<summary>Gets or sets the starting character position of a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<returns>The starting character position of a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.StoryLength">
			<summary>Gets the number of characters in the story that contains the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>The number of characters in the story that contains the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.StoryType">
			<summary>Gets the story type for the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<returns>One of the <see cref="T:Microsoft.Office.Interop.Word.WdStoryType"></see> values.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Style">
			<summary>Gets or sets the style for the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>The style for the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.SynonymInfo">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.SynonymInfo"></see> that contains information from the thesaurus on synonyms, antonyms, or related words and expressions for the text in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.SynonymInfo"></see> that contains information from the thesaurus on synonyms, antonyms, or related words and expressions for the text in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Tables">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Tables"></see> collection that represents all the tables in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Tables"></see> collection that represents all the tables in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Tag">
			<summary>Gets or sets the object that contains data about the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<returns>The object that contains data about the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. The default is null.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Text">
			<summary>Gets or sets the text in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>The text of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.TextRetrievalMode">
			<summary>Gets or sets a <see cref="T:Microsoft.Office.Interop.Word.TextRetrievalMode"></see> object that controls how text is retrieved from the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.TextRetrievalMode"></see> object that controls how text is retrieved from the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.TopLevelTables">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Tables"></see> collection that represents the tables at the outermost nesting level in the range of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Tables"></see> collection that represents the tables at the outermost nesting level in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.TwoLinesInOne">
			<summary>Gets or sets a value that indicates whether Microsoft Office Word sets two lines of text in one and specifies the characters, if any, that enclose the text in a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>One of the <see cref="T:Microsoft.Office.Interop.Word.WdTwoLinesInOneType"></see> values.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Underline">
			<summary>Gets or sets the type of underline applied to the text of the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>One of the <see cref="T:Microsoft.Office.Interop.Word.WdUnderline"></see> values.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.Words">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Words"></see> collection that represents all the words in a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Words"></see> collection that represents all the words in a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.XML">
			<summary>Gets the XML text in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control. </summary>
			<returns>The XML text in the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.XMLNodes">
			<summary>Gets an <see cref="T:Microsoft.Office.Interop.Word.XMLNodes"></see> collection that represents the collection of all XML elements within a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control, including those elements that are only partially within the <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<returns>An <see cref="T:Microsoft.Office.Interop.Word.XMLNodes"></see> collection.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Bookmark.XMLParentNode">
			<summary>Gets an <see cref="T:Microsoft.Office.Interop.Word.XMLNode"></see> object that represents the parent node of a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
			<returns>An <see cref="T:Microsoft.Office.Interop.Word.XMLNode"></see> object that represents the parent node of a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</returns>
		</member>
		<member name="T:Microsoft.Office.Tools.Word.ClickEventArgs">
			<summary>Provides data for the <see cref="E:Microsoft.Office.Tools.Word.Document.BeforeDoubleClick"></see> and <see cref="E:Microsoft.Office.Tools.Word.Document.BeforeRightClick"></see> events.</summary>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.ClickEventArgs.Selection">
			<summary>Gets the current <see cref="T:Microsoft.Office.Interop.Word.Selection"></see>.</summary>
			<returns>The current <see cref="T:Microsoft.Office.Interop.Word.Selection"></see>.</returns>
		</member>
		<member name="T:Microsoft.Office.Tools.Word.ClickEventHandler">
			<summary>Represents the method that will handle the <see cref="E:Microsoft.Office.Tools.Word.Document.BeforeDoubleClick"></see> and <see cref="E:Microsoft.Office.Tools.Word.Document.BeforeRightClick"></see> events of a <see cref="T:Microsoft.Office.Tools.Word.Document"></see>.</summary>
		</member>
		<member name="T:Microsoft.Office.Tools.Word.ContextChangeEventArgs">
			<summary>Provides data for the <see cref="E:Microsoft.Office.Tools.Word.XMLNode.Select"></see>, <see cref="E:Microsoft.Office.Tools.Word.XMLNode.Deselect"></see>, <see cref="E:Microsoft.Office.Tools.Word.XMLNode.ContextEnter"></see> and <see cref="E:Microsoft.Office.Tools.Word.XMLNode.ContextLeave"></see> events of the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> class and the <see cref="E:Microsoft.Office.Tools.Word.XMLNodes.ContextEnter"></see>, <see cref="E:Microsoft.Office.Tools.Word.XMLNodes.ContextLeave"></see>, <see cref="E:Microsoft.Office.Tools.Word.XMLNodes.Select"></see>, and <see cref="E:Microsoft.Office.Tools.Word.XMLNodes.Deselect"></see> events of the <see cref="T:Microsoft.Office.Tools.Word.XMLNodes"></see> class.</summary>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.ContextChangeEventArgs.NewXMLNode">
			<summary>Gets the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control to which the selection has moved.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control to which the selection has moved.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.ContextChangeEventArgs.OldXMLNode">
			<summary>Gets the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control from which the selection has moved.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control from which the selection has moved.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.ContextChangeEventArgs.Reason">
			<summary>Gets the reason why the selection has changed.</summary>
			<returns>One of the <see cref="T:Microsoft.Office.Interop.Word.WdXMLSelectionChangeReason"></see> values.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.ContextChangeEventArgs.Selection">
			<summary>Gets the selected text, including the XML elements.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Selection"></see> that includes the text and XML elements; null if no text is selected.</returns>
		</member>
		<member name="T:Microsoft.Office.Tools.Word.ContextChangeEventHandler">
			<summary>Represents the method that will handle the <see cref="E:Microsoft.Office.Tools.Word.XMLNode.Select"></see>, <see cref="E:Microsoft.Office.Tools.Word.XMLNode.Deselect"></see>, <see cref="E:Microsoft.Office.Tools.Word.XMLNode.ContextEnter"></see> and <see cref="E:Microsoft.Office.Tools.Word.XMLNode.ContextLeave"></see> events of the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> class and the <see cref="E:Microsoft.Office.Tools.Word.XMLNodes.ContextEnter"></see>, <see cref="E:Microsoft.Office.Tools.Word.XMLNodes.ContextLeave"></see>, <see cref="E:Microsoft.Office.Tools.Word.XMLNodes.Select"></see>, and <see cref="E:Microsoft.Office.Tools.Word.XMLNodes.Deselect"></see> events of the <see cref="T:Microsoft.Office.Tools.Word.XMLNodes"></see> class.</summary>
		</member>
		<member name="T:Microsoft.Office.Tools.Word.ControlCollection">
			<summary>Represents a collection of controls.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddBookmark(Microsoft.Office.Interop.Word.Bookmark,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control to the document at the location of the existing <see cref="T:Microsoft.Office.Interop.Word.Bookmark"></see> specified.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<param name="bookmark">The existing <see cref="T:Microsoft.Office.Interop.Word.Bookmark"></see> that you want to replace with a new <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</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"></see> instance.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddBookmark(Microsoft.Office.Interop.Word.Range,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control to the document at the range specified.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<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"></see> instance.</param>
			<param name="range">A <see cref="T:Microsoft.Office.Interop.Word.Range"></see> that provides the bounds for the control.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddButton(Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.Button"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.Button"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="height">The height of the control in pixels.</param>
			<param name="range">A <see cref="T:Microsoft.Office.Interop.Word.Range"></see> that provides the location for the control.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddButton(System.Single,System.Single,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.Button"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.Button"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<param name="left">The distance in pixels between the left edge of the control and the left edge of the document.</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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="top">The distance in pixels between the top edge of the control and the top edge of the document.</param>
			<param name="height">The height of the control in pixels.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddCheckBox(Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckBox"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckBox"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="height">The height of the control in pixels.</param>
			<param name="range">A <see cref="T:Microsoft.Office.Interop.Word.Range"></see> that provides the location for the control.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddCheckBox(System.Single,System.Single,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckBox"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckBox"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<param name="left">The distance in pixels between the left edge of the control and the left edge of the document.</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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="top">The distance in pixels between the top edge of the control and the top edge of the document.</param>
			<param name="height">The height of the control in pixels.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddCheckedListBox(Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckedListBox"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckedListBox"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="height">The height of the control in pixels.</param>
			<param name="range">A <see cref="T:Microsoft.Office.Interop.Word.Range"></see> that provides the location for the control.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddCheckedListBox(System.Single,System.Single,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckedListBox"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckedListBox"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<param name="left">The distance in pixels between the left edge of the control and the left edge of the document.</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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="top">The distance in pixels between the top edge of the control and the top edge of the document.</param>
			<param name="height">The height of the control in pixels.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddComboBox(Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.ComboBox"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.ComboBox"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="height">The height of the control in pixels.</param>
			<param name="range">A <see cref="T:Microsoft.Office.Interop.Word.Range"></see> that provides the location for the control.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddComboBox(System.Single,System.Single,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.ComboBox"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.ComboBox"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<param name="left">The distance in pixels between the left edge of the control and the left edge of the document.</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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="top">The distance in pixels between the top edge of the control and the top edge of the document.</param>
			<param name="height">The height of the control in pixels.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddControl(System.Windows.Forms.Control,Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
			<summary>Adds the specified control to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> at the specified range, with the specified size.</summary>
			<returns>An <see cref="T:Microsoft.Office.Tools.Word.OLEControl"></see> instance that represents the container created for the control.</returns>
			<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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="control">The control to be added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</param>
			<param name="height">The height of the control in pixels.</param>
			<param name="range">A <see cref="T:Microsoft.Office.Interop.Word.Range"></see> that provides the location for the control.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddControl(System.Windows.Forms.Control,System.Single,System.Single,System.Single,System.Single,System.String)">
			<summary>Adds the specified control to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> at the specified location, with the specified size.</summary>
			<returns>An <see cref="T:Microsoft.Office.Tools.Word.OLEControl"></see> instance that represents the container created for the control.</returns>
			<param name="left">The distance in pixels between the left edge of the control and the left edge of the worksheet.</param>
			<param name="name">The name of the control.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="top">The distance in pixels between the top edge of the control and the top edge of the worksheet.</param>
			<param name="control">The control to be added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</param>
			<param name="height">The height of the control in pixels.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddDataGridView(Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.DataGridView"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.DataGridView"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="height">The height of the control in pixels.</param>
			<param name="range">A <see cref="T:Microsoft.Office.Interop.Word.Range"></see> that provides the location for the control.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddDataGridView(System.Single,System.Single,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.DataGridView"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.DataGridView"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<param name="left">The distance in pixels between the left edge of the control and the left edge of the document.</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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="top">The distance in pixels between the top edge of the control and the top edge of the document.</param>
			<param name="height">The height of the control in pixels.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddDateTimePicker(Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.DateTimePicker"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.DateTimePicker"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="height">The height of the control in pixels.</param>
			<param name="range">A <see cref="T:Microsoft.Office.Interop.Word.Range"></see> that provides the location for the control.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddDateTimePicker(System.Single,System.Single,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.DateTimePicker"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.DateTimePicker"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<param name="left">The distance in pixels between the left edge of the control and the left edge of the document.</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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="top">The distance in pixels between the top edge of the control and the top edge of the document.</param>
			<param name="height">The height of the control in pixels.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddDomainUpDown(Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.DomainUpDown"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.DomainUpDown"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="height">The height of the control in pixels.</param>
			<param name="range">A <see cref="T:Microsoft.Office.Interop.Word.Range"></see> that provides the location for the control.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddDomainUpDown(System.Single,System.Single,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.DomainUpDown"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.DomainUpDown"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<param name="left">The distance in pixels between the left edge of the control and the left edge of the document.</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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="top">The distance in pixels between the top edge of the control and the top edge of the document.</param>
			<param name="height">The height of the control in pixels.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddHScrollBar(Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.HScrollBar"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.HScrollBar"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="height">The height of the control in pixels.</param>
			<param name="range">A <see cref="T:Microsoft.Office.Interop.Word.Range"></see> that provides the location for the control.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddHScrollBar(System.Single,System.Single,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.HScrollBar"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.HScrollBar"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<param name="left">The distance in pixels between the left edge of the control and the left edge of the document.</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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="top">The distance in pixels between the top edge of the control and the top edge of the document.</param>
			<param name="height">The height of the control in pixels.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddLabel(Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.Label"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.Label"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="height">The height of the control in pixels.</param>
			<param name="range">A <see cref="T:Microsoft.Office.Interop.Word.Range"></see> that provides the location for the control.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddLabel(System.Single,System.Single,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.Label"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.Label"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<param name="left">The distance in pixels between the left edge of the control and the left edge of the document.</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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="top">The distance in pixels between the top edge of the control and the top edge of the document.</param>
			<param name="height">The height of the control in pixels.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddLinkLabel(Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.LinkLabel"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.LinkLabel"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="height">The height of the control in pixels.</param>
			<param name="range">A <see cref="T:Microsoft.Office.Interop.Word.Range"></see> that provides the location for the control.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddLinkLabel(System.Single,System.Single,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.LinkLabel"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.LinkLabel"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<param name="left">The distance in pixels between the left edge of the control and the left edge of the document.</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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="top">The distance in pixels between the top edge of the control and the top edge of the document.</param>
			<param name="height">The height of the control in pixels.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddListBox(Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.ListBox"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.ListBox"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="height">The height of the control in pixels.</param>
			<param name="range">A <see cref="T:Microsoft.Office.Interop.Word.Range"></see> that provides the location for the control.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddListBox(System.Single,System.Single,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.ListBox"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.ListBox"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<param name="left">The distance in pixels between the left edge of the control and the left edge of the document.</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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="top">The distance in pixels between the top edge of the control and the top edge of the document.</param>
			<param name="height">The height of the control in pixels.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddListView(Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.ListView"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.ListView"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="height">The height of the control in pixels.</param>
			<param name="range">A <see cref="T:Microsoft.Office.Interop.Word.Range"></see> that provides the location for the control.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddListView(System.Single,System.Single,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.ListView"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.ListView"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<param name="left">The distance in pixels between the left edge of the control and the left edge of the document.</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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="top">The distance in pixels between the top edge of the control and the top edge of the document.</param>
			<param name="height">The height of the control in pixels.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddMaskedTextBox(Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.MaskedTextBox"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.MaskedTextBox"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="height">The height of the control in pixels.</param>
			<param name="range">A <see cref="T:Microsoft.Office.Interop.Word.Range"></see> that provides the location for the control.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddMaskedTextBox(System.Single,System.Single,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.MaskedTextBox"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.MaskedTextBox"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<param name="left">The distance in pixels between the left edge of the control and the left edge of the document.</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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="top">The distance in pixels between the top edge of the control and the top edge of the document.</param>
			<param name="height">The height of the control in pixels.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddMonthCalendar(Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.MonthCalendar"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.MonthCalendar"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="height">The height of the control in pixels.</param>
			<param name="range">A <see cref="T:Microsoft.Office.Interop.Word.Range"></see> that provides the location for the control.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddMonthCalendar(System.Single,System.Single,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.MonthCalendar"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.MonthCalendar"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<param name="left">The distance in pixels between the left edge of the control and the left edge of the document.</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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="top">The distance in pixels between the top edge of the control and the top edge of the document.</param>
			<param name="height">The height of the control in pixels.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddNumericUpDown(Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.NumericUpDown"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.NumericUpDown"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="height">The height of the control in pixels.</param>
			<param name="range">A <see cref="T:Microsoft.Office.Interop.Word.Range"></see> that provides the location for the control.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddNumericUpDown(System.Single,System.Single,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.NumericUpDown"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.NumericUpDown"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<param name="left">The distance in pixels between the left edge of the control and the left edge of the document.</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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="top">The distance in pixels between the top edge of the control and the top edge of the document.</param>
			<param name="height">The height of the control in pixels.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddPictureBox(Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.PictureBox"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.PictureBox"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="height">The height of the control in pixels.</param>
			<param name="range">A <see cref="T:Microsoft.Office.Interop.Word.Range"></see> that provides the location for the control.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddPictureBox(System.Single,System.Single,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.PictureBox"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.PictureBox"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<param name="left">The distance in pixels between the left edge of the control and the left edge of the document.</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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="top">The distance in pixels between the top edge of the control and the top edge of the document.</param>
			<param name="height">The height of the control in pixels.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddProgressBar(Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.ProgressBar"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.ProgressBar"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="height">The height of the control in pixels.</param>
			<param name="range">A <see cref="T:Microsoft.Office.Interop.Word.Range"></see> that provides the location for the control.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddProgressBar(System.Single,System.Single,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.ProgressBar"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.ProgressBar"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<param name="left">The distance in pixels between the left edge of the control and the left edge of the document.</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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="top">The distance in pixels between the top edge of the control and the top edge of the document.</param>
			<param name="height">The height of the control in pixels.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddPropertyGrid(Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.PropertyGrid"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.PropertyGrid"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="height">The height of the control in pixels.</param>
			<param name="range">A <see cref="T:Microsoft.Office.Interop.Word.Range"></see> that provides the location for the control.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddPropertyGrid(System.Single,System.Single,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.PropertyGrid"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.PropertyGrid"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<param name="left">The distance in pixels between the left edge of the control and the left edge of the document.</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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="top">The distance in pixels between the top edge of the control and the top edge of the document.</param>
			<param name="height">The height of the control in pixels.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddRadioButton(Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.RadioButton"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.RadioButton"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="height">The height of the control in pixels.</param>
			<param name="range">A <see cref="T:Microsoft.Office.Interop.Word.Range"></see> that provides the location for the control.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddRadioButton(System.Single,System.Single,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.RadioButton"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.RadioButton"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<param name="left">The distance in pixels between the left edge of the control and the left edge of the document.</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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="top">The distance in pixels between the top edge of the control and the top edge of the document.</param>
			<param name="height">The height of the control in pixels.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddRichTextBox(Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.RichTextBox"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.RichTextBox"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="height">The height of the control in pixels.</param>
			<param name="range">A <see cref="T:Microsoft.Office.Interop.Word.Range"></see> that provides the location for the control.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddRichTextBox(System.Single,System.Single,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.RichTextBox"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.RichTextBox"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<param name="left">The distance in pixels between the left edge of the control and the left edge of the document.</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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="top">The distance in pixels between the top edge of the control and the top edge of the document.</param>
			<param name="height">The height of the control in pixels.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddTextBox(Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.TextBox"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.TextBox"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="height">The height of the control in pixels.</param>
			<param name="range">A <see cref="T:Microsoft.Office.Interop.Word.Range"></see> that provides the location for the control.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddTextBox(System.Single,System.Single,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.TextBox"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.TextBox"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<param name="left">The distance in pixels between the left edge of the control and the left edge of the document.</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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="top">The distance in pixels between the top edge of the control and the top edge of the document.</param>
			<param name="height">The height of the control in pixels.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddTrackBar(Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.TrackBar"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.TrackBar"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="height">The height of the control in pixels.</param>
			<param name="range">A <see cref="T:Microsoft.Office.Interop.Word.Range"></see> that provides the location for the control.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddTrackBar(System.Single,System.Single,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.TrackBar"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.TrackBar"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<param name="left">The distance in pixels between the left edge of the control and the left edge of the document.</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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="top">The distance in pixels between the top edge of the control and the top edge of the document.</param>
			<param name="height">The height of the control in pixels.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddTreeView(Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.TreeView"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.TreeView"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="height">The height of the control in pixels.</param>
			<param name="range">A <see cref="T:Microsoft.Office.Interop.Word.Range"></see> that provides the location for the control.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddTreeView(System.Single,System.Single,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.TreeView"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.TreeView"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<param name="left">The distance in pixels between the left edge of the control and the left edge of the document.</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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="top">The distance in pixels between the top edge of the control and the top edge of the document.</param>
			<param name="height">The height of the control in pixels.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddVScrollBar(Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.VScrollBar"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.VScrollBar"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="height">The height of the control in pixels.</param>
			<param name="range">A <see cref="T:Microsoft.Office.Interop.Word.Range"></see> that provides the location for the control.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddVScrollBar(System.Single,System.Single,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.VScrollBar"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.VScrollBar"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<param name="left">The distance in pixels between the left edge of the control and the left edge of the document.</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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="top">The distance in pixels between the top edge of the control and the top edge of the document.</param>
			<param name="height">The height of the control in pixels.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddWebBrowser(Microsoft.Office.Interop.Word.Range,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.WebBrowser"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.WebBrowser"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="height">The height of the control in pixels.</param>
			<param name="range">A <see cref="T:Microsoft.Office.Interop.Word.Range"></see> that provides the location for the control.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.AddWebBrowser(System.Single,System.Single,System.Single,System.Single,System.String)">
			<summary>Adds a new <see cref="T:Microsoft.Office.Tools.Word.Controls.WebBrowser"></see> control to the document in the specified size and location.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.Word.Controls.WebBrowser"></see> control that was added to the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<param name="left">The distance in pixels between the left edge of the control and the left edge of the document.</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"></see> instance.</param>
			<param name="width">The width of the control in pixels.</param>
			<param name="top">The distance in pixels between the top edge of the control and the top edge of the document.</param>
			<param name="height">The height of the control in pixels.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.Contains(System.Object)">
			<summary>Determines whether the specified control is a member of the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</summary>
			<returns>true if the control was found in the collection; otherwise, false.</returns>
			<param name="control">The control that you want to search for in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.Contains(System.String)">
			<summary>Determines whether a control with the specified name is a member of the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</summary>
			<returns>true if the control was found in the collection; otherwise, false.</returns>
			<param name="name">The name of the control you want to search for in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.Dispose">
			<summary>Releases the unmanaged resources used by the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> and optionally releases the managed resources.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.GetEnumerator">
			<summary>Returns an enumerator that enables you to iterate through the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</summary>
			<returns>An <see cref="T:System.Collections.IEnumerator"></see> for the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.GetInlineShapeForControl(System.Windows.Forms.Control)">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> for the specified control.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> for the specified control.</returns>
			<param name="control">The control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance from which you want to get the <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see>.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.GetShapeForControl(System.Windows.Forms.Control)">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> for the specified control.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> for the specified control.</returns>
			<param name="control">The control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance from which you want to get the <see cref="T:Microsoft.Office.Interop.Word.Shape"></see>.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.IndexOf(System.Object)">
			<summary>Searches for the specified control and returns the zero-based index of the first occurrence in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</summary>
			<returns>The index of the control, or -1 if the control is not in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<param name="control">The control to find the index of.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.IndexOf(System.String)">
			<summary>Searches for the first occurrence of a control with the specified name in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</summary>
			<returns>The index of the control, or -1 if the control is not in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</returns>
			<param name="name">The name of the control that you want to find the index of.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.Remove(System.Object)">
			<summary>Removes the specified control from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</summary>
			<param name="control">The control to be removed from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.Remove(System.String)">
			<summary>Removes the specified control from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</summary>
			<param name="name">The name of the control to be removed from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollection.RemoveAt(System.Int32)">
			<summary>Removes the control at the specified index in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</summary>
			<param name="index">The zero-based index of the control to remove from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</param>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.ControlCollection.Item(System.Int32)">
			<summary>Gets the control at the specified index.</summary>
			<returns>The control at the specified index.</returns>
			<param name="index">The zero-based index of the control that you want to get.</param>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.ControlCollection.Item(System.Object)">
			<summary>Gets the specified control.</summary>
			<returns>The specified control.</returns>
			<param name="control">The control to return from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</param>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.ControlCollection.Item(System.String)">
			<summary>Gets the control with the specified name.</summary>
			<returns>The control with the specified name.</returns>
			<param name="name">The string that represents the name of the control.</param>
		</member>
		<member name="T:Microsoft.Office.Tools.Word.ControlCollectionEnumerator">
			<summary>An enumerator that iterates through the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> instance.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollectionEnumerator.MoveNext">
			<summary>Advances the enumerator to the next control of the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see>.</summary>
			<returns>true if the enumerator was successfully advanced to the next control; false if the enumerator has passed the end of the collection.</returns>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.ControlCollectionEnumerator.Reset">
			<summary>Sets the enumerator to its initial position, which is before the first control in the collection.</summary>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.ControlCollectionEnumerator.Current">
			<summary>Gets the current control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see>.</summary>
			<returns>The current control in the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see>.</returns>
		</member>
		<member name="T:Microsoft.Office.Tools.Word.Document">
			<summary>Represents a Microsoft Office Word 2003 document. </summary>
		</member>
		<member name="E:Microsoft.Office.Tools.Word.Document.ActivateEvent">
			<summary>Occurs when the document becomes the active window.</summary>
		</member>
		<member name="E:Microsoft.Office.Tools.Word.Document.BeforeClose">
			<summary>Occurs immediately before the document closes.</summary>
		</member>
		<member name="E:Microsoft.Office.Tools.Word.Document.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.Document.BeforePrint">
			<summary>Occurs before the document is printed.</summary>
		</member>
		<member name="E:Microsoft.Office.Tools.Word.Document.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.Document.BeforeSave">
			<summary>Occurs before the document is saved.</summary>
		</member>
		<member name="E:Microsoft.Office.Tools.Word.Document.CloseEvent">
			<summary>Occurs when the document is closed.</summary>
		</member>
		<member name="E:Microsoft.Office.Tools.Word.Document.Deactivate">
			<summary>Occurs when the active document window loses focus.</summary>
		</member>
		<member name="E:Microsoft.Office.Tools.Word.Document.MailMergeAfterMerge">
			<summary>Occurs after all records in a mail merge have merged successfully.</summary>
		</member>
		<member name="E:Microsoft.Office.Tools.Word.Document.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.Document.MailMergeBeforeMerge">
			<summary>Occurs when a merge is executed, before any records merge.</summary>
		</member>
		<member name="E:Microsoft.Office.Tools.Word.Document.MailMergeBeforeRecordMerge">
			<summary>Occurs as a merge is executed for the individual records in a merge.</summary>
		</member>
		<member name="E:Microsoft.Office.Tools.Word.Document.MailMergeDataSourceLoad">
			<summary>Occurs when the data source is loaded for a mail merge.</summary>
		</member>
		<member name="E:Microsoft.Office.Tools.Word.Document.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.Document.MailMergeWizardStateChange">
			<summary>Occurs when a user changes from a specified step to a specified step in the Mail Merge Wizard.</summary>
		</member>
		<member name="E:Microsoft.Office.Tools.Word.Document.New">
			<summary>Occurs when a new document is created.</summary>
		</member>
		<member name="E:Microsoft.Office.Tools.Word.Document.Open">
			<summary>Occurs when the document is opened.</summary>
		</member>
		<member name="E:Microsoft.Office.Tools.Word.Document.SelectionChange">
			<summary>Occurs when the selection changes in the document window.</summary>
		</member>
		<member name="E:Microsoft.Office.Tools.Word.Document.Shutdown">
			<summary>Occurs when the application domain for the assembly is about to unload.</summary>
		</member>
		<member name="E:Microsoft.Office.Tools.Word.Document.Startup">
			<summary>Occurs after the document is running and all the initialization code in the assembly has been run.</summary>
		</member>
		<member name="E:Microsoft.Office.Tools.Word.Document.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="E:Microsoft.Office.Tools.Word.Document.WindowSize">
			<summary>Occurs when the document window is resized or moved.</summary>
		</member>
		<member name="E:Microsoft.Office.Tools.Word.Document.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.Document.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="M:Microsoft.Office.Tools.Word.Document.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="M:Microsoft.Office.Tools.Word.Document.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"></see> 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="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>
			<param name="Mode">One of the <see cref="T:Microsoft.Office.Interop.Word.WdSummaryMode"></see> values that specifies the way the summary is displayed.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Document.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="M:Microsoft.Office.Tools.Word.Document.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="Comments">Comments for the revision of the document being checked in (only applies if SaveChanges is set to true).</param>
			<param name="SaveChanges">true to save the document to the server location. The default is 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.Document.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="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"></see> property is used.</param>
			<param name="CustomDictionary10">Either an expression that returns a <see cref="T:Microsoft.Office.Interop.Word.Dictionary"></see> 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"></see> or the file name of an additional custom dictionary. You can specify as many as nine additional dictionaries.</param>
			<param name="CustomDictionary2">Either an expression that returns a <see cref="T:Microsoft.Office.Interop.Word.Dictionary"></see> 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"></see> or the file name of an additional custom dictionary. You can specify as many as nine additional dictionaries.</param>
			<param name="CustomDictionary">Either an expression that returns a <see cref="T:Microsoft.Office.Interop.Word.Dictionary"></see> or the file name of the custom dictionary.</param>
			<param name="CustomDictionary7">Either an expression that returns a <see cref="T:Microsoft.Office.Interop.Word.Dictionary"></see> 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"></see> 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"></see> 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"></see> or the file name of an additional custom dictionary. You can specify as many as nine additional dictionaries.</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"></see> property is used.</param>
			<param name="CustomDictionary4">Either an expression that returns a <see cref="T:Microsoft.Office.Interop.Word.Dictionary"></see> or the file name of an additional custom dictionary. You can specify as many as nine additional dictionaries.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Document.Close(System.Object@,System.Object@,System.Object@)">
			<summary>Closes the document.</summary>
			<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>
			<param name="SaveChanges">Specifies the save action for the document. Can be one of the following <see cref="T:Microsoft.Office.Interop.Word.WdSaveOptions"></see> values: <see cref="F:Microsoft.Office.Interop.Word.WdSaveOptions.wdDoNotSaveChanges"></see>, <see cref="F:Microsoft.Office.Interop.Word.WdSaveOptions.wdPromptToSaveChanges"></see>, or <see cref="F:Microsoft.Office.Interop.Word.WdSaveOptions.wdSaveChanges"></see>.</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"></see> values: <see cref="F:Microsoft.Office.Interop.Word.WdOriginalFormat.wdOriginalDocumentFormat"></see>, <see cref="F:Microsoft.Office.Interop.Word.WdOriginalFormat.wdPromptUser"></see>, or <see cref="F:Microsoft.Office.Interop.Word.WdOriginalFormat.wdWordDocument"></see>.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Document.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="AddToRecentFiles">true adds the document to the list of recently used files on the File menu.</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="RemoveDateAndTime">true removes date and time stamp information from tracked changes; false does not remove date and time stamp information from tracked changes.</param>
			<param name="RemovePersonalInformation">true if personal information should be removed from the specified document. The default value is false.</param>
			<param name="Name">The name of the document with which the document is compared.</param>
			<param name="CompareTarget">The target document for the comparison. Can be any <see cref="T:Microsoft.Office.Interop.Word.WdCompareTarget"></see> value.</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>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Document.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 Statistic parameter that are in the document.</returns>
			<param name="Statistic">A <see cref="T:Microsoft.Office.Interop.Word.WdStatistic"></see>.</param>
			<param name="IncludeFootnotesAndEndnotes">true to include footnotes and endnotes when computing statistics. The default value is false.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Document.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"></see> values: <see cref="F:Microsoft.Office.Interop.Word.WdNumberType.wdNumberParagraph"></see>, <see cref="F:Microsoft.Office.Interop.Word.WdNumberType.wdNumberListNum"></see>, or <see cref="F:Microsoft.Office.Interop.Word.WdNumberType.wdNumberAllNumbers"></see>.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Document.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.Document.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.Document.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"></see> values: <see cref="F:Microsoft.Office.Interop.Word.WdNumberType.wdNumberParagraph"></see>, <see cref="F:Microsoft.Office.Interop.Word.WdNumberType.wdNumberListNum"></see>, or <see cref="F:Microsoft.Office.Interop.Word.WdNumberType.wdNumberAllNumbers"></see>. The default value is <see cref="F:Microsoft.Office.Interop.Word.WdNumberType.wdNumberAllNumbers"></see>.</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.Document.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"></see> object based on the specified letter elements. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.LetterContent"></see> based on the specified letter elements.</returns>
			<param name="LetterheadSize">The amount of space (in points) to be reserved for a preprinted letterhead.</param>
			<param name="MailingInstructions">The mailing instruction text for the letter (for example, "Certified Mail").</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="Letterhead">true to reserve space for a preprinted letterhead.</param>
			<param name="SenderJobTitle">The job title of the person creating the letter.</param>
			<param name="ReturnAddress">The text of the return mailing address for the letter.</param>
			<param name="IncludeHeaderFooter">true to include the header and footer from the page design template.</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="CCList">The names of the carbon copy (CC) recipients for the letter.</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="SenderName">The name of the person sending the letter.</param>
			<param name="LetterStyle">A <see cref="T:Microsoft.Office.Interop.Word.WdLetterStyle"></see>. The document layout.</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="DateFormat">The date for the letter.</param>
			<param name="PageDesign">The name of the template attached to the document.</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>
			<param name="EnclosureNumber">The number of enclosures for the letter.</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="Subject">The subject text for the specified letter.</param>
			<param name="SenderCompany">The company name of the person creating the letter.</param>
			<param name="LetterheadLocation">A <see cref="T:Microsoft.Office.Interop.Word.WdLetterheadLocation"></see>. The location of the preprinted letterhead.</param>
			<param name="Closing">The closing text for the letter.</param>
			<param name="RecipientReference">The reference line text for the letter (for example, "In reply to:").</param>
			<param name="Salutation">The salutation text for the letter.</param>
			<param name="SenderInitials">The initials of the person creating the letter.</param>
			<param name="SalutationType">A <see cref="T:Microsoft.Office.Interop.Word.WdSalutationType"></see>. The salutation type for the letter.</param>
			<param name="RecipientAddress">The mailing address of the person receiving the letter.</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="AttentionLine">The attention line text for the letter (for example, "Attention:").</param>
			<param name="RecipientName">The name of the person receiving the letter.</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>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Document.DeleteAllCommentsShown">
			<summary>Deletes all revisions in the document that are displayed on the screen.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Document.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"></see> 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.Document.Dispose(System.Boolean)">
			<summary>Releases the unmanaged resources used by the <see cref="T:Microsoft.Office.Tools.Word.Document"></see> 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="M:Microsoft.Office.Tools.Word.Document.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="SubAddress">The location within the target document. The default value is an empty string.</param>
			<param name="Address">The address of the target document.</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 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 Method. Use the <see cref="P:Microsoft.Office.Interop.Word.Hyperlink.ExtraInfoRequired"></see> property to determine whether extra information is required.</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="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 HeaderInfo argument might overwrite default HTTP header fields.</param>
			<param name="Method">Specifies the way additional information for HTTP is handled. <see cref="T:Microsoft.Office.Core.MsoExtraInfoMethod"></see>.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Document.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"></see> values that specifies the type of item you want to insert a cross-reference to.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Document.GetLetterContent">
			<summary>Retrieves letter elements from the document and returns a <see cref="T:Microsoft.Office.Interop.Word.LetterContent"></see>.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.LetterContent"></see>.</returns>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Document.GoTo(System.Object@,System.Object@,System.Object@,System.Object@)">
			<summary>Returns a <see cref="T:Microsoft.Office.Interop.Word.Range"></see> 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"></see> 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"></see> 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"></see> 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"></see> as the Which argument and specify a Count value.</param>
			<param name="Name">If the What argument is <see cref="F:Microsoft.Office.Interop.Word.WdGoToItem.wdGoToBookmark"></see>, <see cref="F:Microsoft.Office.Interop.Word.WdGoToItem.wdGoToComment"></see>, <see cref="F:Microsoft.Office.Interop.Word.WdGoToItem.wdGoToField"></see>, or <see cref="F:Microsoft.Office.Interop.Word.WdGoToItem.wdGoToObject"></see>, this argument specifies a name.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Document.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="MergeTarget">One of the <see cref="T:Microsoft.Office.Interop.Word.WdMergeTarget"></see> values.</param>
			<param name="DetectFormatChanges">true to detect format changes in the document; otherwise, false.</param>
			<param name="AddToRecentFiles">true to add to the recent files list; otherwise, false.</param>
			<param name="UseFormattingFrom">One of the <see cref="T:Microsoft.Office.Interop.Word.WdUseFormattingFrom"></see> values.</param>
			<param name="FileName">The name of the new file that includes the merged contents.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Document.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="PageType">The type of pages to be printed. Can be any <see cref="T:Microsoft.Office.Interop.Word.WdPrintOutPages"></see> value.</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>
			<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="PrintZoomColumn">The number of pages you want Word to fit horizontally on one page. Can be 1, 2, 3, or 4. Use with the PrintZoomRow argument to print multiple pages on a single sheet.</param>
			<param name="Append">true to append the document to the file specified by the OutputFileName argument; false to overwrite the contents of OutputFileName.</param>
			<param name="Copies">The number of copies to be printed.</param>
			<param name="Item">The item to be printed. Can be any <see cref="T:Microsoft.Office.Interop.Word.WdPrintOutItem"></see> value.</param>
			<param name="To">The ending page number when Range is set to <see cref="F:Microsoft.Office.Interop.Word.WdPrintOutRange.wdPrintFromTo"></see>.</param>
			<param name="Range">The page range. Can be any <see cref="T:Microsoft.Office.Interop.Word.WdPrintOutRange"></see> value.</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"></see> and <see cref="P:Microsoft.Office.Interop.Word.Options.PrintReverse"></see> properties are ignored. Use the <see cref="P:Microsoft.Office.Interop.Word.Options.PrintOddPagesInAscendingOrder"></see> and <see cref="P:Microsoft.Office.Interop.Word.Options.PrintEvenPagesInAscendingOrder"></see> 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="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="PrintToFile">true to send printer instructions to a file. Make sure to specify a file name with OutputFileName.</param>
			<param name="OutputFileName">If PrintToFile is true, this argument specifies the path and file name of the output file.</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="Background">true to have the customization code continue while Microsoft Office Word prints the document.</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 PrintZoomColumn argument to print multiple pages on a single sheet.</param>
			<param name="From">The starting page number when Range is set to <see cref="F:Microsoft.Office.Interop.Word.WdPrintOutRange.wdPrintFromTo"></see>.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Document.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="Password">The password required to remove protection from the document. (See Remarks below.)</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 Type is not <see cref="F:Microsoft.Office.Interop.Word.WdProtectionType.wdAllowOnlyFormFields"></see>, the NoReset argument is ignored.</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>
			<param name="Type">The protection type for the specified document. <see cref="T:Microsoft.Office.Interop.Word.WdProtectionType"></see>.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Document.Range(System.Object@,System.Object@)">
			<summary>Returns a <see cref="T:Microsoft.Office.Interop.Word.Range"></see> by using the specified starting and ending character positions.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Range"></see> that uses the specified starting and ending character positions.</returns>
			<param name="End">The ending character position.</param>
			<param name="Start">The starting character position.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Document.Redo(System.Object@)">
			<summary>Performs the last action that was undone (reverses the <see cref="M:Microsoft.Office.Tools.Word.Document.Undo(System.Object@)"></see> 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.Document.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"></see> values.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Document.RemoveCustomization">
			<summary>Removes the Visual Studio Tools for Office customization from the document.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Document.RemoveNumbers(System.Object@)">
			<summary>Removes numbers or bullets from the document.</summary>
			<param name="NumberType"><see cref="T:Microsoft.Office.Interop.Word.WdNumberType"></see>. The type of number to be removed.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Document.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.Document.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"></see> values.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Document.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"></see>. Any filled properties in the <see cref="T:Microsoft.Office.Interop.Word.LetterContent"></see> show up as filled elements in the Letter Wizard dialog boxes. If this argument is omitted, the <see cref="M:Microsoft.Office.Tools.Word.Document.GetLetterContent"></see> method is automatically used to get a <see cref="T:Microsoft.Office.Interop.Word.LetterContent"></see> 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.Document.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="AddToRecentFiles">true to add the document to the list of recently used files on the File menu. The default is true.</param>
			<param name="EmbedTrueTypeFonts">true to save TrueType fonts with the document. If omitted, the EmbedTrueTypeFonts argument assumes the value of the <see cref="P:Microsoft.Office.Tools.Word.Document.EmbedTrueTypeFonts"></see> property.</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="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"></see> value.</param>
			<param name="Password">A password string for opening the document. (See Remarks below.)</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="SaveFormsData">true to save the data entered by a user in a form as a data record.</param>
			<param name="WritePassword">A password string for saving changes to the document. (See Remarks below.)</param>
			<param name="FileFormat">The format in which the document is saved. Can be any <see cref="T:Microsoft.Office.Interop.Word.WdSaveFormat"></see> value. To save a document in another format, specify the appropriate value for the <see cref="P:Microsoft.Office.Tools.Word.Document.SaveFormat"></see> property.</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="SaveAsAOCELetter">If the document has an attached mailer, true to save the document as an AOCE letter (the mailer is saved).</param>
			<param name="LockComments">true to lock the document for comments. The default is false.</param>
			<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="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="ReadOnlyRecommended">true to have Microsoft Office Word suggest read-only status whenever the document is opened. The default is false.</param>
			<param name="Encoding"><see cref="T:Microsoft.Office.Core.MsoEncoding"></see>. The code page, or character set, to use for documents saved as encoded text files. The default is the system code page.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Document.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"></see> 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.Document.SelectNodes(System.String,System.String,System.Boolean)">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.XMLNodes"></see> collection that represents all the nodes that match the XPath parameter in the order in which they appear in the document.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.XMLNodes"></see> collection that represents all the nodes that match the XPath parameter in the order in which they appear in the document.</returns>
			<param name="PrefixMapping">Provides the prefix in the schema against which to perform the search. Use the PrefixMapping parameter if your 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>
			<param name="XPath">A valid XPath string. For more information on XPath, see the XPath reference documentation on the Microsoft Developer Network (MSDN) Web site.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Document.SelectSingleNode(System.String,System.String,System.Boolean)">
			<summary>Returns a <see cref="T:Microsoft.Office.Interop.Word.XMLNode"></see> object that represents the first node in the document that matches the XPath parameter.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.XMLNode"></see> object that represents the first node that matches the XPath parameter in the document.</returns>
			<param name="PrefixMapping">Provides the prefix in the schema against which to perform the search. Use the PrefixMapping parameter if your 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>
			<param name="XPath">A valid XPath string. For more information on XPath, see the XPath reference documentation on the Microsoft Developer Network (MSDN) Web site.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Document.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.Document.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="ShowMessage">true to display the fax message before sending it. false to send the fax without displaying the fax message.</param>
			<param name="Subject">The subject line for the faxed document.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Document.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 ShowMessage is false, an exception is thrown and the message is not sent.</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>
			<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="Subject">The subject of the message. If left blank, the subject will be: Please review "filename".</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Document.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.Document.SetLetterContent(System.Object@)">
			<summary>Inserts the contents of the specified <see cref="T:Microsoft.Office.Interop.Word.LetterContent"></see> into the document.</summary>
			<param name="LetterContent">The <see cref="T:Microsoft.Office.Interop.Word.LetterContent"></see> that includes the various elements of the letter.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Document.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="PasswordEncryptionKeyLength">The encryption key length. Must be a multiple of 8, starting at 40.</param>
			<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="PasswordEncryptionFileProperties">true for Word to encrypt file properties. Default is true.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Document.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="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>
			<param name="Path">The path of the XSLT file.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Document.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>
			<returns>true if the actions were successfully undone.</returns>
			<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.Document.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="P:Microsoft.Office.Tools.Word.Document.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.Document.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.Document.ActiveWindow">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Window"></see> that represents the active window.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Window"></see> that represents the active window.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.ActiveWritingStyle">
			<summary>Gets the writing style for a specified language in the document. </summary>
			<returns>A string that specifies the writing style for a specified language in the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.Application">
			<summary>Gets an <see cref="T:Microsoft.Office.Interop.Word.Application"></see> that represents the creator of the document.</summary>
			<returns>An <see cref="T:Microsoft.Office.Interop.Word.Application"></see> that represents the creator of the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.AttachedTemplate">
			<summary>Gets or sets a <see cref="T:Microsoft.Office.Interop.Word.Template"></see> that represents the template attached to the document.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Template"></see> that represents the template attached to the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.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.Document.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="P:Microsoft.Office.Tools.Word.Document.Background">
			<summary>Gets or sets a <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> that represents the background image for the specified document. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> that represents the background image for the specified document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.Bookmarks">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Bookmarks"></see> collection that represents all the bookmarks in the document. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Bookmarks"></see> collection that represents all the bookmarks in the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.BuiltInDocumentProperties">
			<summary>Gets a <see cref="T:Microsoft.Office.Core.DocumentProperties"></see> collection that represents all the built-in document properties for the document.</summary>
			<returns>A <see cref="T:Microsoft.Office.Core.DocumentProperties"></see> collection that represents all the built-in document properties for the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.Characters">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Characters"></see> collection that represents the characters in the document.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Characters"></see> collection that represents the characters in the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.ChildNodeSuggestions">
			<summary>Gets an <see cref="T:Microsoft.Office.Interop.Word.XMLChildNodeSuggestions"></see> collection that represents the list of allowed elements for the <see cref="T:Microsoft.Office.Tools.Word.Document"></see> (which returns the root elements for all attached schemas) or for the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> object (which returns the child elements of a specified element).</summary>
			<returns>An <see cref="T:Microsoft.Office.Interop.Word.XMLChildNodeSuggestions"></see> collection.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.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="P:Microsoft.Office.Tools.Word.Document.CommandBars">
			<summary>Gets a <see cref="T:Microsoft.Office.Core.CommandBars"></see> collection that represents the menu bar and all the toolbars in Microsoft Office Word.</summary>
			<returns>A <see cref="T:Microsoft.Office.Core.CommandBars"></see> collection that represents the menu bar and all the toolbars in Microsoft Office Word.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.Comments">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Comments"></see> collection that represents all the comments in the document.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Comments"></see> collection that represents all the comments in the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.Compatibility">
			<summary>Gets a value that indicates whether the specified compatibility option is enabled.</summary>
			<returns>true if the specified compatibility option is enabled; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.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.Document.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.Document.Content">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Range"></see> that represents the main document story. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Range"></see> that represents the main document story.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.Controls">
			<summary>Gets the collection of all the controls that are on the document.</summary>
			<returns>A <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see> that contains all the controls on the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.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.Document.CustomDocumentProperties">
			<summary>Gets a <see cref="T:Microsoft.Office.Core.DocumentProperties"></see> collection that represents all the custom document properties for the document.</summary>
			<returns>A <see cref="T:Microsoft.Office.Core.DocumentProperties"></see> collection that represents all the custom document properties for the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.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.Document.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.Document.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="P:Microsoft.Office.Tools.Word.Document.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.Document.DisableFeaturesIntroducedAfter"></see> property are disabled. </summary>
			<returns>true if all features introduced after the version specified in the <see cref="P:Microsoft.Office.Tools.Word.Document.DisableFeaturesIntroducedAfter"></see> property are disabled; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.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"></see> values.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.DocumentLibraryVersions">
			<summary>Gets a <see cref="T:Microsoft.Office.Core.DocumentLibraryVersions"></see> 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"></see> collection.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.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="P:Microsoft.Office.Tools.Word.Document.Email">
			<summary>Gets an <see cref="T:Microsoft.Office.Interop.Word.Email"></see> object that contains all the e-mail–related properties of the document.</summary>
			<returns>An <see cref="T:Microsoft.Office.Interop.Word.Email"></see> object that contains all the e-mail–related properties of the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.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.Document.EmbedSmartTags">
			<summary>Gets or sets a value that indicates whether Microsoft Office Word saves the smart tag information in a document. </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.Document.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.Document.Endnotes">
			<summary>Gets an <see cref="T:Microsoft.Office.Interop.Word.Endnotes"></see> collection that represents all the endnotes in the document. </summary>
			<returns>An <see cref="T:Microsoft.Office.Interop.Word.Endnotes"></see> collection that represents all the endnotes in the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.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.Document.Envelope">
			<summary>Gets an <see cref="T:Microsoft.Office.Interop.Word.Envelope"></see> that represents envelope functionality and the envelope in the document. </summary>
			<returns>An <see cref="T:Microsoft.Office.Interop.Word.Envelope"></see> that represents envelope functionality and the envelope in the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.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"></see> values.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.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"></see> values.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.Fields">
			<summary>Gets a read-only <see cref="T:Microsoft.Office.Interop.Word.Fields"></see> collection that contains the fields in the main text story.</summary>
			<returns>A read-only <see cref="T:Microsoft.Office.Interop.Word.Fields"></see> collection that represents all the fields in the main text story.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.Footnotes">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Footnotes"></see> collection that represents all the footnotes in the document. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Footnotes"></see> collection that represents all the footnotes in the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.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.Document.FormattingShowFilter">
			<summary>Gets or sets a <see cref="T:Microsoft.Office.Interop.Word.WdShowFilter"></see> 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"></see> values.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.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.Document.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.Document.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.Document.FormFields">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.FormFields"></see> collection that represents all the form fields in the document.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.FormFields"></see> collection that represents all the form fields in the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.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="P:Microsoft.Office.Tools.Word.Document.Frames">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Frames"></see> collection that represents all the frames in the document. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Frames"></see> collection that represents all the frames in the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.Frameset">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Frameset"></see> 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"></see> that represents an entire frames page or a single frame on a frames page.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.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="P:Microsoft.Office.Tools.Word.Document.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.Document.GrammaticalErrors">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.ProofreadingErrors"></see> collection that represents the sentences that failed the grammar check on the document. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.ProofreadingErrors"></see> collection that represents the sentences that failed the grammar check on the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.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.Document.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.Document.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.Document.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.Document.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.Document.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.Document.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.Document.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.Document.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.Document.HTMLDivisions">
			<summary>Gets an <see cref="T:Microsoft.Office.Interop.Word.HTMLDivisions"></see> object that represents an HTML division in a Web document.</summary>
			<returns>An <see cref="T:Microsoft.Office.Interop.Word.HTMLDivisions"></see> object that represents an HTML division in a Web document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.HTMLProject">
			<summary>Gets an <see cref="T:Microsoft.Office.Core.HTMLProject"></see> in the document that represents a top-level project branch, as in the Project Explorer of the Microsoft Script Editor.</summary>
			<returns>An <see cref="T:Microsoft.Office.Core.HTMLProject"></see> in the document that represents a top-level project branch.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.Hyperlinks">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Hyperlinks"></see> collection that represents all the hyperlinks in the document. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Hyperlinks"></see> collection that represents all the hyperlinks in the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.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.Document.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.Document.Indexes">
			<summary>Gets an <see cref="T:Microsoft.Office.Interop.Word.Indexes"></see> collection that represents all the indexes in the document. </summary>
			<returns>An <see cref="T:Microsoft.Office.Interop.Word.Indexes"></see> collection that represents all the indexes in the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.InlineShapes">
			<summary>Gets an <see cref="T:Microsoft.Office.Interop.Word.InlineShapes"></see> collection that represents all the <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> objects in the document. </summary>
			<returns>An <see cref="T:Microsoft.Office.Interop.Word.InlineShapes"></see> collection that represents all the <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> objects in the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.InnerObject">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Document"></see> that represents the underlying native object for the <see cref="T:Microsoft.Office.Tools.Word.Document"></see>.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Document"></see> that represents the underlying native object for the <see cref="T:Microsoft.Office.Tools.Word.Document"></see>.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.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.Document.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.Document.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"></see> values.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.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.Document.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"></see> values.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.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.Document.ListParagraphs">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.ListParagraphs"></see> collection that represents all the numbered paragraphs in the document.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.ListParagraphs"></see> collection that represents all the numbered paragraphs in the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.Lists">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Lists"></see> collection that contains all the formatted lists in the document.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Lists"></see> collection that contains all the formatted lists in the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.ListTemplates">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.ListTemplates"></see> collection that represents all the list formats for the document.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.ListTemplates"></see> collection that represents all the list formats for the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.MailEnvelope">
			<summary>Gets an <see cref="T:Microsoft.Office.Core.MsoEnvelope"></see> that represents an e-mail header for a document.</summary>
			<returns>An <see cref="T:Microsoft.Office.Core.MsoEnvelope"></see> that represents an e-mail header for a document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.MailMerge">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.MailMerge"></see> that represents the mail merge functionality for the document.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.MailMerge"></see> that represents the mail merge functionality for the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.Name">
			<summary>Gets the name of the document. </summary>
			<returns>The name of the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.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.Document.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.Document.OpenEncoding">
			<summary>Gets the encoding used to open the document. </summary>
			<returns>One of the <see cref="T:Microsoft.Office.Core.MsoEncoding"></see> values.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.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.Document.PageSetup">
			<summary>Gets or sets a <see cref="T:Microsoft.Office.Interop.Word.PageSetup"></see> that is associated with the document.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.PageSetup"></see> that is associated with the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.Paragraphs">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Paragraphs"></see> collection that represents all the paragraphs in the document. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Paragraphs"></see> collection that represents all the paragraphs in the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.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.Document.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.Document.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.Document.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.Document.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.Document.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.Document.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.Document.Permission">
			<summary>Gets a <see cref="T:Microsoft.Office.Core.Permission"></see> that represents the permission settings for the document.</summary>
			<returns>A <see cref="T:Microsoft.Office.Core.Permission"></see> that represents the permission settings for the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.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.Document.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="P:Microsoft.Office.Tools.Word.Document.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="P:Microsoft.Office.Tools.Word.Document.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="P:Microsoft.Office.Tools.Word.Document.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"></see> constants: <see cref="F:Microsoft.Office.Interop.Word.WdProtectionType.wdAllowOnlyComments"></see>, <see cref="F:Microsoft.Office.Interop.Word.WdProtectionType.wdAllowOnlyFormFields"></see>, <see cref="F:Microsoft.Office.Interop.Word.WdProtectionType.wdAllowOnlyReading"></see>, <see cref="F:Microsoft.Office.Interop.Word.WdProtectionType.wdAllowOnlyRevisions"></see>, or <see cref="F:Microsoft.Office.Interop.Word.WdProtectionType.wdNoProtection"></see>.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.ReadabilityStatistics">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.ReadabilityStatistics"></see> collection that represents the readability statistics for the document.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.ReadabilityStatistics"></see> collection that represents the readability statistics for the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.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.Document.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.Document.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.Document.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.Document.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="P:Microsoft.Office.Tools.Word.Document.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="P:Microsoft.Office.Tools.Word.Document.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="P:Microsoft.Office.Tools.Word.Document.Revisions">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Revisions"></see> collection that represents the tracked changes in the document.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Revisions"></see> collection that represents the tracked changes in the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.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.Document.RoutingSlip">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.RoutingSlip"></see> that represents the routing slip information for the document.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.RoutingSlip"></see> that represents the routing slip information for the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.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.Document.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"></see> values.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.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.Document.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.Document.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="P:Microsoft.Office.Tools.Word.Document.Scripts">
			<summary>Gets a <see cref="T:Microsoft.Office.Core.Scripts"></see> collection that represents the collection of HTML scripts in the document.</summary>
			<returns>A <see cref="T:Microsoft.Office.Core.Scripts"></see> collection that represents the collection of HTML scripts in the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.Sections">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Sections"></see> collection that represents the sections in the document. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Sections"></see> collection that represents the sections in the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.Sentences">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Sentences"></see> collection that represents all the sentences in the document. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Sentences"></see> collection that represents all the sentences in the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.Shapes">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Shapes"></see> collection that represents all the <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> objects in the document.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Shapes"></see> collection that represents all the <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> objects in the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.SharedWorkspace">
			<summary>Gets a <see cref="T:Microsoft.Office.Core.SharedWorkspace"></see> that represents the Document Workspace in which the document is located.</summary>
			<returns>A <see cref="T:Microsoft.Office.Core.SharedWorkspace"></see> that represents the Document Workspace in which the document is located.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.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.Document.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.Document.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.Document.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="P:Microsoft.Office.Tools.Word.Document.Signatures">
			<summary>Gets a <see cref="T:Microsoft.Office.Core.SignatureSet"></see> that represents the digital signatures for the document.</summary>
			<returns>A <see cref="T:Microsoft.Office.Core.SignatureSet"></see> that represents the digital signatures for the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.SmartDocument">
			<summary>Gets a <see cref="T:Microsoft.Office.Core.SmartDocument"></see> that represents the settings for a smart document solution.</summary>
			<returns>A <see cref="T:Microsoft.Office.Core.SmartDocument"></see> that represents the settings for a smart document solution.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.SmartTags">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.SmartTags"></see> object that represents a smart tag in a document.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.SmartTags"></see> object that represents a smart tag in a document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.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.</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.Document.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.Document.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.Document.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.Document.SpellingErrors">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.ProofreadingErrors"></see> collection that represents the words identified as spelling errors in the document. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.ProofreadingErrors"></see> collection that represents the words identified as spelling errors in the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.StoryRanges">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.StoryRanges"></see> collection that represents all the stories in the document.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.StoryRanges"></see> collection that represents all the stories in the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.Styles">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Styles"></see> collection for the document.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Styles"></see> collection for the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.StyleSheets">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.StyleSheets"></see> object that represents the Web style sheets attached to the document.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.StyleSheets"></see> object that represents the Web style sheets attached to the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.Subdocuments">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Subdocuments"></see> collection that represents all the subdocuments in the document. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Subdocuments"></see> collection that represents all the subdocuments in the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.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.Document.SummaryViewMode">
			<summary>Gets or sets the way a summary is displayed. </summary>
			<returns>One of the <see cref="T:Microsoft.Office.Interop.Word.WdSummaryMode"></see> values.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.Sync">
			<summary>Gets a <see cref="T:Microsoft.Office.Core.Sync"></see> 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"></see> object that provides access to the methods and properties of documents that are part of a Document Workspace.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.Tables">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Tables"></see> collection that represents all the tables in the document.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Tables"></see> collection that represents all the tables in the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.TablesOfAuthorities">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.TablesOfAuthorities"></see> collection that represents the tables of authorities in the document. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.TablesOfAuthorities"></see> collection that represents the tables of authorities in the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.TablesOfAuthoritiesCategories">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.TablesOfAuthoritiesCategories"></see> collection that represents the available table of authorities categories for the document. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.TablesOfAuthoritiesCategories"></see> collection that represents the available table of authorities categories for the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.TablesOfContents">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.TablesOfContents"></see> collection that represents the tables of contents in the document.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.TablesOfContents"></see> collection that represents the tables of contents in the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.TablesOfFigures">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.TablesOfFigures"></see> collection that represents the tables of figures in the document.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.TablesOfFigures"></see> collection that represents the tables of figures in the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.Tag">
			<summary>Gets or sets an object that contains data about the document.</summary>
			<returns>An object that contains data about the document. The default is null.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.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"></see> values.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.TextLineEnding">
			<summary>Gets or sets a <see cref="T:Microsoft.Office.Interop.Word.WdLineEndingType"></see> 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"></see> values.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.TrackRevisions">
			<summary>Gets or sets a value that indicates whether changes are tracked in the document.</summary>
			<returns>true if changes are tracked in the document; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.Type">
			<summary>Gets the document type (template or document).</summary>
			<returns>One of the <see cref="T:Microsoft.Office.Interop.Word.WdDocumentType"></see> values.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.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="P:Microsoft.Office.Tools.Word.Document.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@)"></see> method or the VBA.Interaction.CreateObject or VBA.Interaction.GetObject method.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.Variables">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Variables"></see> collection that represents the variables stored in the document. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Variables"></see> collection that represents the variables stored in the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.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.Document.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.Document.Versions">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Versions"></see> collection that represents all the versions of the document. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Versions"></see> collection that represents all the versions of the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.VstoSmartTags">
			<summary>Gets the <see cref="T:Microsoft.Office.Tools.SmartTagCollection"></see> associated with the document.</summary>
			<returns>The <see cref="T:Microsoft.Office.Tools.SmartTagCollection"></see> associated with the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.WebOptions">
			<summary>Gets the <see cref="T:Microsoft.Office.Interop.Word.WebOptions"></see> 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"></see> 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="P:Microsoft.Office.Tools.Word.Document.Windows">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Windows"></see> 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"></see> collection that represents all windows for the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.Words">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Words"></see> collection that represents all the words in the document. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Words"></see> collection that represents all the words in the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.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="P:Microsoft.Office.Tools.Word.Document.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.Document.XMLNodes">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.XMLNodes"></see> collection that represents the collection of all XML elements within the document.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.XMLNodes"></see> collection that represents the collection of all XML elements within the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.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.Document.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.Document.XMLSchemaReferences">
			<summary>Gets an <see cref="T:Microsoft.Office.Interop.Word.XMLSchemaReferences"></see> collection that represents the schemas attached to the document.</summary>
			<returns>An <see cref="T:Microsoft.Office.Interop.Word.XMLSchemaReferences"></see> collection that represents the schemas attached to the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.XMLSchemaViolations">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.XMLNodes"></see> collection that represents all nodes in the document that have validation errors.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.XMLNodes"></see> collection that represents all nodes in the document that have validation errors.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Document.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.Document.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.MailMergeAfterMergeEventArgs">
			<summary>Provides data for the <see cref="E:Microsoft.Office.Tools.Word.Document.MailMergeAfterMerge"></see> event.</summary>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.MailMergeAfterMergeEventArgs.NewDocument">
			<summary>Gets the <see cref="T:Microsoft.Office.Interop.Word.Document"></see> created from the mail merge.</summary>
			<returns>The <see cref="T:Microsoft.Office.Interop.Word.Document"></see> created from the mail merge.</returns>
		</member>
		<member name="T:Microsoft.Office.Tools.Word.MailMergeAfterMergeEventHandler">
			<summary>Represents the method that handles the <see cref="E:Microsoft.Office.Tools.Word.Document.MailMergeAfterMerge"></see> event of a <see cref="T:Microsoft.Office.Tools.Word.Document"></see>.</summary>
		</member>
		<member name="T:Microsoft.Office.Tools.Word.MailMergeWizardStateChangeEventArgs">
			<summary>Provides data for the <see cref="E:Microsoft.Office.Tools.Word.Document.MailMergeWizardStateChange"></see> event.</summary>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.MailMergeWizardStateChangeEventArgs.FromState">
			<summary>Gets the Mail Merge wizard step from which a user is moving.</summary>
			<returns>The Mail Merge wizard step from which a user is moving.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.MailMergeWizardStateChangeEventArgs.Handled">
			<summary>Gets a value indicating whether to move the user to the next step in the Mail Merge wizard.</summary>
			<returns>true to move the user to the next step; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.MailMergeWizardStateChangeEventArgs.ToState">
			<summary>Gets an integer indicating the Mail Merge wizard step to which a user is moving.</summary>
			<returns>The Mail Merge wizard step to which a user is moving.</returns>
		</member>
		<member name="T:Microsoft.Office.Tools.Word.MailMergeWizardStateChangeEventHandler">
			<summary>Represents the method that handles the <see cref="E:Microsoft.Office.Tools.Word.Document.MailMergeWizardStateChange"></see> event of a <see cref="T:Microsoft.Office.Tools.Word.Document"></see>.</summary>
		</member>
		<member name="T:Microsoft.Office.Tools.Word.NodeInsertAndDeleteEventArgs">
			<summary>Provides data for the <see cref="E:Microsoft.Office.Tools.Word.XMLNode.AfterInsert"></see> and <see cref="E:Microsoft.Office.Tools.Word.XMLNode.BeforeDelete"></see> events of <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> controls, and for the <see cref="E:Microsoft.Office.Tools.Word.XMLNodes.AfterInsert"></see> and <see cref="E:Microsoft.Office.Tools.Word.XMLNodes.BeforeDelete"></see> events of <see cref="T:Microsoft.Office.Tools.Word.XMLNodes"></see> controls.</summary>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.NodeInsertAndDeleteEventArgs.InUndoRedo">
			<summary>Gets a value that indicates whether an action was a result of an undo or redo command.</summary>
			<returns>true if the action was a result of an undo or redo command; otherwise, false.</returns>
		</member>
		<member name="T:Microsoft.Office.Tools.Word.NodeInsertAndDeleteEventHandler">
			<summary>Represents the method that handles the <see cref="E:Microsoft.Office.Tools.Word.XMLNode.AfterInsert"></see> and <see cref="E:Microsoft.Office.Tools.Word.XMLNode.BeforeDelete"></see> events of XMLNode controls, and the <see cref="E:Microsoft.Office.Tools.Word.XMLNodes.AfterInsert"></see> and <see cref="E:Microsoft.Office.Tools.Word.XMLNodes.BeforeDelete"></see> events of XMLNodes controls.</summary>
		</member>
		<member name="T:Microsoft.Office.Tools.Word.OLEControl">
			<summary>Represents a linked or embedded control on a document.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.OLEControl.Activate">
			<summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.OLEControl"></see>.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.OLEControl.Copy">
			<summary>Copies the <see cref="T:Microsoft.Office.Tools.Word.OLEControl"></see> to the Clipboard.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.OLEControl.Cut">
			<summary>Cuts the <see cref="T:Microsoft.Office.Tools.Word.OLEControl"></see> to the Clipboard.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.OLEControl.Delete">
			<summary>Deletes the <see cref="T:Microsoft.Office.Tools.Word.OLEControl"></see>.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.OLEControl.Select">
			<summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.OLEControl"></see>.</summary>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.OLEControl.Height">
			<summary>Gets or sets the height, in points, of the <see cref="T:Microsoft.Office.Tools.Word.OLEControl"></see>.</summary>
			<returns>The height, in points, of the <see cref="T:Microsoft.Office.Tools.Word.OLEControl"></see>.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.OLEControl.InlineShape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.OLEControl"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.OLEControl"></see>.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.OLEControl.Left">
			<summary>Gets or sets the distance, in points, from the left edge of the <see cref="T:Microsoft.Office.Tools.Word.OLEControl"></see> to the left edge of the document.</summary>
			<returns>The distance, in points, from the left edge of the <see cref="T:Microsoft.Office.Tools.Word.OLEControl"></see> to the left edge of the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.OLEControl.Name">
			<summary>Gets or sets the name of the <see cref="T:Microsoft.Office.Tools.Word.OLEControl"></see>.</summary>
			<returns>The name of the <see cref="T:Microsoft.Office.Tools.Word.OLEControl"></see>.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.OLEControl.Shape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.OLEControl"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.OLEControl"></see>.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.OLEControl.Top">
			<summary>Gets or sets the distance, in points, from the top edge of the <see cref="T:Microsoft.Office.Tools.Word.OLEControl"></see> to the top of the document.</summary>
			<returns>The distance, in points, from the top edge of the <see cref="T:Microsoft.Office.Tools.Word.OLEControl"></see> to the top of the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.OLEControl.Width">
			<summary>Gets or sets the width, in points, of the <see cref="T:Microsoft.Office.Tools.Word.OLEControl"></see>.</summary>
			<returns>The width, in points, of the <see cref="T:Microsoft.Office.Tools.Word.OLEControl"></see>.</returns>
		</member>
		<member name="T:Microsoft.Office.Tools.Word.SaveEventArgs">
			<summary>Provides data for the <see cref="E:Microsoft.Office.Tools.Word.Document.BeforeSave"></see> event.</summary>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.SaveEventArgs.ShowSaveAsDialog">
			<summary>Gets or sets a value indicating whether to display the Save As dialog box.</summary>
			<returns>true to display the Save As dialog box; otherwise, false.</returns>
		</member>
		<member name="T:Microsoft.Office.Tools.Word.SaveEventHandler">
			<summary>Represents the method that will handle the <see cref="E:Microsoft.Office.Tools.Word.Document.BeforeSave"></see> event of a <see cref="T:Microsoft.Office.Tools.Word.Document"></see>.</summary>
		</member>
		<member name="T:Microsoft.Office.Tools.Word.SelectionEventArgs">
			<summary>Provides data for the <see cref="E:Microsoft.Office.Tools.Word.Bookmark.SelectionChange"></see>, <see cref="E:Microsoft.Office.Tools.Word.Bookmark.Selected"></see>, and <see cref="E:Microsoft.Office.Tools.Word.Bookmark.Deselected"></see> events of a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.SelectionEventArgs.Selection">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Selection"></see> that represents the text that was selected.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Selection"></see> that represents the text that was selected.</returns>
		</member>
		<member name="T:Microsoft.Office.Tools.Word.SelectionEventHandler">
			<summary>Represents the method that handles the <see cref="E:Microsoft.Office.Tools.Word.Bookmark.SelectionChange"></see>, <see cref="E:Microsoft.Office.Tools.Word.Bookmark.Selected"></see>, and <see cref="E:Microsoft.Office.Tools.Word.Bookmark.Deselected"></see> events of a <see cref="T:Microsoft.Office.Tools.Word.Bookmark"></see> control.</summary>
		</member>
		<member name="T:Microsoft.Office.Tools.Word.SmartTag">
			<summary>Represents a smart tag in Microsoft Office Word.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.SmartTag.#ctor(System.String,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.Office.Tools.Word.SmartTag"></see> class.</summary>
			<param name="smartTagType">A unique identifier for the smart tag, composed of a namespace URI and a tag type name separated by a number sign (#).</param>
			<param name="caption">The name of the smart tag, which is displayed on the smart tag menu.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.SmartTag.PersistTag(System.Int32,System.Int32)">
			<summary>Stores information about the smart tag.</summary>
			<param name="startIndex">The position in the paragraph where the smart tag begins.</param>
			<param name="length">The length of the smart tag.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.SmartTag.PersistTag(System.Int32,System.Int32,Microsoft.Office.Interop.SmartTag.ISmartTagProperties)">
			<summary>Stores information about the smart tag.</summary>
			<param name="startIndex">The position in the paragraph where the smart tag begins.</param>
			<param name="length">The length of the smart tag.</param>
			<param name="propertyBag">A property bag containing key and value pairs for the token. Can be null.</param>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.SmartTag.ParagraphText">
			<summary>Gets the text from the paragraph that is sent to the recognizer.</summary>
			<returns>The text from the paragraph that is sent to the recognizer.</returns>
		</member>
		<member name="T:Microsoft.Office.Tools.Word.WindowEventArgs">
			<summary>Provides information for the <see cref="E:Microsoft.Office.Tools.Word.Document.ActivateEvent"></see>, <see cref="E:Microsoft.Office.Tools.Word.Document.Deactivate"></see>, and <see cref="E:Microsoft.Office.Tools.Word.Document.WindowSize"></see> events.</summary>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.WindowEventArgs.Window">
			<summary>Gets the window being acted upon by the <see cref="E:Microsoft.Office.Tools.Word.Document.ActivateEvent"></see>, <see cref="E:Microsoft.Office.Tools.Word.Document.Deactivate"></see>, and <see cref="E:Microsoft.Office.Tools.Word.Document.WindowSize"></see> methods.</summary>
			<returns>The window being acted upon by the <see cref="E:Microsoft.Office.Tools.Word.Document.ActivateEvent"></see>, <see cref="E:Microsoft.Office.Tools.Word.Document.Deactivate"></see>, and <see cref="E:Microsoft.Office.Tools.Word.Document.WindowSize"></see> methods.</returns>
		</member>
		<member name="T:Microsoft.Office.Tools.Word.WindowEventHandler">
			<summary>Represents the method that handles the <see cref="E:Microsoft.Office.Tools.Word.Document.ActivateEvent"></see>, <see cref="E:Microsoft.Office.Tools.Excel.Worksheet.Deactivate"></see>, and <see cref="E:Microsoft.Office.Tools.Word.Document.WindowSize"></see> events.</summary>
		</member>
		<member name="T:Microsoft.Office.Tools.Word.XMLNode">
			<summary>Represents a single <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control that exposes events and that can be bound to data. </summary>
		</member>
		<member name="E:Microsoft.Office.Tools.Word.XMLNode.AfterInsert">
			<summary>Occurs when the user adds a new <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control to the document.</summary>
		</member>
		<member name="E:Microsoft.Office.Tools.Word.XMLNode.BeforeDelete">
			<summary>Occurs when the user deletes an <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control from the document, before the control is deleted.</summary>
		</member>
		<member name="E:Microsoft.Office.Tools.Word.XMLNode.ContextEnter">
			<summary>Occurs when the cursor is placed inside an <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> or one of its descendent nodes, from an area outside of the context of the node.</summary>
		</member>
		<member name="E:Microsoft.Office.Tools.Word.XMLNode.ContextLeave">
			<summary>Occurs when the cursor is moved from the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control, or one of its descendent nodes, to an area outside of the context of the original node.</summary>
		</member>
		<member name="E:Microsoft.Office.Tools.Word.XMLNode.Deselect">
			<summary>Occurs when the cursor is moved out of the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control.</summary>
		</member>
		<member name="E:Microsoft.Office.Tools.Word.XMLNode.Select">
			<summary>Occurs when the cursor is placed inside an <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control.</summary>
		</member>
		<member name="E:Microsoft.Office.Tools.Word.XMLNode.ValidationError">
			<summary>Occurs when there is a validation error in the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.XMLNode.Copy">
			<summary>Copies the contents of the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control to the Clipboard.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.XMLNode.Load(System.String)">
			<summary>Updates an <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control with data from the specified XML file</summary>
			<param name="fileName">The path to the file from which to read the XML.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.XMLNode.LoadXml(System.String)">
			<summary>Populates an <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control with data from the specified XML string.</summary>
			<param name="xml">The XML string to read data from.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.XMLNode.LoadXml(System.Xml.XmlDocument)">
			<summary>Populates an <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control with data from the root node of the specified <see cref="T:System.Xml.XMLDocument"></see>.</summary>
			<param name="document">The <see cref="T:System.Xml.XMLDocument"></see> that contains the data.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.XMLNode.LoadXml(System.Xml.XmlElement)">
			<summary>Populates an <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control with data from an <see cref="T:System.Xml.XMLElement"></see>.</summary>
			<param name="xmlElement">The XML element that contains the data.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.XMLNode.RemoveChild(Microsoft.Office.Interop.Word.XMLNode)">
			<summary>Removes the specified child element from the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control.</summary>
			<param name="ChildElement"><see cref="T:Microsoft.Office.Interop.Word.XMLNode"></see>. The child element to be removed.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.XMLNode.SelectNodes(System.String,System.String,System.Boolean)">
			<summary>Gets an <see cref="T:Microsoft.Office.Interop.Word.XMLNodes"></see> collection that represents all the nodes that match the XPath parameter in the order in which they appear in the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control.</summary>
			<returns>The nodes that match the XPath parameter in the order in which they appear in the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control.</returns>
			<param name="PrefixMapping">Provides the prefix in the schema against which to perform the search. Use the PrefixMapping parameter if your XPath parameter uses names to search for elements.</param>
			<param name="FastSearchSkippingTextNodes">true to skip all text nodes while searching for the specified node. false to include text nodes in the search. Default value is false.</param>
			<param name="XPath">A valid XPath string.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.XMLNode.SelectSingleNode(System.String,System.String,System.Boolean)">
			<summary>Gets an <see cref="T:Microsoft.Office.Interop.Word.XMLNode"></see> object that represents the first child node that matches the XPath parameter in the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control.</summary>
			<returns>The first child node that matches the XPath parameter in the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control.</returns>
			<param name="PrefixMapping">Provides the prefix in the schema against which to perform the search. Use the PrefixMapping parameter if your XPath parameter uses names to search for elements.</param>
			<param name="FastSearchSkippingTextNodes">true to skip all text nodes while searching for the specified node. false to include text nodes in the search. Default value is true.</param>
			<param name="XPath">A valid XPath string.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.XMLNode.SetValidationError(Microsoft.Office.Interop.Word.WdXMLValidationStatus,System.Object@,System.Boolean)">
			<summary>Changes the validation error text displayed to a user for an <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control and forces Microsoft Office Word to report a node as invalid.</summary>
			<param name="Status">One of the <see cref="T:Microsoft.Office.Interop.Word.WdXMLValidationStatus"></see> values that specifies whether to set the validation status error text (<see cref="F:Microsoft.Office.Interop.Word.WdXMLValidationStatus.wdXMLValidationStatusCustom"></see>) or to clear the validation status error text (<see cref="F:Microsoft.Office.Interop.Word.WdXMLValidationStatus.wdXMLValidationStatusOK"></see>).</param>
			<param name="ClearedAutomatically">true to automatically clear the error message as soon as the next validation event occurs on the specified node. false to require running the <see cref="M:Microsoft.Office.Tools.Word.XMLNode.SetValidationError(Microsoft.Office.Interop.Word.WdXMLValidationStatus,System.Object@,System.Boolean)"></see> method with a Status parameter of <see cref="F:Microsoft.Office.Interop.Word.WdXMLValidationStatus.wdXMLValidationStatusOK"></see> to clear the custom error text.</param>
			<param name="ErrorText">The text displayed to the user. Leave blank when the Status parameter is set to <see cref="F:Microsoft.Office.Interop.Word.WdXMLValidationStatus.wdXMLValidationStatusOK"></see>.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.XMLNode.Validate">
			<summary>Validates an individual <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control against the attached XML schema or schemas.</summary>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.XMLNode.Application">
			<summary>Gets an <see cref="T:Microsoft.Office.Interop.Word.Application"></see> that represents the creator of the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control.</summary>
			<returns>An <see cref="T:Microsoft.Office.Interop.Word.Application"></see> that represents the creator of the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.XMLNode.Attributes">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.XMLNodes"></see> collection that represents the attributes for the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.XMLNodes"></see> collection that represents the attributes for the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.XMLNode.BaseName">
			<summary>Gets the name of the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control without any prefix.</summary>
			<returns>The name of the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control without any prefix.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.XMLNode.ChildNodes">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.XMLNodes"></see> collection that represents the child elements of an <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.XMLNodes"></see> collection that represents the child elements of an <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.XMLNode.ChildNodeSuggestions">
			<summary>Gets an <see cref="T:Microsoft.Office.Interop.Word.XMLChildNodeSuggestions"></see> collection that represents the elements that may be valid children of the current <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.XMLChildNodeSuggestions"></see> collection that represents the elements that may be valid children of the current <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.XMLNode.Creator">
			<summary>Gets the application in which the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control was created. </summary>
			<returns>The application in which the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control was created.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.XMLNode.FirstChild">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.XMLNode"></see> object that represents the first child node in the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.XMLNode"></see> object that represents the first child node in the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.XMLNode.HasChildNodes">
			<summary>Gets a value that indicates whether the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control has child elements.</summary>
			<returns>true if the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control has child elements; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.XMLNode.InnerObject">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.XMLNode"></see> that represents the underlying native object for the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see>.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.XMLNode"></see> that represents the underlying native object for the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see>.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.XMLNode.Level">
			<summary>Gets the level of the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control.</summary>
			<returns>One of the <see cref="T:Microsoft.Office.Interop.Word.WdXMLNodeLevel"></see> values.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.XMLNode.NamespaceURI">
			<summary>Gets the Uniform Resource Identifier (URI) of the schema namespace for the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control.</summary>
			<returns>The URI of the schema namespace for the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.XMLNode.NextSibling">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.XMLNode"></see> object that represents the next <see cref="T:Microsoft.Office.Interop.Word.XMLNode"></see> object in the document that is at the same level as the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control. </summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.XMLNode"></see> control that represents the next element in the document that is at the same level as the specified element.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.XMLNode.NodeText">
			<summary>Gets or sets the text value of the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control.</summary>
			<returns>The text value of the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.XMLNode.NodeType">
			<summary>Gets a value that indicates whether an <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> is an attribute or an element.</summary>
			<returns>One of the <see cref="T:Microsoft.Office.Interop.Word.WdXMLNodeType"></see> values that represents the type of node.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.XMLNode.NodeValue">
			<summary>Gets or sets the value of an <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> that represents an attribute.</summary>
			<returns>The value of the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> that represents an attribute.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.XMLNode.OwnerDocument">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Document"></see> that represents the parent document of the specified <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Document"></see> object that represents the parent document of the specified <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.XMLNode.Parent">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Document"></see> that represents the document containing the specified <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Document"></see> that represents the document containing the specified <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.XMLNode.ParentNode">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.XMLNode"></see> object that represents the parent element of the specified <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control.</summary>
			<returns>A <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control that represents the parent element of the specified <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> object.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.XMLNode.PlaceholderText">
			<summary>Gets or sets the text displayed for an <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control that contains no text.</summary>
			<returns>The text displayed for an <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control that contains no text.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.XMLNode.PreviousSibling">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.XMLNode"></see> object that represents the previous <see cref="T:Microsoft.Office.Interop.Word.XMLNode"></see> object in the document that is at the same level as the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.XMLNode"></see> object that represents the previous <see cref="T:Microsoft.Office.Interop.Word.XMLNode"></see> object in the document that is at the same level as the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.XMLNode.Range">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Range"></see> object that represents the portion of a document that is contained in the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Range"></see> object that represents the portion of a document that is contained in the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.XMLNode.SmartTag">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.SmartTag"></see> object that represents the smart tag associated with the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.SmartTag"></see> that represents the smart tag associated with the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.XMLNode.Tag">
			<summary>Gets or sets the object that contains data about the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control.</summary>
			<returns>An object that contains data about the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control. The default is null.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.XMLNode.Text">
			<summary>Gets or sets the plain unformatted text of the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control.</summary>
			<returns>The plain unformatted text of the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.XMLNode.ValidationErrorText">
			<summary>Gets a string that represents the description for a validation error on an <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control.</summary>
			<returns>A string that represents the description for a validation error on an <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.XMLNode.ValidationStatus">
			<summary>Gets a value that specifies whether an element or attribute is valid according to the attached schema.</summary>
			<returns>One of the <see cref="T:Microsoft.Office.Interop.Word.WdXMLValidationStatus"></see> values.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.XMLNode.XML">
			<summary>Gets a string that represents the XML text in the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control.</summary>
			<returns>A string that represents the XML text in the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control.</returns>
		</member>
		<member name="T:Microsoft.Office.Tools.Word.XMLNodes">
			<summary>A collection of <see cref="T:Microsoft.Office.Interop.Word.XMLNode"></see> objects that represent the nodes in the tree view of the XML Structure task pane, which indicates the elements that a user has applied to a document. </summary>
		</member>
		<member name="E:Microsoft.Office.Tools.Word.XMLNodes.AfterInsert">
			<summary>Occurs when the user adds a new <see cref="T:Microsoft.Office.Interop.Word.XMLNode"></see> to the collection or to one of its descendents.</summary>
		</member>
		<member name="E:Microsoft.Office.Tools.Word.XMLNodes.BeforeDelete">
			<summary>Occurs when the user deletes a <see cref="T:Microsoft.Office.Interop.Word.XMLNode"></see> or descendent node from the collection, before the control is deleted.</summary>
		</member>
		<member name="E:Microsoft.Office.Tools.Word.XMLNodes.ContextEnter">
			<summary>Occurs when the cursor is placed inside one of the nodes or descendant nodes of the <see cref="T:Microsoft.Office.Tools.Word.XMLNodes"></see> collection, from an area outside of the context of the node.</summary>
		</member>
		<member name="E:Microsoft.Office.Tools.Word.XMLNodes.ContextLeave">
			<summary>Occurs when the cursor is moved from one of the nodes or descendant nodes of the <see cref="T:Microsoft.Office.Tools.Word.XMLNodes"></see> collection, to an area outside of the context of the original node.</summary>
		</member>
		<member name="E:Microsoft.Office.Tools.Word.XMLNodes.Deselect">
			<summary>Occurs when the cursor is moved out of one of the nodes of the <see cref="T:Microsoft.Office.Tools.Word.XMLNodes"></see> collection.</summary>
		</member>
		<member name="E:Microsoft.Office.Tools.Word.XMLNodes.Select">
			<summary>Occurs when the cursor is placed inside one of the nodes of the <see cref="T:Microsoft.Office.Tools.Word.XMLNodes"></see> collection.</summary>
		</member>
		<member name="E:Microsoft.Office.Tools.Word.XMLNodes.ValidationError">
			<summary>Occurs when there is a validation error in the <see cref="T:Microsoft.Office.Tools.Word.XMLNodes"></see> control.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.XMLNodes.Add(System.String,System.String,System.Object@)">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.XMLNode"></see> object that represents a newly added element.</summary>
			<returns>An <see cref="T:Microsoft.Office.Interop.Word.XMLNode"></see> object that represents a newly added element.</returns>
			<param name="Range">The range to which you want to apply the element. The default is to place the element tags at the insertion point or around the selection if a text is selected.</param>
			<param name="Namespace">The name of the schema as defined in the schema. The Namespace parameter is case-sensitive and must be spelled exactly as it appears in the schema. If the specified namespace cannot be found in any of the schemas attached to the document, an error is displayed.</param>
			<param name="Name">The name of the element in the XML schema designated in the Namespace parameter. Because XML is case-sensitive, the spelling of the element specified in the Name parameter must be exactly as it appears in the schema. If it does not match any of the element names in the schema specified in the Namespace parameter, an error is displayed.</param>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.XMLNodes.GetEnumerator">
			<summary>Gets the enumerator for the <see cref="T:Microsoft.Office.Tools.Word.XMLNodes"></see> control.</summary>
			<returns>The enumerator for the <see cref="T:Microsoft.Office.Tools.Word.XMLNodes"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.XMLNodes.Application">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Application"></see> object that represents the Microsoft Office Word application.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Application"></see> object that represents the Microsoft Office Word application.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.XMLNodes.Count">
			<summary>Gets the number of items in the <see cref="T:Microsoft.Office.Tools.Word.XMLNodes"></see> collection. </summary>
			<returns>The number of items in the <see cref="T:Microsoft.Office.Tools.Word.XMLNodes"></see> collection.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.XMLNodes.Creator">
			<summary>Gets the application in which the <see cref="T:Microsoft.Office.Tools.Word.XMLNodes"></see> control was created. </summary>
			<returns>The application in which the <see cref="T:Microsoft.Office.Tools.Word.XMLNodes"></see> control was created.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.XMLNodes.InnerObject">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.XMLNodes"></see> that represents the underlying native object for the <see cref="T:Microsoft.Office.Tools.Word.XMLNodes"></see> control.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.XMLNode"></see> that represents the underlying native object for the <see cref="T:Microsoft.Office.Tools.Word.XMLNode"></see> control.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.XMLNodes.Item(System.Int32)">
			<summary>Gets the <see cref="T:Microsoft.Office.Interop.Word.XMLNode"></see> at the specified index.</summary>
			<returns>The <see cref="T:Microsoft.Office.Interop.Word.XMLNode"></see> at the specified index.</returns>
			<param name="Index">Indicates the position of the node that you want to retrieve.</param>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.XMLNodes.Parent">
			<summary>Gets a <see cref="T:Microsoft.Office.Interop.Word.Document"></see> that represents the document containing the <see cref="T:Microsoft.Office.Tools.Word.XMLNodes"></see> collection.</summary>
			<returns>A <see cref="T:Microsoft.Office.Interop.Word.Document"></see> that represents the document containing the <see cref="T:Microsoft.Office.Tools.Word.XMLNodes"></see> collection.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.XMLNodes.Tag">
			<summary>Gets or sets the object that contains data about the <see cref="T:Microsoft.Office.Tools.Word.XMLNodes"></see> control.</summary>
			<returns>An object that contains data about the <see cref="T:Microsoft.Office.Tools.Word.XMLNodes"></see> control.</returns>
		</member>
		<member name="N:Microsoft.Office.Tools.Word.Controls">
			<summary>The <see cref="N:Microsoft.Office.Tools.Word.Controls"></see> namespace contains a set of Windows Forms controls that can be used on a <see cref="T:Microsoft.Office.Tools.Word.Document"></see> host item. Each of these classes extends a base class that is in the <see cref="N:System.Windows.Forms"></see> namespace with additional functionality specific to a Microsoft Office Word document. For example, the <see cref="T:Microsoft.Office.Tools.Word.Controls.Button"></see> class extends the functionality of the <see cref="T:System.Windows.Forms.Button"></see> class.</summary>
		</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.Activate">
			<summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.Button"></see>.</summary>
		</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"></see> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see>.</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"></see> 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="M:Microsoft.Office.Tools.Word.Controls.Button.Select">
			<summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.Button"></see>.</summary>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see>.</summary>
			<returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Button"></see> in points.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.Button.InlineShape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Button"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Button"></see>.</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"></see> 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"></see> and the left edge of the document.</returns>
		</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"></see> 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"></see> and the left edge of the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.Button.Shape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Button"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Button"></see>.</returns>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see> in points.</summary>
			<returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Button"></see> 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.Activate">
			<summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckBox"></see>.</summary>
		</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"></see> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see>.</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"></see> 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="M:Microsoft.Office.Tools.Word.Controls.CheckBox.Select">
			<summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckBox"></see>.</summary>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see>.</summary>
			<returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckBox"></see> in points.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.CheckBox.InlineShape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckBox"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckBox"></see>.</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"></see> 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"></see> and the left edge of the document.</returns>
		</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"></see> 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"></see> and the left edge of the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.CheckBox.Shape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckBox"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckBox"></see>.</returns>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see> in points.</summary>
			<returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckBox"></see> 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.Activate">
			<summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckedListBox"></see>.</summary>
		</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"></see> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see>.</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"></see> 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="M:Microsoft.Office.Tools.Word.Controls.CheckedListBox.Select">
			<summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckedListBox"></see>.</summary>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see>.</summary>
			<returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckedListBox"></see> in points.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.CheckedListBox.InlineShape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckedListBox"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckedListBox"></see>.</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"></see> 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"></see> and the left edge of the document.</returns>
		</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"></see> 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"></see> and the left edge of the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.CheckedListBox.Shape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckedListBox"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckedListBox"></see>.</returns>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see> in points.</summary>
			<returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.CheckedListBox"></see> 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.Activate">
			<summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.ComboBox"></see>.</summary>
		</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"></see> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see>.</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"></see> 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="M:Microsoft.Office.Tools.Word.Controls.ComboBox.Select">
			<summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.ComboBox"></see>.</summary>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see>.</summary>
			<returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ComboBox"></see> in points.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.ComboBox.InlineShape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ComboBox"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ComboBox"></see>.</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"></see> 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"></see> and the left edge of the document.</returns>
		</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"></see> 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"></see> and the left edge of the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.ComboBox.Shape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ComboBox"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ComboBox"></see>.</returns>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see> in points.</summary>
			<returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ComboBox"></see> 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"></see> that can be added to a Microsoft Office Word document.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Controls.DataGridView.Activate">
			<summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.DataGridView"></see>.</summary>
		</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"></see> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see>.</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"></see> 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="M:Microsoft.Office.Tools.Word.Controls.DataGridView.Select">
			<summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.DataGridView"></see>.</summary>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see>.</summary>
			<returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DataGridView"></see> in points.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.DataGridView.InlineShape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DataGridView"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DataGridView"></see>.</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"></see> 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"></see> and the left edge of the document.</returns>
		</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"></see> 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"></see> and the left edge of the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.DataGridView.Shape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DataGridView"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DataGridView"></see>.</returns>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see> in points.</summary>
			<returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DataGridView"></see> 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"></see> control that can be added to a Microsoft Office Word document.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Controls.DateTimePicker.Activate">
			<summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.DateTimePicker"></see>.</summary>
		</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"></see> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see>.</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"></see> 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="M:Microsoft.Office.Tools.Word.Controls.DateTimePicker.Select">
			<summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.DateTimePicker"></see>.</summary>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see>.</summary>
			<returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DateTimePicker"></see> in points.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.DateTimePicker.InlineShape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DateTimePicker"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DateTimePicker"></see>.</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"></see> 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"></see> and the left edge of the document.</returns>
		</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"></see> 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"></see> and the left edge of the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.DateTimePicker.Shape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DateTimePicker"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DateTimePicker"></see>.</returns>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see> in points.</summary>
			<returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DateTimePicker"></see> 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"></see> that can be added to a Microsoft Office Word document.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Controls.DomainUpDown.Activate">
			<summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.DomainUpDown"></see>.</summary>
		</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"></see> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see>.</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"></see> 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="M:Microsoft.Office.Tools.Word.Controls.DomainUpDown.Select">
			<summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.DomainUpDown"></see>.</summary>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see>.</summary>
			<returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DomainUpDown"></see> in points.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.DomainUpDown.InlineShape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DomainUpDown"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DomainUpDown"></see>.</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"></see> 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"></see> and the left edge of the document.</returns>
		</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"></see> 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"></see> and the left edge of the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.DomainUpDown.Shape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DomainUpDown"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DomainUpDown"></see>.</returns>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see> in points.</summary>
			<returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.DomainUpDown"></see> 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"></see> that can be added to a Microsoft Office Word document.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Controls.HScrollBar.Activate">
			<summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.HScrollBar"></see>.</summary>
		</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"></see> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see>.</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"></see> 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="M:Microsoft.Office.Tools.Word.Controls.HScrollBar.Select">
			<summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.HScrollBar"></see>.</summary>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see>.</summary>
			<returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.HScrollBar"></see> in points.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.HScrollBar.InlineShape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.HScrollBar"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.HScrollBar"></see>.</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"></see> 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"></see> and the left edge of the document.</returns>
		</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"></see> 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"></see> and the left edge of the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.HScrollBar.Shape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.HScrollBar"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.HScrollBar"></see>.</returns>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see> in points.</summary>
			<returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.HScrollBar"></see> 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"></see> that can be added to a Microsoft Office Word document.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Controls.Label.Activate">
			<summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.Label"></see>.</summary>
		</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"></see> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see>.</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"></see> 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="M:Microsoft.Office.Tools.Word.Controls.Label.Select">
			<summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.Label"></see>.</summary>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see>.</summary>
			<returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Label"></see> in points.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.Label.InlineShape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Label"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Label"></see>.</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"></see> 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"></see> and the left edge of the document.</returns>
		</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"></see> 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"></see> and the left edge of the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.Label.Shape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Label"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Label"></see>.</returns>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see> in points.</summary>
			<returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.Label"></see> 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"></see> that can be added to a Microsoft Office Word document.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Controls.LinkLabel.Activate">
			<summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.LinkLabel"></see>.</summary>
		</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"></see> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see>.</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"></see> 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="M:Microsoft.Office.Tools.Word.Controls.LinkLabel.Select">
			<summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.LinkLabel"></see>.</summary>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see>.</summary>
			<returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.LinkLabel"></see> in points.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.LinkLabel.InlineShape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.LinkLabel"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.LinkLabel"></see>.</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"></see> 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"></see> and the left edge of the document.</returns>
		</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"></see> 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"></see> and the left edge of the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.LinkLabel.Shape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.LinkLabel"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.LinkLabel"></see>.</returns>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see> in points.</summary>
			<returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.LinkLabel"></see> 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"></see> that can be added to a Microsoft Office Word document.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Controls.ListBox.Activate">
			<summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListBox"></see>.</summary>
		</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"></see> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see>.</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"></see> 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="M:Microsoft.Office.Tools.Word.Controls.ListBox.Select">
			<summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListBox"></see>.</summary>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see>.</summary>
			<returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListBox"></see> in points.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.ListBox.InlineShape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListBox"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListBox"></see>.</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"></see> 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"></see> and the left edge of the document.</returns>
		</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"></see> 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"></see> and the left edge of the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.ListBox.Shape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListBox"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListBox"></see>.</returns>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see> in points.</summary>
			<returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListBox"></see> 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"></see> that can be added to a Microsoft Office Word document.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Controls.ListView.Activate">
			<summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListView"></see>.</summary>
		</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"></see> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see>.</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"></see> 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="M:Microsoft.Office.Tools.Word.Controls.ListView.Select">
			<summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListView"></see>.</summary>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see>.</summary>
			<returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListView"></see> in points.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.ListView.InlineShape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListView"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListView"></see>.</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"></see> 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"></see> and the left edge of the document.</returns>
		</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"></see> 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"></see> and the left edge of the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.ListView.Shape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListView"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListView"></see>.</returns>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see> in points.</summary>
			<returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ListView"></see> 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"></see> that can be added to a Microsoft Office Word document.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Controls.MaskedTextBox.Activate">
			<summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.MaskedTextBox"></see>.</summary>
		</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"></see> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see>.</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"></see> 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="M:Microsoft.Office.Tools.Word.Controls.MaskedTextBox.Microsoft.Office.Interop.Word._OLEControl.Copy">
			<summary>Copies the <see cref="T:Microsoft.Office.Tools.Word.Controls.MaskedTextBox"></see> to the Clipboard.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Controls.MaskedTextBox.Microsoft.Office.Interop.Word._OLEControl.Cut">
			<summary>Cuts the <see cref="T:Microsoft.Office.Tools.Word.Controls.MaskedTextBox"></see> to the Clipboard.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Controls.MaskedTextBox.Select">
			<summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.MaskedTextBox"></see>.</summary>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see>.</summary>
			<returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MaskedTextBox"></see> in points.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.MaskedTextBox.InlineShape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MaskedTextBox"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MaskedTextBox"></see>.</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"></see> 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"></see> and the left edge of the document.</returns>
		</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"></see> 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"></see> and the left edge of the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.MaskedTextBox.Shape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MaskedTextBox"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MaskedTextBox"></see>.</returns>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see> in points.</summary>
			<returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MaskedTextBox"></see> 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"></see> that can be added to a Microsoft Office Word document.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Controls.MonthCalendar.Activate">
			<summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.MonthCalendar"></see>.</summary>
		</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"></see> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see>.</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"></see> 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="M:Microsoft.Office.Tools.Word.Controls.MonthCalendar.Select">
			<summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.MonthCalendar"></see>.</summary>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see>.</summary>
			<returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MonthCalendar"></see> in points.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.MonthCalendar.InlineShape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MonthCalendar"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MonthCalendar"></see>.</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"></see> 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"></see> and the left edge of the document.</returns>
		</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"></see> 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"></see> and the left edge of the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.MonthCalendar.Shape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MonthCalendar"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MonthCalendar"></see>.</returns>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see> in points.</summary>
			<returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.MonthCalendar"></see> 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"></see> that can be added to a Microsoft Office Word document.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Controls.NumericUpDown.Activate">
			<summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.NumericUpDown"></see>.</summary>
		</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"></see> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see>.</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"></see> 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="M:Microsoft.Office.Tools.Word.Controls.NumericUpDown.Select">
			<summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.NumericUpDown"></see>.</summary>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see>.</summary>
			<returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.NumericUpDown"></see> in points.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.NumericUpDown.InlineShape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.NumericUpDown"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.NumericUpDown"></see>.</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"></see> 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"></see> and the left edge of the document.</returns>
		</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"></see> 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"></see> and the left edge of the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.NumericUpDown.Shape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.NumericUpDown"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.NumericUpDown"></see>.</returns>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see> in points.</summary>
			<returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.NumericUpDown"></see> 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"></see> that can be added to a Microsoft Office Word document.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Controls.PictureBox.Activate">
			<summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.PictureBox"></see>.</summary>
		</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"></see> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see>.</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"></see> 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="M:Microsoft.Office.Tools.Word.Controls.PictureBox.Select">
			<summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.PictureBox"></see>.</summary>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see>.</summary>
			<returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PictureBox"></see> in points.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.PictureBox.InlineShape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PictureBox"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PictureBox"></see>.</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"></see> 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"></see> and the left edge of the document.</returns>
		</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"></see> 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"></see> and the left edge of the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.PictureBox.Shape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PictureBox"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PictureBox"></see>.</returns>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see> in points.</summary>
			<returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PictureBox"></see> 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"></see> that can be added to a Microsoft Office Word document.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Controls.ProgressBar.Activate">
			<summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.ProgressBar"></see>.</summary>
		</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"></see> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see>.</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"></see> 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="M:Microsoft.Office.Tools.Word.Controls.ProgressBar.Select">
			<summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.ProgressBar"></see>.</summary>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see>.</summary>
			<returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ProgressBar"></see> in points.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.ProgressBar.InlineShape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ProgressBar"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ProgressBar"></see>.</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"></see> 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"></see> and the left edge of the document.</returns>
		</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"></see> 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"></see> and the left edge of the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.ProgressBar.Shape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ProgressBar"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ProgressBar"></see>.</returns>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see> in points.</summary>
			<returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.ProgressBar"></see> 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"></see> that can be added to a Microsoft Office Word document.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Controls.PropertyGrid.Activate">
			<summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.PropertyGrid"></see>.</summary>
		</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"></see> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see>.</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"></see> 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="M:Microsoft.Office.Tools.Word.Controls.PropertyGrid.Select">
			<summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.PropertyGrid"></see>.</summary>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see>.</summary>
			<returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PropertyGrid"></see> in points.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.PropertyGrid.InlineShape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PropertyGrid"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PropertyGrid"></see>.</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"></see> 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"></see> and the left edge of the document.</returns>
		</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"></see> 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"></see> and the left edge of the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.PropertyGrid.Shape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PropertyGrid"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PropertyGrid"></see>.</returns>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see> in points.</summary>
			<returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.PropertyGrid"></see> 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"></see> that can be added to a Microsoft Office Word document.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Controls.RadioButton.Activate">
			<summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.RadioButton"></see>.</summary>
		</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"></see> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see>.</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"></see> 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="M:Microsoft.Office.Tools.Word.Controls.RadioButton.Select">
			<summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.RadioButton"></see>.</summary>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see>.</summary>
			<returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RadioButton"></see> in points.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.RadioButton.InlineShape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RadioButton"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RadioButton"></see>.</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"></see> 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"></see> and the left edge of the document.</returns>
		</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"></see> 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"></see> and the left edge of the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.RadioButton.Shape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RadioButton"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RadioButton"></see>.</returns>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see> in points.</summary>
			<returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RadioButton"></see> 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"></see> that can be added to a Microsoft Office Word document.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Controls.RichTextBox.Activate">
			<summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.RichTextBox"></see>.</summary>
		</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"></see> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see>.</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"></see> 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="M:Microsoft.Office.Tools.Word.Controls.RichTextBox.Microsoft.Office.Interop.Word._OLEControl.Copy">
			<summary>Copies the <see cref="T:Microsoft.Office.Tools.Word.Controls.RichTextBox"></see> to the Clipboard.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Controls.RichTextBox.Microsoft.Office.Interop.Word._OLEControl.Cut">
			<summary>Cuts the <see cref="T:Microsoft.Office.Tools.Word.Controls.RichTextBox"></see> to the Clipboard.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Controls.RichTextBox.Select">
			<summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.RichTextBox"></see>.</summary>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see>.</summary>
			<returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RichTextBox"></see> in points.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.RichTextBox.InlineShape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RichTextBox"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RichTextBox"></see>.</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"></see> 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"></see> and the left edge of the document.</returns>
		</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"></see> 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"></see> and the left edge of the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.RichTextBox.Shape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RichTextBox"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RichTextBox"></see>.</returns>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see> in points.</summary>
			<returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.RichTextBox"></see> 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"></see> that can be added to a Microsoft Office Word document.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Controls.TextBox.Activate">
			<summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.TextBox"></see>.</summary>
		</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"></see> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see>.</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"></see> 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="M:Microsoft.Office.Tools.Word.Controls.TextBox.Microsoft.Office.Interop.Word._OLEControl.Copy">
			<summary>Copies the <see cref="T:Microsoft.Office.Tools.Word.Controls.TextBox"></see> to the Clipboard.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Controls.TextBox.Microsoft.Office.Interop.Word._OLEControl.Cut">
			<summary>Cuts the <see cref="T:Microsoft.Office.Tools.Word.Controls.TextBox"></see> to the Clipboard.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Controls.TextBox.Select">
			<summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.TextBox"></see>.</summary>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see>.</summary>
			<returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TextBox"></see> in points.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.TextBox.InlineShape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TextBox"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TextBox"></see>.</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"></see> 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"></see> and the left edge of the document.</returns>
		</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"></see> 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"></see> and the left edge of the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.TextBox.Shape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TextBox"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TextBox"></see>.</returns>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see> in points.</summary>
			<returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TextBox"></see> 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"></see> that can be added to a Microsoft Office Word document.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Controls.TrackBar.Activate">
			<summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.TrackBar"></see>.</summary>
		</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"></see> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see>.</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"></see> 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="M:Microsoft.Office.Tools.Word.Controls.TrackBar.Select">
			<summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.TrackBar"></see>.</summary>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see>.</summary>
			<returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TrackBar"></see> in points.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.TrackBar.InlineShape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TrackBar"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TrackBar"></see>.</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"></see> 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"></see> and the left edge of the document.</returns>
		</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"></see> values.</returns>
		</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"></see> 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"></see> and the left edge of the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.TrackBar.Shape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TrackBar"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TrackBar"></see>.</returns>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see> in points.</summary>
			<returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TrackBar"></see> 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"></see> that can be added to a Microsoft Office Word document.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Controls.TreeView.Activate">
			<summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.TreeView"></see>.</summary>
		</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"></see> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see>.</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"></see> 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="M:Microsoft.Office.Tools.Word.Controls.TreeView.Select">
			<summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.TreeView"></see>.</summary>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see>.</summary>
			<returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TreeView"></see> in points.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.TreeView.InlineShape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TreeView"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TreeView"></see>.</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"></see> 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"></see> and the left edge of the document.</returns>
		</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"></see> 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"></see> and the left edge of the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.TreeView.Shape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TreeView"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TreeView"></see>.</returns>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see> in points.</summary>
			<returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.TreeView"></see> 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"></see> that can be added to a Microsoft Office Word document.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Controls.VScrollBar.Activate">
			<summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.VScrollBar"></see>.</summary>
		</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"></see> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see>.</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"></see> 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="M:Microsoft.Office.Tools.Word.Controls.VScrollBar.Select">
			<summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.VScrollBar"></see>.</summary>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see>.</summary>
			<returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.VScrollBar"></see> in points.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.VScrollBar.InlineShape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.VScrollBar"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.VScrollBar"></see>.</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"></see> 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"></see> and the left edge of the document.</returns>
		</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"></see> 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"></see> and the left edge of the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.VScrollBar.Shape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.VScrollBar"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.VScrollBar"></see>.</returns>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see> in points.</summary>
			<returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.VScrollBar"></see> 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"></see> that can be added to a Microsoft Office Word document.</summary>
		</member>
		<member name="M:Microsoft.Office.Tools.Word.Controls.WebBrowser.Activate">
			<summary>Activates the <see cref="T:Microsoft.Office.Tools.Word.Controls.WebBrowser"></see>.</summary>
		</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"></see> from the document and removes it from the <see cref="T:Microsoft.Office.Tools.Word.ControlCollection"></see>.</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"></see> 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="M:Microsoft.Office.Tools.Word.Controls.WebBrowser.Select">
			<summary>Selects the <see cref="T:Microsoft.Office.Tools.Word.Controls.WebBrowser"></see>.</summary>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see>.</summary>
			<returns>The height of the <see cref="T:Microsoft.Office.Tools.Word.Controls.WebBrowser"></see> in points.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.WebBrowser.InlineShape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.WebBrowser"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.InlineShape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.WebBrowser"></see>.</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"></see> 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"></see> and the left edge of the document.</returns>
		</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"></see> 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"></see> and the left edge of the document.</returns>
		</member>
		<member name="P:Microsoft.Office.Tools.Word.Controls.WebBrowser.Shape">
			<summary>Gets the underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.WebBrowser"></see>.</summary>
			<returns>The underlying <see cref="T:Microsoft.Office.Interop.Word.Shape"></see> of the <see cref="T:Microsoft.Office.Tools.Word.Controls.WebBrowser"></see>.</returns>
		</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"></see> 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"></see> and the top edge of the document.</returns>
		</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"></see> in points.</summary>
			<returns>The width of the <see cref="T:Microsoft.Office.Tools.Word.Controls.WebBrowser"></see> in points.</returns>
		</member>
	</members>
</doc>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Team Leader
Turkey Turkey
Tamer Oz is a Microsoft MVP and works as Assistant Unit Manager.

Comments and Discussions