Microsoft.Office.Interop.Word Assembly: Microsoft.Office.Interop.Word.dll A collection ofTableOfFiguresobjects that represent the tables of figures in a document. C# [System.Runtime.InteropServices.Guid("00020922-0000-0000-C000-000000000046")]publicinterfaceTablesOfFigures:System.Collections.IEnumerable ...
Microsoft.Office.Interop.Word Assembly: Microsoft.Office.Interop.Word.dll A collection ofTableOfAuthoritiesCategoryobjects that represent the table of authorities categories, such as Cases and Statutes. C# [System.Runtime.InteropServices.Guid("00020976-0000-0000-C000-000000000046")]publicinterfaceTab...
Microsoft.Office.Interop.Word.dll Represents a single table of contents in a document. C#複製 [System.Runtime.InteropServices.Guid("00020913-0000-0000-C000-000000000046")]publicinterfaceTableOfContents Remarks TheTableOfContentsobject is a member of theTableOfContentscollection. TheTablesOfContentscollection...
Microsoft.Office.Interop.Word Assembly: Microsoft.Office.Interop.Word.dll A collection ofTableOfAuthoritiesobjects (TOA fields) that represents the tables of authorities in a document. C# [System.Runtime.InteropServices.Guid("00020912-0000-0000-C000-000000000046")]publicinterfaceTablesOfAuthorities:System...
Microsoft.Office.Interop.Word Assembly: Microsoft.Office.Interop.Word.dll A collection ofTableOfAuthoritiesobjects (TOA fields) that represents the tables of authorities in a document. C# [System.Runtime.InteropServices.Guid("00020912-0000-0000-C000-000000000046")]publicinterfaceTablesOfAuthorities:System...
Microsoft.Office.Interop.Word Assembly: Microsoft.Office.Interop.Word.dll A collection ofTableOfFiguresobjects that represent the tables of figures in a document. C# [System.Runtime.InteropServices.Guid("00020922-0000-0000-C000-000000000046")]publicinterfaceTablesOfFigures:System.Collections.IEnumerable ...
Returns a Application object that represents the Microsoft Word application. (Inherited from _Font) Bold True if the font or range is formatted as bold. Returns True, False or wdUndefined (a mixture of True and False). Can be set to True, False, or wdToggle. Read/write Integer. (Inh...
Microsoft.Office.Interop.Word Assembly: Microsoft.Office.Interop.Word.dll Represents a document template. C#複製 [System.Runtime.InteropServices.Guid("0002096A-0000-0000-C000-000000000046")]publicinterfaceTemplate Remarks TheTemplateobject is a member of theTemplatescollection. TheTemplatescollection includes...
If you need to repeat actions that you have already added to a macro, you can copy and paste the existing actions much as you would do with paragraphs of text in a word processor. When you paste actions, they are inserted just below the currently selected action. If a block is selec...
In Microsoft Access, macros that are attached to user interface (UI) objects such as command buttons, text boxes, forms, and reports are known as UI macros. This distinguishes them from data macros, which are attached to tables. You use (UI) macros to automate a series of actions, such...