您可能需要对 Microsoft Word 中的许多内置对话框的选项进行设置。若要设置或返回与 Word 对话框相关的属性,可使用等效的 Visual Basic 属性和方法。例如,如果需要打印文档,可使用 Word Visual Basic for Applications 的 PrintOut 方法。下列代码使用“打印”对话框中的默认设置打印当前文档。但是,如果不希望使用“打印”对话框中的默认设置,可以使用与 PrintOut 方法相关的参数。
Sub PrintCurrentDocument()
ThisDocument.PrintOut
End Sub
虽然推荐您使用 VBA 关键字获取或设置对话框选项的值,但许多内置的 Word 对话框也具有可用于设置或获取对话框值的参数。详细信息,请参阅显示内置 Word 对话框。
| WdWordDialog 常量 | 参数列表 |
|---|---|
| wdDialogConnect | Drive、Path 和 Password |
| wdDialogConsistencyChecker | (无) |
| wdDialogControlRun | Application |
| wdDialogConvertObject | IconNumber、ActivateAs、IconFileName、Caption、Class、DisplayIcon 和 Floating |
| wdDialogCopyFile | FileName 和 Directory |
| wdDialogCreateAutoText | (无) |
| wdDialogCSSLinks | (无) |
| wdDialogDocumentStatistics | FileName、Directory、Template、Title、Created、LastSaved、LastSavedBy、Revision、Time、Printed、Pages、Words、Characters、Paragraphs、Lines 和 FileSize |
| wdDialogDrawAlign | Horizontal、Vertical 和 RelativeTo |
| wdDialogDrawSnapToGrid | SnapToGrid、XGrid、YGrid、XOrigin、YOrigin、SnapToShapes、XGridDisplay、YGridDisplay、FollowMargins、ViewGridLines 和 DefineLineBasedOnGrid |
| wdDialogEditAutoText | Name、Context、InsertAs、Insert、Add、Define、InsertAsText、Delete 和 CompleteAT |
| wdDialogEditCreatePublisher | (有关该常量的信息,请参阅包含在 Microsoft Office Macintosh 版中的语言参考“帮助”) |
| wdDialogEditFind | Find、Replace、Direction、MatchCase、WholeWord、PatternMatch、SoundsLike、FindNext、ReplaceOne、ReplaceAll、Format、Wrap、FindAllWordForms、MatchByte、FuzzyFind、Destination、CorrectEnd、MatchKashida、MatchDiacritics、MatchAlefHamza 和 MatchControl |
| wdDialogEditFrame | WidthRule、LockAnchor 和 HeightRule |
| wdDialogEditGoTo | Find、Replace、Direction、MatchCase、WholeWord、PatternMatch、SoundsLike、FindNext、ReplaceOne、ReplaceAll、Format、Wrap、FindAllWordForms、MatchByte、FuzzyFind、Destination、CorrectEnd、MatchKashida、MatchDiacritics、MatchAlefHamza 和 MatchControl |
| wdDialogEditGoToOld | (无) |
| wdDialogEditLinks | UpdateMode、Locked、SavePictureInDoc、UpdateNow、OpenSource、KillLink、Link、Application、Item 和 FileName |
| wdDialogEditObject | Verb |
| wdDialogEditPasteSpecial | IconNumber、Link、DisplayIcon、Class、DataType、IconFileName、Caption 和 Floating |
| wdDialogEditPublishOptions | (有关该常量的信息,请参阅包含在 Microsoft Office Macintosh 版本中的语言参考帮助) |
| wdDialogEditReplace | Find、Replace、Direction、MatchCase、WholeWord、PatternMatch、SoundsLike、FindNext、ReplaceOne、ReplaceAll、Format、Wrap、FindAllWordForms、MatchByte、FuzzyFind、Destination、CorrectEnd、MatchKashida、MatchDiacritics、MatchAlefHamza 和 MatchControl |
| wdDialogEditStyle | (无) |
| wdDialogEditSubscribeOptions | (有关该常量的信息,请参阅包含在 Microsoft Office Macintosh 版本中的语言参考帮助) |
| wdDialogEditSubscribeTo | (有关该常量的信息,请参阅包含在 Microsoft Office Macintosh 版本中的语言参考帮助) |
| wdDialogEditTOACategory | Category 和 CategoryName |
| wdDialogEmailOptions | (无) |
| wdDialogFileDocumentLayout | Tab、PaperSize、TopMargin、BottomMargin、LeftMargin、RightMargin、Gutter、PageWidth、PageHeight、Orientation、FirstPage、OtherPages、VertAlign、ApplyPropsTo、Default、FacingPages、HeaderDistance、FooterDistance、SectionStart、OddAndEvenPages、DifferentFirstPage、Endnotes、LineNum、StartingNum、FromText、CountBy、NumMode、TwoOnOne、GutterPosition、LayoutMode、CharsLine、LinesPage、CharPitch、LinePitch、DocFontName、DocFontSize、PageColumns、TextFlow、FirstPageOnLeft、SectionType 和 RTLAlignment |
| wdDialogFileFind | SearchName、SearchPath、Name、SubDir、Title、Author、Keywords、Subject、Options、MatchCase、Text、PatternMatch、DateSavedFrom、DateSavedTo、SavedBy、DateCreatedFrom、DateCreatedTo、View、SortBy、ListBy、SelectedFile、Add、Delete、ShowFolders 和 MatchByte |
| wdDialogFileMacPageSetup | (有关该常量的信息,请参阅包含在 Microsoft Office Macintosh 版本中的语言参考帮助) |
| wdDialogFileNew | Template、NewTemplate、DocumentType 和 Visible |
| wdDialogFileOpen | Name、ConfirmConversions、ReadOnly、LinkToSource、AddToMru、PasswordDoc、PasswordDot、Revert、WritePasswordDoc、WritePasswordDot、Connection、SQLStatement、SQLStatement1、Format、Encoding 和 Visible |
| wdDialogFilePageSetup | Tab、PaperSize、TopMargin、BottomMargin、LeftMargin、RightMargin、Gutter、PageWidth、PageHeight、Orientation、FirstPage、OtherPages、VertAlign、ApplyPropsTo、Default、FacingPages、HeaderDistance、FooterDistance、SectionStart、OddAndEvenPages、DifferentFirstPage、Endnotes、LineNum、StartingNum、FromText、CountBy、NumMode、TwoOnOne、GutterPosition、LayoutMode、CharsLine、LinesPage、CharPitch、LinePitch、DocFontName、DocFontSize、PageColumns、TextFlow、FirstPageOnLeft、SectionType 和 RTLAlignment |
| wdDialogFilePrint | Background、AppendPrFile、Range、PrToFileName、From、To、Type、NumCopies、Pages、Order、PrintToFile、Collate、FileName、Printer、OutputPrinter、DuplexPrint、PrintZoomColumn、PrintZoomRow、PrintZoomPaperWidth 和 PrintZoomPaperHeight |
| wdDialogFilePrintOneCopy | (有关该常量的信息,请参阅包含在 Microsoft Office Macintosh 版本中的语言参考帮助) |
| wdDialogFilePrintSetup | Printer、Options、Network 和 DoNotSetAsSysDefault |
| wdDialogFileRoutingSlip | Subject、Message、AllAtOnce、ReturnWhenDone、TrackStatus、Protect、AddSlip、RouteDocument、AddRecipient、OldRecipient、ResetSlip、ClearSlip、ClearRecipients 和 Address |
| wdDialogFileSaveAs | Name、Format、LockAnnot、Password、AddToMru、WritePassword、RecommendReadOnly、EmbedFonts、NativePictureFormat、FormsData、SaveAsAOCELetter、WriteVersion 和 VersionDesc |
| wdDialogFileSaveVersion | (无) |
| wdDialogFileSummaryInfo | Title、Subject、Author、Keywords、Comments、FileName、Directory、Template、CreateDate、LastSavedDate、LastSavedBy、RevisionNumber、EditTime、LastPrintedDate、NumPages、NumWords、NumChars、NumParas、NumLines、Update 和 FileSize |
| wdDialogFileVersions | AutoVersion 和 VersionDesc |
| wdDialogFitText | FitTextWidth |
| wdDialogFontSubstitution | UnavailableFont 和 SubstituteFont |
| wdDialogFormatAddrFonts | Points、Underline、Color、StrikeThrough、Superscript、Subscript、Hidden、SmallCaps、AllCaps、Spacing、Position、Kerning、KerningMin、Default、Tab、Font、Bold、Italic、DoubleStrikeThrough、Shadow、Outline、Emboss、Engrave、Scale、Animations、CharAccent、FontMajor、FontLowAnsi、FontHighAnsi、CharacterWidthGrid、ColorRGB、UnderlineColor、PointsBi、ColorBi、FontNameBi、BoldBi、ItalicBi 和 DiacColor |
| wdDialogFormatBordersAndShading | ApplyTo、Shadow、TopBorder、LeftBorder、BottomBorder、RightBorder、 HorizBorder、 VertBorder、 TopColor、LeftColor、BottomColor、RightColor、HorizColor、VertColor、FromText、Shading、Foreground、Background、Tab、FineShading、TopStyle、LeftStyle、BottomStyle、RightStyle、HorizStyle、VertStyle、TopWeight、LeftWeight、BottomWeight、RightWeight、HorizWeight、VertWeight、BorderObjectType、BorderArtWeight、BorderArt、FromTextTop、FromTextBottom、FromTextLeft、FromTextRight、OffsetFrom、InFront、SurroundHeader、SurroundFooter、JoinBorder、LineColor、WhichPages、TL2BRBorder、TR2BLBorder、TL2BRColor、TR2BLColor、TL2BRStyle、TR2BLStyle、TL2BRWeight、TR2BLWeight、ForegroundRGB、BackgroundRGB、TopColorRGB、LeftColorRGB、BottomColorRGB、RightColorRGB、HorizColorRGB、VertColorRGB、TL2BRColorRGB、TR2BLColorRGB 和 LineColorRGB |
| wdDialogFormatBulletsAndNumbering | (无) |
| wdDialogFormatCallout | Type、Gap、Angle、Drop、Length、Border、AutoAttach 和 Accent |
| wdDialogFormatChangeCase | Type |
| wdDialogFormatColumns | Columns、ColumnNo、ColumnWidth、ColumnSpacing、EvenlySpaced、ApplyColsTo、ColLine、StartNewCol 和 FlowColumnsRtl |
| wdDialogFormatDefineStyleBorders | ApplyTo、Shadow、TopBorder、LeftBorder、BottomBorder、RightBorder、HorizBorder、VertBorder、TopColor、LeftColor、BottomColor、RightColor、HorizColor、VertColor、FromText、Shading、Foreground、Background、Tab、FineShading、TopStyle、LeftStyle、BottomStyle、RightStyle、HorizStyle、VertStyle、TopWeight、LeftWeight、BottomWeight、RightWeight、HorizWeight、VertWeight、BorderObjectType、BorderArtWeight、BorderArt、FromTextTop、FromTextBottom、FromTextLeft、FromTextRight、OffsetFrom、InFront、SurroundHeader、SurroundFooter、JoinBorder、LineColor、WhichPages、TL2BRBorder、TR2BLBorder、TL2BRColor、TR2BLColor、TL2BRStyle、TR2BLStyle、TL2BRWeight、TR2BLWeight、ForegroundRGB、BackgroundRGB、TopColorRGB、LeftColorRGB、BottomColorRGB、RightColorRGB、HorizColorRGB、VertColorRGB、TL2BRColorRGB、TR2BLColorRGB 和 LineColorRGB |
| wdDialogFormatDefineStyleFont | Points、Underline、Color、StrikeThrough、Superscript、Subscript、Hidden、SmallCaps、AllCaps、Spacing、Position、Kerning、KerningMin、Default、Tab、Font、Bold、Italic、DoubleStrikeThrough、Shadow、Outline、Emboss、Engrave、Scale、Animations、CharAccent、FontMajor、FontLowAnsi、FontHighAnsi、CharacterWidthGrid、ColorRGB、UnderlineColor、PointsBi、ColorBi、FontNameBi、BoldBi、ItalicBi 和 DiacColor |
| wdDialogFormatDefineStyleFrame | Wrap、WidthRule、FixedWidth、HeightRule、FixedHeight、PositionHorz、PositionHorzRel、DistFromText、PositionVert、PositionVertRel、DistVertFromText、MoveWithText、LockAnchor 和 RemoveFrame |
| wdDialogFormatDefineStyleLang | Language、CheckLanguage、Default 和 NoProof |
| wdDialogFormatDefineStylePara | LeftIndent、RightIndent、Before、After、LineSpacingRule、LineSpacing、Alignment、WidowControl、KeepWithNext、KeepTogether、PageBreak、NoLineNum、DontHyphen、Tab、FirstIndent、OutlineLevel、Kinsoku、WordWrap、OverflowPunct、TopLinePunct、AutoSpaceDE、LineHeightGrid、AutoSpaceDN、CharAlign、CharacterUnitLeftIndent、AdjustRight、CharacterUnitFirstIndent、CharacterUnitRightIndent、LineUnitBefore、LineUnitAfter 和 OrientationBi |
| wdDialogFormatDefineStyleTabs | Position、DefTabs、Align、Leader、Set、Clear 和 ClearAll |
| wdDialogFormatDrawingObject | Left、PositionHorzRel、Top、PositionVertRel、LockAnchor、FloatOverText、WrapSide、TopDistanceFromText、BottomDistanceFromText、LeftDistanceFromText、RightDistanceFromText、Wrap、HRWidthType、HRHeight、HRNoshade、HRAlign、Text、AllowOverlap 和 HorizRule |
| wdDialogFormatDropCap | Position、Font、DropHeight 和 DistFromText |
| wdDialogFormatEncloseCharacters | Style、Text 和 Enclosure |
| wdDialogFormatFont | Points、Underline、Color、StrikeThrough、Superscript、Subscript、Hidden、SmallCaps、AllCaps、Spacing、Position、Kerning、KerningMin、Default、Tab、Font、Bold、Italic、DoubleStrikeThrough、Shadow、Outline、Emboss、Engrave、Scale、Animations、CharAccent、FontMajor、FontLowAnsi、FontHighAnsi、CharacterWidthGrid、ColorRGB、UnderlineColor、PointsBi、ColorBi、FontNameBi、BoldBi、ItalicBi 和 DiacColor |
| wdDialogFormatFrame | Wrap、WidthRule、FixedWidth、HeightRule、FixedHeight、PositionHorz、PositionHorzRel、DistFromText、PositionVert、PositionVertRel、DistVertFromText、MoveWithText、LockAnchor 和 RemoveFrame |
| wdDialogFormatPageNumber | ChapterNumber、NumRestart、NumFormat、StartingNum、Level、Separator、DoubleQuote 和 PgNumberingStyle |
| wdDialogFormatParagraph | LeftIndent、RightIndent、Before、After、LineSpacingRule、LineSpacing、Alignment、WidowControl、KeepWithNext、KeepTogether、PageBreak、NoLineNum、DontHyphen、Tab、FirstIndent、OutlineLevel、Kinsoku、WordWrap、OverflowPunct、TopLinePunct、AutoSpaceDE、LineHeightGrid、AutoSpaceDN、CharAlign、CharacterUnitLeftIndent、AdjustRight、CharacterUnitFirstIndent、CharacterUnitRightIndent、LineUnitBefore、LineUnitAfter 和 OrientationBi |
| wdDialogFormatPicture | SetSize、CropLeft、CropRight、CropTop、CropBottom、ScaleX、ScaleY、SizeX 和 SizeY |
| wdDialogFormatRetAddrFonts | Points、Underline、Color、StrikeThrough、Superscript、Subscript、Hidden、SmallCaps、AllCaps、Spacing、Position、Kerning、KerningMin、Default、Tab、Font、Bold、Italic、DoubleStrikeThrough、Shadow、Outline、Emboss、Engrave、Scale、Animations、CharAccent、FontMajor、FontLowAnsi、FontHighAnsi、CharacterWidthGrid、ColorRGB、UnderlineColor、PointsBi、ColorBi、FontNameBi、BoldBi、ItalicBi 和 DiacColor |
| wdDialogFormatSectionLayout | SectionStart、VertAlign、Endnotes、LineNum、StartingNum、FromText、CountBy、NumMode 和 SectionType |
| wdDialogFormatStyle | Name、Delete、Merge、NewName、BasedOn、NextStyle、Type、FileName、Source、AddToTemplate、Define、Rename、Apply 和 New |
| wdDialogFormatStyleGallery | Template 和 Preview |
| wdDialogFormatStylesCustom | (无) |
| wdDialogFormatTabs | Position、DefTabs、Align、Leader、Set、Clear 和 ClearAll |
| wdDialogFormatTheme | (无) |
| wdDialogFormFieldHelp | (无) |
| wdDialogFormFieldOptions | Entry、Exit、Name、Enable、TextType、TextWidth、TextDefault、TextFormat、CheckSize、CheckWidth、CheckDefault、Type、OwnHelp、HelpText、OwnStat、StatText 和 Calculate |
| wdDialogFrameSetProperties | (无) |
| wdDialogHelpAbout | APPNAME、APPCOPYRIGHT、APPUSERNAME、APPORGANIZATION 和 APPSERIALNUMBER |
| wdDialogHelpWordPerfectHelp | WPCommand、HelpText 和 DemoGuidance |
| wdDialogHelpWordPerfectHelpOptions | CommandKeyHelp、DocNavKeys、MouseSimulation、DemoGuidance、DemoSpeed 和 HelpType |
| wdDialogHorizontalInVertical | (无) |
| wdDialogIMESetDefault | (无) |
| wdDialogInsertAddCaption | Name |
| wdDialogInsertAutoCaption | Clear、ClearAll、Object、Label 和 Position |
| wdDialogInsertBookmark | Name、SortBy、Add、Delete、Goto 和 Hidden |
| wdDialogInsertBreak | Type |
| wdDialogInsertCaption | Label、TitleAutoText、Title、Delete、Position 和 AutoCaption |
| wdDialogInsertCaptionNumbering | Label、FormatNumber、ChapterNumber、Level、Separator 和 CapNumberingStyle |
| wdDialogInsertCrossReference | ReferenceType、ReferenceKind、ReferenceItem、InsertAsHyperLink 和 InsertPosition |
| wdDialogInsertDatabase | Format、Style、LinkToSource、Connection、SQLStatement、SQLStatement1、PasswordDoc、PasswordDot、DataSource、From、To、IncludeFields、WritePasswordDoc 和 WritePasswordDot |
| wdDialogInsertDateTime | DateTimePic、InsertAsField、DbCharField、DateLanguage 和 CalendarType |
| wdDialogInsertField | Field |
| wdDialogInsertFile | Name、Range、ConfirmConversions、Link 和 Attachment |
| wdDialogInsertFootnote | Reference、NoteType 和 Symbol |
| wdDialogInsertFormField | Entry、Exit、Name、Enable、TextType、TextWidth、TextDefault、TextFormat、CheckSize、CheckWidth、CheckDefault、Type、OwnHelp、HelpText、OwnStat、StatText 和 Calculate |
| wdDialogInsertHyperlink | (无) |
| wdDialogInsertIndex | Outline、Fields、From、To、TableId、AddedStyles、Caption、HeadingSeparator、Replace、MarkEntry、AutoMark、MarkCitation、Type、RightAlignPageNumbers、Passim、KeepFormatting、Columns、Category、Label、ShowPageNumbers、AccentedLetters、Filter、SortBy、Leader、TOCUseHyperlinks、TOCHidePageNumInWeb 和 IndexLanguage |
| wdDialogInsertIndexAndTables | Outline、Fields、From、To、TableId、AddedStyles、Caption、HeadingSeparator、Replace、MarkEntry、AutoMark、MarkCitation、Type、RightAlignPageNumbers、Passim、KeepFormatting、Columns、Category、Label、ShowPageNumbers、AccentedLetters、Filter、SortBy、Leader、TOCUseHyperlinks、TOCHidePageNumInWeb 和 IndexLanguage |
| wdDialogInsertMergeField | MergeField 和 WordField |
| wdDialogInsertNumber | NumPic |
| wdDialogInsertObject | IconNumber、FileName、Link、DisplayIcon、Tab、Class、IconFileName、Caption 和 Floating |
| wdDialogInsertPageNumbers | Type、Position 和 FirstPage |
| wdDialogInsertPicture | Name、LinkToFile、New 和 FloatOverText |
| wdDialogInsertSubdocument | Name、ConfirmConversions、ReadOnly、LinkToSource、AddToMru、PasswordDoc、PasswordDot、Revert、WritePasswordDoc、WritePasswordDot、Connection、SQLStatement、SQLStatement1、Format、Encoding 和 Visible |
| wdDialogInsertSymbol | Font、Tab、CharNum、Unicode 和 Hint |
| wdDialogInsertTableOfAuthorities | Outline、Fields、From、To、TableId、AddedStyles、Caption、HeadingSeparator、Replace、MarkEntry、AutoMark、MarkCitation、Type、RightAlignPageNumbers、Passim、KeepFormatting、Columns、Category、Label、ShowPageNumbers、AccentedLetters、Filter、SortBy、Leader、TOCUseHyperlinks、TOCHidePageNumInWeb 和 IndexLanguage |
| wdDialogInsertTableOfContents | Outline、Fields、From、To、TableId、AddedStyles、Caption、HeadingSeparator、Replace、MarkEntry、AutoMark、MarkCitation、Type、RightAlignPageNumbers、Passim、KeepFormatting、Columns、Category、Label、ShowPageNumbers、AccentedLetters、Filter、SortBy、Leader、TOCUseHyperlinks、TOCHidePageNumInWeb 和 IndexLanguage |
| wdDialogInsertTableOfFigures | Outline、Fields、From、To、TableId、AddedStyles、Caption、HeadingSeparator、Replace、MarkEntry、AutoMark、MarkCitation、Type、RightAlignPageNumbers、Passim、KeepFormatting、Columns、Category、Label、ShowPageNumbers、AccentedLetters、Filter、SortBy、Leader、TOCUseHyperlinks、TOCHidePageNumInWeb 和 IndexLanguage |
| wdDialogInsertWebComponent | (无) |
| wdDialogLetterWizard | SenderCity、DateFormat、IncludeHeaderFooter、LetterStyle、Letterhead、LetterheadLocation、LetterheadSize、RecipientName、RecipientAddress、Salutation、SalutationType、RecipientGender、RecipientReference、MailingInstructions、AttentionLine、LetterSubject、CCList、SenderName、ReturnAddress、Closing、SenderJobTitle、SenderCompany、SenderInitials、EnclosureNumber、PageDesign、InfoBlock、SenderGender、ReturnAddressSF、RecipientCode、SenderCode 和 SenderReference |
| wdDialogListCommands | ListType |
| wdDialogMailMerge | CheckErrors、Destination、MergeRecords、From、To、Suppression、MailMerge、QueryOptions、MailSubject、MailAsAttachment 和 MailAddress |
| wdDialogMailMergeCheck | CheckErrors |
| wdDialogMailMergeCreateDataSource | FileName、PasswordDoc、PasswordDot、HeaderRecord、MSQuery、SQLStatement、SQLStatement1、Connection、LinkToSource 和 WritePasswordDoc |
| wdDialogMailMergeCreateHeaderSource | FileName、PasswordDoc、PasswordDot、HeaderRecord、MSQuery、SQLStatement、SQLStatement1、Connection、LinkToSource 和 WritePasswordDoc |
| wdDialogMailMergeFieldMapping | (无) |
| wdDialogMailMergeFindRecipient | (无) |
| wdDialogMailMergeFindRecord | Find 和 Field |
| wdDialogMailMergeHelper | Merge 和 Options |
| wdDialogMailMergeInsertAddressBlock | (无) |
| wdDialogMailMergeInsertAsk | Name、Prompt、DefaultBookmarkText 和 AskOnce |
| wdDialogMailMergeInsertFields | (无) |
| wdDialogMailMergeInsertFillIn | Prompt、DefaultFillInText 和 AskOnce |
| wdDialogMailMergeInsertGreetingLine | (无) |
| wdDialogMailMergeInsertIf | MergeField、Comparison、CompareTo、TrueAutoText、TrueText、FalseAutoText 和 FalseText |
| wdDialogMailMergeInsertNextIf | MergeField、Comparison 和 CompareTo |
| wdDialogMailMergeInsertSet | Name、ValueText 和 ValueAutoText |
| wdDialogMailMergeInsertSkipIf | MergeField、Comparison 和 CompareTo |
| wdDialogMailMergeOpenDataSource | Name、ConfirmConversions、ReadOnly、LinkToSource、AddToMru、PasswordDoc、PasswordDot、Revert、WritePasswordDoc、WritePasswordDot、Connection、SQLStatement、SQLStatement1、Format、Encoding 和 Visible |
| wdDialogMailMergeOpenHeaderSource | Name、ConfirmConversions、ReadOnly、LinkToSource、AddToMru、PasswordDoc、PasswordDot、Revert、WritePasswordDoc、WritePasswordDot、Connection、SQLStatement、SQLStatement1、Format、Encoding 和 Visible |
| wdDialogMailMergeQueryOptions | SQLStatement 和 SQLStatement1 |
| wdDialogMailMergeRecipients | (无) |
| wdDialogMailMergeSetDocumentType | (无) |
| wdDialogMailMergeUseAddressBook | AddressBookType |
| wdDialogMarkCitation | LongCitation、LongCitationAutoText、Category、ShortCitation、NextCitation、Mark 和 MarkAll |
| wdDialogMarkIndexEntry | MarkAll、Entry、Range、Bold、Italic、CrossReference、EntryAutoText、CrossReferenceAutoText 和 Yomi |
| wdDialogMarkTableOfContentsEntry | Entry、EntryAutoText、TableId 和 Level |
| wdDialogNewToolbar | Name 和 Context |
| wdDialogNoteOptions | FootnotesAt、FootNumberAs、FootStartingNum、FootRestartNum、EndnotesAt、EndNumberAs、EndStartingNum、EndRestartNum、FootNumberingStyle 和 EndNumberingStyle |
| wdDialogOrganizer | Copy、Delete、Rename、Source、Destination、Name、NewName 和 Tab |
| wdDialogPhoneticGuide | (无) |
| wdDialogReviewAfmtRevisions | (无) |
| wdDialogSearch | (无) |
| wdDialogShowRepairs | (无) |
| wdDialogTableAutoFormat | HideAutoFit、Preview、Format、Borders、Shading、Font、Color、AutoFit、HeadingRows、FirstColumn、LastRow 和 LastColumn |
| wdDialogTableCellOptions | (无) |
| wdDialogTableColumnWidth | (无) |
| wdDialogTableDeleteCells | ShiftCells |
| wdDialogTableFormatCell | Category |
| wdDialogTableFormula | Formula 和 NumFormat |
| wdDialogTableInsertCells | ShiftCells |
| wdDialogTableInsertRow | NumRows |
| wdDialogTableInsertTable | ConvertFrom、NumColumns、NumRows、InitialColWidth、Wizard、Format、Apply、AutoFit、SetDefault 和 Word8 |
| wdDialogTableOfCaptionsOptions | (无) |
| wdDialogTableOfContentsOptions | (无) |
| wdDialogTableProperties | (无) |
| wdDialogTableRowHeight | (无) |
| wdDialogTableSort | DontSortHdr、FieldNum、Type、Order、FieldNum2、Type2、Order2、FieldNum3、Type3、Order3、Separator、SortColumn、CaseSensitive、SortBiDi、IgnoreHe、Diacritics、IgnoreThe、Kashida 和 Language |
| wdDialogTableSplitCells | NumColumns、NumRows 和 MergeBeforeSplit |
| wdDialogTableTableOptions | (无) |
| wdDialogTableToText | ConvertTo 和 NestedTables |
| wdDialogTableWrapping | (无) |
| wdDialogTCSCTranslator | Direction、Varients 和 TranslateCommon |
| wdDialogTextToTable | ConvertFrom、NumColumns、NumRows、InitialColWidth、Wizard、Format、Apply、AutoFit、SetDefault 和 Word8 |
| wdDialogToolsAcceptRejectChanges | ShowMarks、HideMarks、Wrap、FindPrevious、FindNext、AcceptRevisions、RejectRevisions、AcceptAll 和 RejectAll |
| wdDialogToolsAdvancedSettings | Application、Option、Setting、Delete 和 Set |
| wdDialogToolsAutoCorrect | InitialCaps、SentenceCaps、Days、CapsLock、ReplaceText、Formatting、Replace、With、Add、Delete、SmartQuotes、CorrectHangulAndAlphabet、ConvBrackets、ConvQuotes、ConvPunct 和 ReplaceTextFromSpellingChecker |
| wdDialogToolsAutoCorrectExceptions | Tab、Name、AutoAdd、Add 和 Delete |
| wdDialogToolsAutoManager | Tab |
| wdDialogToolsAutoSummarize | TextSize、Show 和 Update |
| wdDialogToolsBulletsNumbers | Replace、Font、CharNum、Type、FormatOutline、AutoUpdate、FormatNumber、Punctuation、StartAt、Points、Hang、Indent、Remove 和 DoubleQuote |
| wdDialogToolsCompareDocuments | Name |
| wdDialogToolsCreateDirectory | Directory |
| wdDialogToolsCreateEnvelope | ExtractAddress、LabelListIndex、LabelIndex、LabelDotMatrix、LabelTray、LabelAcross、LabelDown、EnvOmitReturn、EnvReturn、PrintBarCode、SingleLabel、LabelRow、LabelColumn、PrintEnvLabel、AddToDocument、EnvWidth、EnvHeight、EnvPaperSize、PrintFIMA、UseEnvFeeder、Tab、AddrAutoText、AddrText、AddrFromLeft、AddrFromTop、RetAddrFromLeft、RetAddrFromTop、LabelTopMargin、LabelSideMargin、LabelVertPitch、LabelHorPitch、LabelHeight、LabelWidth、CustomName、EnvPaperName、DefaultFaceUp、DefaultOrientation 和 RetAddrAutoText |
| wdDialogToolsCreateLabels | ExtractAddress、LabelListIndex、LabelIndex、LabelDotMatrix、LabelTray、LabelAcross、LabelDown、EnvAddress、EnvOmitReturn、EnvReturn、PrintBarCode、SingleLabel、LabelRow、LabelColumn、PrintEnvLabel、AddToDocument、EnvWidth、EnvHeight、EnvPaperSize、PrintFIMA、UseEnvFeeder、Tab、AddrAutoText、AddrText、AddrFromLeft、AddrFromTop、RetAddrFromLeft、RetAddrFromTop、LabelTopMargin、LabelSideMargin、LabelVertPitch、LabelHorPitch、LabelHeight、LabelWidth、CustomName、RetAddrText、EnvPaperName、DefaultFaceUp、DefaultOrientation 和 RetAddrAutoText |
| wdDialogToolsCustomize | KeyCode、KeyCode2、MenuType、Position、AddAll、Category、Name、Menu、AddBelow、MenuText、Rename、Add、Remove、ResetAll、CommandValue、Context 和 Tab |
| wdDialogToolsCustomizeKeyboard | KeyCode、KeyCode2、MenuType、Position、AddAll、Category、Name、Menu、AddBelow、MenuText、Rename、Add、Remove、ResetAll、CommandValue、Context 和 Tab |
| wdDialogToolsCustomizeMenuBar | Context、Position、MenuType、MenuText、Menu、Add、Remove 和 Rename |
| wdDialogToolsCustomizeMenus | KeyCode、KeyCode2、MenuType、Position、AddAll、Category、Name、Menu、AddBelow、MenuText、Rename、Add、Remove、ResetAll、CommandValue、Context 和 Tab |
| wdDialogToolsEnvelopesAndLabels | ExtractAddress、LabelListIndex、LabelIndex、LabelDotMatrix、LabelTray、LabelAcross、LabelDown、EnvAddress、EnvOmitReturn、EnvReturn、PrintBarCode、SingleLabel、LabelRow、LabelColumn、PrintEnvLabel、AddToDocument、EnvWidth、EnvHeight、EnvPaperSize、PrintFIMA、UseEnvFeeder、Tab、AddrAutoText、AddrText、AddrFromLeft、AddrFromTop、RetAddrFromLeft、RetAddrFromTop、LabelTopMargin、LabelSideMargin、LabelVertPitch、LabelHorPitch、LabelHeight、LabelWidth、CustomName、RetAddrText、EnvPaperName、DefaultFaceUp、DefaultOrientation 和 RetAddrAutoText |
| wdDialogToolsGrammarSettings | (无) |
| wdDialogToolsHangulHanjaConversion | (无) |
| wdDialogToolsHighlightChanges | MarkRevisions、ViewRevisions、PrintRevisions、AcceptAll 和 RejectAll |
| wdDialogToolsHyphenation | AutoHyphenation、HyphenateCaps、HyphenationZone 和 LimitConsecutiveHyphens |
| wdDialogToolsLanguage | Language、CheckLanguage、Default 和 NoProof |
| wdDialogToolsMacro | Name、Run、Edit、Show、Delete、Rename、Description、NewName 和 SetDesc |
| wdDialogToolsMacroRecord | (不能用宏调用该对话框) |
| wdDialogToolsManageFields | FieldName、Add、Remove、Rename 和 NewName |
| wdDialogToolsMergeDocuments | Name |
| wdDialogToolsOptions | Tab |
| wdDialogToolsOptionsAutoFormat | ApplyStylesHeadings、ApplyStylesLists、ApplyBulletedLists、ApplyStylesOtherParas、ReplaceQuotes、ReplaceOrdinals、ReplaceFractions、ReplaceSymbols、ReplacePlainTextEmphasis、ReplaceHyperlinks、PreserveStyles、PlainTextWordMail、ApplyFirstIndent、MatchParentheses、ReplaceDbDashes 和 ReplaceAutoSpaces |
| wdDialogToolsOptionsAutoFormatAsYouType | ApplyStylesHeadings、ApplyBorders、ApplyTables、ApplyDates、ApplyBulletedLists、ApplyNumberedLists、ApplyFirstIndent、ApplyClosings、ReplaceQuotes、ReplaceOrdinals、ReplaceFractions、ReplaceSymbols、ReplacePlainTextEmphasis、ReplaceHyperlinks、MatchParentheses、ReplaceAutoSpaces、ReplaceDbDashes、FormatListItemBeginning、DefineStyles、InsertOvers、InsertClosings、AutoLetterWizard、ShowOptionsFor、ApplyStylesLists、ApplySkipList、ApplyStylesOtherParas、ReplaceBullets、AdjustParaMarks、AdjustTabsSpaces、AdjustEmptyParas 和 PreserveStyles |
| wdDialogToolsOptionsBidi | DocViewDir、AddCtrlCopy、HebDoubleQuote、Numbers、Move、Sel、BiDirectional、ShowDiac、DiffDiacColor、Date、AdvanceHijri、MasterDocDir、OutlineDir 和 DiacriticColorVal |
| wdDialogToolsOptionsCompatibility | Product、Default、NoTabHangIndent、NoSpaceRaiseLower、PrintColBlack、WrapTrailSpaces、NoColumnBalance、ConvMailMergeEsc、SuppressSpBfAfterPgBrk、SuppressTopSpacing、OrigWordTableRules、TransparentMetafiles、ShowBreaksInFrames、SwapBordersFacingPages、LeaveBackslashAlone、ExpandShiftReturn、DontULTrailSpace、DontBalanceSbDbWidth、SuppressTopSpacingMac5、SpacingInWholePoints、PrintBodyTextBeforeHeader、NoLeading、NoSpaceForUL、MWSmallCaps、NoExtraLineSpacing、TruncateFontHeight、SubFontBySize、UsePrinterMetrics、WW6BorderRules、ExactOnTop、SuppressBottomSpacing、WPSpaceWidth、WPJustification、LineWrapLikeWord6、SpLayoutLikeWW8、FtnLayoutLikeWW8、DontUseHTMLParagraphAutoSpacing、DontAdjustLineHeightInTable、ForgetLastTabAlignment、UseAutospaceForFullWidthAlpha、AlignTablesRowByRow、LayoutRawTableWidth、LayoutTableRowsApart 和 UseWord97LineBreakingRules |
| wdDialogToolsOptionsEdit | ReplaceSelection、DragAndDrop、AutoWordSelection、InsForPaste、Overtype、SmartCutPaste、AllowAccentedUppercase、PictureEditor、TabIndent、BsParaAlign、InlineConversion、IMELosingFocus、AllowClickAndTypeMouse、ClickAndTypeParagraphStyle 和 AutoKeyBi |
| wdDialogToolsOptionsEditCopyPaste | (无) |
| wdDialogToolsOptionsFileLocations | Path 和 Setting |
| wdDialogToolsOptionsFuzzy | FuzzyCase、FuzzyByte、FuzzyHira、FuzzySmKana、FuzzyMinus、FuzzyRepSymbol、FuzzyKanji、FuzzyOldKana、FuzzyLongVowel、FuzzyDZ、FuzzyBV、FuzzyTC、FuzzyHF、FuzzyZJ、FuzzyAY、FuzzyKIKU、FuzzyPunct 和 FuzzySpace |
| wdDialogToolsOptionsGeneral | Pagination、WPHelp、WPDocNavKeys、BlueScreen、ErrorBeeps、Effects3d、UpdateLinks、SendMailAttach、RecentFiles、RecentFileCount、Units、ButtonFieldClicks、ShortMenuNames、RTFInClipboard、ConfirmConversions、TipWizardActive、AnimatedCursors、VirusProtection、SeparateFont、InterpretHIANSIToDBC、ExitWithRestoreSession、AsianText、PixelsInDialogs 和 UseCharacterUnit |
| wdDialogToolsOptionsPrint | Draft、Reverse、UpdateFields、Summary、ShowCodes、Annotations、ShowHidden、EnvFeederInstalled、WidowControl、DfltTrueType、UpdateLinks、Background、DrawingObjects、FormsData、DefaultTray、PSOverText、MapPaperSize、FractionalWidths、PrOrder1 和 PrOrder2 |
| wdDialogToolsOptionsSave | CreateBackup、FastSaves、SummaryPrompt、GlobalDotPrompt、NativePictureFormat、EmbedFonts、FormsData、AutoSave、SaveInterval、Password、WritePassword、RecommendReadOnly、SubsetFonts、BackgroundSave、DefaultSaveFormat 和 AddCtrlSave |
| wdDialogToolsOptionsSecurity | (无) |
| wdDialogToolsOptionsSmartTag | (无) |
| wdDialogToolsOptionsSpellingAndGrammar | AlwaysSuggest、SuggestFromMainDictOnly、IgnoreAllCaps、IgnoreMixedDigits、ResetIgnoreAll、Type、CustomDict1、CustomDict2、CustomDict3、CustomDict4、CustomDict5、CustomDict6、CustomDict7、CustomDict8、CustomDict9、CustomDict10、AutomaticSpellChecking、FilenamesEmailAliases、UserDict1、AutomaticGrammarChecking、ForegroundGrammar、ShowStatistics、Options、RecheckDocument、IgnoreAuxFind、IgnoreMissDictSearch、HideGrammarErrors、CheckSpelling、GrLidUI、SpLidUI、DictLang1、DictLang2、DictLang3、DictLang4、DictLang5、DictLang6、DictLang7、DictLang8、DictLang9、DictLang10、HideSpellingErrors、HebSpellStart、InitialAlefHamza、FinalYaa、GermanPostReformSpell、AraSpeller 和 ProcessCompoundNoun |
| wdDialogToolsOptionsTrackChanges | InsertedTextMark、InsertedTextColor、DeletedTextMark、DeletedTextColor、RevisedLinesMark、RevisedLinesColor、HighlightColor、RevisedPropertiesMark 和 RevisedPropertiesColor |
| wdDialogToolsOptionsTypography | KerningPairs、Justification、PunctLevel、FollowingPunct、LeadingPunct、ApplyToTemplate、JapaneseKinsokuStrict 和 FarEastLineBreakLanguage |
| wdDialogToolsOptionsUserInfo | Name、Initials 和 Address |
| wdDialogToolsOptionsView | DraftFont、WrapToWindow、PicturePlaceHolders、FieldCodes、BookMarks、FieldShading、StatusBar、HScroll、VScroll、StyleAreaWidth、Tabs、Spaces、Paras、Hyphens、Hidden、ShowAll、Drawings、Anchors、TextBoundaries、VRuler、Highlight、ShowAnimation、ScrnTp、LeftScroll、RRuler、OptionalBreak、EnlargeFontsLessThan 和 BrowseToWindow |
| wdDialogToolsProtectDocument | DocumentPassword、NoReset 和 Type |
| wdDialogToolsProtectSection | Protect 和 Section |
| wdDialogToolsRevisions | MarkRevisions、ViewRevisions、PrintRevisions、AcceptAll 和 RejectAll |
| wdDialogToolsSpellingAndGrammar | SuggestionListBox 和 ForegroundGrammar |
| wdDialogToolsTemplates | Store、Template 和 LinkStyles |
| wdDialogToolsThesaurus | (无) |
| wdDialogToolsUnprotectDocument | DocumentPassword |
| wdDialogToolsWordCount | CountFootnotes、Pages、Words、Characters、DBCs、SBCs、CharactersIncludingSpaces、Paragraphs 和 Lines |
| wdDialogTwoLinesInOne | (无) |
| wdDialogUpdateTOC | (无) |
| wdDialogViewZoom | AutoFit、TwoPages、FullPage、NumColumns、NumRows、ZoomPercent 和 TextFit |
| wdDialogWebOptions | (无) |
| wdDialogWindowActivate | Window |