Compartilhar via


Listas de argumentos da caixa de diálogo interna (Word)

Muitas das caixas de diálogo internas no Word têm opções que talvez você queira definir. Para definir ou retornar as propriedades associadas a uma caixa de diálogo do Word, use as propriedades e métodos do Visual Basic equivalentes. Por exemplo, se você quiser imprimir um documento, use o método VBA PrintOut . O código a seguir imprime o documento atual usando as configurações padrão da caixa de diálogo Imprimir. No entanto, se você não quiser usar a configuração padrão na caixa de diálogo de impressão, poderá usar os argumentos associados ao método PrintOut .

Sub PrintCurrentDocument() 
 ActiveDocument.PrintOut 
End Sub

Embora seja recomendável o uso de palavras-chave do VBA para obter ou definir o valor das opções de caixa de diálogo, muitas das caixas de diálogo internas do Word têm argumentos que também podem ser usados para obter ou definir valores de uma caixa de diálogo. Para obter mais informações, consulte Exibindo caixas de diálogo internas do Word.

Constante WdWordDialog Lista de argumentos
wdDialogConnect Unidade , Caminho, Senha
wdDialogConsistencyChecker (nenhuma)
wdDialogControlRun Application
wdDialogConvertObject IconNumber , ActivateAs, IconFileName, Caption, Class, DisplayIcon, Floating
wdDialogCopyFile FileName , Diretório
wdDialogCreateAutoText (nenhuma)
wdDialogCSSLinks LinkStyles
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 Nome , Contexto, InsertAs, Insert, Add, Define, InsertAsText, Delete, CompleteAT
wdDialogEditCreatePublisher (Para obter informações sobre esta constante, consulte a ajuda de referência da linguagem incluída com o Microsoft Office Macintosh Edition.)
wdDialogEditFind Localizar , Substituir, Direção, MatchCase, WholeWord, PatternMatch, SoundsLike, FindNext, ReplaceOne, ReplaceAll, Format, Wrap, FindAllWordForms, MatchByte, FuzzyFind, Destination, CorrectEnd, MatchKashida, MatchDiacritics, MatchAlefHamza, MatchControl
wdDialogEditFrame Wrap , WidthRule, FixedWidth, HeightRule, FixedHeight, PositionHorz, PositionHorzRel, DistFromText, PositionVert, PositionVertRel, DistVertFromText, MoveWithText, LockAnchor, RemoveFrame
wdDialogEditGoTo Localizar , Substituir, Direção, MatchCase, WholeWord, PatternMatch, SoundsLike, FindNext, ReplaceOne, ReplaceAll, Format, Wrap, FindAllWordForms, MatchByte, FuzzyFind, Destination, CorrectEnd, MatchKashida, MatchDiacritics, MatchAlefHamza, MatchControl
wdDialogEditGoToOld (nenhuma)
wdDialogEditLinks UpdateMode , Locked, SavePictureInDoc, UpdateNow, OpenSource, KillLink, Link, Application, Item, FileName, PreserveFormatLinkUpdate
wdDialogEditObject Verbo
wdDialogEditPasteSpecial IconNumber , Link, DisplayIcon, Class, DataType, IconFileName, Caption, Floating
wdDialogEditPublishOptions (Para obter informações sobre esta constante, consulte a ajuda de referência da linguagem incluída com o Microsoft Office Macintosh Edition.)
wdDialogEditReplace Localizar , Substituir, Direção, MatchCase, WholeWord, PatternMatch, SoundsLike, FindNext, ReplaceOne, ReplaceAll, Format, Wrap, FindAllWordForms, MatchByte, FuzzyFind, Destination, CorrectEnd, MatchKashida, MatchDiacritics, MatchAlefHamza, MatchControl
wdDialogEditStyle (nenhuma)
wdDialogEditSubscribeOptions (Para obter informações sobre esta constante, consulte a ajuda de referência da linguagem incluída com o Microsoft Office Macintosh Edition.)
wdDialogEditSubscribeTo (Para obter informações sobre esta constante, consulte a ajuda de referência da linguagem incluída com o Microsoft Office Macintosh Edition.)
wdDialogEditTOACategory Categoria , CategoryName
wdDialogEmailOptions (nenhuma)
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 (Para obter informações sobre esta constante, consulte a ajuda de referência da linguagem incluída com o Microsoft Office Macintosh Edition.)
wdDialogFileNew Modelo , NewTemplate, DocumentType, Visible
wdDialogFileOpen Nome , ConfirmConversions, ReadOnly, LinkToSource, AddToMru, PasswordDoc, PasswordDot, Revert, WritePasswordDoc, WritePasswordDot, Connection, SQLStatement, SQLStatement1, Format, Encoding, Visible, OpenExclusive, OpenAndRepair, SubType, DocumentDirection, NoEncodingDialog, XMLTransform
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, FolioPrint, ReverseFolio, FolioPages
wdDialogFilePrint Background , AppendPrFile, Range, PrToFileName, From, To, Type, NumCopies, Pages, Order, PrintToFile, Collate, FileName, Printer, OutputPrinter, DuplexPrint, PrintZoomColumn, PrintZoomRow, PrintZoomPaperWidth, PrintZoomPaperHeight, ZoomPaper
wdDialogFilePrintOneCopy (Para obter informações sobre esta constante, consulte a ajuda de referência da linguagem incluída com o Microsoft Office Macintosh Edition.)
wdDialogFilePrintSetup Impressora , Opções, Rede, DoNotSetAsSysDefault
wdDialogFileRoutingSlip Assunto , Mensagem, AllAtOnce, ReturnWhenDone, TrackStatus, Protect, AddSlip, RouteDocument, AddRecipient, OldRecipient, ResetSlip, ClearSlip, ClearRecipients, Address
wdDialogFileSaveAs Nome , Formato, LockAnnot, Senha, AddToMru, WritePassword, RecommendReadOnly, EmbedFonts, NativePictureFormat, FormsData, SaveAsAOCELetter, WriteVersion, VersionDesc, InsertLineBreaks, AllowSubstitutions, LineEnding, AddBiDiMarks
wdDialogFileSaveVersion (nenhum)
wdDialogFileSummaryInfo Título , Assunto, Autor, Palavras-chave, Comentários, FileName, Diretório, Modelo, CreateDate, LastSavedDate, LastSavedBy, RevisionNumber, EditTime, LastPrintedDate, NumPages, NumWords, NumChars, NumParas, NumLines, Update, FileSize
wdDialogFileVersions AutoVersion , VersionDesc
wdDialogFitText FitTextWidth
wdDialogFontSubstitution UnavailableFont , SubstituteFont
wdDialogFormatAddrFonts Pontos , Sublinhado, Cor, StrikeThrough, Superscript, Subscript, Hidden, SmallCaps, AllCaps, Espaçamento, Posição, Kerning, KerningMin, Default, Tab, Font, Bold, Italic, DoubleStrikeThrough, Shadow, Outline, Emboss, Engrave, Escala, Animações, 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, Sombreing, 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, BottomColorRGB, RightColorRGB, HorizColorRGB, VertColorRGB, TL2BRColorRGB, TR2BLColorRGB, LineColorRGB
wdDialogFormatBulletsAndNumbering (nenhuma)
wdDialogFormatCallout Digite , Gap, Angle, Drop, Length, Border, AutoAttach, Accent
wdDialogFormatChangeCase Tipo
wdDialogFormatColumns Colunas , ColumnNo, ColumnWidth, ColumnSpacing, EvenlySpaced, ApplyColsTo, ColLine, StartNewCol, FlowColumnsRtl
wdDialogFormatDefineStyleBorders ApplyTo , Shadow, TopBorder, LeftBorder, BottomBorder, RightBorder, HorizBorder, VertBorder, TopColor, LeftColor, BottomColor, RightColor, HorizColor, VertColor, FromText, Sombreing, 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, BottomColorRGB, RightColorRGB, HorizColorRGB, VertColorRGB, TL2BRColorRGB, TR2BLColorRGB, LineColorRGB
wdDialogFormatDefineStyleFont Pontos , Sublinhado, Cor, StrikeThrough, Superscript, Subscript, Hidden, SmallCaps, AllCaps, Espaçamento, Posição, Kerning, KerningMin, Default, Tab, Font, Bold, Italic, DoubleStrikeThrough, Shadow, Outline, Emboss, Engrave, Escala, Animações, 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 Idioma , 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, NoSpaceBetweenParagraphsOfSameStyle, OrientationBi
wdDialogFormatDefineStyleTabs Posição , DefTabs, Align, Leader, Set, Clear, ClearAll
wdDialogFormatDrawingObject Esquerda , PositionHorzRel, Top, PositionVertRel, LockAnchor, FloatOverText, LayoutInCell, WrapSide, TopDistanceFromText, BottomDistanceFromText, LeftDistanceFromText, RightDistanceFromText, Wrap, WordWrap, AutoSize, HRWidthType, HRHeight, HRNoshade, HRAlign, Text , AllowOverlap, HorizRule
wdDialogFormatDropCap Posição , Fonte, DropHeight, DistFromText
wdDialogFormatEncloseCharacters Estilo , texto, compartimento
wdDialogFormatFont Pontos , Sublinhado, Cor, StrikeThrough, Superscript, Subscript, Hidden, SmallCaps, AllCaps, Espaçamento, Posição, Kerning, KerningMin, Default, Tab, Font, Bold, Italic, DoubleStrikeThrough, Shadow, Outline, Emboss, Engrave, Escala, Animações, 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, NoSpaceBetweenParagraphsOfSameStyle, OrientationBi
wdDialogFormatPicture SetSize , CropLeft, CropRight, CropTop, CropBottom, ScaleX, ScaleY, SizeX, SizeY
wdDialogFormatRetAddrFonts Pontos , Sublinhado, Cor, StrikeThrough, Superscript, Subscript, Hidden, SmallCaps, AllCaps, Espaçamento, Posição, Kerning, KerningMin, Default, Tab, Font, Bold, Italic, DoubleStrikeThrough, Shadow, Outline, Emboss, Engrave, Escala, Animações, CharAccent, FontMajor, FontLowAnsi, FontHighAnsi, CharacterWidthGrid, ColorRGB, UnderlineColor, PointsBi, ColorBi, FontNameBi, BoldBi, ItalicBi, DiacColor
wdDialogFormatSectionLayout SectionStart , VertAlign, Endnotes, LineNum, StartingNum, FromText, CountBy, NumMode, SectionType
wdDialogFormatStyle Nome , Delete, Merge, NewName, BasedOn, NextStyle, Type, FileName, Source, AddToTemplate, Define, Rename, Apply, New, Link
wdDialogFormatStyleGallery Modelo , Versão prévia
wdDialogFormatStylesCustom (nenhuma)
wdDialogFormatTabs Posição , DefTabs, Align, Leader, Set, Clear, ClearAll
wdDialogFormatTheme (nenhuma)
wdDialogFormFieldHelp (nenhuma)
wdDialogFormFieldOptions Entrada , Saída, Nome, Habilitar, TextType, TextWidth, TextDefault, TextFormat, CheckSize, CheckWidth, CheckDefault, Type, OwnHelp, HelpText, OwnStat, StatText, Calcula
wdDialogFrameSetProperties (nenhuma)
wdDialogHelpAbout APPNAME , APPCOPYRIGHT, APPUSERNAME, APPORGANIZATION, APPSERIALNUMBER
wdDialogHelpWordPerfectHelp WPCommand , HelpText, DemoGuidance
wdDialogHelpWordPerfectHelpOptions CommandKeyHelp , DocNavKeys, MouseSimulation, DemoGuidance, DemoSpeed, HelpType
wdDialogHorizontalInVertical (nenhuma)
wdDialogIMESetDefault (nenhuma)
wdDialogInsertAddCaption Name
wdDialogInsertAutoCaption Limpar , ClearAll, Objeto, Rótulo, Posição
wdDialogInsertBookmark Nome , SortBy, Add, Delete, Goto, Hidden
wdDialogInsertBreak Tipo
wdDialogInsertCaption Rótulo , TitleAutoText, Title, Delete, Position, AutoCaption, ExcludeLabel
wdDialogInsertCaptionNumbering Rótulo , FormatNumber, ChapterNumber, Level, Separator, CapNumberingStyle
wdDialogInsertCrossReference ReferenceType , ReferenceKind, ReferenceItem, InsertAsHyperLink, InsertPosition, SeparateNumbers, SeparatorCharacters
wdDialogInsertDatabase Formatar , Estilo, LinkToSource, Connection, SQLStatement, SQLStatement1, PasswordDoc, PasswordDot, DataSource, From, To, IncludeFields, WritePasswordDoc, WritePasswordDot
wdDialogInsertDateTime DateTimePic , InsertAsField, DbCharField, DateLanguage, CalendarType
wdDialogInsertField Campo
wdDialogInsertFile Nome , Intervalo, ConfirmConversions, Link, Anexo
wdDialogInsertFootnote Referência , NoteType, Symbol, FootNumberAs, EndNumberAs, FootNotesAt, EndnotesAt, FootNumberingStyle, EndNumberingStyle, FootStartingNum, FootRestartNum, EndStartingNum, EndRestartNum, ApplyPropsTo
wdDialogInsertFormField Entrada , Saída, Nome, Habilitar, TextType, TextWidth, TextDefault, TextFormat, CheckSize, CheckWidth, CheckDefault, Type, OwnHelp, HelpText, OwnStat, StatText, Calcula
wdDialogInsertHyperlink (nenhuma)
wdDialogInsertIndex Contorno , Campos, De, Para, TableId, AddedStyles, Caption, HeadingSeparator, Replace, MarkEntry, AutoMark, MarkCitation, Type, RightAlignPageNumbers, Passim, KeepFormatting, Columns, Category, Label, ShowPageNumbers, AccentedLetters, Filter , SortBy, Leader, TOCUseHyperlinks, TOCHidePageNumInWeb, IndexLanguage, UseOutlineLevel
wdDialogInsertIndexAndTables Contorno , Campos, De, Para, TableId, AddedStyles, Caption, HeadingSeparator, Replace, MarkEntry, AutoMark, MarkCitation, Type, RightAlignPageNumbers, Passim, KeepFormatting, Columns, Category, Label, ShowPageNumbers, AccentedLetters, Filter , SortBy, Leader, TOCUseHyperlinks, TOCHidePageNumInWeb, IndexLanguage, UseOutlineLevel
wdDialogInsertMergeField MergeField , WordField
wdDialogInsertNumber NumPic
wdDialogInsertObject IconNumber , FileName, Link, DisplayIcon, Tab, Class, IconFileName, Caption, Floating
wdDialogInsertPageNumbers Tipo , Posição, Primeira Página
wdDialogInsertPicture Nome , LinkToFile, New, FloatOverText
wdDialogInsertSubdocument Nome , ConfirmConversions, ReadOnly, LinkToSource, AddToMru, PasswordDoc, PasswordDot, Revert, WritePasswordDoc, WritePasswordDot, Connection, SQLStatement, SQLStatement1, Format, Encoding, Visible, OpenExclusive, OpenAndRepair, SubType, DocumentDirection, NoEncodingDialog, XMLTransform
wdDialogInsertSymbol Fonte , Tab, CharNum, CharNumLow, Unicode, Dica
wdDialogInsertTableOfAuthorities Contorno , Campos, De, Para, TableId, AddedStyles, Caption, HeadingSeparator, Replace, MarkEntry, AutoMark, MarkCitation, Type, RightAlignPageNumbers, Passim, KeepFormatting, Columns, Category, Label, ShowPageNumbers, AccentedLetters, Filter , SortBy, Leader, TOCUseHyperlinks, TOCHidePageNumInWeb, IndexLanguage, UseOutlineLevel
wdDialogInsertTableOfContents Contorno , Campos, De, Para, TableId, AddedStyles, Caption, HeadingSeparator, Replace, MarkEntry, AutoMark, MarkCitation, Type, RightAlignPageNumbers, Passim, KeepFormatting, Columns, Category, Label, ShowPageNumbers, AccentedLetters, Filter , SortBy, Leader, TOCUseHyperlinks, TOCHidePageNumInWeb, IndexLanguage, UseOutlineLevel
wdDialogInsertTableOfFigures Contorno , Campos, De, Para, TableId, AddedStyles, Caption, HeadingSeparator, Replace, MarkEntry, AutoMark, MarkCitation, Type, RightAlignPageNumbers, Passim, KeepFormatting, Columns, Category, Label, ShowPageNumbers, AccentedLetters, Filter , SortBy, Leader, TOCUseHyperlinks, TOCHidePageNumInWeb, IndexLanguage, UseOutlineLevel
wdDialogInsertWebComponent IconNumber , FileName, Link, DisplayIcon, Tab, Class, IconFileName, Caption, Floating
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 (nenhuma)
wdDialogMailMergeFindRecipient (nenhuma)
wdDialogMailMergeFindRecord Localizar , Campo
wdDialogMailMergeHelper Mesclagem , Opções
wdDialogMailMergeInsertAddressBlock (nenhuma)
wdDialogMailMergeInsertAsk Nome , Prompt, DefaultBookmarkText, AskOnce
wdDialogMailMergeInsertFields (nenhuma)
wdDialogMailMergeInsertFillIn Prompt , DefaultFillInText, AskOnce
wdDialogMailMergeInsertGreetingLine (nenhuma)
wdDialogMailMergeInsertIf MergeField , Comparison, CompareTo, TrueAutoText, TrueText, FalseAutoText, FalseText
wdDialogMailMergeInsertNextIf MergeField , Comparison, CompareTo
wdDialogMailMergeInsertSet Nome , ValueText, ValueAutoText
wdDialogMailMergeInsertSkipIf MergeField , Comparison, CompareTo
wdDialogMailMergeOpenDataSource Nome , ConfirmConversions, ReadOnly, LinkToSource, AddToMru, PasswordDoc, PasswordDot, Revert, WritePasswordDoc, WritePasswordDot, Connection, SQLStatement, SQLStatement1, Format, Encoding, Visible, OpenExclusive, OpenAndRepair, SubType, DocumentDirection, NoEncodingDialog, XMLTransform
wdDialogMailMergeOpenHeaderSource Nome , ConfirmConversions, ReadOnly, LinkToSource, AddToMru, PasswordDoc, PasswordDot, Revert, WritePasswordDoc, WritePasswordDot, Connection, SQLStatement, SQLStatement1, Format, Encoding, Visible, OpenExclusive, OpenAndRepair, SubType, DocumentDirection, NoEncodingDialog, XMLTransform
wdDialogMailMergeQueryOptions SQLStatement , SQLStatement1
wdDialogMailMergeRecipients (nenhuma)
wdDialogMailMergeSetDocumentType Tipo
wdDialogMailMergeUseAddressBook AddressBookType
wdDialogMarkCitation LongCitation , LongCitationAutoText, Category, ShortCitation, NextCitation, Mark, MarkAll
wdDialogMarkIndexEntry MarkAll , Entry, Range, Bold, Italic, CrossReference, EntryAutoText, CrossReferenceAutoText, Yomi
wdDialogMarkTableOfContentsEntry Entrada , EntryAutoText, TableId, Level
wdDialogNewToolbar Nome , Contexto
wdDialogNoteOptions Notas de rodapéAt , FootNumberAs, FootStartingNum, FootRestartNum, EndnotesAt, EndNumberAs, EndStartingNum, EndRestartNum, FootNumberingStyle, EndNumberingStyle
wdDialogOrganizer Copiar , Excluir, Renomear, Fonte, Destino, Nome, Novo Nome, Guia
wdDialogPhoneticGuide (nenhuma)
wdDialogReviewAfmtRevisions (nenhuma)
wdDialogSearch (nenhuma)
wdDialogShowRepairs Nome , SortBy, Add, Delete, GoTo, Hidden
wdDialogTableAutoFormat HideAutoFit , Preview, Format, Borders, Shading, Font, Color, AutoFit, HeadingRows, FirstColumn, LastRow, LastColumn
wdDialogTableCellOptions (nenhum)
wdDialogTableColumnWidth ColumnWidth , SpaceBetweenCols, PrevColumn, NextColumn, AutoFit, RulerStyle
wdDialogTableDeleteCells ShiftCells
wdDialogTableFormatCell Categoria
wdDialogTableFormula Fórmula , NumFormat
wdDialogTableInsertCells ShiftCells
wdDialogTableInsertRow NumRows
wdDialogTableInsertTable ConvertFrom , NumColumns, NumRows, InitialColWidth, Wizard, Format, Apply, AutoFit, SetDefault, Word8, Style
wdDialogTableOfCaptionsOptions (nenhuma)
wdDialogTableOfContentsOptions (nenhuma)
wdDialogTableProperties TableDirection
wdDialogTableRowHeight RulerStyle , LineSpacingRule, LineSpacing, LeftIndent, AllowRowSplit, Alignment, PrevRow, NextRow, TableDir
wdDialogTableSort DontSortHdr , FieldNum, Type, Order, FieldNum2, Type2, Order2, FieldNum3, Type3, Order3, Separator, SortColumn, CaseSensitive, SortBiDi, IgnoreHe, Diacritics, IgnoreThe, Kashida, Language, UsingNum, UsingNum2, UsingNum3
wdDialogTableSplitCells NumColumns , NumRows, MergeBeforeSplit
wdDialogTableTableOptions (nenhuma)
wdDialogTableToText ConvertTo , Aninhadas
wdDialogTableWrapping PositionHorz , PositionHorzRel, PositionVert, PositionVertRel, TopDistanceFromText, BottomDistanceFromText, LeftDistanceFromText, RightDistanceFromText, MoveWithText, AllowOverlap,
wdDialogTCSCTranslator Direção , Variantes, TranslateCommon
wdDialogTextToTable ConvertFrom , NumColumns, NumRows, InitialColWidth, Wizard, Format, Apply, AutoFit, SetDefault, Word8, Style
wdDialogToolsAcceptRejectChanges ShowMarks , HideMarks, Wrap, FindPrevious, FindNext, AcceptRevisions, RejectRevisions, AcceptAll, RejectAll
wdDialogToolsAdvancedSettings Aplicativo , opção, configuração, exclusão, conjunto
wdDialogToolsAutoCorrect ShowFineTuner , CapTable, InWordMail, 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 , Mostrar, Atualizar
wdDialogToolsBulletsNumbers Substitua , Font, CharNum, Type, FormatOutline, AutoUpdate, FormatNumber, Pontuação, StartAt, Points, Hang, Indent, Remove, DoubleQuote
wdDialogToolsCompareDocuments CompareDestination , DetectFormatting, IgnoreCompareWarn, UseFormatFrom, AddToMru, Merge, FilterPrivacy, FilterDateAndTime, Name, CompareAuthor
wdDialogToolsCreateDirectory Diretório
wdDialogToolsCreateEnvelope 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, VerticalEnvelope, VerticalLabel, RecipientNamefromLeft, RecipientNamefromTop, RecipientPostalfromLeft, RecipientPostalfromTop, SenderNamefromLeft, SenderNamefromTop, SenderPostalfromLeft, SenderPostalfromTop, PrintEPostage, PrintEPostageLabel
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, VerticalEnvelope, VerticalLabel, RecipientNamefromLeft, RecipientNamefromTop, RecipientPostalfromLeft, RecipientPostalfromTop, SenderNamefromLeft, SenderNamefromTop, SenderPostalfromLeft, SenderPostalfromTop, PrintEPostage, PrintEPostageLabel
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 Contexto , Posição, MenuType, MenuText, Menu, Adicionar, Remover, Renomear
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, VerticalEnvelope, VerticalLabel, RecipientNamefromLeft, RecipientNamefromTop, RecipientPostalfromLeft, RecipientPostalfromTop, SenderNamefromLeft, SenderNamefromTop, SenderPostalfromLeft, SenderPostalfromTop, PrintEPostage, PrintEPostageLabel
wdDialogToolsGrammarSettings Opções
wdDialogToolsHangulHanjaConversion (nenhuma)
wdDialogToolsHighlightChanges MarkRevisions , ViewRevisions, PrintRevisions, AcceptAll, RejectAll
wdDialogToolsHyphenation HifenateCaps, HiphenateCaps, HyphenationZone, LimitConsecutiveHyphens
wdDialogToolsLanguage Idioma , CheckLanguage, Default, NoProof
wdDialogToolsMacro Nome , Executar, Editar, Mostrar, Excluir, Renomear, Descrição, NewName, SetDesc
wdDialogToolsMacroRecord (Essa caixa de diálogo não pode ser chamada de uma macro.)
wdDialogToolsManageFields FieldName , Add, Remove, Rename, NewName
wdDialogToolsMergeDocuments Name
wdDialogToolsOptions Tab
wdDialogToolsOptionsAutoFormat ApplyStylesLists , ApplyBulletedLists, ApplyStylesOtherParas, ReplaceQuotes, ReplaceOrdinals, ReplaceFractions, ReplaceSymbols, ReplacePlainTextEmphasis, ReplaceHyperlinks, PreserveStyles, PlainTextWordMail, ApplyFirstIndent, MatchParentheses, ReplaceDbDashes, ReplaceAutoSpaces
wdDialogToolsOptionsAutoFormatAsYouType cmntrInWordMail , ApplyStylesHeadings, ApplyStylesHeadings, ApplyBorders, ApplyTables, ApplyDates, ApplyBulletedLists, ApplyNumberedLists, ApplyFirstIndent, ApplyClosings, ReplaceQuotes, ReplaceOrdinals, ReplaceFractions, ReplaceSymbols, ReplacePlainTextEmphasis, ReplaceHyperlinks, MatchParentheses, ReplaceAutoSpaces, ReplaceDbDashes, FormatListItemBeginning, TabIndent, 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, SequenceCheck, TypeNReplace
wdDialogToolsOptionsCompatibility Produto , Padrão, 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, DontBreakWrappedTables, DontSnapToGridInCell, DontAllowFieldEndSelect, ApplyBreakingRules, DontWrapTextWithPunct, DontUseAsianBreakRules, UseWord2002TableStyleRules, GrowAutofit
wdDialogToolsOptionsEdit ReplaceSelection , DragAndDrop, AutoWordSelection, InsForPaste, Overtype, SmartCursoring, SmartCutPaste, AllowAccentedUppercase, PictureEditor, TabIndent, BsParaAlign, InlineConversion, IMELosingFocus, AllowClickAndTypeMouse, ClickAndTypeParagraphStyle, AutoKeyBi, PictureWrapType, SmartParaSelection, HypCtrlClickFollow, PasteRecovery, PromptUpdateStyle, FormatScanning, ShowFormatError
wdDialogToolsOptionsEditCopyPaste SmartSentenceWordSpacing , SmartParaPaste, SmartTablePaste, SmartStylePaste, FormatPowerpointPaste, FormatExcelPaste, PasteMergeLists, CopyPasteDefaultOptions
wdDialogToolsOptionsFileLocations Caminho , Configuração
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, BackgroundOpen, AutoCreateNewDrawings, AllowReadingMode
wdDialogToolsOptionsPrint Rascunho , Reverso, UpdateFields, Resumo, ShowCodes, Anotações, ShowHidden, EnvFeederInstalled, WidowControl, DfltTrueType, UpdateLinks, Background, DrawingObjects, FormsData, DefaultTray, PSOverText, MapPaperSize, FractionalWidths, PrOrder1, PrOrder2, PrintXmlTags, Backgrounds
wdDialogToolsOptionsSave CreateBackup , FastSaves, SummaryPrompt, GlobalDotPrompt, NativePictureFormat, EmbedFonts, FormsData, AutoSave, SaveInterval, Password, WritePassword, RecommendReadOnly, SubsetFonts, BackgroundSave, DefaultSaveFormat, AddCtrlSave, DoNotEmbed, LocalNetworkFile, WordCompatibilityList, EmbedSmartTags, SmartTagXML, EmbedLinguisticData
wdDialogToolsOptionsSecurity WarnMarkup , StoreRsid, ShowMarkupOpenSave
wdDialogToolsOptionsSmartTag LabelSmartTags , ShowSmartTagOOUI
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 Nome , Iniciais, Endereço
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, ExpandeFontsLessThan, BrowseToWindow, PageBoundaries, WindowsInTaskbar, SmartTags, ShowAtStartup, Backgrounds
wdDialogToolsProtectDocument DocumentPassword , NoReset, Type, UseDRM
wdDialogToolsProtectSection Proteger , Seção
wdDialogToolsRevisions MarkRevisions , ViewRevisions, PrintRevisions, AcceptAll, RejectAll
wdDialogToolsSpellingAndGrammar SuggestionListBox , ForegroundGrammar
wdDialogToolsTemplates Armazenar , Modelo, LinkStyles
wdDialogToolsThesaurus (nenhuma)
wdDialogToolsUnprotectDocument DocumentPassword
wdDialogToolsWordCount CountFootnotes , Pages, Words, Characters, DBCs, SBCs, CharactersIncludingSpaces, Paragraphs, Lines
wdDialogTwoLinesInOne (nenhuma)
wdDialogUpdateTOC (nenhuma)
wdDialogViewZoom AutoFit , TwoPages, FullPage, NumColumns, NumRows, ZoomPercent, TextFit
wdDialogWebOptions (nenhuma)
wdDialogWindowActivate Janela

Suporte e comentários

Tem dúvidas ou quer enviar comentários sobre o VBA para Office ou sobre esta documentação? Confira Suporte e comentários sobre o VBA para Office a fim de obter orientação sobre as maneiras pelas quais você pode receber suporte e fornecer comentários.