Microsoft.Office.Interop.Word Namespace

The types and members of the Microsoft.Office.Interop.Word namespace provide support for interoperability between the COM object model of Microsoft Word 2010 and managed applications that automate Word 2010.

Classes

  Class Description
Public class ApplicationClass Reserved for internal use.
Public class ApplicationEvents_SinkHelper Reserved for internal use.
Public class ApplicationEvents2_SinkHelper Reserved for internal use.
Public class ApplicationEvents3_SinkHelper Reserved for internal use.
Public class ApplicationEvents4_SinkHelper Reserved for internal use.
Public class DocumentClass Reserved for internal use.
Public class DocumentEvents_SinkHelper Reserved for internal use.
Public class DocumentEvents2_SinkHelper Reserved for internal use.
Public class FontClass Reserved for internal use.
Public class GlobalClass Reserved for internal use.
Public class LetterContentClass Reserved for internal use.
Public class OCXEvents_SinkHelper Reserved for internal use.
Public class OLEControlClass Reserved for internal use.
Public class ParagraphFormatClass Reserved for internal use.

Interfaces

  Interface Description
Public interface _Application Represents the Microsoft Office Word application.
Public interface _Document Represents a document.
Public interface _Font Contains font attributes (font name, font size, color, and so on) for an object.
Public interface _Global Contains top-level properties and methods.
Public interface _LetterContent Represents the elements of a letter created by the Letter Wizard.
Public interface _OLEControl Reserved for internal use.
Public interface _ParagraphFormat Represents all the formatting for a paragraph.
Public interface AddIn Represents a single add-in, either installed or not installed.
Public interface AddIns A collection of AddIn objects that represents all the add-ins available to Microsoft Word, regardless of whether or not they're currently loaded.
Public interface Adjustments Contains a collection of adjustment values for the specified AutoShape or WordArt object.
Public interface Application Represents the Microsoft Office Word application.
Public interface ApplicationEvents Reserved for internal use.
Public interface ApplicationEvents_Event Events interface for Microsoft Word 97 Application object events.
Public interface ApplicationEvents2 Reserved for internal use.
Public interface ApplicationEvents2_Event Events interface for Microsoft Word 2000 Application object events.
Public interface ApplicationEvents3 Reserved for internal use.
Public interface ApplicationEvents3_Event Events interface for Microsoft Word 2002 Application object events.
Public interface ApplicationEvents4 Reserved for internal use.
Public interface ApplicationEvents4_Event Events interface for Microsoft Word 2003 Application object events.
Public interface AutoCaption Represents a single caption that can be automatically added when items such as tables, pictures, or OLE objects are inserted into a document.
Public interface AutoCaptions A collection of AutoCaption objects that represent the captions that can be automatically added when items such as tables, pictures, or OLE objects are inserted into a document.
Public interface AutoCorrect Represents the AutoCorrect functionality in Microsoft Word.
Public interface AutoCorrectEntries A collection of AutoCorrectEntry objects that represent all the AutoCorrect entries available to Microsoft Word. The AutoCorrectEntries collection includes all the entries in the AutoCorrect dialog box (Tools menu).
Public interface AutoCorrectEntry Represents a single AutoCorrect entry.
Public interface AutoTextEntries A collection of AutoTextEntry objects that represent the AutoText entries in a template.
Public interface AutoTextEntry Represents a single AutoText entry.
Public interface Axes A collection of all the Axis objects in the specified chart.
Public interface Axis Represents a single axis in a chart.
Public interface AxisTitle True if an axis title will occupy the chart layout space when a chart layout is being determined. The default value is True. Read/write
Public interface Bibliography Represents the list of sources available attached to the document (in the current list) or the list of sources available in the application (in the master list).
Public interface Bookmark Represents a single bookmark.
Public interface Bookmarks A collection of Bookmark objects that represent the bookmarks in the specified selection, range, or document.
Public interface Border Represents a border of an object.
Public interface Borders A collection of Border objects that represent the borders of an object.
Public interface Break Represents individual page, column, and section breaks in a page.
Public interface Breaks A collection of page, column, or section breaks in a page. Use the Breaks collection and the related objects and properties to programmatically define page layout in a document.
Public interface Browser Represents the browser tool used to move the insertion point to objects in a document.
Public interface BuildingBlock Represents a building block in a template. A building block is pre-built content, similar to autotext, that may contain text, images, and formatting.
Public interface BuildingBlockEntries Represents a collection of all BuildingBlock objects in a template.
Public interface BuildingBlocks Represents a collection of BuildingBlock objects for a specific building block type and category in a template.
Public interface BuildingBlockType Represents a type of building block. Each BuildingBlockType object is a member of the BuildingBlockTypes collection.
Public interface BuildingBlockTypes Represents a collection of BuildingBlockType objects.
Public interface CalloutFormat Contains properties and methods that apply to line callouts.
Public interface CanvasShapes Represents the shapes in a drawing canvas.
Public interface CaptionLabel Represents a single caption label.
Public interface CaptionLabels A collection of CaptionLabel objects that represent the available caption labels.
Public interface Categories Represents a collection of building block categories.
Public interface Category Represents an individual category of a building block type.
Public interface Cell Represents a single table cell.
Public interface Cells A collection of Cell objects in a table column, table row, selection, or range.
Public interface Characters A collection of characters in a selection, range, or document.
Public interface Chart Represents a chart in a document.
Public interface ChartArea Represents the chart area of a chart.
Public interface ChartBorder Represents the border of an object.
Public interface ChartCharacters Represents characters in an object that contains text.
Public interface ChartColorFormat Represents the color of a one-color object or the foreground or background color of an object with a gradient or patterned fill.
Public interface ChartData Represents access to the linked or embedded data associated with a chart.
Public interface ChartFillFormat Represents fill formatting for chart elements.
Public interface ChartFont Contains the font attributes (font name, font size, color, and so on) for an object chart.
Public interface ChartFormat Provides access to the Office Art formatting for chart elements.
Public interface ChartGroup Represents one or more series plotted in a chart with the same format.
Public interface ChartGroups Represents one or more series plotted in a chart with the same format.
Public interface ChartTitle Represents the chart title.
Public interface CheckBox Represents a single check box form field.
Public interface CoAuthLock Represents a lock within the document. The CoAuthLock object is a member of the CoAuthLocks collection.
Public interface CoAuthLocks A collection of CoAuthLock objects.
Public interface CoAuthor Represents a single co-author in the document. The CoAuthor object is a member of the CoAuthors collection. The CoAuthors collection contains all the co-authors in the document (authors that are actively editing the document).
Public interface CoAuthoring Provides the primary entry point to the co-authoring object model.
Public interface CoAuthors A collection of all the CoAuthor objects in the document.
Public interface CoAuthUpdate Represents a range of text that has been updated by a co-author.
Public interface CoAuthUpdates A collection of CoAuthUpdate objects that represent the available updates in the document.
Public interface ColorFormat Represents the color of a one-color object or the foreground or background color of an object with a gradient or patterned fill.
Public interface Column Represents a single table column. The Column object is a member of the Columns collection.
Public interface Columns A collection of Column objects that represent the columns in a table.
Public interface Comment Represents a single comment.
Public interface Comments A collection of Comment objects that represent the comments in a selection, range, or document.
Public interface ConditionalStyle Represents special formatting applied to specified areas of a table when the selected table is formatted with a specified table style.
Public interface Conflict Represents a conflicting edit in a co-authored document. The type of a Conflict object is specified by the WdRevisionType enumeration.
Public interface Conflicts A collection of Conflict objects that represents the conflicts in a document. The type of a Conflict object is specified by the WdRevisionType enumeration.
Public interface ConnectorFormat Reserved for internal use.
Public interface ContentControl An individual content control. Content controls are bounded and potentially labeled regions in a document that serve as containers for specific types of content. Individual content controls may contain contents such as dates, lists, or paragraphs of formatted text. The ContentControl object is a member of the ContentControls collection.
Public interface ContentControlListEntries The ContentControlListEntries collection contains ContentControlListEntry objects that represent the items in a drop-down list or combo box content control.
Public interface ContentControlListEntry A ContentControlListEntry object represents a list item in a drop-down list or combo box content control. A ContentControlListEntry object is a member of the ContentControlListEntries collection for a ContentControl object.
Public interface ContentControls A collection of ContentControl objects. Content controls are bounded and potentially labeled regions in a document that serve as containers for specific types of content. Individual content controls may contain content such as dates, lists, or paragraphs of formatted text.
Public interface Corners Represents the corners of a 3-D chart.
Public interface CustomLabel Represents a custom mailing label.
Public interface CustomLabels A collection of CustomLabel objects available in the Label Options dialog box.
Public interface CustomProperties A collection of CustomProperty objects that represents the properties related to a smart tag.
Public interface CustomProperty Represents a single instance of a custom property for a smart tag.
Public interface DataLabel Represents the data label on a chart point or trendline.
Public interface DataLabels A collection of all the DataLabel objects for the specified series.
Public interface DataTable Represents a chart data table.
Public interface DefaultWebOptions Contains global application-level attributes used by Microsoft Word when you save a document as a Web page or open a Web page.
Public interface Diagram Represents a single diagram in a document.
Public interface DiagramNode Represents a single diagram node within a diagram.
Public interface DiagramNodeChildren A collection of DiagramNode objects that represents the child nodes in a diagram.
Public interface DiagramNodes A collection of DiagramNode objects that represent all the nodes in a diagram. The DiagramNodes collection contains all the diagram nodes in a specified diagram.
Public interface Dialog Represents a built-in dialog box.
Public interface Dialogs A collection of Dialog objects in Microsoft Word. Each Dialog object represents a built-in Word dialog box.
Public interface Dictionaries A collection of Dictionary objects that includes the active custom spelling dictionaries.
Public interface Dictionary Represents a dictionary.
Public interface DisplayUnitLabel Represents a unit label on an axis in the specified chart.
Public interface Document Represents a document.
Public interface DocumentEvents Reserved for internal use.
Public interface DocumentEvents_Event
Public interface DocumentEvents2 Reserved for internal use.
Public interface DocumentEvents2_Event Events interface for Microsoft Word Document object events.
Public interface Documents A collection of all the Document objects that are currently open in Word.
Public interface DownBars Represents the down bars in a chart group.
Public interface DropCap Represents a dropped capital letter at the beginning of a paragraph.
Public interface DropDown Represents a drop-down form field that contains a list of items in a form.
Public interface DropLines Represents the drop lines in a chart group.
Public interface Editor Represents a single user who has been given specific permissions to edit portions of a document.
Public interface Editors A collection of Editor objects that represents a collection of users or groups of users who have been given specific permissions to edit portions of a document.
Public interface Email Represents an e-mail message.
Public interface EmailAuthor Represents the author of an e-mail message.
Public interface EmailOptions Contains global application-level attributes used by Microsoft Word when you create and edit e-mail messages and replies.
Public interface EmailSignature Contains information about the e-mail signatures used by Microsoft Word when you create and edit e-mail messages and replies.
Public interface EmailSignatureEntries A collection of EmailSignatureEntry objects that represents all the e-mail signature entries available to Microsoft Word.
Public interface EmailSignatureEntry Represents a single e-mail signature entry.
Public interface Endnote Represents an endnote.
Public interface EndnoteOptions Represents the properties assigned to a range or selection of endnotes in a document.
Public interface Endnotes A collection of Endnote objects that represents all the endnotes in a selection, range, or document.
Public interface Envelope Represents an envelope.
Public interface ErrorBars Represents the error bars on a chart series.
Public interface Field Represents a field. The Field object is a member of the Fields collection. The Fields collection represents the fields in a selection, range, or document.
Public interface Fields A collection of Field objects that represent all the fields in a selection, range, or document.
Public interface FileConverter Represents a file converter that's used to open or save files.
Public interface FileConverters A collection of FileConverter objects that represent all the file converters available for opening and saving files.
Public interface FillFormat Represents fill formatting for a shape. A shape can have a solid, gradient, texture, pattern, picture, or semi-transparent fill.
Public interface Find Represents the criteria for a find operation.
Public interface FirstLetterException Represents an abbreviation excluded from automatic correction.
Public interface FirstLetterExceptions A collection of FirstLetterException objects that represent the abbreviations excluded from automatic correction.
Public interface Floor Represents the floor of a 3-D chart.
Public interface Font Contains font attributes (font name, font size, color, and so on) for an object.
Public interface FontNames Represents a list of the names of all the available fonts.
Public interface Footnote Represents a footnote positioned at the bottom of the page or beneath text. The Footnote object is a member of the Footnotes collection. The Footnotes collection represents the footnotes in a selection, range, or document.
Public interface FootnoteOptions Represents the properties assigned to a range or selection of footnotes in a document.
Public interface Footnotes A collection of Footnote objects that represent all the footnotes in a selection, range, or document.
Public interface FormField Represents a single form field.
Public interface FormFields A collection of FormField objects that represent all the form fields in a selection, range, or document.
Public interface Frame Represents a frame in a selection, range, or document.
Public interface Frames A collection of Frame objects in a selection, range, or document.
Public interface Frameset Represents an entire frames page or a single frame on a frames page.
Public interface FreeformBuilder Represents the geometry of a freeform while it's being built.
Public interface Global Contains top-level properties and methods that don't need to be preceded by the Application property.
Public interface GlowFormat Represents the glow formatting for a shape or range of shapes.
Public interface Gridlines Represents major or minor gridlines on a chart axis.
Public interface GroupShapes Represents the individual shapes within a grouped shape.
Public interface HangulAndAlphabetException Represents a single Hangul or alphabet AutoCorrect exception.
Public interface HangulAndAlphabetExceptions A collection of HangulAndAlphabetException objects that represents all Hangul and alphabet AutoCorrect exceptions. This list corresponds to the list of AutoCorrect exceptions on the Korean tab in the AutoCorrect Exceptions dialog box (AutoCorrect command, Tools menu).
Public interface HangulHanjaConversionDictionaries A collection of Dictionary objects that includes the active custom Hangul-Hanja conversion dictionaries.
Public interface HeaderFooter Represents a single header or footer.
Public interface HeadersFooters A collection of HeaderFooter objects that represent the headers or footers in the specified section of a document.
Public interface HeadingStyle Represents a style used to build a table of contents or figures.
Public interface HeadingStyles A collection of HeadingStyle objects that represent the styles used to compile a table of figures or table of contents.
Public interface HiLoLines Represents the high-low lines in a chart group.
Public interface HorizontalLineFormat Represents horizontal line formatting.
Public interface HTMLDivision Represents a single HTML division that can be added to a Web document.
Public interface HTMLDivisions A collection of HTMLDivision objects that represents the HTML divisions that exist in a Web document.
Public interface Hyperlink Represents a hyperlink.
Public interface Hyperlinks Represents the collection of Hyperlink objects in a document, range, or selection.
Public interface IApplicationEvents Reserved for internal use.
Public interface IApplicationEvents2 Reserved for internal use.
Public interface IApplicationEvents3 Reserved for internal use.
Public interface IApplicationEvents4 Reserved for internal use.
Public interface Index Represents a single index.
Public interface Indexes A collection of Index objects that represents all the indexes in the specified document.
Public interface InlineShape Represents an object in the text layer of a document.
Public interface InlineShapes A collection of InlineShape objects that represent all the inline shapes in a document, range, or selection.
Public interface Interior Represents the interior of an object.
Public interface KeyBinding Represents a custom key assignment in the current context.
Public interface KeyBindings A collection of KeyBinding objects that represent the custom key assignments in the current context. Custom key assignments are made in the Customize Keyboard dialog box.
Public interface KeysBoundTo A collection of KeyBinding objects assigned to a command, style, macro, or other item in the current context.
Public interface Language Represents a language used for proofing or formatting in Microsoft Word.
Public interface Languages A collection of Language objects that represent languages used for proofing or formatting in Microsoft Word.
Public interface LeaderLines Represents leader lines on a chart. Leader lines connect data labels to data points.
Public interface Legend Represents the legend in a chart. Each chart can have only one legend.
Public interface LegendEntries A collection of all the LegendEntry objects in the specified chart legend.
Public interface LegendEntry Represents a legend entry in a chart legend.
Public interface LegendKey Represents a legend key in a chart legend.
Public interface LetterContent Represents the elements of a letter created by the Letter Wizard.
Public interface Line Represents an individual line in a Rectangle object of type wdTextRectangle.
Public interface LineFormat Represents line and arrowhead formatting. For a line, the LineFormat object contains formatting information for the line itself; for a shape with a border, this object contains formatting information for the shape's border.
Public interface LineNumbering Represents line numbers in the left margin or to the left of each newspaper-style column.
Public interface Lines A collection of Line objects that represents the lines in a Rectangle object that is of type wdTextRectangle.
Public interface LinkFormat Represents the linking characteristics for an OLE object or picture.
Public interface List Represents a single list format that's been applied to specified paragraphs in a document.
Public interface ListEntries A collection of ListEntry objects that represent all the items in a drop-down form field.
Public interface ListEntry Represents an item in a drop-down form field.
Public interface ListFormat Represents the list formatting attributes that can be applied to the paragraphs in a range.
Public interface ListGalleries A collection of ListGallery objects that represent the three tabs in the Bullets and Numbering dialog box.
Public interface ListGallery Represents a single gallery of list formats.
Public interface ListLevel Represents a single list level, either the only level for a bulleted or numbered list or one of the nine levels of an outline numbered list.
Public interface ListLevels A collection of ListLevel objects that represents all the list levels of a list template, either the only level for a bulleted or numbered list or one of the nine levels of an outline numbered list.
Public interface ListParagraphs A collection of Paragraph objects that represents the paragraphs of the specified document, list, or range that have list formatting applied.
Public interface Lists A collection of List objects that represent all the lists in the specified document.
Public interface ListTemplate Represents a single list template that includes all the formatting that defines a list.
Public interface ListTemplates A collection of ListTemplate objects that represent the seven predefined list formats on each tab in the Bullets and Numbering dialog box.
Public interface Mailer This member is for Macintosh only and should not be used.
Public interface MailingLabel Represents a mailing label.
Public interface MailMerge Represents the mail merge functionality in Microsoft Word.
Public interface MailMergeDataField Represents a single mail merge field in a data source.
Public interface MailMergeDataFields A collection of MailMergeDataField objects that represent the data fields in a mail merge data source.
Public interface MailMergeDataSource Represents the mail merge data source in a mail merge operation.
Public interface MailMergeField Represents a single mail merge field in a document.
Public interface MailMergeFieldName Represents a mail merge field name in a data source.
Public interface MailMergeFieldNames A collection of MailMergeFieldName objects that represent the field names in a mail merge data source.
Public interface MailMergeFields A collection of MailMergeField objects that represent the mail merge related fields in a document.
Public interface MailMessage Represents the active email message if you are using Microsoft Word as your e-mail editor.
Public interface MappedDataField Represents a single mapped data field.
Public interface MappedDataFields A collection of MappedDataField objects that represents all the mapped data fields available in Microsoft Word.
Public interface OCXEvents Reserved for internal use.
Public interface OCXEvents_Event Reserved for internal use.
Public interface OLEControl Reserved for internal use.
Public interface OLEFormat Represents the OLE characteristics (other than linking) for an OLE object, ActiveX control, or field.
Public interface OMath Represents an equation. OMath objects are members of the OMaths collection.
Public interface OMathAcc Represents an equation that has an accent mark above the base.
Public interface OMathArgs Represents a collection of arguments.
Public interface OMathAutoCorrect Represents the math AutoCorrect feature in Microsoft Office Word. To access the math AutoCorrect entries, use the OMathAutoCorrectEntries collection.
Public interface OMathAutoCorrectEntries Represents a collection of math AutoCorrect entries. Use the OMathAutoCorrectEntry object to access individual AutoCorrect entries.
Public interface OMathAutoCorrectEntry Represents an individual entry in the OMathAutoCorrectEntries collection.
Public interface OMathBar Represents an equation with a bar above or below the base.
Public interface OMathBorderBox Represents an invisible box around an equation or part of an equation to which you can assign properties that affect the layout or mathematical formatting of the entire box. For example, a box can serve as an operator emulator with or without an alignment point, serve as a like breakpoint, have an associated argument size (argSz), or be grouped so as not to allow line breaks.
Public interface OMathBox Represents an invisible box around an equation or part of an equation to which you can apply properties that affect the mathematical or formatting properties, such as line breaks.
Public interface OMathBreak Represents individual line breaks in an equation. Each OMathBreak object is a member of the OMathBreaks collection.
Public interface OMathBreaks Represents a collection of OMathBreak objects that represent all the line breaks in an equation.
Public interface OMathDelim Represents a delimiter object, consisting of opening and closing delimiters (such as parentheses, braces, brackets, or vertical bars), and one or more elements contained inside the delimiters.
Public interface OMathEqArray Represents a mathematical equation array object, consisting of one or more equations that can be vertically justified as a unit respect to surrounding text on the line.
Public interface OMathFrac Represents a fraction, consisting of a numerator and denominator separated by a fraction bar. The fraction bar can be horizontal or diagonal, depending on the fraction properties.
Public interface OMathFunc Represents the application of a function or an argument in an equation that consists of a function name, such as sin or cos, and an argument.
Public interface OMathFunction Represents a mathematical function or structure that Microsoft Office Word supports, such as fractions, integrals, sums, and radicals. The OMathFunction object is a member of the OMathFunctions collection.
Public interface OMathFunctions Represents a collection of functions or structures that Microsoft Office Word supports, such as fractions, integrals, sums, and radicals.
Public interface OMathGroupChar Represents a group character object, consisting of a character drawn above or below text, often with the purpose of visually grouping items.
Public interface OMathLimLow Represents the lower limit mathematical construct, consisting of text on the baseline and reduced-size text immediately below it.
Public interface OMathLimUpp Represents the upper limit mathematical construct, consisting of text on the baseline and reduced-size text immediately above it.
Public interface OMathMat Represents an equation matrix.
Public interface OMathMatCol Represents a matrix column. The OMathMatCol object is a member of the OMathMatCols collection.
Public interface OMathMatCols Represents a collection of matrix columns. Use the OMathMatCol object to access individual members of the collection.
Public interface OMathMatRow Represents a matrix row. The OMathMatRow is a member of the OMathMatRows collection.
Public interface OMathMatRows Represents a collection of matrix rows. Use the OMathMatRow object to access individual membes of the collection.
Public interface OMathNary Represents the mathematical n-ary object, consisting of an n-ary object, a base (or operand), and optional upper limits and lower limits.
Public interface OMathPhantom Represents a phantom object, which has two primary uses: (1) adding the spacing of the phantom base without displaying that base or (2) suppressing part of the glyph from spacing considerations.
Public interface OMathRad Represents the mathematical radical object, consisting of a radical, a base, and an optional degree.
Public interface OMathRecognizedFunction Represents a recognized function. The OMathRecognizedFunction object is a member of the OMathRecognizedFunctions collection.
Public interface OMathRecognizedFunctions Represents a collection of recognized functions. Use the OMathRecognizedFunction object to access individual members of the collection.
Public interface OMaths A collection of equations. Use the OMaths object to access individual members of the collection.
Public interface OMathScrPre Represents an equation that contains a superscript or subscript to the left of the base.
Public interface OMathScrSub Represents an equation with a base that contains a subscript.
Public interface OMathScrSubSup Represents an equation with a base that contains a superscript or subscript.
Public interface OMathScrSup Represents an equation with a base that contains a superscript.
Public interface Options Represents application and document options in Microsoft Word. Many of the properties for the Options object correspond to items in the Options dialog box (Tools menu).
Public interface OtherCorrectionsException Represents a single AutoCorrect exception.
Public interface OtherCorrectionsExceptions A collection of OtherCorrectionsException objects that represents the list of words that Microsoft Word won't correct automatically. This list corresponds to the list of AutoCorrect exceptions on the Other Corrections tab in the AutoCorrect Exceptions dialog box (AutoCorrect command, Tools menu).
Public interface Page Represents a page in a document. Use the Page object and the related methods and properties for programmatically defining page layout in a document.
Public interface PageNumber Represents a page number in a header or footer.
Public interface PageNumbers A collection of PageNumber objects that represent the page numbers in a single header or footer.
Public interface Pages A collection of pages in a document.
Public interface PageSetup Represents the page setup description. The PageSetup object contains all page setup attributes (left margin, bottom margin, paper size, and so on) as properties.
Public interface Pane Represents a window pane. The Pane object is a member of the Panes collection. The [Panes#SameCHM] collection includes all the window panes for a single window.
Public interface Panes A collection of Pane objects that represent the window panes for a single window.
Public interface Paragraph Represents a single paragraph in a selection, range, or document.
Public interface ParagraphFormat Represents all the formatting for a paragraph.
Public interface Paragraphs A collection of Paragraph objects in a selection, range, or document.
Public interface PictureFormat Contains properties and methods that apply to pictures and OLE objects.
Public interface PlotArea Represents the plot area of a chart.
Public interface Point Represents a single point in a series in a chart.
Public interface Points A collection of all the Point objects in the specified series in a chart.
Public interface ProofreadingErrors A collection of spelling and grammatical errors for the specified document or range.
Public interface ProtectedViewWindow Represents a protected view window.
Public interface ProtectedViewWindows A collection of all the ProtectedViewWindow objects that are currently open in Word 2010.
Public interface Range Represents a contiguous area in a document.
Public interface ReadabilityStatistic Represents one of the readability statistics for a document or range.
Public interface ReadabilityStatistics A collection of ReadabilityStatistic objects for a document or range.
Public interface RecentFile Represents a recently used file.
Public interface RecentFiles A collection of RecentFile objects that represents the files that have been used recently. The items in the RecentFiles collection are displayed at the bottom of the File menu.
Public interface Rectangle Represents a portion of text or a graphic in a page. Use the Rectangle object and related methods and properties for programmatically defining page layout in a document.
Public interface Rectangles A collection of Rectangle objects in a page that represent portions of text and graphics. Use the Rectangles collection and related objects and properties for programmatically defining page layout in a document.
Public interface ReflectionFormat Represents the reflection formatting for a shape or range of shapes.
Public interface Replacement Represents the replace criteria for a find-and-replace operation.
Public interface Research Provides access to the research service feature of Microsoft Office Word.
Public interface Reviewer Represents a single reviewer of a document in which changes have been tracked.
Public interface Reviewers A collection of Reviewer objects that represents the reviewers of one or more documents. The Reviewers collection contains the names of all reviewers who have reviewed documents opened or edited on a machine.
Public interface Revision Represents a change marked with a revision mark.
Public interface Revisions A collection of Revision objects that represent the changes marked with revision marks in a range or document.
Public interface RoutingSlip Represents the routing slip associated with a document. You use a routing slip to send a document through an electronic mail system.
Public interface Row Represents a row in a table.
Public interface Rows A collection of Row objects that represent the table rows in the specified selection, range, or table.
Public interface Section Represents a single section in a selection, range, or document.
Public interface Sections A collection of Section objects in a selection, range, or document.
Public interface Selection Represents the current selection in a window or pane.
Public interface Sentences A collection of Range objects that represent all the sentences in a selection, range, or document. There is no Sentence object.
Public interface Series Represents a series in a chart.
Public interface SeriesCollection A collection of all the Series objects in the specified chart or chart group.
Public interface SeriesLines Represents series lines in a chart group.
Public interface Shading Contains shading attributes for an object.
Public interface ShadowFormat Represents shadow formatting for a shape.
Public interface Shape Represents an object in the drawing layer, such as an AutoShape, freeform, OLE object, ActiveX control, or picture.
Public interface ShapeNode Represents the geometry and the geometry-editing properties of the nodes in a user-defined freeform.
Public interface ShapeNodes A collection of all the ShapeNode objects in the specified freeform.
Public interface ShapeRange Represents a shape range, which is a set of shapes on a document.
Public interface Shapes A collection of Shape objects that represent all the shapes in a document or all the shapes in all the headers and footers in a document.
Public interface SmartTag Represents a string in a document or range that contains recognized type information.
Public interface SmartTagAction Represents a single action for a smart tag.
Public interface SmartTagActions Represents a collection of actions for an individual smart tag or a type of smart tag.
Public interface SmartTagRecognizer Represents installed components that label text with types of information.
Public interface SmartTagRecognizers A collection of SmartTagRecognizer objects that represent recognition engines that label data with types of information as you work in Microsoft Word.
Public interface SmartTags A collection of SmartTag objects that represents the text in a document that is marked as containing recognized type information.
Public interface SmartTagType Represents a type of smart tag.
Public interface SmartTagTypes Represents a collection of SmartTagType objects.
Public interface SoftEdgeFormat Represents the soft edge formatting for a shape or range of shapes.
Public interface Source Represents an individual source, such as a book, journal article, or interview.
Public interface Sources Represents a collection of Source objects.
Public interface SpellingSuggestion Represents a single spelling suggestion for a misspelled word.
Public interface SpellingSuggestions A collection of SpellingSuggestion objects that represent all the suggestions for a specified word or for the first word in the specified range.
Public interface StoryRanges A collection of Range objects that represent stories in a document.
Public interface Style Represents a single built-in or user-defined style.
Public interface Styles A collection of Style objects that represent both the built-in and user-defined styles in a document.
Public interface StyleSheet Represents a single cascading style sheet attached to a web document.
Public interface StyleSheets A collection of StyleSheet objects that represents the cascading style sheets attached to a document.
Public interface Subdocument Represents a subdocument within a document or range.
Public interface Subdocuments A collection of Subdocument objects that represent the subdocuments in a range or document.
Public interface SynonymInfo Represents the information about synonyms, antonyms, related words, or related expressions for the specified range or a given string.
Public interface System Contains information about the computer system.
Public interface Table Represents a single table.
Public interface TableOfAuthorities Represents a single table of authorities in a document (a TOA field).
Public interface TableOfAuthoritiesCategory Represents a single table of authorities category.
Public interface TableOfContents Represents a single table of contents in a document.
Public interface TableOfFigures Represents a single table of figures in a document.
Public interface Tables A collection of Table objects that represent the tables in a selection, range, or document.
Public interface TablesOfAuthorities A collection of TableOfAuthorities objects (TOA fields) that represents the tables of authorities in a document.
Public interface TablesOfAuthoritiesCategories A collection of TableOfAuthoritiesCategory objects that represent the table of authorities categories, such as Cases and Statutes.
Public interface TablesOfContents A collection of TableOfContents objects that represent the tables of contents in a document.
Public interface TablesOfFigures A collection of TableOfFigures objects that represent the tables of figures in a document.
Public interface TableStyle Represents a single style that can be applied to a table.
Public interface TabStop Represents a single tab stop.
Public interface TabStops A collection of TabStop objects that represent the custom and default tabs for a paragraph or group of paragraphs.
Public interface Task Represents a single task running on the system.
Public interface TaskPane Represents a single task pane available to Microsoft Word, which contains common tasks that users perform.
Public interface TaskPanes A collection of TaskPane objects that contains commonly performed tasks in Microsoft Word.
Public interface Tasks A collection of Task objects that represents all the tasks currently running on the system.
Public interface Template Represents a document template.
Public interface Templates A collection of Template objects that represent all the templates that are currently available.
Public interface TextColumn Represents a single text column.
Public interface TextColumns A collection of TextColumn objects that represent all the columns of text in a document or a section of a document.
Public interface TextEffectFormat Contains properties and methods that apply to WordArt objects.
Public interface TextFrame Represents the text frame in a Shape object. Contains the text in the text frame as well as the properties that control the margins and orientation of the text frame.
Public interface TextInput Represents a single text form field.
Public interface TextRetrievalMode Represents options that control how text is retrieved from a Range object.
Public interface ThreeDFormat Represents a shape's three-dimensional formatting.
Public interface TickLabels Represents the tick-mark labels associated with tick marks on a chart axis.
Public interface Trendline Represents a trendline in a chart.
Public interface Trendlines A collection of all the Trendline objects for the specified series.
Public interface TwoInitialCapsException Represents a single initial-capital AutoCorrect exception.
Public interface TwoInitialCapsExceptions A collection of TwoInitialCapsException objects that represent all the items listed in the Don't correct box on the INitial CAps tab in the AutoCorrect Exceptions dialog box.
Public interface UndoRecord Provides an entry point into the undo stack.
Public interface UpBars Represents the up bars in a chart group.
Public interface Variable Represents a variable stored as part of a document. Document variables are used to preserve macro settings in between macro sessions.
Public interface Variables A collection of Variable objects that represent the variables added to a document or template. Document variables are used to preserve macro settings in between macro sessions.
Public interface Version Represents a single version of a document.
Public interface Versions A collection of Version objects that represent all the versions of a document. Corresponds to the items listed in the Versions dialog box (File menu).
Public interface View Contains the view attributes (show all, field shading, table gridlines, and so on) for a window or pane.
Public interface Walls Represents the walls of a 3-D chart. This object isn’t a collection. There’s no object that represents a single wall; you must return all the walls as a unit.
Public interface WebOptions Contains document-level attributes used by Microsoft Word when you save a document as a Web page or open a Web page.
Public interface Window Represents a window.
Public interface Windows A collection of Window objects that represent all the available windows.
Public interface Words A collection of words in a selection, range, or document.
Public interface WrapFormat Represents all the properties for wrapping text around a shape or shape range.
Public interface XMLChildNodeSuggestion Represents a node that is a possible child element of the current element, according to the schema, but is not guaranteed to be valid.
Public interface XMLChildNodeSuggestions Represents a collection of XMLChildNodeSuggestion objects that represent elements that may be valid children of the specified element according to the schema.
Public interface XMLMapping Represents the XML mapping on a ContentControl object between custom XML and a content control. An XML mapping is a link between the text in a content control and an XML element in the custom XML data store for this document.
Public interface XMLNamespace Represents an individual schema within the Schema Library.
Public interface XMLNamespaces A collection of XMLNamespace objects that represents the entire collection of schemas in the Schema Library.
Public interface XMLNode Represents a single XML element applied to a document.
Public interface XMLNodes A collection of XMLNode objects that represents the nodes in the tree view of the XML Structure task pane, which indicates the elements that a user has applied to a document.
Public interface XMLSchemaReference Represents an individual schema that is attached to a document.
Public interface XMLSchemaReferences A collection of XMLSchemaReference objects that represent the unique namespaces that are attached to a document.
Public interface XSLTransform Represents a single registered Extensible Stylesheet Language Transformation (XSLT).
Public interface XSLTransforms A collection of XSLTransform objects that represent all of the Extensible Stylesheet Language Transformations (XSLTs) for a specific XML namespace.
Public interface Zoom Contains magnification options (for example, the zoom percentage) for a window or pane.
Public interface Zooms A collection of Zoom objects that represents the magnification options for each view (outline, normal, print layout, and so on).

Delegates

  Delegate Description
Public delegate ApplicationEvents2_DocumentBeforeCloseEventHandler This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.
Public delegate ApplicationEvents2_DocumentBeforePrintEventHandler This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.
Public delegate ApplicationEvents2_DocumentBeforeSaveEventHandler This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.
Public delegate ApplicationEvents2_DocumentChangeEventHandler This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.
Public delegate ApplicationEvents2_DocumentOpenEventHandler This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.
Public delegate ApplicationEvents2_NewDocumentEventHandler This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.
Public delegate ApplicationEvents2_QuitEventHandler This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.
Public delegate ApplicationEvents2_StartupEventHandler This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.
Public delegate ApplicationEvents2_WindowActivateEventHandler This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.
Public delegate ApplicationEvents2_WindowBeforeDoubleClickEventHandler This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.
Public delegate ApplicationEvents2_WindowBeforeRightClickEventHandler This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.
Public delegate ApplicationEvents2_WindowDeactivateEventHandler This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.
Public delegate ApplicationEvents2_WindowSelectionChangeEventHandler This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.
Public delegate ApplicationEvents3_DocumentBeforeCloseEventHandler This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.
Public delegate ApplicationEvents3_DocumentBeforePrintEventHandler This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.
Public delegate ApplicationEvents3_DocumentBeforeSaveEventHandler This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.
Public delegate ApplicationEvents3_DocumentChangeEventHandler This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.
Public delegate ApplicationEvents3_DocumentOpenEventHandler This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.
Public delegate ApplicationEvents3_EPostageInsertEventHandler This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.
Public delegate ApplicationEvents3_EPostagePropertyDialogEventHandler This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.
Public delegate ApplicationEvents3_MailMergeAfterMergeEventHandler This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.
Public delegate ApplicationEvents3_MailMergeAfterRecordMergeEventHandler This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.
Public delegate ApplicationEvents3_MailMergeBeforeMergeEventHandler This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.
Public delegate ApplicationEvents3_MailMergeBeforeRecordMergeEventHandler This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.
Public delegate ApplicationEvents3_MailMergeDataSourceLoadEventHandler This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.
Public delegate ApplicationEvents3_MailMergeDataSourceValidateEventHandler This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.
Public delegate ApplicationEvents3_MailMergeWizardSendToCustomEventHandler This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.
Public delegate ApplicationEvents3_MailMergeWizardStateChangeEventHandler This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.
Public delegate ApplicationEvents3_NewDocumentEventHandler This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.
Public delegate ApplicationEvents3_QuitEventHandler This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.
Public delegate ApplicationEvents3_StartupEventHandler This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.
Public delegate ApplicationEvents3_WindowActivateEventHandler This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.
Public delegate ApplicationEvents3_WindowBeforeDoubleClickEventHandler This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.
Public delegate ApplicationEvents3_WindowBeforeRightClickEventHandler This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.
Public delegate ApplicationEvents3_WindowDeactivateEventHandler This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.
Public delegate ApplicationEvents3_WindowSelectionChangeEventHandler This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.
Public delegate ApplicationEvents3_WindowSizeEventHandler This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.
Public delegate ApplicationEvents4_DocumentBeforeCloseEventHandler A Delegate type used to add an event handler for the DocumentBeforeClose event. The DocumentBeforeClose event occurs immediately before any open document closes.
Public delegate ApplicationEvents4_DocumentBeforePrintEventHandler A Delegate type used to add an event handler for the DocumentBeforePrint event. The DocumentBeforePrint event occurs before any open document is printed.
Public delegate ApplicationEvents4_DocumentBeforeSaveEventHandler A Delegate type used to add an event handler for the DocumentBeforeSave event. The DocumentBeforeSave event occurs before any open document is saved.
Public delegate ApplicationEvents4_DocumentChangeEventHandler A Delegate type used to add an event handler for the DocumentChange event. The DocumentChange event occurs when a new document is created, when an existing document is opened, or when another document is made the active document.
Public delegate ApplicationEvents4_DocumentOpenEventHandler A Delegate type used to add an event handler for the DocumentOpen event. The DocumentOpen event occurs when a document is opened.
Public delegate ApplicationEvents4_DocumentSyncEventHandler A Delegate type used to add an event handler for the DocumentSync event. The DocumentSync event occurs when the local copy of a document that is part of a Document Workspace is synchronized with the copy on the server.
Public delegate ApplicationEvents4_EPostageInsertEventHandler A Delegate type used to add an event handler for the EPostageInsert event. The EPostageInsert event occurs when a user inserts electronic postage into a document.
Public delegate ApplicationEvents4_EPostageInsertExEventHandler A Delegate type used to add an event handler for the EPostageInsertEx event. The EPostageInsertEx event occurs when a user inserts electronic postage into a document.
Public delegate ApplicationEvents4_EPostagePropertyDialogEventHandler A Delegate type used to add an event handler for the EPostagePropertyDialog event. The EPostagePropertyDialog event occurs when a user clicks the E-postage Properties (Labels and Envelopes dialog box) button or Print Electronic Postage toolbar button.
Public delegate ApplicationEvents4_MailMergeAfterMergeEventHandler A Delegate type used to add an event handler for the MailMergeAfterMerge event. The MailMergeAfterMerge event occurs after all records in a mail merge have merged successfully.
Public delegate ApplicationEvents4_MailMergeAfterRecordMergeEventHandler A Delegate type used to add an event handler for the MailMergeAfterRecordMerge event. The MailMergeAfterRecordMerge event occurs after each record in the data source successfully merges in a mail merge.
Public delegate ApplicationEvents4_MailMergeBeforeMergeEventHandler A Delegate type used to add an event handler for the MailMergeBeforeMerge event. The MailMergeBeforeMerge event occurs when a merge is executed before any records merge.
Public delegate ApplicationEvents4_MailMergeBeforeRecordMergeEventHandler A Delegate type used to add an event handler for the MailMergeBeforeRecordMerge event. The MailMergeBeforeRecordMerge event occurs as a merge is executed for the individual records in a merge.
Public delegate ApplicationEvents4_MailMergeDataSourceLoadEventHandler A Delegate type used to add an event handler for the MailMergeDataSourceLoad event. The MailMergeDataSourceLoad event occurs when the data source is loaded for a mail merge.
Public delegate ApplicationEvents4_MailMergeDataSourceValidate2EventHandler A Delegate type used to add an event handler for the MailMergeDataSourceValidate2 event. The MailMergeDataSourceValidate2 event occurs when a user validates mail merge recipients by clicking the Validate addresses link button in the Mail Merge Recipients dialog box.
Public delegate ApplicationEvents4_MailMergeDataSourceValidateEventHandler A Delegate type used to add an event handler for the MailMergeDataSourceValidate event. The MailMergeDataSourceValidate event occurs when a user performs address verification by clicking Validate in the Mail Merge Recipients dialog box.
Public delegate ApplicationEvents4_MailMergeWizardSendToCustomEventHandler A Delegate type used to add an event handler for the MailMergeWizardSendToCustom event. The MailMergeWizardSendToCustom event occurs when the custom button is clicked on step six of the Mail Merge Wizard.
Public delegate ApplicationEvents4_MailMergeWizardStateChangeEventHandler A Delegate type used to add an event handler for the MailMergeWizardStateChange event. The MailMergeWizardStateChange event occurs when a user changes from a specified step to a specified step in the Mail Merge Wizard.
Public delegate ApplicationEvents4_NewDocumentEventHandler A Delegate type used to add an event handler for the NewDocument event. The NewDocument event occurs when a new document is created.
Public delegate ApplicationEvents4_ProtectedViewWindowActivateEventHandler A Delegate type used to add an event handler for the ProtectedViewWindowActivate event. The ProtectedViewWindowActivate event Occurs when any protected view window is activated.
Public delegate ApplicationEvents4_ProtectedViewWindowBeforeCloseEventHandler A Delegate type used to add an event handler for the ProtectedViewWindowBeforeClose event. The ProtectedViewWindowBeforeClose event occurs immediately before a protected view window or a document in a protected view window closes.
Public delegate ApplicationEvents4_ProtectedViewWindowBeforeEditEventHandler A Delegate type used to add an event handler for the ProtectedViewWindowBeforeEdit event. The ProtectedViewWindowBeforeEdit event occurs immediately before editing is enabled on the document in the specified protected view window.
Public delegate ApplicationEvents4_ProtectedViewWindowDeactivateEventHandler A Delegate type used to add an event handler for the ProtectedViewWindowDeactivate event. The ProtectedViewWindowDeactivate event occurs when a protected view window is deactivated.
Public delegate ApplicationEvents4_ProtectedViewWindowOpenEventHandler A Delegate type used to add an event handler for the ProtectedViewWindowOpen event. The ProtectedViewWindowOpen event occurs when a protected view window is opened.
Public delegate ApplicationEvents4_ProtectedViewWindowSizeEventHandler A Delegate type used to add an event handler for the ProtectedViewWindowSize event. The ProtectedViewWindowSize event occurs every time a protected view window is moved or resized.
Public delegate ApplicationEvents4_QuitEventHandler A Delegate type used to add an event handler for the Quit event. The Quit event occurs when the user quits Word.
Public delegate ApplicationEvents4_StartupEventHandler Reserved for internal use.
Public delegate ApplicationEvents4_WindowActivateEventHandler A Delegate type used to add an event handler for the WindowActivate event. The WindowActivate event occurs when any document window is activated.
Public delegate ApplicationEvents4_WindowBeforeDoubleClickEventHandler A Delegate type used to add an event handler for the WindowBeforeDoubleClick event. The WindowBeforeDoubleClick event occurs when the editing area of a document window is double-clicked, before the default double-click action.
Public delegate ApplicationEvents4_WindowBeforeRightClickEventHandler A Delegate type used to add an event handler for the WindowBeforeRightClick event. The WindowBeforeRightClick event occurs when the editing area of a document window is right-clicked, before the default right-click action.
Public delegate ApplicationEvents4_WindowDeactivateEventHandler A Delegate type used to add an event handler for the WindowDeactivate event. The WindowDeactivate event occurs when any document window is deactivated.
Public delegate ApplicationEvents4_WindowSelectionChangeEventHandler A Delegate type used to add an event handler for the WindowSelectionChange event. The WindowSelectionChange event occurs when the selection changes in the active document window.
Public delegate ApplicationEvents4_WindowSizeEventHandler A Delegate type used to add an event handler for the WindowSize event. The WindowSize event occurs when the application window is resized or moved.
Public delegate ApplicationEvents4_XMLSelectionChangeEventHandler A Delegate type used to add an event handler for the XMLSelectionChange event. The XMLSelectionChange event occurs when the parent XML node of the current selection changes.
Public delegate ApplicationEvents4_XMLValidationErrorEventHandler A Delegate type used to add an event handler for the XMLValidationError event. The XMLValidationError event occurs when there is a validation error in the document.
Public delegate DocumentEvents_CloseEventHandler This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.
Public delegate DocumentEvents_NewEventHandler This event parameter is included for backward compatibility only.
Public delegate DocumentEvents_OpenEventHandler This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.
Public delegate DocumentEvents2_BuildingBlockInsertEventHandler A Delegate type used to add an event handler for the BuildingBlockInsert(Range, String, String, String, String) event.
Public delegate DocumentEvents2_CloseEventHandler A Delegate type used to add an event handler for the Close event. The Close event occurs when a document is closed.
Public delegate DocumentEvents2_ContentControlAfterAddEventHandler A Delegate type used to add an event handler for the ContentControlAfterAdd(ContentControl, Boolean) event.
Public delegate DocumentEvents2_ContentControlBeforeContentUpdateEventHandler A Delegate type used to add an event handler for the ContentControlBeforeContentUpdate(ContentControl, String%) event.
Public delegate DocumentEvents2_ContentControlBeforeDeleteEventHandler A Delegate type used to add an event handler for the ContentControlBeforeDelete(ContentControl, Boolean) event.
Public delegate DocumentEvents2_ContentControlBeforeStoreUpdateEventHandler A Delegate type used to add an event handler for the ContentControlBeforeStoreUpdate(ContentControl, String%) event.
Public delegate DocumentEvents2_ContentControlOnEnterEventHandler A Delegate type used to add an event handler for the ContentControlOnEnter(ContentControl) event.
Public delegate DocumentEvents2_ContentControlOnExitEventHandler A Delegate type used to add an event handler for the ContentControlOnExit(ContentControl, Boolean%) event.
Public delegate DocumentEvents2_NewEventHandler A Delegate type used to add an event handler for the New event. The New event occurs when a new document based on the template is created.
Public delegate DocumentEvents2_OpenEventHandler A Delegate type used to add an event handler for the Open event. The Open event occurs when a document is opened.
Public delegate DocumentEvents2_SyncEventHandler A Delegate type used to add an event handler for the Sync event. The Sync event occurs when the local copy of a document that is part of a Document Workspace is synchronized with the copy on the server.
Public delegate DocumentEvents2_XMLAfterInsertEventHandler A Delegate type used to add an event handler for the XMLAfterInsert event. The XMLAfterInsert event occurs when a user adds a new XML element to a document.
Public delegate DocumentEvents2_XMLBeforeDeleteEventHandler A Delegate type used to add an event handler for the XMLBeforeDelete event. The XMLBeforeDelete event occurs when a user deletes an XML element from a document.
Public delegate OCXEvents_GotFocusEventHandler Reserved for internal use.
Public delegate OCXEvents_LostFocusEventHandler Reserved for internal use.

Enumerations

  Enumeration Description
Public enumeration WdAlertLevel Specifies the way certain alerts and messages are handled while a macro is running.
Public enumeration WdAlignmentTabAlignment Specifies tab alignment.
Public enumeration WdAlignmentTabRelative Specifies whether Microsoft Office Word calculates the alignment for a tab relative to the section margins or the paragraph indents.
Public enumeration WdAnimation Specifies the type of animation to apply to a font.
Public enumeration WdApplyQuickStyleSets Specifies a Quick Style set to apply to the document.
Public enumeration WdArabicNumeral Specifies the numeral style for an Arabic-language document.
Public enumeration WdAraSpeller Specifies spelling rules for the Arabic spelling checker.
Public enumeration WdArrangeStyle Specifies the window arrangement.
Public enumeration WdAutoFitBehavior Specifies how Microsoft Word resizes a table when the AutoFit feature is used.
Public enumeration WdAutoMacros Specifies an auto macro that is stored in the document.
Public enumeration WdAutoVersions Specifies the state of the option for automatically saving document versions.
Public enumeration WdBaselineAlignment Specifies the vertical position of fonts on a line.
Public enumeration WdBookmarkSortBy Specifies the sorting option for bookmark names displayed in the Bookmark dialog box.
Public enumeration WdBorderDistanceFrom Specifies whether a page border is measured from the edge of the page or from the text it surrounds.
Public enumeration WdBorderType Specifies the type of border to be used.
Public enumeration WdBorderTypeHID Reserved for internal use.
Public enumeration WdBreakType Specifies type of break.
Public enumeration WdBrowserLevel Specifies the version of Web browser at which you want to target new Web pages created in Microsoft Word.
Public enumeration WdBrowseTarget Specifies the document item that the Next or Previous method locates, and places the insertion point before the next or previous instance of the item.
Public enumeration WdBuildingBlockTypes Specifies the type of building block.
Public enumeration WdBuiltInProperty Specifies a built-in document property.
Public enumeration WdBuiltinStyle Specifies a built-in Microsoft Word style.
Public enumeration WdCalendarType Specifies a calendar type.
Public enumeration WdCalendarTypeBi Specifies calendar type to use when displaying the date or time.
Public enumeration WdCaptionLabelID Specifies the type for a caption label.
Public enumeration WdCaptionNumberStyle Specifies the number style to be used with the CaptionLabel object.
Public enumeration WdCaptionNumberStyleHID Reserved for internal use.
Public enumeration WdCaptionPosition Specifies the position of the caption label text.
Public enumeration WdCellColor Specifies the color of highlighting for table cells that were added, deleted, or merged in the current document.
Public enumeration WdCellVerticalAlignment Specifies the vertical alignment of text in one or more cells of a table.
Public enumeration WdCharacterCase Specifies the case of the text in the specified range.
Public enumeration WdCharacterCaseHID Reserved for internal use.
Public enumeration WdCharacterWidth Specifies the character width of the specified range.
Public enumeration WdCheckInVersionType Specifies the type of version for the document checked in when using the CheckIn(Boolean, Object%, Boolean) method. Applies to documents stored in a SharePoint library.
Public enumeration WdChevronConvertRule Specifies rules for converting text enclosed in chevron characters (« ») to merge fields.
Public enumeration WdCollapseDirection Specifies the direction in which to collapse a range or selection.
Public enumeration WdColor Specifies the 24-bit color to apply.
Public enumeration WdColorIndex Specifies the color to apply.
Public enumeration WdCompareDestination When comparing two files for differences, specifies whether to create a new file or mark the differences between the two documents in the original document or the revised document. Version Added: Word 2007
Public enumeration WdCompareTarget Specifies the target document for displaying document comparison differences.
Public enumeration WdCompatibility Specifies a compatibility option.
Public enumeration WdCompatibilityMode Specifies the compatibility mode that Word 2010 uses when opening a document.
Public enumeration WdConditionCode Specifies the area of a table to which to apply special style formatting.
Public enumeration WdConstants This enumeration groups together constants used with various Microsoft Word methods.
Public enumeration WdContentControlDateStorageFormat Indicates how the date for a date content control is stored or retrieved when the date control is bound to an XML node in the document's data store.
Public enumeration WdContentControlType Indicates the type of content control.
Public enumeration WdContinue Specifies whether the formatting from the previous list can be continued.
Public enumeration WdCountry Specifies the country/region setting of the current system.
Public enumeration WdCursorMovement Specifies how the insertion point progresses within bidirectional text.
Public enumeration WdCursorType Specifies the state (shape) of the cursor.
Public enumeration WdCustomLabelPageSize Specifies the page size for a custom mailing label.
Public enumeration WdDateLanguage Specifies the language format to apply to the current date, time, or both.
Public enumeration WdDefaultFilePath Specifies a default folder for files related to Microsoft Word.
Public enumeration WdDefaultListBehavior Specifies the default list behavior for a list.
Public enumeration WdDefaultTableBehavior Specifies whether Microsoft Word automatically resizes cells in a table to fit the contents (AutoFit).
Public enumeration WdDeleteCells Specifies a range of cells to be deleted from a table in a delete cells action or the behavior of the remaining cells after the deletion has occurred.
Public enumeration WdDeletedTextMark Specifies the format of text that is deleted while change tracking is enabled.
Public enumeration WdDiacriticColor Specifies whether to apply a different color to diacritics in bi-directional or Latin style languages.
Public enumeration WdDictionaryType Specifies a proofing tool type.
Public enumeration WdDictionaryTypeHID Reserved for internal use.
Public enumeration WdDisableFeaturesIntroducedAfter Specifies the version of Microsoft Word for which to disable all features introduced after that version. Applies only to the document for which the property is set when used with the DisableFeaturesIntroducedAfter property or for all documents when used with the DisableFeaturesIntroducedAfterbyDefault property.
Public enumeration WdDocPartInsertOptions Specifies how a building block is inserted into a document.
Public enumeration WdDocumentDirection Specifies the direction to flow the text in a document.
Public enumeration WdDocumentKind Specifies the format type that Microsoft Word uses when automatically formatting a document.
Public enumeration WdDocumentMedium Specifies the type of document to which you are applying a theme.
Public enumeration WdDocumentType Specifies a document type.
Public enumeration WdDocumentViewDirection Specifies the alignment and reading order for the entire document.
Public enumeration WdDropPosition Specifies the position of a dropped capital letter.
Public enumeration WdEditionOption This enumeration has been deprecated and should not be used.
Public enumeration WdEditionType This enumeration has been deprecated and should not be used.
Public enumeration WdEditorType Specifies a user or group of users for a document.
Public enumeration WdEmailHTMLFidelity Specifies whether to leave or remove HTML tags not required for display.
Public enumeration WdEmphasisMark Specifies the type of emphasis mark to use for a character or designated character string.
Public enumeration WdEnableCancelKey Specifies whether CTRL+BREAK can or cannot interrupt a macro
Public enumeration WdEncloseStyle Specifies the relative size of an enclosure.
Public enumeration WdEnclosureType Specifies the type of symbol to use as an enclosure.
Public enumeration WdEndnoteLocation Specifies the position of endnotes.
Public enumeration WdEnvelopeOrientation Specifies the orientation of envelopes.
Public enumeration WdExportCreateBookmarks Specifies what bookmarks to include when exporting a document.
Public enumeration WdExportFormat Specifies format to use for exporting a document.
Public enumeration WdExportItem Specifies whether to export the document with markup.
Public enumeration WdExportOptimizeFor Specifies the resolution and quality of the exported document.
Public enumeration WdExportRange Specifies how much of the document to export.
Public enumeration WdFarEastLineBreakLanguageID Specifies the East Asian language to use when breaking lines of text in the specified document or template.
Public enumeration WdFarEastLineBreakLevel Specifies the line break control level for the specified document.
Public enumeration WdFieldKind Specifies the type of field for a Field object.
Public enumeration WdFieldShading Specifies when to apply on-screen shading for form fields.
Public enumeration WdFieldType Specifies a Microsoft Word field.
Public enumeration WdFindMatch This enumeration has been deprecated and should not be used.
Public enumeration WdFindWrap Specifies wrap behavior if a selection or range is specified for a find operation and the search text isn't found in the selection or range.
Public enumeration WdFlowDirection Specifies the direction in which text flows from one text column to the next.
Public enumeration WdFontBias Specifies the font bias for symbols.
Public enumeration WdFootnoteLocation Specifies the position of footnotes.
Public enumeration WdFramePosition Specifies the reference point against which the frame position is calculated.
Public enumeration WdFramesetNewFrameLocation Specifies the position of a new frame in relation to an existing frame.
Public enumeration WdFramesetSizeType Specifies how to interpret the height or width of a specified frame on a frames page.
Public enumeration WdFramesetType Specifies the type of frame.
Public enumeration WdFrameSizeRule Specifies how Word interprets the rule used to determine the height or width of a frame.
Public enumeration WdFrenchSpeller Indicates which version of French to use when using the French language spelling checker dictionaries.
Public enumeration WdGoToDirection Specifies the position to which a selection or the insertion point is moved in relation to an object or to itself.
Public enumeration WdGoToItem Specifies the type of item to move the insertion point or selection just prior to.
Public enumeration WdGranularity Specifies the granularity of changes to track when comparing two documents. Version Added: Word 2007.
Public enumeration WdGutterStyle Specifies where the gutter appears in the document.
Public enumeration WdGutterStyleOld Specifies whether the gutter style should conform to left-to-right text flow or right-to-left text flow.
Public enumeration WdHeaderFooterIndex Returns the specified header or footer in a document or section.
Public enumeration WdHeadingSeparator Specifies the type of text separator to place between headings in an index.
Public enumeration WdHebSpellStart Specifies which rules the Hebrew spelling checker will follow.
Public enumeration WdHelpType Specifies the type of online Help topic or window to display.
Public enumeration WdHelpTypeHID Reserved for internal use.
Public enumeration WdHighAnsiText Specifies how Word interprets high-ANSI text.
Public enumeration WdHorizontalInVerticalType Specifies the format of horizontal text set within vertical text.
Public enumeration WdHorizontalLineAlignment Specifies the alignment of a horizontal line.
Public enumeration WdHorizontalLineWidthType Specifies how Word interprets the width (length) of the specified horizontal line.
Public enumeration WdIMEMode Specifies the default start-up mode for the Japanese Input Method Editor (IME).
Public enumeration WdIndexFilter Specifies how Microsoft Word classifies the first character of entries in the specified index.
Public enumeration WdIndexFormat Specifies the formatting for indexes in a document.
Public enumeration WdIndexSortBy Specifies the criteria by which Word sorts the specified index.
Public enumeration WdIndexType Specifies the type of index.
Public enumeration WdInformation Specifies the type of information returned about a specified selection or range.
Public enumeration WdInlineShapeType Specifiesa shape type for inlie shapes.
Public enumeration WdInsertCells Specifies where and what type of cells to add to an existing table.
Public enumeration WdInsertedTextMark Specifies the format of text that is inserted while change tracking is enabled.
Public enumeration WdInternationalIndex Specifies information specific to the current country/region and international settings.
Public enumeration WdJustificationMode Specifies the character spacing adjustment for a document.
Public enumeration WdKana Specifies the format of the selected Japanese text.
Public enumeration WdKey Specifies a keyboard character. Although uppercase and lowercase characters are designated by using different values in a character encoding map, they share a single constant in this enumeration.
Public enumeration WdKeyCategory Specifies the type of item assigned to the key binding.
Public enumeration WdLanguageID Specifies the language to use.
Public enumeration WdLanguageID2000 Reserved for internal use.
Public enumeration WdLayoutMode Specifies how text is laid out in the layout mode for the current document.
Public enumeration WdLetterheadLocation Specifies a location to place letterhead in a letter created by the Letter Wizard.
Public enumeration WdLetterStyle Specifies the layout of a letter created by the Letter Wizard.
Public enumeration WdLigatures Specifies the type of ligatures applied to a font.
Public enumeration WdLineEndingType Specifies how Microsoft Word marks the line and paragraph breaks in documents saved as text files.
Public enumeration WdLineSpacing Specifies a line spacing format to be applied to a paragraph.
Public enumeration WdLineStyle Specifies the border style for an object.
Public enumeration WdLineType Specifies whether a line is a line of text or a table row.
Public enumeration WdLineWidth Specifies the width of an object's border.
Public enumeration WdLinkType Specifies the type of link.
Public enumeration WdListApplyTo Specifies the portion of a list to which to apply a list template.
Public enumeration WdListGalleryType Specifies the type of list from a list template gallery.
Public enumeration WdListLevelAlignment Specifies the alignment of a list level.
Public enumeration WdListNumberStyle Specifies the numeric style to apply to a list.
Public enumeration WdListNumberStyleHID Reserved for internal use.
Public enumeration WdListType Specifies a type of list.
Public enumeration WdLockType Specifies the type of lock for a CoAuthLock object.
Public enumeration WdMailerPriority This enumeration has been deprecated and should not be used.
Public enumeration WdMailMergeActiveRecord Specifies the active record in a mail merge result set.
Public enumeration WdMailMergeComparison Specifies the type of comparison to use when a condition is added to a mail merge process.
Public enumeration WdMailMergeDataSource Specifies the data source for a mail merge operation.
Public enumeration WdMailMergeDefaultRecord Specifies the default record to use in a mail merge process.
Public enumeration WdMailMergeDestination Specifies a destination for mail merge results.
Public enumeration WdMailMergeMailFormat Specifies the format to use when the mail merge destination is an e-mail message.
Public enumeration WdMailMergeMainDocType Specifies a type of mail merge document.
Public enumeration WdMailMergeState Specifies the state of a mail merge operation.
Public enumeration WdMailSystem Specifies the type of mail system.
Public enumeration WdMappedDataFields Specifies a type of mapped data field.
Public enumeration WdMeasurementUnits Specifies a unit of measure to use.
Public enumeration WdMeasurementUnitsHID Reserved for internal use.
Public enumeration WdMergeFormatFrom Specifies the document from which to retain formatting during a document compare function.
Public enumeration WdMergeSubType Specifies the data source to be attached to the current document.
Public enumeration WdMergeTarget Specifies the target for a Compare and Merge Documents process.
Public enumeration WdMonthNames Specifies the format in which to display month names.
Public enumeration WdMoveFromTextMark Marks the moved-from text when text in a document with tracked changes is moved from one place to another.
Public enumeration WdMovementType Specifies the way the selection is moved.
Public enumeration WdMoveToTextMark Marks the moved-to text when text in a document with tracked changes is moved from one place to another.
Public enumeration WdMultipleWordConversionsMode Specifies the direction for conversion between Hangul and Hanja.
Public enumeration WdNewDocumentType Specifies the type of new document to create.
Public enumeration WdNoteNumberStyle Specifies the number style to apply to endnotes, endnote options, footnotes, or footnote options.
Public enumeration WdNoteNumberStyleHID Reserved for internal use.
Public enumeration WdNumberForm Specifies the number form setting for an OpenType font.
Public enumeration WdNumberingRule Specifies the numbering rule to apply.
Public enumeration WdNumberSpacing
Public enumeration WdNumberStyleWordBasicBiDi This enumeration has been deprecated and should not be used.
Public enumeration WdNumberType Specifies the type of number.
Public enumeration WdOLEPlacement Specifies the placement for an OLE object.
Public enumeration WdOLEType Specifies the type of an OLE object.
Public enumeration WdOLEVerb Specifies the action associated with the verb that the OLE object should perform.
Public enumeration WdOMathBreakBin Specifies where Microsoft Office Word places binary operators when equations span two or more lines.
Public enumeration WdOMathBreakSub Specifies how Microsoft Office Word handles a subtraction operator that falls before a line break.
Public enumeration WdOMathFracType Specifies the type of fraction bar.
Public enumeration WdOMathFunctionType Specifies the type of equation function.
Public enumeration WdOMathHorizAlignType Specifies the horizontal alignment for an equation.
Public enumeration WdOMathJc Specifies the default justification for equations.
Public enumeration WdOMathShapeType Specifies the appearance of delimiters (parentheses, braces, brackets) in relationship to the content that they surround.
Public enumeration WdOMathSpacingRule Specifies spacing for an equation.
Public enumeration WdOMathType Specifies the display format type of equation.
Public enumeration WdOMathVertAlignType Specifies the vertical alignment of equations within the shape canvas or the line, for inline equations.
Public enumeration WdOpenFormat Specifies the format to use when opening a document.
Public enumeration WdOrganizerObject Specifies the type of object used by a delete, copy, or rename action.
Public enumeration WdOrientation Specifies a page layout orientation.
Public enumeration WdOriginalFormat Specifies the document format. This enumeration is commonly used when saving a document.
Public enumeration WdOutlineLevel Specifies the outline level to apply to a paragraph.
Public enumeration WdPageBorderArt Specifies the graphical page border setting of a page.
Public enumeration WdPageFit Specifies the view setting for a page.
Public enumeration WdPageNumberAlignment Specifies the alignment to apply to page numbers.
Public enumeration WdPageNumberStyle Specifies the style to apply to page numbers.
Public enumeration WdPageNumberStyleHID Reserved for internal use.
Public enumeration WdPaperSize Specifies a paper size.
Public enumeration WdPaperTray Specifies a printer paper tray.
Public enumeration WdParagraphAlignment Specifies the alignment of a paragraph.
Public enumeration WdParagraphAlignmentHID Reserved for internal use.
Public enumeration WdPartOfSpeech Specifies the part of speech that a word represents when returned by the Word thesaurus service.
Public enumeration WdPasteDataType Specifies the format for the Clipboard contents when they are inserted into a document.
Public enumeration WdPasteOptions Indicates how to paste copied text.
Public enumeration WdPhoneticGuideAlignmentType Specifies the alignment of phonetic text that is added to the specified range.
Public enumeration WdPictureLinkType Specifies how a picture should be linked to a document.
Public enumeration WdPortugueseReform Specifies the mode for the Brazilian or European Portuguese spellers.
Public enumeration WdPreferredWidthType Specifies the preferred unit of measure to use when measuring the width of an item.
Public enumeration WdPrintOutItem Specifies the item to print.
Public enumeration WdPrintOutPages Specifies the type of pages to print.
Public enumeration WdPrintOutRange Specifies a range to print.
Public enumeration WdProofreadingErrorType Specifies the type of proofreading error returned by the Word proofreading process.
Public enumeration WdProtectedViewCloseReason Specifies how the Protected View window was closed.
Public enumeration WdProtectionType Specifies the type of protection applied to the current document.
Public enumeration WdReadingLayoutMargin Specifies whether margins are visible or hidden when a document is viewed in Full Screen Reading view.
Public enumeration WdReadingOrder Specifies the text flow and reading order of the document.
Public enumeration WdRecoveryType Specifies the formatting to use when pasting the selected table cells.
Public enumeration WdRectangleType Specifies the type of rectangle and the information it contains.
Public enumeration WdReferenceKind Specifies the information to include in a cross-reference.
Public enumeration WdReferenceType Specifies the type of item to be cross referenced.
Public enumeration WdRelativeHorizontalPosition Specifies to what the horizontal position of a frame, a shape, or a group of rows is relative.
Public enumeration WdRelativeHorizontalSize Specifies the relative width of a shape using the value specified in the WidthRelative property for a Shape or ShapeRange object.
Public enumeration WdRelativeVerticalPosition Specifies to what the vertical position of a frame, a shape, or a group of rows is relative.
Public enumeration WdRelativeVerticalSize Specifies the relative height of a shape using the value specified in the HeightRelative property for a Shape or ShapeRange object.
Public enumeration WdRelocate Specifies where a paragraph should be relocated in relation to its current position.
Public enumeration WdRemoveDocInfoType Specifies the type of information to remove from a document.
Public enumeration WdReplace Specifies the number of replacements to be made when find and replace is used.
Public enumeration WdRevisedLinesMark Specifies where revisions are displayed when change tracking is enabled.
Public enumeration WdRevisedPropertiesMark Specifies how revisions are displayed when change tracking is enabled.
Public enumeration WdRevisionsBalloonMargin Specifies the margin where revision balloons should be displayed.
Public enumeration WdRevisionsBalloonPrintOrientation Specifies the orientation of revision and comment balloons when they are printed.
Public enumeration WdRevisionsBalloonWidthType Specifies how Microsoft Word measures the width of revision balloons.
Public enumeration WdRevisionsMode Specifies whether Microsoft Word displays balloons in the margin or inline with the document's text.
Public enumeration WdRevisionsView Specifies whether Word displays the original version of a document or a version with revisions and formatting changes applied.
Public enumeration WdRevisionsWrap Specifies how revision marks are displayed in the document.
Public enumeration WdRevisionType Specifies the type of a change that is marked with a revision mark.
Public enumeration WdRoutingSlipDelivery Specifies the routing method to use to deliver a document to recipients.
Public enumeration WdRoutingSlipStatus Specifies the routing status as indicated by the routing slip attached to a document.
Public enumeration WdRowAlignment Specifies alignment for the content in selected rows.
Public enumeration WdRowHeightRule Specifies the rule for determining the height of the specified cells or rows.
Public enumeration WdRulerStyle Specifies the way Word adjusts the table when the left indent is changed.
Public enumeration WdSalutationGender Specifies the gender to use in a salutation.
Public enumeration WdSalutationType Specifies the type of salutation to use for a letter.
Public enumeration WdSaveFormat Specifies the format to use when saving a document.
Public enumeration WdSaveOptions Specifies how pending changes should be handled.
Public enumeration WdScrollbarType Specifies when scroll bars are available for the specified frame when viewing its frames page in a Web browser.
Public enumeration WdSectionDirection Specifies how Word displays the reading order and alignment for the specified sections.
Public enumeration WdSectionStart Specifies the type of section break for the specified item.
Public enumeration WdSeekView Specifies the document element to display in the print layout view.
Public enumeration WdSelectionFlags Specifies the properties of the selection.
Public enumeration WdSelectionType Specifies the type of selection.
Public enumeration WdSeparatorType Specifies the type of separator to place between items.
Public enumeration WdShapePosition Specifies the relative position of the specified shape.
Public enumeration WdShapePositionRelative
Public enumeration WdShapeSizeRelative Specifies whether the WidthRelative or HeightRelative property for a Shape or ShapeRange object is valid.
Public enumeration WdShowFilter Specifies the styles and formatting to display in the Styles and Formatting task pane.
Public enumeration WdShowSourceDocuments Specifies how to display source documents when two documents are compared using the Word Compare functions.
Public enumeration WdSmartTagControlType Specifies the type of control associated with a SmartTagAction object.
Public enumeration WdSortFieldType Specifies the sort type to apply when sorting a column.
Public enumeration WdSortFieldTypeHID Reserved for internal use.
Public enumeration WdSortOrder Specifies the sort direction.
Public enumeration WdSortSeparator Specifies the type of field separator.
Public enumeration WdSpanishSpeller Specifies the Spanish speller modes.
Public enumeration WdSpecialPane Specifies an item to display in the active window pane.
Public enumeration WdSpellingErrorType Specifies a spelling error type.
Public enumeration WdSpellingWordType Specifies the way Microsoft Word makes spelling suggestions.
Public enumeration WdStatistic Specifies a statistic to return from a selection or item.
Public enumeration WdStatisticHID Reserved for internal use.
Public enumeration WdStoryType Specifies the story type of a selection or item.
Public enumeration WdStyleSheetLinkType Specifies how to associate a style sheet with the document.
Public enumeration WdStyleSheetPrecedence Specifies the level of importance of a style sheet compared to other cascading style sheets attached to the Web document.
Public enumeration WdStyleSort Indicates how to sort styles in the Styles task pane.
Public enumeration WdStyleType Specifies the style type to apply.
Public enumeration WdStylisticSet Specifies the stylistic set to apply to the font.
Public enumeration WdSubscriberFormats This enumeration has been deprecated and should not be used.
Public enumeration WdSummaryLength Specifies the maximum length of an automatically generated document summary.
Public enumeration WdSummaryMode Specifies the way the summary is displayed.
Public enumeration WdTabAlignment Specifies the tab stop alignment to apply.
Public enumeration WdTabLeader Specifies the character to use as the leader with formatted tabs.
Public enumeration WdTabLeaderHID Reserved for internal use.
Public enumeration WdTableDirection Specifies the direction in which Microsoft Word orders cells in the specified table or row.
Public enumeration WdTableFieldSeparator Specifies the character to use to separate text into cells when converting text to a table, or to delimit converted columns when converting a table to text (paragraph marks delimit converted rows).
Public enumeration WdTableFormat Specifies the predefined format to apply to a table.
Public enumeration WdTableFormatApply Specifies how table formatting should be applied.
Public enumeration WdTablePosition Specifies the relative position of a table in the document.
Public enumeration WdTaskPanes Specifies the type of task pane object.
Public enumeration WdTCSCConverterDirection Specifies how to convert between Traditional Chinese and Simplified Chinese.
Public enumeration WdTemplateType Specifies the type of template.
Public enumeration WdTextboxTightWrap Specifies how Microsoft Office Word tightly wraps text around text boxes.
Public enumeration WdTextFormFieldType Specifies the text form field type.
Public enumeration WdTextOrientation Specifies the text direction in a range or selection.
Public enumeration WdTextOrientationHID Reserved for internal use.
Public enumeration WdTextureIndex Specifies the shading texture to use for a selected item.
Public enumeration WdThemeColorIndex Specifies the theme colors for document themes.
Public enumeration WdToaFormat Specifies the type of formatting to apply to the table of authorities in the active document.
Public enumeration WdTocFormat Specifies the type of formatting to apply to the table of contents in the active document.
Public enumeration WdTofFormat Specifies the type of formatting to apply to the table of figures in the active document.
Public enumeration WdTrailingCharacter Specifies the character inserted after the number for a numbered list item.
Public enumeration WdTwoLinesInOneType Specifies the character to use to enclose two lines being written into one.
Public enumeration WdUnderline Specifies the type of underline to apply.
Public enumeration WdUnits Specifies a unit of measure to use.
Public enumeration WdUpdateStyleListBehavior Specifies the behavior Word 2010 should take when updating a style to match a selection that contains numbering or bullets.
Public enumeration WdUseFormattingFrom Specifies a source to copy formatting from.
Public enumeration WdVerticalAlignment Specifies the type of vertical alignment to apply.
Public enumeration WdViewType Specifies the view type.
Public enumeration WdViewTypeOld Reserved for internal use.
Public enumeration WdVisualSelection Specifies the selection behavior based on visual cursor movement in a right-to-left language document.
Public enumeration WdWindowState Specifies the state of the current document window or task window.
Public enumeration WdWindowType Specifies the type of window.
Public enumeration WdWordDialog Indicates the Microsoft Office Word dialog boxes with which you can work and specifies arguments, if applicable, that you can use to get or set values in a dialog box.
Public enumeration WdWordDialogHID Reserved for internal use.
Public enumeration WdWordDialogTab Specifies the active tab when the specified dialog box is displayed.
Public enumeration WdWordDialogTabHID Reserved for internal use.
Public enumeration WdWrapSideType Specifies whether the document text should wrap on both sides of the specified shape, on either the left or right side only, or on the side of the shape that is farthest from the page margin.
Public enumeration WdWrapType Specifies the wrap type for the specified shape.
Public enumeration WdWrapTypeMerged Specifies how Microsoft Word wraps text around pictures.
Public enumeration WdXMLNodeLevel Specifies the level of an XML node.
Public enumeration WdXMLNodeType Specifies the type of node.
Public enumeration WdXMLSelectionChangeReason Specifies why XML selection was changed.
Public enumeration WdXMLValidationStatus Specifies whether an element or attribute is valid according to the attached schema.
Public enumeration XlAxisCrosses Specifies the point on the specified axis where the other axis crosses.
Public enumeration XlAxisGroup Specifies the type of axis group.
Public enumeration XlAxisType Specifies the axis type.
Public enumeration XlBackground Specifies the background type for text in charts.
Public enumeration XlBarShape Specifies the shape used with the 3-D bar or column chart.
Public enumeration XlBorderWeight Specifies the weight of the border around a range.
Public enumeration XlCategoryType Specifies the type of the category axis.
Public enumeration XlChartElementPosition Specifies the position of the chart element.
Public enumeration XlChartGallery Specifies a chart gallery.
Public enumeration XlChartItem Specifies the type of the chart item.
Public enumeration XlChartPicturePlacement Specifies the placement of a user-selected picture on a bar in a 3-D bar or column.
Public enumeration XlChartPictureType Specifies how pictures are displayed on a column, bar picture chart, or legend key.
Public enumeration XlChartSplitType Specifies the values displayed in the second chart in a pie chart or a bar of pie chart.
Public enumeration XlColorIndex Specifies the color of a selected feature, such as a border, font, or fill.
Public enumeration XlConstants Specifies a miscellaneous constant in Microsoft Word.
Public enumeration XlCopyPictureFormat Specifies the format of the picture being copied.
Public enumeration XlDataLabelPosition Specifies where the data label is positioned.
Public enumeration XlDataLabelSeparator Specifies the separator used with data labels.
Public enumeration XlDataLabelsType Specifies the type of data label to apply.
Public enumeration XlDisplayBlanksAs Specifies how blank cells are plotted on a chart.
Public enumeration XlDisplayUnit Specifies the display unit label for an axis.
Public enumeration XlEndStyleCap Specifies the end style for error bars.
Public enumeration XlErrorBarDirection Specifies which axis values are to receive error bars.
Public enumeration XlErrorBarInclude Specifies which error-bar parts to include.
Public enumeration XlErrorBarType Specifies the range marked by error bars.
Public enumeration XlHAlign Specifies the horizontal alignment for the object.
Public enumeration XlLegendPosition Specifies the position of the legend on a chart.
Public enumeration XlLineStyle Specifies the line style for the border.
Public enumeration XlMarkerStyle Specifies the marker style for a point or series in a line chart, scatter chart, or radar chart.
Public enumeration XlOrientation Specifies the text orientation.
Public enumeration XlPattern Specifies the interior pattern of a chart or interior object.
Public enumeration XlPictureAppearance Specifies how the picture should be copied.
Public enumeration XlPieSliceIndex Specifies which position on the slice to return the coordinate of.
Public enumeration XlPieSliceLocation
Public enumeration XlPivotFieldOrientation Specifies the location of the field in a PivotTable report.
Public enumeration XlReadingOrder Specifies the reading order for the specified object.
Public enumeration XlRgbColor Specifies the RGB color.
Public enumeration XlRowCol Specifies whether the values corresponding to a particular data series are in rows or columns.
Public enumeration XlScaleType Specifies the scale type of the value axis.
Public enumeration XlSizeRepresents Specifies what the bubble size represents on a bubble chart.
Public enumeration XlTickLabelOrientation Specifies the text orientation for tick-mark labels.
Public enumeration XlTickLabelPosition Specifies the position of tick-mark labels on the specified axis.
Public enumeration XlTickMark Specifies the position of major and minor tick marks for an axis.
Public enumeration XlTimeUnit Specifies the unit of time for chart axes and data series.
Public enumeration XlTrendlineType Specifies how the trendline that smoothes out fluctuations in the data is calculated.
Public enumeration XlUnderlineStyle Specifies the type of underline applied to a font.
Public enumeration XlVAlign Specifies the vertical alignment for the object.