Word) (内置对话框参数列表

Word 中的许多内置对话框都有你可能想要设置的选项。 若要设置或返回与 Word 对话框关联的属性,请使用等效的 Visual Basic 属性和方法。 例如,如果要打印文档,请使用 VBA PrintOut 方法。 The following code prints the current document using the Print dialog box default settings. 但是,如果不想在打印对话框中使用默认设置,则可以使用与 PrintOut 方法关联的参数。

Sub PrintCurrentDocument() 
 ActiveDocument.PrintOut 
End Sub

虽然我们推荐您使用 VBA 关键字获取或设置对话框选项的值,但许多内置的 Word 对话框也具有可用于获取或设置对话框值的参数。 有关详细信息,请参阅显示内置 Word 对话框

WdWordDialog 常量 参数列表
wdDialogConnect 驱动器路径密码
wdDialogConsistencyChecker (无)
wdDialogControlRun Application
wdDialogConvertObject IconNumberActivateAsIconFileNameCaptionClassDisplayIconFloating
wdDialogCopyFile FileNameDirectory
wdDialogCreateAutoText (无)
wdDialogCSSLinks LinkStyles
wdDialogDocumentStatistics FileNameDirectoryTemplateTitleCreatedLastSavedLastSavedByRevisionTimePrintedPagesWordsCharactersParagraphsLinesFileSize
wdDialogDrawAlign 水平垂直相对To
wdDialogDrawSnapToGrid SnapToGridXGridYGridXOriginYOriginSnapToShapesXGridDisplayYGridDisplayFollowMarginsViewGridLinesDefineLineBasedOnGrid
wdDialogEditAutoText NameContextInsertAsInsertAddDefineInsertAsTextDeleteCompleteAT
wdDialogEditCreatePublisher (有关该常量的信息,请参阅包含在 Microsoft Office Macintosh Edition 中的语言参考帮助。)
wdDialogEditFind FindReplaceDirectionMatchCaseWholeWordPatternMatchSoundLikeFindNextReplaceOneReplaceAllFormatWrapFindAllWordFormsMatchByteFuzzyFindDestinationCorrectEndMatchKashidaMatchDiacriticsMatchAlefHamzaMatchControl
wdDialogEditFrame WrapWidthRuleFixedWidthHeightRuleFixedHeightPositionHorzPositionHorzRelDistFromTextPositionVertPositionVertRelDistVertFromTextMoveWithTextLockAnchorRemoveFrame
wdDialogEditGoTo FindReplaceDirectionMatchCaseWholeWordPatternMatchSoundLikeFindNextReplaceOneReplaceAllFormatWrapFindAllWordFormsMatchByteFuzzyFindDestinationCorrectEndMatchKashidaMatchDiacriticsMatchAlefHamzaMatchControl
wdDialogEditGoToOld (无)
wdDialogEditLinks UpdateModeLockedSavePictureInDocUpdateNowOpenSourceKillLinkLinkApplicationItemFileNamePreserveFormatLinkUpdate
wdDialogEditObject 谓词
wdDialogEditPasteSpecial IconNumberLinkDisplayIconClassDataTypeIconFileNameCaptionFloating
wdDialogEditPublishOptions (有关该常量的信息,请参阅包含在 Microsoft Office Macintosh Edition 中的语言参考帮助。)
wdDialogEditReplace FindReplaceDirectionMatchCaseWholeWordPatternMatchSoundLikeFindNextReplaceOneReplaceAllFormatWrapFindAllWordFormsMatchByteFuzzyFindDestinationCorrectEndMatchKashidaMatchDiacriticsMatchAlefHamzaMatchControl
wdDialogEditStyle (无)
wdDialogEditSubscribeOptions (有关该常量的信息,请参阅包含在 Microsoft Office Macintosh Edition 中的语言参考帮助。)
wdDialogEditSubscribeTo (有关该常量的信息,请参阅包含在 Microsoft Office Macintosh Edition 中的语言参考帮助。)
wdDialogEditTOACategory CategoryCategoryName
wdDialogEmailOptions (无)
wdDialogFileDocumentLayout TabPaperSizeTopMarginBottomMarginLeftMarginRightMarginGutterPageWidthPageHeightOrientationFirstPageOtherPagesVertAlignApplyPropsToDefaultFacingPagesHeaderDistanceFooterDistanceSectionStartOddAndEvenPagesDifferentFirstPageEndnotesLineNumStartingNumFromTextCountByNumModeTwoOnOneGutterPositionLayoutModeCharsLineLinesPageCharPitchLinePitchDocFontNameDocFontSizePageColumnsTextFlowFirstPageOnLeftSectionTypeRTLAlignment
wdDialogFileFind SearchNameSearchPathNameSubDirTitleAuthorKeywordsSubjectOptionsMatchCaseTextPatternMatchDateSavedFromDateSavedToSavedByDateCreatedFromDateCreatedToViewSortByListBySelectedFileAddDeleteShowFoldersMatchByte
wdDialogFileMacPageSetup (有关该常量的信息,请参阅包含在 Microsoft Office Macintosh Edition 中的语言参考帮助。)
wdDialogFileNew 模板NewTemplateDocumentTypeVisible
wdDialogFileOpen NameConfirmConversionsReadOnlyLinkToSourceAddToMruPasswordDocPasswordDotRevertWritePasswordDocWritePasswordDotConnectionSQLStatementSQLStatement1FormatEncodingVisibleOpenExclusiveOpenAndRepairSubTypeDocumentDirectionNoEncodingDialogXMLTransform
wdDialogFilePageSetup TabPaperSizeTopMarginBottomMarginLeftMarginRightMarginGutterPageWidthPageHeightOrientationFirstPageOtherPagesVertAlignApplyPropsToDefaultFacingPagesHeaderDistanceFooterDistanceSectionStartOddAndEvenPagesDifferentFirstPageEndnotesLineNumStartingNumFromTextCountByNumModeTwoOnOneGutterPositionLayoutModeCharsLineLinesPageCharPitchLinePitchDocFontNameDocFontSizePageColumnsTextFlowFirstPageOnLeftSectionTypeRTLAlignmentFolioPrintReverseFolioFolioPages
wdDialogFilePrint BackgroundAppendPrFileRangePrToFileNameFromToTypeNumCopiesPagesOrderPrintToFileCollateFileNamePrinterOutputPrinterDuplexPrintPrintZoomColumnPrintZoomRowPrintZoomPaperWidthPrintZoomPaperHeightZoomPaper
wdDialogFilePrintOneCopy (有关该常量的信息,请参阅包含在 Microsoft Office Macintosh Edition 中的语言参考帮助。)
wdDialogFilePrintSetup 打印机选项网络DoNotSetAsSysDefault
wdDialogFileRoutingSlip SubjectMessageAllAtOnceReturnWhenDoneTrackStatusProtectAddSlipRouteDocumentAddRecipientOldRecipientResetSlipClearSlipClearRecipientsAddress
wdDialogFileSaveAs NameFormatLockAnnotPasswordAddToMruWritePasswordRecommendReadOnlyEmbedFontsNativePictureFormatFormsDataSaveAsAOCELetterWriteVersionVersionDescInsertLineBreaksAllowSubstitutionsLineEndingAddBiDiMarks
wdDialogFileSaveVersion (无)
wdDialogFileSummaryInfo TitleSubjectAuthorKeywordsCommentsFileNameDirectoryTemplateCreateDateLastSavedDateLastSavedByRevisionNumberEditTimeLastPrintedDateNumPagesNumWordsNumCharsNumParasNumLinesUpdateFileSize
wdDialogFileVersions AutoVersionVersionDesc
wdDialogFitText FitTextWidth
wdDialogFontSubstitution UnavailableFontSubstituteFont
wdDialogFormatAddrFonts 下划线颜色删除线上标下标隐藏SmallCapsAllCaps间距位置字距KerningMin默认Tab字体粗体斜体DoubleStrikeThrough阴影轮廓浮雕雕刻ScaleAnimationsCharAccentFontMajorFontLowAnsiFontHighAnsiCharacterWidthGridColorRGBUnderlineColorPointsBiColorBiFontNameBiBoldBiItalicBiDiacColor
wdDialogFormatBordersAndShading ApplyToShadowTopBorderLeftBorderBottomBorderRightBorderHorizBorderVertBorderTopColorLeftColorBottomColorRightColorHorizColorVertColorFromTextShadingForegroundBackgroundTabFineShadingTopStyleLeftStyleBottomStyleRightStyleHorizStyleVertStyleTopWeightLeftWeightBottomWeightRightWeightHorizWeightVertWeightBorderObjectTypeBorderArtWeightBorderArtFromTextTopFromTextBottomFromTextLeftFromTextRightOffsetFromInFrontSurroundHeaderSurroundFooterJoinBorderLineColorWhichPagesTL2BRBorderTR2BLBorderTL2BRColorTR2BLColorTL2BRStyleTR2BLStyleTL2BRWeightTR2BLWeightForegroundRGBBackgroundRGBTopColorRGBLeftColorRGBBottomColorRGBRightColorRGBHorizColorRGBVertColorRGBTL2BRColorRGBTR2BLColorRGBLineColorRGB
wdDialogFormatBulletsAndNumbering (无)
wdDialogFormatCallout 键入间隙角度放置长度边框自动附加着色
wdDialogFormatChangeCase 类型
wdDialogFormatColumns ColumnsColumnNoColumnWidthColumnSpacingEvenlySpacedApplyColsToColLineStartNewColFlowColumnsRtl
wdDialogFormatDefineStyleBorders ApplyToShadowTopBorderLeftBorderBottomBorderRightBorderHorizBorderVertBorderTopColorLeftColorBottomColorRightColorHorizColorVertColorFromTextShadingForegroundBackgroundTabFineShadingTopStyleLeftStyleBottomStyleRightStyleHorizStyleVertStyleTopWeightLeftWeightBottomWeightRightWeightHorizWeightVertWeightBorderObjectTypeBorderArtWeightBorderArtFromTextTopFromTextBottomFromTextLeftFromTextRightOffsetFromInFrontSurroundHeaderSurroundFooterJoinBorderLineColorWhichPagesTL2BRBorderTR2BLBorderTL2BRColorTR2BLColorTL2BRStyleTR2BLStyleTL2BRWeightTR2BLWeightForegroundRGBBackgroundRGBTopColorRGBLeftColorRGBBottomColorRGBRightColorRGBHorizColorRGBVertColorRGBTL2BRColorRGBTR2BLColorRGBLineColorRGB
wdDialogFormatDefineStyleFont 下划线颜色删除线上标下标隐藏SmallCapsAllCaps间距位置字距KerningMin默认Tab字体粗体斜体DoubleStrikeThrough阴影轮廓浮雕雕刻ScaleAnimationsCharAccentFontMajorFontLowAnsiFontHighAnsiCharacterWidthGridColorRGBUnderlineColorPointsBiColorBiFontNameBiBoldBiItalicBiDiacColor
wdDialogFormatDefineStyleFrame WrapWidthRuleFixedWidthHeightRuleFixedHeightPositionHorzPositionHorzRelDistFromTextPositionVertPositionVertRelDistVertFromTextMoveWithTextLockAnchorRemoveFrame
wdDialogFormatDefineStyleLang LanguageCheckLanguageDefaultNoProof
wdDialogFormatDefineStylePara LeftIndentRightIndentBeforeAfterLineSpacingRuleLineSpacingAlignmentWidowControlKeepWithNextKeepTogetherPageBreakNoLineNumDontHyphenTabFirstIndentOutlineLevelKinsokuWordWrapOverflowPunctTopLinePunctAutoSpaceDELineHeightGridAutoSpaceDNCharAlignCharacterUnitLeftIndentAdjustRightCharacterUnitFirstIndentCharacterUnitRightIndentLineUnitBeforeLineUnitAfterNoSpaceBetweenParagraphsOfSameStyleOrientationBi
wdDialogFormatDefineStyleTabs PositionDefTabsAlignLeaderSetClearClearAll
wdDialogFormatDrawingObject LeftPositionHorzRelTopPositionVertRelLockAnchorFloatOverTextLayoutInCellWrapSideTopDistanceFromTextBottomDistanceFromTextLeftDistanceFromTextRightDistanceFromTextWrapWordWrapAutoSizeHRWidthTypeHRHeightHRNoshadeHRAlignTextAllowOverlapHorizRule
wdDialogFormatDropCap PositionFontDropHeightDistFromText
wdDialogFormatEncloseCharacters 样式文本机箱
wdDialogFormatFont 下划线颜色删除线上标下标隐藏SmallCapsAllCaps间距位置字距KerningMin默认Tab字体粗体斜体DoubleStrikeThrough阴影轮廓浮雕雕刻ScaleAnimationsCharAccentFontMajorFontLowAnsiFontHighAnsiCharacterWidthGridColorRGBUnderlineColorPointsBiColorBiFontNameBiBoldBiItalicBiDiacColor
wdDialogFormatFrame WrapWidthRuleFixedWidthHeightRuleFixedHeightPositionHorzPositionHorzRelDistFromTextPositionVertPositionVertRelDistVertFromTextMoveWithTextLockAnchorRemoveFrame
wdDialogFormatPageNumber ChapterNumberNumRestartNumFormatStartingNumLevelSeparatorDoubleQuotePgNumberingStyle
wdDialogFormatParagraph LeftIndentRightIndentBeforeAfterLineSpacingRuleLineSpacingAlignmentWidowControlKeepWithNextKeepTogetherPageBreakNoLineNumDontHyphenTabFirstIndentOutlineLevelKinsokuWordWrapOverflowPunctTopLinePunctAutoSpaceDELineHeightGridAutoSpaceDNCharAlignCharacterUnitLeftIndentAdjustRightCharacterUnitFirstIndentCharacterUnitRightIndentLineUnitBeforeLineUnitAfterNoSpaceBetweenParagraphsOfSameStyleOrientationBi
wdDialogFormatPicture SetSizeCropLeftCropRightCropTopCropBottomScaleXScaleYSizeXSizeY
wdDialogFormatRetAddrFonts 下划线颜色删除线上标下标隐藏SmallCapsAllCaps间距位置字距KerningMin默认Tab字体粗体斜体DoubleStrikeThrough阴影轮廓浮雕雕刻ScaleAnimationsCharAccentFontMajorFontLowAnsiFontHighAnsiCharacterWidthGridColorRGBUnderlineColorPointsBiColorBiFontNameBiBoldBiItalicBiDiacColor
wdDialogFormatSectionLayout SectionStartVertAlignEndnotesLineNumStartingNumFromTextCountByNumModeSectionType
wdDialogFormatStyle NameDeleteMergeNewNameBasedOnNextStyleTypeFileNameSourceAddToTemplateDefineRenameApplyNewLink
wdDialogFormatStyleGallery 模板预览版
wdDialogFormatStylesCustom (无)
wdDialogFormatTabs PositionDefTabsAlignLeaderSetClearClearAll
wdDialogFormatTheme (无)
wdDialogFormFieldHelp (无)
wdDialogFormFieldOptions EntryExitNameEnableTextTypeTextWidthTextDefaultTextFormatCheckSizeCheckWidthCheckDefaultTypeOwnHelpHelpTextOwnStatStatTextCalculate
wdDialogFrameSetProperties (无)
wdDialogHelpAbout APPNAMEAPPCOPYRIGHTAPPUSERNAMEAPPORGANIZATIONAPPSERIALNUMBER
wdDialogHelpWordPerfectHelp WPCommandHelpTextDemoGuidance
wdDialogHelpWordPerfectHelpOptions CommandKeyHelpDocNavKeysMouseSimulationDemoGuidanceDemoSpeedHelpType
wdDialogHorizontalInVertical (无)
wdDialogIMESetDefault (无)
wdDialogInsertAddCaption Name
wdDialogInsertAutoCaption ClearClearAllObjectLabelPosition
wdDialogInsertBookmark NameSortByAddDeleteGotoHidden
wdDialogInsertBreak 类型
wdDialogInsertCaption LabelTitleAutoTextTitleDeletePositionAutoCaptionExcludeLabel
wdDialogInsertCaptionNumbering LabelFormatNumberChapterNumberLevelSeparatorCapNumberingStyle
wdDialogInsertCrossReference ReferenceTypeReferenceKindReferenceItemInsertAsHyperLinkInsertPositionSeparateNumbersSeparatorCharacters
wdDialogInsertDatabase FormatStyleLinkToSourceConnectionSQLStatementSQLStatement1PasswordDocPasswordDotDataSourceFromToIncludeFieldsWritePasswordDocWritePasswordDot
wdDialogInsertDateTime DateTimePicInsertAsFieldDbCharFieldDateLanguageCalendarType
wdDialogInsertField 字段
wdDialogInsertFile 名称范围ConfirmConversions链接附件
wdDialogInsertFootnote ReferenceNoteTypeSymbolFootNumberAsEndNumberAsFootNotesAtEndnotesAtFootNumberingStyleEndNumberingStyleFootStartingNumFootRestartingNumEndStartingNumEndRestartNumApplyPropsTo
wdDialogInsertFormField EntryExitNameEnableTextTypeTextWidthTextDefaultTextFormatCheckSizeCheckWidthCheckDefaultTypeOwnHelpHelpTextOwnStatStatTextCalculate
wdDialogInsertHyperlink (无)
wdDialogInsertIndex OutlineFieldsFromToTableIdAddedStylesCaptionHeadingSeparatorReplaceMarkEntryAutoMarkMarkCitationTypeRightAlignPageNumbersPassimKeepFormattingColumnsCategoryLabelShowPageNumbersAccentedLettersFilterSortByLeaderTOCUseHyperlinksTOCHidePageNumInWebIndexLanguageUseOutlineLevel
wdDialogInsertIndexAndTables OutlineFieldsFromToTableIdAddedStylesCaptionHeadingSeparatorReplaceMarkEntryAutoMarkMarkCitationTypeRightAlignPageNumbersPassimKeepFormattingColumnsCategoryLabelShowPageNumbersAccentedLettersFilterSortByLeaderTOCUseHyperlinksTOCHidePageNumInWebIndexLanguageUseOutlineLevel
wdDialogInsertMergeField MergeFieldWordField
wdDialogInsertNumber NumPic
wdDialogInsertObject IconNumberFileNameLinkDisplayIconTabClassIconFileNameCaptionFloating
wdDialogInsertPageNumbers 键入PositionFirstPage
wdDialogInsertPicture NameLinkToFileNewFloatOverText
wdDialogInsertSubdocument NameConfirmConversionsReadOnlyLinkToSourceAddToMruPasswordDocPasswordDotRevertWritePasswordDocWritePasswordDotConnectionSQLStatementSQLStatement1FormatEncodingVisibleOpenExclusiveOpenAndRepairSubTypeDocumentDirectionNoEncodingDialogXMLTransform
wdDialogInsertSymbol FontTabCharNumCharNumLowUnicodeHint
wdDialogInsertTableOfAuthorities OutlineFieldsFromToTableIdAddedStylesCaptionHeadingSeparatorReplaceMarkEntryAutoMarkMarkCitationTypeRightAlignPageNumbersPassimKeepFormattingColumnsCategoryLabelShowPageNumbersAccentedLettersFilterSortByLeaderTOCUseHyperlinksTOCHidePageNumInWebIndexLanguageUseOutlineLevel
wdDialogInsertTableOfContents OutlineFieldsFromToTableIdAddedStylesCaptionHeadingSeparatorReplaceMarkEntryAutoMarkMarkCitationTypeRightAlignPageNumbersPassimKeepFormattingColumnsCategoryLabelShowPageNumbersAccentedLettersFilterSortByLeaderTOCUseHyperlinksTOCHidePageNumInWebIndexLanguageUseOutlineLevel
wdDialogInsertTableOfFigures OutlineFieldsFromToTableIdAddedStylesCaptionHeadingSeparatorReplaceMarkEntryAutoMarkMarkCitationTypeRightAlignPageNumbersPassimKeepFormattingColumnsCategoryLabelShowPageNumbersAccentedLettersFilterSortByLeaderTOCUseHyperlinksTOCHidePageNumInWebIndexLanguageUseOutlineLevel
wdDialogInsertWebComponent IconNumberFileNameLinkDisplayIconTabClassIconFileNameCaptionFloating
wdDialogLetterWizard SenderCityDateFormatIncludeHeaderFooterLetterStyleLetterhead、LetterheadLocationLetterheadSizeRecipientNameRecipientAddressSalutationSalutationTypeRecipientGenderRecipientReferenceMailingInstructionsAttentionLineLetterSubjectCCListSenderNameReturnAddressClosingSenderJobTitleSenderCompanySenderInitialsEnclosureNumberPageDesignInfoBlockSenderGenderReturnAddressSFRecipientCodeSenderCodeSenderReference
wdDialogListCommands ListType
wdDialogMailMerge CheckErrorsDestinationMergeRecordsFromToSuppressionMailMergeQueryOptionsMailSubjectMailAsAttachmentMailAddress
wdDialogMailMergeCheck CheckErrors
wdDialogMailMergeCreateDataSource FileNamePasswordDocPasswordDotHeaderRecordMSQuerySQLStatementSQLStatement1ConnectionLinkToSourceWritePasswordDoc
wdDialogMailMergeCreateHeaderSource FileNamePasswordDocPasswordDotHeaderRecordMSQuerySQLStatementSQLStatement1ConnectionLinkToSourceWritePasswordDoc
wdDialogMailMergeFieldMapping (无)
wdDialogMailMergeFindRecipient (无)
wdDialogMailMergeFindRecord 查找字段
wdDialogMailMergeHelper 合并选项
wdDialogMailMergeInsertAddressBlock (无)
wdDialogMailMergeInsertAsk NamePromptDefaultBookmarkTextAskOnce
wdDialogMailMergeInsertFields (无)
wdDialogMailMergeInsertFillIn PromptDefaultFillInTextAskOnce
wdDialogMailMergeInsertGreetingLine (无)
wdDialogMailMergeInsertIf MergeFieldComparisonCompareToTrueAutoTextTrueTextFalseAutoTextFalseText
wdDialogMailMergeInsertNextIf MergeFieldComparisonCompareTo
wdDialogMailMergeInsertSet NameValueTextValueAutoText
wdDialogMailMergeInsertSkipIf MergeFieldComparisonCompareTo
wdDialogMailMergeOpenDataSource NameConfirmConversionsReadOnlyLinkToSourceAddToMruPasswordDocPasswordDotRevertWritePasswordDocWritePasswordDotConnectionSQLStatementSQLStatement1FormatEncodingVisibleOpenExclusiveOpenAndRepairSubTypeDocumentDirectionNoEncodingDialogXMLTransform
wdDialogMailMergeOpenHeaderSource NameConfirmConversionsReadOnlyLinkToSourceAddToMruPasswordDocPasswordDotRevertWritePasswordDocWritePasswordDotConnectionSQLStatementSQLStatement1FormatEncodingVisibleOpenExclusiveOpenAndRepairSubTypeDocumentDirectionNoEncodingDialogXMLTransform
wdDialogMailMergeQueryOptions SQLStatementSQLStatement1
wdDialogMailMergeRecipients (无)
wdDialogMailMergeSetDocumentType 类型
wdDialogMailMergeUseAddressBook AddressBookType
wdDialogMarkCitation LongCitationLongCitationAutoTextCategoryShortCitationNextCitationMarkMarkAll
wdDialogMarkIndexEntry MarkAllEntryRangeBoldItalicCrossReferenceEntryAutoTextCrossReferenceAutoTextYomi
wdDialogMarkTableOfContentsEntry EntryEntryAutoTextTableIdLevel
wdDialogNewToolbar 名称上下文
wdDialogNoteOptions FootnotesAtFootNumberAsFootStartingNumFootRestartNumEndnotesAtEndNumberAsEndStartingNumEndRestartNumFootNumberingStyleEndNumberingStyle
wdDialogOrganizer 复制删除重命名目标名称NewName选项卡
wdDialogPhoneticGuide (无)
wdDialogReviewAfmtRevisions (无)
wdDialogSearch (无)
wdDialogShowRepairs NameSortByAddDeleteGoToHidden
wdDialogTableAutoFormat HideAutoFit预览格式边框底纹字体颜色自动调整HeadingRowsFirstColumnLastRowLastColumn
wdDialogTableCellOptions (无)
wdDialogTableColumnWidth ColumnWidthSpaceBetweenColsPrevColumnNextColumnAutoFitRulerStyle
wdDialogTableDeleteCells ShiftCells
wdDialogTableFormatCell 类别
wdDialogTableFormula FormulaNumFormat
wdDialogTableInsertCells ShiftCells
wdDialogTableInsertRow NumRows
wdDialogTableInsertTable ConvertFromNumColumnsNumRowsInitialColWidthWizardFormatApplyAutoFitSetDefaultWord8Style
wdDialogTableOfCaptionsOptions (无)
wdDialogTableOfContentsOptions (无)
wdDialogTableProperties TableDirection
wdDialogTableRowHeight RulerStyleLineSpacingRuleLineSpacingLeftIndentAllowRowSplitAlignmentPrevRowNextRowTableDir
wdDialogTableSort DontSortHdrFieldNumTypeOrderFieldNum2Type2Order2FieldNum3Type3Order3SeparatorSortColumnCaseSensitiveSortBiDiIgnoreHeDiacriticsIgnoreTheKashidaLanguageUsingNumUsingNum2UsingNum3
wdDialogTableSplitCells NumColumnsNumRowsMergeBeforeSplit
wdDialogTableTableOptions (无)
wdDialogTableToText ConvertToNestedTables
wdDialogTableWrapping PositionHorzPositionHorzRelPositionVertPositionVertRelTopDistanceFromTextBottomDistanceFromTextLeftDistanceFromTextRightDistanceFromTextMoveWithTextAllowOverlap
wdDialogTCSCTranslator DirectionVarientsTranslateCommon
wdDialogTextToTable ConvertFromNumColumnsNumRowsInitialColWidthWizardFormatApplyAutoFitSetDefaultWord8Style
wdDialogToolsAcceptRejectChanges ShowMarksHideMarksWrapFindPreviousFindNextAcceptRevisionsRejectRevisionsAcceptAllRejectAll
wdDialogToolsAdvancedSettings 应用程序选项设置删除设置
wdDialogToolsAutoCorrect ShowFineTunerCapTableInWordMailInitialCapsSentenceCapsDaysCapsLockReplaceTextFormattingReplaceWithAddDeleteSmartQuotesCorrectHangulAndAlphabetConvBracketsConvQuotesConvPunctReplaceTextFromSpellingChecker
wdDialogToolsAutoCorrectExceptions 选项卡名称自动添加添加删除
wdDialogToolsAutoManager Tab
wdDialogToolsAutoSummarize TextSizeShowUpdate
wdDialogToolsBulletsNumbers 替换FontCharNumTypeFormatOutlineAutoUpdateFormatNumber标点、StartAtPointsHangIndentRemoveDoubleQuote
wdDialogToolsCompareDocuments CompareDestinationDetectFormattingIgnoreCompareWarnUseFormatFromAddToMruMergeFilterPrivacyFilterDateAndTimeNameCompareAuthor
wdDialogToolsCreateDirectory 目录
wdDialogToolsCreateEnvelope ExtractAddressLabelListIndexLabelIndexLabelDotMatrixLabelTrayLabelAcrossLabelDownEnvAddressEnvOmitReturnEnvReturnPrintBarCodeSingleLabelLabelRowLabelColumnPrintEnvLabelAddToDocumentEnvWidthEnvHeightEnvPaperSizePrintFIMAUseEnvFeederTabAddrAutoTextAddrTextAddrFromLeftAddrFromTopRetAddrFromLeftRetAddrFromTopLabelTopMarginLabelSideMarginLabelVertPitchLabelHorPitchLabelHeightLabelWidthCustomNameRetAddrTextEnvPaperNameDefaultFaceUpDefaultOrientationRetAddrAutoTextVerticalEnvelopeVerticalLabelRecipientNamefromLeftRecipientNamefromTopRecipientPostalfromLeftRecipientPostalfromTopSenderNamefromLeftSenderNamefromTopSenderPostalfromLeftSenderPostalfromTopPrintEPostageLabel
wdDialogToolsCreateLabels ExtractAddressLabelListIndexLabelIndexLabelDotMatrixLabelTrayLabelAcrossLabelDownEnvAddressEnvOmitReturnEnvReturnPrintBarCodeSingleLabelLabelRowLabelColumnPrintEnvLabelAddToDocumentEnvWidthEnvHeightEnvPaperSizePrintFIMAUseEnvFeederTabAddrAutoTextAddrTextAddrFromLeftAddrFromTopRetAddrFromLeftRetAddrFromTopLabelTopMarginLabelSideMarginLabelVertPitchLabelHorPitchLabelHeightLabelWidthCustomNameRetAddrTextEnvPaperNameDefaultFaceUpDefaultOrientationRetAddrAutoTextVerticalEnvelopeVerticalLabelRecipientNamefromLeftRecipientNamefromTopRecipientPostalfromLeftRecipientPostalfromTopSenderNamefromLeftSenderNamefromTopSenderPostalfromLeftSenderPostalfromTopPrintEPostageLabel
wdDialogToolsCustomize KeyCodeKeyCode2MenuTypePositionAddAllCategoryNameMenuAddBelowMenuTextRenameAddRemoveResetAllCommandValueContextTab
wdDialogToolsCustomizeKeyboard KeyCodeKeyCode2MenuTypePositionAddAllCategoryNameMenuAddBelowMenuTextRenameAddRemoveResetAllCommandValueContextTab
wdDialogToolsCustomizeMenuBar ContextPositionMenuTypeMenuTextMenuAddRemoveRename
wdDialogToolsCustomizeMenus KeyCodeKeyCode2MenuTypePositionAddAllCategoryNameMenuAddBelowMenuTextRenameAddRemoveResetAllCommandValueContextTab
wdDialogToolsEnvelopesAndLabels ExtractAddressLabelListIndexLabelIndexLabelDotMatrixLabelTrayLabelAcrossLabelDownEnvAddressEnvOmitReturnEnvReturnPrintBarCodeSingleLabelLabelRowLabelColumnPrintEnvLabelAddToDocumentEnvWidthEnvHeightEnvPaperSizePrintFIMAUseEnvFeederTabAddrAutoTextAddrTextAddrFromLeftAddrFromTopRetAddrFromLeftRetAddrFromTopLabelTopMarginLabelSideMarginLabelVertPitchLabelHorPitchLabelHeightLabelWidthCustomNameRetAddrTextEnvPaperNameDefaultFaceUpDefaultOrientationRetAddrAutoTextVerticalEnvelopeVerticalLabelRecipientNamefromLeftRecipientNamefromTopRecipientPostalfromLeftRecipientPostalfromTopSenderNamefromLeftSenderNamefromTopSenderPostalfromLeftSenderPostalfromTopPrintEPostageLabel
wdDialogToolsGrammarSettings 选项
wdDialogToolsHangulHanjaConversion (无)
wdDialogToolsHighlightChanges MarkRevisionsViewRevisionsPrintRevisionsAcceptAllRejectAll
wdDialogToolsHyphenation AutoHyphenationHyphenateCapsHyphenationZoneLimitConsecutiveHyphens
wdDialogToolsLanguage LanguageCheckLanguageDefaultNoProof
wdDialogToolsMacro 名称运行编辑显示删除重命名说明NewNameSetDesc
wdDialogToolsMacroRecord (不能用宏调用该对话框。)
wdDialogToolsManageFields FieldNameAddRemoveRenameNewName
wdDialogToolsMergeDocuments Name
wdDialogToolsOptions Tab
wdDialogToolsOptionsAutoFormat ApplyStylesListsApplyBulletedListsApplyStylesOtherParasReplaceQuotesReplaceOrdinalsReplaceFractionsReplaceSymbolsReplacePlainTextEmphasisReplaceHyperlinksPreserveStylesPlainTextWordMailApplyFirstIndentMatchParenthesesReplaceDbDashesReplaceAutoSpaces
wdDialogToolsOptionsAutoFormatAsYouType cmntrInWordMailApplyStylesHeadingsApplyStylesHeadingsApplyBordersApplyTablesApplyDatesApplyBulletedListsApplyNumberedListsApplyFirstIndentApplyClosingsReplaceQuotesReplaceOrdinalsReplaceFractionsReplaceSymbolsReplacePlainTextEmphasisReplaceHyperlinksMatchParenthesesReplaceAutoSpacesReplaceDbDashesFormatListItemBeginningTabIndentDefineStylesInsertOversInsertClosingsAutoLetterWizardShowOptionsForApplyStylesListsApplySkipListApplyStylesOtherParasReplaceBulletsAdjustParaMarksAdjustTabsSpacesAdjustEmptyParasPreserveStyles
wdDialogToolsOptionsBidi DocViewDirAddCtrlCopyHebDoubleQuoteNumbersMoveSelBiDirectionalShowDiacDiffDiacColorDateAdvanceHijriMasterDocDirOutlineDirDiacriticColorValSequenceCheckTypeNReplace
wdDialogToolsOptionsCompatibility ProductDefaultNoTabHangIndentNoSpaceRaiseLowerPrintColBlackWrapTrailSpacesNoColumnBalanceConvMailMergeEscSuppressSpBfAfterPgBrkSuppressTopSpacingOrigWordTableRulesTransparentMetafilesShowBreaksInFramesSwapBordersFacingPagesLeaveBackslashAloneExpandShiftReturnDontULTrailSpaceDontBalanceSbDbWidthSuppressTopSpacingMac5SpacingInWholePointsPrintBodyTextBeforeHeaderNoLeadingNoSpaceForULMWSmallCapsNoExtraLineSpacingTruncateFontHeightSubFontBySizeUsePrinterMetricsWW6BorderRulesExactOnTopSuppressBottomSpacingWPSpaceWidthWPJustificationLineWrapLikeWord6SpLayoutLikeWW8FtnLayoutLikeWW8DontUseHTMLParagraphAutoSpacingDontAdjustLineHeightInTableForgetLastTabAlignmentUseAutospaceForFullWidthAlphaAlignTablesRowByRow、LayoutRawTableWidthLayoutTableRowsApartUseWord97LineBreakingRulesDontBreakWrappedTablesDontSnapToGridInCellDontAllowFieldEndSelectApplyBreakingRulesDontWrapTextWithPunctDontUseAsianBreakRulesUseWord2002TableStyleRulesGrowAutofit
wdDialogToolsOptionsEdit ReplaceSelectionDragAndDropAutoWordSelectionInsForPasteOvertypeSmartCursoringSmartCutPasteAllowAccentedUppercasePictureEditorTabIndentBsParaAlignInlineConversionIMELosingFocusAllowClickAndTypeMouseClickAndTypeParagraphStyleAutoKeyBiPictureWrapTypeSmartParaSelectionHypCtrlClickFollowPasteRecoveryPromptUpdateStyleFormatScanningShowFormatError
wdDialogToolsOptionsEditCopyPaste SmartSentenceWordSpacingSmartParaPasteSmartTablePasteSmartStylePasteFormatPowerpointPasteFormatExcelPastePasteMergeListsCopyPasteDefaultOptions
wdDialogToolsOptionsFileLocations 路径设置
wdDialogToolsOptionsFuzzy FuzzyCaseFuzzyByteFuzzyHiraFuzzySmKanaFuzzyMinusFuzzyRepSymbolFuzzyKanjiFuzzyOldKanaFuzzyLongVowelFuzzyDZFuzzyBVFuzzyTCFuzzyHFFuzzyZJFuzzyAYFuzzyKIKUFuzzyPunctFuzzySpace
wdDialogToolsOptionsGeneral 分页WPHelpWPDocNavKeysBlueScreenErrorBeepsEffects3dUpdateLinksSendMailAttachRecentFilesRecentFileCountUnitsButtonFieldClicksShortMenuNamesRTFInClipboardConfirmConversionsTipWizardActiveAnimatedCursorsVirusProtectionSeparateFontInterpretHIANSIToDBCExitWithRestoreSessionAsianTextPixelsInDialogsUseCharacterUnitBackgroundOpenAutoCreateNewDrawingsAllowReadingMode
wdDialogToolsOptionsPrint DraftReverseUpdateFieldsSummaryShowCodesAnnotationsShowHiddenEnvFeederInstalledWidowControlDfltTrueTypeUpdateLinksBackgroundDrawingObjectsFormsDataDefaultTrayPSOverTextMapPaperSizeFractionalWidthsPrOrder1PrOrder2PrintXmlTags背景
wdDialogToolsOptionsSave CreateBackupFastSavesSummaryPromptGlobalDotPromptNativePictureFormatEmbedFontsFormsDataAutoSaveSaveIntervalPasswordWritePasswordRecommendReadOnlySubsetFontsBackgroundSaveDefaultSaveFormatAddCtrlSaveDoNotEmbedLocalNetworkFileWordCompatibilityListEmbedSmartTagsSmartTagXMLEmbedLinguisticData
wdDialogToolsOptionsSecurity WarnMarkupStoreRsidShowMarkupOpenSave
wdDialogToolsOptionsSmartTag LabelSmartTagsShowSmartTagOOUI
wdDialogToolsOptionsSpellingAndGrammar AlwaysSuggestSuggestFromMainDictOnlyIgnoreAllCapsIgnoreMixedDigitsResetIgnoreAllTypeCustomDict1CustomDict2CustomDict3CustomDict4CustomDict5CustomDict6CustomDict7CustomDict8CustomDict9CustomDict10AutomaticSpellCheckingFilenamesEmailAliasesUserDict1AutomaticGrammarCheckingForegroundGrammarShowStatisticsOptionsRecheckDocumentIgnoreAuxFindIgnoreMissDictSearchHideGrammarErrorsCheckSpellingGrLidUISpLidUIDictLang1DictLang2DictLang3DictLang4DictLang5DictLang6DictLang7DictLang8DictLang9DictLang10HideSpellingErrorsHebSpellStartInitialAlefHamzaFinalYaaGermanPostReformSpellAraSpellerProcessCompoundNoun
wdDialogToolsOptionsTrackChanges InsertedTextMarkInsertedTextColorDeletedTextMarkDeletedTextColorRevisedLinesMarkRevisedLinesColorHighlightColorRevisedPropertiesMarkRevisedPropertiesColor
wdDialogToolsOptionsTypography KerningPairsJustificationPunctLevelFollowingPunctLeadingPunctApplyToTemplateJapaneseKinsokuStrictFarEastLineBreakLanguage
wdDialogToolsOptionsUserInfo 名称姓名首字母缩写地址
wdDialogToolsOptionsView DraftFontWrapToWindowPicturePlaceHoldersFieldCodesBookMarksFieldShadingStatusBarHScrollVScrollStyleAreaWidthTabsSpacesParas连字符HiddenShowAll绘图定位点TextBoundariesVRulerHighlightShowAnimationScrnTpLeftScrollRRulerOptionalBreakEnlargeFontsLessThanBrowseToWindowPageBoundariesWindowsInTaskbarSmartTagsShowAtStartupBackgrounds
wdDialogToolsProtectDocument DocumentPasswordNoResetTypeUseDRM
wdDialogToolsProtectSection 保护
wdDialogToolsRevisions MarkRevisionsViewRevisionsPrintRevisionsAcceptAllRejectAll
wdDialogToolsSpellingAndGrammar SuggestionListBoxForegroundGrammar
wdDialogToolsTemplates StoreTemplateLinkStyles
wdDialogToolsThesaurus (无)
wdDialogToolsUnprotectDocument DocumentPassword
wdDialogToolsWordCount CountFootnotesPagesWordsCharactersDBCSBCCharactersIncludingSpacesParagraphsLines
wdDialogTwoLinesInOne (无)
wdDialogUpdateTOC (无)
wdDialogViewZoom AutoFitTwoPagesFullPageNumColumnsNumRowsZoomPercentTextFit
wdDialogWebOptions (无)
wdDialogWindowActivate 窗口

支持和反馈

有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。