次の方法で共有


組み込みのダイアログ ボックスの引数一覧 (Word)

Word の組み込みのダイアログ ボックスの多くには、設定が推奨されるオプションがあります。 Word のダイアログ ボックスに関連するプロパティを設定または取得するには、対応する Visual Basic のプロパティおよびメソッドを使用します。 たとえば、ドキュメントを印刷する場合は、VBA PrintOut メソッドを使用します。 次のコードは、[ 印刷 ] ダイアログ ボックスの既定の設定を使用して、作業中の文書を印刷します。 ただし、印刷ダイアログで既定の設定を使用しない場合は、 PrintOut メソッドに関連付けられている引数を使用できます。

Sub PrintCurrentDocument() 
 ActiveDocument.PrintOut 
End Sub

ダイアログ ボックスのオプションの値を取得または設定するには、VBA キーワードを使用することを推奨しますが、Word の多くの組み込みのダイアログ ボックスに用意されている引数を使用して、ダイアログ ボックスに値を設定したり、値を取得することもできます。 詳細については、「Word の組み込みのダイアログ ボックスを表示する」を参照してください。

WdWordDialog クラスの定数 引数リスト
wdDialogConnect ドライブパスパスワード
wdDialogConsistencyChecker (なし)
wdDialogControlRun アプリケーション
wdDialogConvertObject IconNumberActivateAsIconFileNameCaptionClassDisplayIconFloating
wdDialogCopyFile FileNameDirectory
wdDialogCreateAutoText (なし)
wdDialogCSSLinks LinkStyles
wdDialogDocumentStatistics FileNameディレクトリテンプレートタイトル作成済み、 LastSavedLastSavedByリビジョン時刻印刷ページ単語文字段落FileSize
wdDialogDrawAlign 水平垂直RelativeTo
wdDialogDrawSnapToGrid SnapToGridXGridYGridXOriginYOriginSnapToShapesXGridDisplayYGridDisplayFollowMarginsViewGridLinesDefineLineBasedOnGrid
wdDialogEditAutoText 名前コンテキストInsertAsInsertAddDefineInsertAsTextDeleteCompleteAT
wdDialogEditCreatePublisher (この定数の詳細については、Microsoft Office Macintosh Edition に含まれているランゲージ リファレンスのヘルプを参照してください。)
wdDialogEditFind 検索置換方向MatchCaseWholeWordPatternMatchSoundsLikeFindNextReplaceOneReplaceAllFormatWrapFindAllWordFormsMatchByteFuzzyFindDestinationCorrectEndMatchKashidaMatchDiacriticsMatchAlefHamzaMatchControl
wdDialogEditFrame ラップWidthRuleFixedWidthHeightRuleFixedHeightPositionHorzPositionHorzRelDistFromTextPositionVertPositionVertRelDistVertFromTextMoveWithTextLockAnchorRemoveFrame
wdDialogEditGoTo 検索置換方向MatchCaseWholeWordPatternMatchSoundsLikeFindNextReplaceOneReplaceAllFormatWrapFindAllWordFormsMatchByteFuzzyFindDestinationCorrectEndMatchKashidaMatchDiacriticsMatchAlefHamzaMatchControl
wdDialogEditGoToOld (なし)
wdDialogEditLinks UpdateModeLockedSavePictureInDocUpdateNowOpenSourceKillLinkLinkApplicationItemFileNamePreserveFormatLinkUpdate
wdDialogEditObject 動詞
wdDialogEditPasteSpecial IconNumberLinkDisplayIconクラスDataTypeIconFileNameCaptionFloating
wdDialogEditPublishOptions (この定数の詳細については、Microsoft Office Macintosh Edition に含まれているランゲージ リファレンスのヘルプを参照してください。)
wdDialogEditReplace 検索置換方向MatchCaseWholeWordPatternMatchSoundsLikeFindNextReplaceOneReplaceAllFormatWrapFindAllWordFormsMatchByteFuzzyFindDestinationCorrectEndMatchKashidaMatchDiacriticsMatchAlefHamzaMatchControl
wdDialogEditStyle (なし)
wdDialogEditSubscribeOptions (この定数の詳細については、Microsoft Office Macintosh Edition に含まれているランゲージ リファレンスのヘルプを参照してください。)
wdDialogEditSubscribeTo (この定数の詳細については、Microsoft Office Macintosh Edition に含まれているランゲージ リファレンスのヘルプを参照してください。)
wdDialogEditTOACategory カテゴリCategoryName
wdDialogEmailOptions (なし)
wdDialogFileDocumentLayout TabPaperSizeTopMarginBottomMarginLeftMarginRightMarginGutterPageWidthPageHeightOrientationFirstPageOtherPagesVertAlignApplyPropsToDefaultFacingPagesHeaderDistance、FooterDistanceSectionStartOddAndEvenPagesDifferentFirstPageEndnotesLineNumStartingNumFromTextCountByNumModeTwoOnOneGutterPositionLayoutModeCharsLineLinesPageCharPitchLinePitchDocFontName、DocFontSizePageColumnsTextFlowFirstPageOnLeftSectionTypeRTLAlignment
wdDialogFileFind SearchNameSearchPathNameSubDirTitleAuthorキーワードキーワードオプションMatchCaseTextPatternMatchDateSavedFromDateSavedToSavedByDateCreatedFromDateCreatedToViewSortByListBySelectedFileAddDeleteShowFoldersMatchByte
wdDialogFileMacPageSetup (この定数の詳細については、Microsoft Office Macintosh Edition に含まれているランゲージ リファレンスのヘルプを参照してください。)
wdDialogFileNew テンプレートNewTemplateDocumentTypeVisible
wdDialogFileOpen 名前ConfirmConversionsReadOnlyLinkToSourceAddToMruPasswordDocPasswordDotRevertWritePasswordDocWritePasswordDotConnectionSQLStatement、SQLStatement1FormatEncodingVisibleOpenExclusiveOpenAndRepairSubTypeDocumentDirectionNoEncodingDialogXMLTransform
wdDialogFilePageSetup TabPaperSizeTopMarginBottomMarginLeftMarginRightMarginGutterPageWidthPageHeightOrientationFirstPageOtherPagesVertAlignApplyPropsToDefaultFacingPagesHeaderDistance、FooterDistanceSectionStartOddAndEvenPagesDifferentFirstPageEndnotesLineNumStartingNumFromTextCountByNumModeTwoOnOneGutterPositionLayoutModeCharsLineLinesPageCharPitchLinePitchDocFontName、DocFontSizePageColumnsTextFlowFirstPageOnLeftSectionTypeRTLAlignmentFolioPrintReverseFolioFolioPages
wdDialogFilePrint BackgroundAppendPrFileRangePrToFileNameFromToTypeNumCopiesPagesOrderPrintToFileCollateFileNamePrinterOutputPrinterDuplexPrintPrintZoomColumnPrintZoomRowPrintZoomPaperWidthPrintZoomPaperHeightZoomPaper
wdDialogFilePrintOneCopy (この定数の詳細については、Microsoft Office Macintosh Edition に含まれているランゲージ リファレンスのヘルプを参照してください。)
wdDialogFilePrintSetup プリンターオプションネットワークDoNotSetAsSysDefault
wdDialogFileRoutingSlip 件名メッセージAllAtOnceReturnWhenDoneTrackStatusProtectAddSlipRouteDocumentAddRecipientOldRecipientResetSlipClearSlipClearRecipientsAddress
wdDialogFileSaveAs 名前形式、LockAnnotPasswordAddToMruWritePasswordRecommendReadOnlyEmbedFontsNativePictureFormatFormsDataSaveAsAOCELetterWriteVersionVersionDescInsertLineBreaksAllowSubstitutionsLineEndingAddBiDiMarks
wdDialogFileSaveVersion (なし)
wdDialogFileSummaryInfo タイトル件名作成者キーワードコメントFileNameディレクトリテンプレートCreateDateLastSavedDate、LastSavedByRevisionNumberEditTimeLastPrintedDateNumPagesNumWordsNumChars、NumParasNumLinesUpdateFileSize
wdDialogFileVersions AutoVersionVersionDesc
wdDialogFitText FitTextWidth
wdDialogFontSubstitution UnavailableFontSubstituteFont
wdDialogFormatAddrFonts ポイント下線取り消し線上付き文字添字非表示SmallCapsAllCapsSpacingPositionKerningKerningMinDefaultTabFontBoldItalicDoubleStrikeThroughShadowOutlineEmbossScaleAnimationsCharAccentFontMajorFontLowAnsiFontHighAnsiCharacterWidthGridColorRGBUnderlineColorPointsBiColorBiFontNameBiBoldBiItalicBiDiacColor
wdDialogFormatBordersAndShading ApplyToShadowTopBorderLeftBorderBottomBorderRightBorderHorizBorderVertBorderTopColorLeftColorBottomColorRightColorHorizColorVertColorFromTextShadingForegroundBackgroundTabFineShadingTopStyleLeftStyleBottomStyleRightStyleHorizStyleVertStyleTopWeightLeftWeightBottomWeightRightWeightHorizWeightVertWeightBorderObjectTypeBorderArtWeightBorderArtArtFromTextTopFromTextBottomFromTextLeftFromTextRightOffsetFromInFrontSurroundHeaderSurroundFooterJoinBorderLineColorWhichPagesTL2BRBorderTR2BLBorderTL2BRColorTR2BLColorTL2BRStyleTR2BLStyleTL2BRWeightTR2BLWeightForegroundRGBBackgroundRGBTopColorRGBLeftColorRGB、BottomColorRGBRightColorRGBHorizColorRGBVertColorRGBTL2BRColorRGBTR2BLColorRGBLineColorRGB
wdDialogFormatBulletsAndNumbering (なし)
wdDialogFormatCallout ギャップ角度ドロップ長さ罫線オートアタッチアクセント
wdDialogFormatChangeCase
wdDialogFormatColumns ColumnsColumnNoColumnWidthColumnSpacingEvenlySpacedApplyColsToColLineStartNewColFlowColumnsRtl
wdDialogFormatDefineStyleBorders ApplyToShadowTopBorderLeftBorderBottomBorderRightBorderHorizBorderVertBorderTopColorLeftColorBottomColorRightColorHorizColorVertColorFromTextShadingForegroundBackgroundTabFineShadingTopStyleLeftStyleBottomStyleRightStyleHorizStyleVertStyleTopWeightLeftWeightBottomWeightRightWeightHorizWeightVertWeightBorderObjectTypeBorderArtWeightBorderArtArtFromTextTopFromTextBottomFromTextLeftFromTextRightOffsetFromInFrontSurroundHeaderSurroundFooterJoinBorderLineColorWhichPagesTL2BRBorderTR2BLBorderTL2BRColorTR2BLColorTL2BRStyleTR2BLStyleTL2BRWeightTR2BLWeightForegroundRGBBackgroundRGBTopColorRGBLeftColorRGB、BottomColorRGBRightColorRGBHorizColorRGBVertColorRGBTL2BRColorRGBTR2BLColorRGBLineColorRGB
wdDialogFormatDefineStyleFont ポイント下線取り消し線上付き文字添字非表示SmallCapsAllCapsSpacingPositionKerningKerningMinDefaultTabFontBoldItalicDoubleStrikeThroughShadowOutlineEmbossScaleAnimationsCharAccentFontMajorFontLowAnsiFontHighAnsiCharacterWidthGridColorRGBUnderlineColorPointsBiColorBiFontNameBiBoldBiItalicBiDiacColor
wdDialogFormatDefineStyleFrame ラップWidthRuleFixedWidthHeightRuleFixedHeightPositionHorzPositionHorzRelDistFromTextPositionVertPositionVertRelDistVertFromTextMoveWithTextLockAnchorRemoveFrame
wdDialogFormatDefineStyleLang 言語CheckLanguage既定値NoProof
wdDialogFormatDefineStylePara LeftIndentRightIndentBeforeAfterLineSpacingRuleLineSpacingAlignmentWidowControlKeepWithNextKeepTogetherPageBreakNoLineNumDontHyphenTabFirstIndentOutlineLevelKinsokuWordWrapOverflowPunctTopLinePunctAutoSpaceDELineHeightGridAutoSpaceDNCharAlignCharacterUnitLeftIndentAdjustRightCharacterUnitFirstIndentCharacterUnitRightIndentLineUnitBeforeLineUnitAfterNoSpaceBetweenParagraphsOfSameStyleOrientationBi
wdDialogFormatDefineStyleTabs 位置DefTabsAlignLeaderSetClearClearAll
wdDialogFormatDrawingObject LeftPositionHorzRelTopPositionVertRelLockAnchorFloatOverTextLayoutInCellWrapSideTopDistanceFromTextBottomDistanceFromTextLeftDistanceFromTextRightDistanceFromTextWrapWordWrapAutoSizeHRWidthTypeHRHeightHRNoshadeHRAlignTextAllowOverlapHorizRule
wdDialogFormatDropCap 位置フォントDropHeightDistFromText
wdDialogFormatEncloseCharacters スタイルテキストエンクロージャ
wdDialogFormatFont ポイント下線取り消し線上付き文字添字非表示SmallCapsAllCapsSpacingPositionKerningKerningMinDefaultTabFontBoldItalicDoubleStrikeThroughShadowOutlineEmbossScaleAnimationsCharAccentFontMajorFontLowAnsiFontHighAnsiCharacterWidthGridColorRGBUnderlineColorPointsBiColorBiFontNameBiBoldBiItalicBiDiacColor
wdDialogFormatFrame ラップWidthRuleFixedWidthHeightRuleFixedHeightPositionHorzPositionHorzRelDistFromTextPositionVertPositionVertRelDistVertFromTextMoveWithTextLockAnchorRemoveFrame
wdDialogFormatPageNumber ChapterNumberNumRestartNumFormatStartingNumLevelSeparatorDoubleQuotePgNumberingStyle
wdDialogFormatParagraph LeftIndentRightIndentBeforeAfterLineSpacingRuleLineSpacingAlignmentWidowControlKeepWithNextKeepTogetherPageBreakNoLineNumDontHyphenTabFirstIndentOutlineLevelKinsokuWordWrapOverflowPunctTopLinePunctAutoSpaceDELineHeightGridAutoSpaceDNCharAlignCharacterUnitLeftIndentAdjustRightCharacterUnitFirstIndentCharacterUnitRightIndentLineUnitBeforeLineUnitAfterNoSpaceBetweenParagraphsOfSameStyleOrientationBi
wdDialogFormatPicture SetSizeCropLeftCropRightCropTopCropBottomScaleXScaleYSizeXSizeY
wdDialogFormatRetAddrFonts ポイント下線取り消し線上付き文字添字非表示SmallCapsAllCapsSpacingPositionKerningKerningMinDefaultTabFontBoldItalicDoubleStrikeThroughShadowOutlineEmbossScaleAnimationsCharAccentFontMajorFontLowAnsiFontHighAnsiCharacterWidthGridColorRGBUnderlineColorPointsBiColorBiFontNameBiBoldBiItalicBiDiacColor
wdDialogFormatSectionLayout SectionStartVertAlignEndnotesLineNumStartingNumFromTextCountByNumModeSectionType
wdDialogFormatStyle 名前削除マージNewNameBasedOnNextStyleTypeFileNameSourceAddToTemplateDefineRenameApplyNewLink
wdDialogFormatStyleGallery テンプレートプレビュー
wdDialogFormatStylesCustom (なし)
wdDialogFormatTabs 位置DefTabsAlignLeaderSetClearClearAll
wdDialogFormatTheme (なし)
wdDialogFormFieldHelp (なし)
wdDialogFormFieldOptions エントリExitNameEnableTextTypeTextWidthTextDefaultTextFormatCheckSizeCheckWidthCheckDefaultTypeOwnHelpHelpTextOwnStatStatTextCalculate
wdDialogFrameSetProperties (なし)
wdDialogHelpAbout APPNAMEAPPCOPYRIGHTAPPUSERNAMEAPPORGANIZATIONAPPSERIALNUMBER
wdDialogHelpWordPerfectHelp WPCommandHelpTextDemoGuidance
wdDialogHelpWordPerfectHelpOptions CommandKeyHelpDocNavKeysMouseSimulationDemoGuidanceDemoSpeedHelpType
wdDialogHorizontalInVertical (なし)
wdDialogIMESetDefault (なし)
wdDialogInsertAddCaption Name
wdDialogInsertAutoCaption ClearClearAllObjectLabelPosition
wdDialogInsertBookmark 名前SortBy追加削除ジャンプ非表示
wdDialogInsertBreak
wdDialogInsertCaption LabelTitleAutoTextTitleDeletePositionAutoCaptionExcludeLabel
wdDialogInsertCaptionNumbering ラベルFormatNumberChapterNumberLevelSeparatorCapNumberingStyle
wdDialogInsertCrossReference ReferenceTypeReferenceKindReferenceItemInsertAsHyperLinkInsertPositionSeparateNumbersSeparatorCharacters
wdDialogInsertDatabase 形式スタイルLinkToSource接続SQLStatementSQLStatement1PasswordDocPasswordDotDataSourceFromToIncludeFieldsWritePasswordDocWritePasswordDot
wdDialogInsertDateTime DateTimePicInsertAsFieldDbCharFieldDateLanguageCalendarType
wdDialogInsertField フィールド
wdDialogInsertFile 名前範囲ConfirmConversionsLinkAttachment
wdDialogInsertFootnote ReferenceNoteTypeSymbolFootNumberAsEndNumberAsFootnotesAtEndnotesAtFootNumberingStyleEndNumberingStyleFootStartingNumFootRestartNumEndStartingNumEndRestartNumApplyPropsTo
wdDialogInsertFormField エントリExitNameEnableTextTypeTextWidthTextDefaultTextFormatCheckSizeCheckWidthCheckDefaultTypeOwnHelpHelpTextOwnStatStatTextCalculate
wdDialogInsertHyperlink (なし)
wdDialogInsertIndex アウトラインフィールドFromToTableIdAddedStylesCaptionHeadingSeparatorReplaceMarkEntryAutoMarkMarkCitationTypeRightAlignPageNumbersPassimKeepFormattingColumnsCategoryLabelShowPageNumbersAccentedLettersFilterSortByLeaderTOCUseHyperlinksTOCHidePageNumInWebIndexLanguageUseOutlineLevel
wdDialogInsertIndexAndTables アウトラインフィールドFromToTableIdAddedStylesCaptionHeadingSeparatorReplaceMarkEntryAutoMarkMarkCitationTypeRightAlignPageNumbersPassimKeepFormattingColumnsCategoryLabelShowPageNumbersAccentedLettersFilterSortByLeaderTOCUseHyperlinksTOCHidePageNumInWebIndexLanguageUseOutlineLevel
wdDialogInsertMergeField MergeFieldWordField
wdDialogInsertNumber NumPic
wdDialogInsertObject IconNumberFileNameLinkDisplayIconTabクラスIconFileNameCaptionFloating
wdDialogInsertPageNumbers 位置FirstPage
wdDialogInsertPicture 名前LinkToFileNewFloatOverText
wdDialogInsertSubdocument 名前ConfirmConversionsReadOnlyLinkToSourceAddToMruPasswordDocPasswordDotRevertWritePasswordDocWritePasswordDotConnectionSQLStatement、SQLStatement1FormatEncodingVisibleOpenExclusiveOpenAndRepairSubTypeDocumentDirectionNoEncodingDialogXMLTransform
wdDialogInsertSymbol フォントタブCharNumCharNumLowUnicodeヒント
wdDialogInsertTableOfAuthorities アウトラインフィールドFromToTableIdAddedStylesCaptionHeadingSeparatorReplaceMarkEntryAutoMarkMarkCitationTypeRightAlignPageNumbersPassimKeepFormattingColumnsCategoryLabelShowPageNumbersAccentedLettersFilterSortByLeaderTOCUseHyperlinksTOCHidePageNumInWebIndexLanguageUseOutlineLevel
wdDialogInsertTableOfContents アウトラインフィールドFromToTableIdAddedStylesCaptionHeadingSeparatorReplaceMarkEntryAutoMarkMarkCitationTypeRightAlignPageNumbersPassimKeepFormattingColumnsCategoryLabelShowPageNumbersAccentedLettersFilterSortByLeaderTOCUseHyperlinksTOCHidePageNumInWebIndexLanguageUseOutlineLevel
wdDialogInsertTableOfFigures アウトラインフィールドFromToTableIdAddedStylesCaptionHeadingSeparatorReplaceMarkEntryAutoMarkMarkCitationTypeRightAlignPageNumbersPassimKeepFormattingColumnsCategoryLabelShowPageNumbersAccentedLettersFilterSortByLeaderTOCUseHyperlinksTOCHidePageNumInWebIndexLanguageUseOutlineLevel
wdDialogInsertWebComponent IconNumberFileNameLinkDisplayIconTabクラスIconFileNameCaptionFloating
wdDialogLetterWizard SenderCityDateFormatIncludeHeaderFooterLetterStyleLetterheadLocationLetterheadLocationLetterheadSizeRecipientNameRecipientAddressSalutationTypeRecipientGenderRecipientReferenceMailingInstructionsAttentionLineLetterSubjectCCListSenderNameReturnAddressClosingSenderJobTitleSenderCompanySenderInitialsEnclosureNumberPageDesignInfoBlockSenderGenderReturnAddressSFRecipientCodeSenderCodeSenderReference
wdDialogListCommands ListType
wdDialogMailMerge CheckErrorsDestinationMergeRecordsFromToSuppressionMailMergeQueryOptionsMailSubjectMailAsAttachmentMailAddress
wdDialogMailMergeCheck CheckErrors
wdDialogMailMergeCreateDataSource FileNamePasswordDocPasswordDotHeaderRecordMSQuerySQLStatementSQLStatement1ConnectionLinkToSourceWritePasswordDoc
wdDialogMailMergeCreateHeaderSource FileNamePasswordDocPasswordDotHeaderRecordMSQuerySQLStatementSQLStatement1ConnectionLinkToSourceWritePasswordDoc
wdDialogMailMergeFieldMapping (なし)
wdDialogMailMergeFindRecipient (なし)
wdDialogMailMergeFindRecord 検索フィールド
wdDialogMailMergeHelper マージオプション
wdDialogMailMergeInsertAddressBlock (なし)
wdDialogMailMergeInsertAsk 名前プロンプトDefaultBookmarkTextAskOnce
wdDialogMailMergeInsertFields (なし)
wdDialogMailMergeInsertFillIn プロンプトDefaultFillInTextAskOnce
wdDialogMailMergeInsertGreetingLine (なし)
wdDialogMailMergeInsertIf MergeFieldCompareCompareToTrueAutoTextTrueTextFalseAutoTextFalseText
wdDialogMailMergeInsertNextIf MergeFieldCompareCompareTo
wdDialogMailMergeInsertSet 名前ValueTextValueAutoText
wdDialogMailMergeInsertSkipIf MergeFieldCompareCompareTo
wdDialogMailMergeOpenDataSource 名前ConfirmConversionsReadOnlyLinkToSourceAddToMruPasswordDocPasswordDotRevertWritePasswordDocWritePasswordDotConnectionSQLStatement、SQLStatement1FormatEncodingVisibleOpenExclusiveOpenAndRepairSubTypeDocumentDirectionNoEncodingDialogXMLTransform
wdDialogMailMergeOpenHeaderSource 名前ConfirmConversionsReadOnlyLinkToSourceAddToMruPasswordDocPasswordDotRevertWritePasswordDocWritePasswordDotConnectionSQLStatement、SQLStatement1FormatEncodingVisibleOpenExclusiveOpenAndRepairSubTypeDocumentDirectionNoEncodingDialogXMLTransform
wdDialogMailMergeQueryOptions SQLStatementSQLStatement1
wdDialogMailMergeRecipients (なし)
wdDialogMailMergeSetDocumentType
wdDialogMailMergeUseAddressBook AddressBookType
wdDialogMarkCitation LongCitationLongCitationAutoTextCategoryShortCitationNextCitationMarkMarkAll
wdDialogMarkIndexEntry MarkAllEntryRangeBoldItalicCrossReferenceEntryAutoTextCrossReferenceAutoTextYomi
wdDialogMarkTableOfContentsEntry EntryEntryAutoTextTableIdLevel
wdDialogNewToolbar 名前コンテキスト
wdDialogNoteOptions FootnotesAtFootNumberAsFootStartingNumFootRestartNumEndnotesAtEndNumberAsEndStartingNumEndRestartNumFootNumberingStyleEndNumberingStyle
wdDialogOrganizer コピー削除名前の変更ソース宛先名前NewNameタブ
wdDialogPhoneticGuide (なし)
wdDialogReviewAfmtRevisions (なし)
wdDialogSearch (なし)
wdDialogShowRepairs 名前SortBy追加削除GoTo非表示
wdDialogTableAutoFormat HideAutoFitPreviewFormatBordersShadingFontColorAutoFitHeadingRowsFirstColumnLastRowLastColumn
wdDialogTableCellOptions (なし)
wdDialogTableColumnWidth ColumnWidthSpaceBetweenColsPrevColumnNextColumnAutoFitRulerStyle
wdDialogTableDeleteCells ShiftCells
wdDialogTableFormatCell カテゴリ
wdDialogTableFormula 数式NumFormat
wdDialogTableInsertCells ShiftCells
wdDialogTableInsertRow NumRows
wdDialogTableInsertTable ConvertFromNumColumnsNumRowsInitialColWidthWizardFormatApplyAutoFitSetDefaultWord8Style
wdDialogTableOfCaptionsOptions (なし)
wdDialogTableOfContentsOptions (なし)
wdDialogTableProperties TableDirection
wdDialogTableRowHeight RulerStyleLineSpacingRuleLineSpacingLeftIndentAllowRowSplitAlignmentPrevRowNextRowTableDir
wdDialogTableSort DontSortHdrFieldNumTypeOrderFieldNum2Type2Order2FieldNum3Type3Order3SeparatorSortColumnCaseSensitiveSortBiDiIgnoreHeDiacriticsIgnoreTheKashidaLanguageUsingNum2UsingNum3
wdDialogTableSplitCells NumColumnsNumRowsMergeBeforeSplit
wdDialogTableTableOptions (なし)
wdDialogTableToText ConvertToNestedTables
wdDialogTableWrapping PositionHorzPositionHorzRelPositionVertPositionVertRelTopDistanceFromTextBottomDistanceFromTextLeftDistanceFromTextRightDistanceFromTextMoveWithTextAllowOverlap
wdDialogTCSCTranslator DirectionVarientsTranslateCommon
wdDialogTextToTable ConvertFromNumColumnsNumRowsInitialColWidthWizardFormatApplyAutoFitSetDefaultWord8Style
wdDialogToolsAcceptRejectChanges ShowMarksHideMarksWrapFindPreviousFindNextAcceptRevisionsRejectRevisionsAcceptAllRejectAll
wdDialogToolsAdvancedSettings アプリケーションオプション設定削除設定
wdDialogToolsAutoCorrect ShowFineTunerCapTableInWordMailInitialCapsSentenceCapsDaysCapsLockReplaceTextFormattingReplaceWithAddDeleteSmartQuotesCorrectHangulAndAlphabetConvBracketsConvQuotesConvPunctReplaceTextFromSpellingChecker
wdDialogToolsAutoCorrectExceptions タブ名前自動追加追加削除
wdDialogToolsAutoManager Tab
wdDialogToolsAutoSummarize TextSizeShowUpdate
wdDialogToolsBulletsNumbers 置換フォントCharNumTypeFormatOutlineAutoUpdateFormatNumber句読点StartAtポイントハングインデント削除ダブルクォート
wdDialogToolsCompareDocuments CompareDestinationDetectFormattingIgnoreCompareWarnUseFormatFromAddToMruMergeFilterPrivacyFilterDateAndTimeNameCompareAuthor
wdDialogToolsCreateDirectory ディレクトリ
wdDialogToolsCreateEnvelope ExtractAddressLabelListIndexLabelIndexLabelDotMatrixLabelTrayLabelAcrossLabelDownEnvAddressEnvOmitReturnEnvReturnPrintBarCodeSingleLabelLabelRowLabelColumnPrintEnvLabelAddToDocumentEnvWidthEnvHeightEnvPaperSizePrintFIMAUseEnvFeederTabAddrAutoTextAddrTextAddrFromLeftAddrFromTopRetAddrFromLeftRetAddrFromTopLabelTopMarginLabelSideMarginLabelVertPitchLabelHorPitchLabelHeightLabelWidthCustomNameRetAddrTextEnvPaperNameDefaultFaceUpDefaultOrientationRetAddrAutoTextVerticalEnvelopeVerticalLabelRecipientNamefromLeftRecipientNamefromTopRecipientPostalfromLeftRecipientPostalfromTopSenderNamefromLeftSenderNamefromTopSenderPostalfromLeftSenderPostalfromTopPrintEPostage、PrintEPostageLabel
wdDialogToolsCreateLabels ExtractAddressLabelListIndexLabelIndexLabelDotMatrixLabelTrayLabelAcrossLabelDownEnvAddressEnvOmitReturnEnvReturnPrintBarCodeSingleLabelLabelRowLabelColumnPrintEnvLabelAddToDocumentEnvWidthEnvHeightEnvPaperSizePrintFIMAUseEnvFeederTabAddrAutoTextAddrTextAddrFromLeftAddrFromTopRetAddrFromLeftRetAddrFromTopLabelTopMarginLabelSideMarginLabelVertPitchLabelHorPitchLabelHeightLabelWidthCustomNameRetAddrTextEnvPaperNameDefaultFaceUpDefaultOrientationRetAddrAutoTextVerticalEnvelopeVerticalLabelRecipientNamefromLeftRecipientNamefromTopRecipientPostalfromLeftRecipientPostalfromTopSenderNamefromLeftSenderNamefromTopSenderPostalfromLeftSenderPostalfromTopPrintEPostage、PrintEPostageLabel
wdDialogToolsCustomize KeyCodeKeyCode2MenuTypePositionAddAllCategoryNameMenuAddBelowMenuTextRenameAddRemoveResetAllCommandValueContextTab
wdDialogToolsCustomizeKeyboard KeyCodeKeyCode2MenuTypePositionAddAllCategoryNameMenuAddBelowMenuTextRenameAddRemoveResetAllCommandValueContextTab
wdDialogToolsCustomizeMenuBar ContextPositionMenuTypeMenuTextMenuMenu、AddRemoveRename
wdDialogToolsCustomizeMenus KeyCodeKeyCode2MenuTypePositionAddAllCategoryNameMenuAddBelowMenuTextRenameAddRemoveResetAllCommandValueContextTab
wdDialogToolsEnvelopesAndLabels ExtractAddressLabelListIndexLabelIndexLabelDotMatrixLabelTrayLabelAcrossLabelDownEnvAddressEnvOmitReturnEnvReturnPrintBarCodeSingleLabelLabelRowLabelColumnPrintEnvLabelAddToDocumentEnvWidthEnvHeightEnvPaperSizePrintFIMAUseEnvFeederTabAddrAutoTextAddrTextAddrFromLeftAddrFromTopRetAddrFromLeftRetAddrFromTopLabelTopMarginLabelSideMarginLabelVertPitchLabelHorPitchLabelHeightLabelWidthCustomNameRetAddrTextEnvPaperNameDefaultFaceUpDefaultOrientationRetAddrAutoTextVerticalEnvelopeVerticalLabelRecipientNamefromLeftRecipientNamefromTopRecipientPostalfromLeftRecipientPostalfromTopSenderNamefromLeftSenderNamefromTopSenderPostalfromLeftSenderPostalfromTopPrintEPostage、PrintEPostageLabel
wdDialogToolsGrammarSettings オプション
wdDialogToolsHangulHanjaConversion (なし)
wdDialogToolsHighlightChanges MarkRevisionsViewRevisionsPrintRevisionsAcceptAllRejectAll
wdDialogToolsHyphenation AutoHyphenationハイフネーションCapsハイフネーションゾーンLimitConsecutiveHyphens
wdDialogToolsLanguage 言語CheckLanguage既定値NoProof
wdDialogToolsMacro 名前実行編集表示削除名前変更説明NewNameSetDesc
wdDialogToolsMacroRecord (このダイアログ ボックスは、マクロを使用して呼び出すことはできません。)
wdDialogToolsManageFields FieldNameAddRemoveRenameNewName
wdDialogToolsMergeDocuments Name
wdDialogToolsOptions Tab
wdDialogToolsOptionsAutoFormat ApplyStylesListsApplyBulletedListsApplyStylesOtherParasReplaceQuotesReplaceOrdinalsReplaceFractionsReplaceSymbolsReplacePlainTextEmphasisReplaceHyperlinksPreserveStylesPlainTextWordMailApplyFirstIndentMatchParenthesesReplaceDbDashesReplaceAutoSpaces
wdDialogToolsOptionsAutoFormatAsYouType cmntrInWordMailApplyStylesHeadingsApplyStylesHeadingsApplyBordersApplyTablesApplyDatesApplyBulletedListsApplyNumberedListsApplyFirstIndentApplyClosingsReplaceQuotesReplaceOrdinalsReplaceFractionsReplaceSymbolsReplacePlainTextEmphasisReplaceHyperlinksMatchParenthesesReplaceAutoSpacesReplaceDbDashesFormatListItemBeginningTabIndentDefineStylesInsertOversInsertClosingsAutoLetterWizardShowOptionsForApplyStylesListsApplySkipListApplyStylesOtherParasReplaceBullets、AdjustParaMarksAdjustTabsSpacesAdjustEmptyParasSpacesPreserveStyles
wdDialogToolsOptionsBidi DocViewDirAddCtrlCopyHebDoubleQuoteNumbersMoveSelBiDirectionalShowDiacDiffDiacColorDateAdvanceHijriMasterDocDirOutlineDirDiacriticColorValSequenceCheckTypeNReplace
wdDialogToolsOptionsCompatibility ProductDefaultNoTabHangIndentNoSpaceRaiseLowerPrintColBlackWrapTrailSpacesNoColumnBalanceConvMailMergeEscSuppressSpBfAfterPgBrkSuppressTopSpacingOrigWordTableRulesTransparentMetafilesShowBreaksInFramesSwapBordersFacingPagesLeaveBackslashAloneExpandShiftReturnDontULTrailSpaceDontBalanceSbDbWidthSuppressTopSpacingMac5SpacingInWholePointsPrintBodyTextBeforeHeaderNoLeadingNoSpaceForULMWSmallCapsNoExtraLineSpacingTruncateFontHeightSubFontBySizeUsePrinterMetricsWW6BorderRulesExactOnTopSuppressBottomSpacingWPSpaceWidthWPJustificationLineWrapLikeWord6SpLayoutLikeWW8FtnLayoutLikeWW8DontUseHTMLParagraphAutoSpacingDontAdjustLineHeightInTableForgetLastTabAlignmentUseAutospaceForFullWidthAlphaAlignTablesRowByRowLayoutRawTableWidthLayoutTableRowsApartUseWord97LineBreakingRules、DontBreakingRulesDontBreakWrappedTablesDontSnapToGridInCellDontAllowFieldEndSelectApplyBreakingRulesDontWrapTextWithPunctDontUseAsianBreakRulesUseWord2002TableStyleRulesGrowAutofit
wdDialogToolsOptionsEdit ReplaceSelectionDragAndDropAutoWordSelectionInsForPasteOvertypeSmartCursoringSmartCutPasteAllowAccentedUppercasePictureEditorTabIndentBsParaAlignInlineConversionIMELosingFocusAllowClickAndTypeMouseClickAndTypeParagraphStyleAutoKeyBiPictureWrapTypeSmartParaSelectionHypCtrlClickFollowPasteRecoveryPromptUpdateStyleFormatScanningShowFormatError
wdDialogToolsOptionsEditCopyPaste SmartSentenceWordSpacingSmartParaPasteSmartTablePasteSmartStylePasteFormatPowerpointPasteFormatExcelPastePasteMergeListsCopyPasteDefaultOptions
wdDialogToolsOptionsFileLocations パス設定
wdDialogToolsOptionsFuzzy FuzzyCaseFuzzyByteFuzzyHiraFuzzySmKanaFuzzyMinusFuzzyRepSymbolFuzzyKanjiFuzzyOldKanaFuzzyLongVowelFuzzyDZFuzzyBVFuzzyTCFuzzyHFFuzzyZJFuzzyAYFuzzyKIKUFuzzyPunctFuzzySpace
wdDialogToolsOptionsGeneral PaginationWPHelpWPDocNavKeysBlueScreenErrorBeepsEffects3dUpdateLinksSendMailAttachRecentFiles、RecentFileCountUnitsButtonFieldClicksShortMenuNamesRTFInClipboardConfirmConversionsTipWizardActiveAnimatedCursorsVirusProtectionSeparateFontInterpretHIANSIToDBCExitWithRestoreSessionAsianTextPixelsInDialogsUseCharacterUnitBackgroundOpenAutoCreateNewDrawingsAllowReadingMode
wdDialogToolsOptionsPrint DraftReverseUpdateFieldsSummaryShowCodesAnnotationsShowHiddenEnvFeederInstalledWidowControlDfltTrueTypeUpdateLinksBackgroundDrawingObjectsFormsDataDefaultTrayPSOverTextMapPaperSizeFractionalWidthsPrOrder1PrOrder2PrintXmlTags,Backgrounds
wdDialogToolsOptionsSave CreateBackupFastSavesSummaryPromptGlobalDotPromptNativePictureFormatEmbedFontsFormsDataAutoSaveSaveIntervalPasswordWritePasswordRecommendReadOnlySubsetFontsBackgroundSaveDefaultSaveFormatAddCtrlSaveDoNotEmbedLocalNetworkFileWordCompatibilityListEmbedSmartTagsSmartTagXMLEmbedLinguisticData
wdDialogToolsOptionsSecurity WarnMarkupStoreRsidShowMarkupOpenSave
wdDialogToolsOptionsSmartTag LabelSmartTagsShowSmartTagOOUI
wdDialogToolsOptionsSpellingAndGrammar AlwaysSuggestSuggestFromMainDictOnlyIgnoreAllCapsIgnoreMixedDigitsResetIgnoreAllTypeCustomDict1CustomDict2CustomDict3CustomDict4CustomDict5CustomDict6CustomDict7CustomDict8CustomDict9CustomDict10AutomaticSpellCheckingFilenamesEmailAliases、、 UserDict1AutomaticGrammarCheckingForegroundGrammarShowStatisticsOptionsRecheckDocumentIgnoreMissDictSearchHideGrammarErrorsCheckSpellingGrLidUISpLidUIDictLang1DictLang2DictLang3DictLang4DictLang5、DictLang6DictLang6、DictLang7DictLang8DictLang9DictLang10HideSpellingErrorsHebSpellStartInitialAlefHamzaFinalYaaGermanPostReformSpellAraSpellerProcessCompoundNoun
wdDialogToolsOptionsTrackChanges InsertedTextMarkInsertedTextColorDeletedTextMarkDeletedTextColorRevisedLinesMarkRevisedLinesColorHighlightColorRevisedPropertiesMarkRevisedPropertiesColor
wdDialogToolsOptionsTypography KerningPairsJustificationPunctLevelFollowingPunctLeadingPunctApplyToTemplateJapaneseKinsokuStrictFarEastLineBreakLanguage
wdDialogToolsOptionsUserInfo 名前頭文字住所
wdDialogToolsOptionsView DraftFontWrapToWindowPicturePlaceHoldersFieldCodesBookMarksFieldShadingStatusBarHScrollVScrollStyleAreaWidthタブスペースパラハイフン非表示ShowAll図面アンカーTextBoundariesVRulerHighlightShowAnimationScrnTpLeftScrollRRulerOptionalBreakEnlargeFontsLessThanBrowseToWindowPageBoundariesWindowsInTaskbarSmartTagsShowAtStartupBackgrounds
wdDialogToolsProtectDocument DocumentPasswordNoResetTypeUseDRM
wdDialogToolsProtectSection 保護セクション
wdDialogToolsRevisions MarkRevisionsViewRevisionsPrintRevisionsAcceptAllRejectAll
wdDialogToolsSpellingAndGrammar SuggestionListBoxForegroundGrammar
wdDialogToolsTemplates ストアテンプレートLinkStyles
wdDialogToolsThesaurus (なし)
wdDialogToolsUnprotectDocument DocumentPassword
wdDialogToolsWordCount CountFootnotesPagesWordsCharactersDBCSBCCharactersIncludingSpacesParagraphsLines
wdDialogTwoLinesInOne (なし)
wdDialogUpdateTOC (なし)
wdDialogViewZoom AutoFitTwoPagesFullPageNumColumnsNumRowsZoomPercentTextFit
wdDialogWebOptions (なし)
wdDialogWindowActivate ウィンドウ

サポートとフィードバック

Office VBA またはこの説明書に関するご質問やフィードバックがありますか? サポートの受け方およびフィードバックをお寄せいただく方法のガイダンスについては、Office VBA のサポートおよびフィードバックを参照してください。