::Word::EnumTop, Main, Index
CommandsTop, Main, Index
WdAlertLevel [::Word::Enum]Top, Main, Index
WdAlertLevel
wdAlertsAll | -1 |
wdAlertsMessageBox | -2 |
wdAlertsNone | 0 |
proc ::Word::Enum::WdAlertLevel {} { # wdAlertsAll - -1 # wdAlertsMessageBox - -2 # wdAlertsNone - 0 return { wdAlertsAll -1 wdAlertsMessageBox -2 wdAlertsNone 0 } }
WdAlignmentTabAlignment [::Word::Enum]Top, Main, Index
WdAlignmentTabAlignment
wdCenter | 1 |
wdLeft | 0 |
wdRight | 2 |
proc ::Word::Enum::WdAlignmentTabAlignment {} { # wdCenter - 1 # wdLeft - 0 # wdRight - 2 return { wdCenter 1 wdLeft 0 wdRight 2 } }
WdAlignmentTabRelative [::Word::Enum]Top, Main, Index
WdAlignmentTabRelative
wdIndent | 1 |
wdMargin | 0 |
proc ::Word::Enum::WdAlignmentTabRelative {} { # wdIndent - 1 # wdMargin - 0 return { wdIndent 1 wdMargin 0 } }
WdAnimation [::Word::Enum]Top, Main, Index
WdAnimation
wdAnimationBlinkingBackground | 2 |
wdAnimationLasVegasLights | 1 |
wdAnimationMarchingBlackAnts | 4 |
wdAnimationMarchingRedAnts | 5 |
wdAnimationNone | 0 |
wdAnimationShimmer | 6 |
wdAnimationSparkleText | 3 |
proc ::Word::Enum::WdAnimation {} { # wdAnimationBlinkingBackground - 2 # wdAnimationLasVegasLights - 1 # wdAnimationMarchingBlackAnts - 4 # wdAnimationMarchingRedAnts - 5 # wdAnimationNone - 0 # wdAnimationShimmer - 6 # wdAnimationSparkleText - 3 return { wdAnimationBlinkingBackground 2 wdAnimationLasVegasLights 1 wdAnimationMarchingBlackAnts 4 wdAnimationMarchingRedAnts 5 wdAnimationNone 0 wdAnimationShimmer 6 wdAnimationSparkleText 3 } }
WdApplyQuickStyleSets [::Word::Enum]Top, Main, Index
WdApplyQuickStyleSets
wdSessionStartSet | 1 |
wdTemplateSet | 2 |
proc ::Word::Enum::WdApplyQuickStyleSets {} { # wdSessionStartSet - 1 # wdTemplateSet - 2 return { wdSessionStartSet 1 wdTemplateSet 2 } }
WdArabicNumeral [::Word::Enum]Top, Main, Index
WdArabicNumeral
wdNumeralArabic | 0 |
wdNumeralContext | 2 |
wdNumeralHindi | 1 |
wdNumeralSystem | 3 |
proc ::Word::Enum::WdArabicNumeral {} { # wdNumeralArabic - 0 # wdNumeralContext - 2 # wdNumeralHindi - 1 # wdNumeralSystem - 3 return { wdNumeralArabic 0 wdNumeralContext 2 wdNumeralHindi 1 wdNumeralSystem 3 } }
WdAraSpeller [::Word::Enum]Top, Main, Index
WdAraSpeller
wdBoth | 3 |
wdFinalYaa | 2 |
wdInitialAlef | 1 |
wdNone | 0 |
proc ::Word::Enum::WdAraSpeller {} { # wdBoth - 3 # wdFinalYaa - 2 # wdInitialAlef - 1 # wdNone - 0 return { wdBoth 3 wdFinalYaa 2 wdInitialAlef 1 wdNone 0 } }
WdArrangeStyle [::Word::Enum]Top, Main, Index
WdArrangeStyle
wdIcons | 1 |
wdTiled | 0 |
proc ::Word::Enum::WdArrangeStyle {} { # wdIcons - 1 # wdTiled - 0 return { wdIcons 1 wdTiled 0 } }
WdAutoFitBehavior [::Word::Enum]Top, Main, Index
WdAutoFitBehavior
wdAutoFitContent | 1 |
wdAutoFitFixed | 0 |
wdAutoFitWindow | 2 |
proc ::Word::Enum::WdAutoFitBehavior {} { # wdAutoFitContent - 1 # wdAutoFitFixed - 0 # wdAutoFitWindow - 2 return { wdAutoFitContent 1 wdAutoFitFixed 0 wdAutoFitWindow 2 } }
WdAutoMacros [::Word::Enum]Top, Main, Index
WdAutoMacros
wdAutoClose | 3 |
wdAutoExec | 0 |
wdAutoExit | 4 |
wdAutoNew | 1 |
wdAutoOpen | 2 |
wdAutoSync | 5 |
proc ::Word::Enum::WdAutoMacros {} { # wdAutoClose - 3 # wdAutoExec - 0 # wdAutoExit - 4 # wdAutoNew - 1 # wdAutoOpen - 2 # wdAutoSync - 5 return { wdAutoClose 3 wdAutoExec 0 wdAutoExit 4 wdAutoNew 1 wdAutoOpen 2 wdAutoSync 5 } }
WdAutoVersions [::Word::Enum]Top, Main, Index
WdAutoVersions
wdAutoVersionOff | 0 |
wdAutoVersionOnClose | 1 |
proc ::Word::Enum::WdAutoVersions {} { # wdAutoVersionOff - 0 # wdAutoVersionOnClose - 1 return { wdAutoVersionOff 0 wdAutoVersionOnClose 1 } }
WdBaselineAlignment [::Word::Enum]Top, Main, Index
WdBaselineAlignment
wdBaselineAlignAuto | 4 |
wdBaselineAlignBaseline | 2 |
wdBaselineAlignCenter | 1 |
wdBaselineAlignFarEast50 | 3 |
wdBaselineAlignTop | 0 |
proc ::Word::Enum::WdBaselineAlignment {} { # wdBaselineAlignAuto - 4 # wdBaselineAlignBaseline - 2 # wdBaselineAlignCenter - 1 # wdBaselineAlignFarEast50 - 3 # wdBaselineAlignTop - 0 return { wdBaselineAlignAuto 4 wdBaselineAlignBaseline 2 wdBaselineAlignCenter 1 wdBaselineAlignFarEast50 3 wdBaselineAlignTop 0 } }
WdBookmarkSortBy [::Word::Enum]Top, Main, Index
WdBookmarkSortBy
wdSortByLocation | 1 |
wdSortByName | 0 |
proc ::Word::Enum::WdBookmarkSortBy {} { # wdSortByLocation - 1 # wdSortByName - 0 return { wdSortByLocation 1 wdSortByName 0 } }
WdBorderDistanceFrom [::Word::Enum]Top, Main, Index
WdBorderDistanceFrom
wdBorderDistanceFromPageEdge | 1 |
wdBorderDistanceFromText | 0 |
proc ::Word::Enum::WdBorderDistanceFrom {} { # wdBorderDistanceFromPageEdge - 1 # wdBorderDistanceFromText - 0 return { wdBorderDistanceFromPageEdge 1 wdBorderDistanceFromText 0 } }
WdBorderType [::Word::Enum]Top, Main, Index
WdBorderType
wdBorderBottom | -3 |
wdBorderDiagonalDown | -7 |
wdBorderDiagonalUp | -8 |
wdBorderHorizontal | -5 |
wdBorderLeft | -2 |
wdBorderRight | -4 |
wdBorderTop | -1 |
wdBorderVertical | -6 |
proc ::Word::Enum::WdBorderType {} { # wdBorderBottom - -3 # wdBorderDiagonalDown - -7 # wdBorderDiagonalUp - -8 # wdBorderHorizontal - -5 # wdBorderLeft - -2 # wdBorderRight - -4 # wdBorderTop - -1 # wdBorderVertical - -6 return { wdBorderBottom -3 wdBorderDiagonalDown -7 wdBorderDiagonalUp -8 wdBorderHorizontal -5 wdBorderLeft -2 wdBorderRight -4 wdBorderTop -1 wdBorderVertical -6 } }
WdBorderTypeHID [::Word::Enum]Top, Main, Index
WdBorderTypeHID
emptyenum | 0 |
proc ::Word::Enum::WdBorderTypeHID {} { # emptyenum - 0 return { emptyenum 0 } }
WdBreakType [::Word::Enum]Top, Main, Index
WdBreakType
wdColumnBreak | 8 |
wdLineBreak | 6 |
wdLineBreakClearLeft | 9 |
wdLineBreakClearRight | 10 |
wdPageBreak | 7 |
wdSectionBreakContinuous | 3 |
wdSectionBreakEvenPage | 4 |
wdSectionBreakNextPage | 2 |
wdSectionBreakOddPage | 5 |
wdTextWrappingBreak | 11 |
proc ::Word::Enum::WdBreakType {} { # wdColumnBreak - 8 # wdLineBreak - 6 # wdLineBreakClearLeft - 9 # wdLineBreakClearRight - 10 # wdPageBreak - 7 # wdSectionBreakContinuous - 3 # wdSectionBreakEvenPage - 4 # wdSectionBreakNextPage - 2 # wdSectionBreakOddPage - 5 # wdTextWrappingBreak - 11 return { wdColumnBreak 8 wdLineBreak 6 wdLineBreakClearLeft 9 wdLineBreakClearRight 10 wdPageBreak 7 wdSectionBreakContinuous 3 wdSectionBreakEvenPage 4 wdSectionBreakNextPage 2 wdSectionBreakOddPage 5 wdTextWrappingBreak 11 } }
WdBrowserLevel [::Word::Enum]Top, Main, Index
WdBrowserLevel
wdBrowserLevelMicrosoftInternetExplorer5 | 1 |
wdBrowserLevelMicrosoftInternetExplorer6 | 2 |
wdBrowserLevelV4 | 0 |
proc ::Word::Enum::WdBrowserLevel {} { # wdBrowserLevelMicrosoftInternetExplorer5 - 1 # wdBrowserLevelMicrosoftInternetExplorer6 - 2 # wdBrowserLevelV4 - 0 return { wdBrowserLevelMicrosoftInternetExplorer5 1 wdBrowserLevelMicrosoftInternetExplorer6 2 wdBrowserLevelV4 0 } }
WdBrowseTarget [::Word::Enum]Top, Main, Index
WdBrowseTarget
wdBrowseComment | 3 |
wdBrowseEdit | 10 |
wdBrowseEndnote | 5 |
wdBrowseField | 6 |
wdBrowseFind | 11 |
wdBrowseFootnote | 4 |
wdBrowseGoTo | 12 |
wdBrowseGraphic | 8 |
wdBrowseHeading | 9 |
wdBrowsePage | 1 |
wdBrowseSection | 2 |
wdBrowseTable | 7 |
proc ::Word::Enum::WdBrowseTarget {} { # wdBrowseComment - 3 # wdBrowseEdit - 10 # wdBrowseEndnote - 5 # wdBrowseField - 6 # wdBrowseFind - 11 # wdBrowseFootnote - 4 # wdBrowseGoTo - 12 # wdBrowseGraphic - 8 # wdBrowseHeading - 9 # wdBrowsePage - 1 # wdBrowseSection - 2 # wdBrowseTable - 7 return { wdBrowseComment 3 wdBrowseEdit 10 wdBrowseEndnote 5 wdBrowseField 6 wdBrowseFind 11 wdBrowseFootnote 4 wdBrowseGoTo 12 wdBrowseGraphic 8 wdBrowseHeading 9 wdBrowsePage 1 wdBrowseSection 2 wdBrowseTable 7 } }
WdBuildingBlockTypes [::Word::Enum]Top, Main, Index
WdBuildingBlockTypes
wdTypeAutoText | 9 |
wdTypeBibliography | 34 |
wdTypeCoverPage | 2 |
wdTypeCustom1 | 29 |
wdTypeCustom2 | 30 |
wdTypeCustom3 | 31 |
wdTypeCustom4 | 32 |
wdTypeCustom5 | 33 |
wdTypeCustomAutoText | 23 |
wdTypeCustomBibliography | 35 |
wdTypeCustomCoverPage | 16 |
wdTypeCustomEquations | 17 |
wdTypeCustomFooters | 18 |
wdTypeCustomHeaders | 19 |
wdTypeCustomPageNumber | 20 |
wdTypeCustomPageNumberBottom | 26 |
wdTypeCustomPageNumberPage | 27 |
wdTypeCustomPageNumberTop | 25 |
wdTypeCustomQuickParts | 15 |
wdTypeCustomTableOfContents | 28 |
wdTypeCustomTables | 21 |
wdTypeCustomTextBox | 24 |
wdTypeCustomWatermarks | 22 |
wdTypeEquations | 3 |
wdTypeFooters | 4 |
wdTypeHeaders | 5 |
wdTypePageNumber | 6 |
wdTypePageNumberBottom | 12 |
wdTypePageNumberPage | 13 |
wdTypePageNumberTop | 11 |
wdTypeQuickParts | 1 |
wdTypeTableOfContents | 14 |
wdTypeTables | 7 |
wdTypeTextBox | 10 |
wdTypeWatermarks | 8 |
proc ::Word::Enum::WdBuildingBlockTypes {} { # wdTypeAutoText - 9 # wdTypeBibliography - 34 # wdTypeCoverPage - 2 # wdTypeCustom1 - 29 # wdTypeCustom2 - 30 # wdTypeCustom3 - 31 # wdTypeCustom4 - 32 # wdTypeCustom5 - 33 # wdTypeCustomAutoText - 23 # wdTypeCustomBibliography - 35 # wdTypeCustomCoverPage - 16 # wdTypeCustomEquations - 17 # wdTypeCustomFooters - 18 # wdTypeCustomHeaders - 19 # wdTypeCustomPageNumber - 20 # wdTypeCustomPageNumberBottom - 26 # wdTypeCustomPageNumberPage - 27 # wdTypeCustomPageNumberTop - 25 # wdTypeCustomQuickParts - 15 # wdTypeCustomTableOfContents - 28 # wdTypeCustomTables - 21 # wdTypeCustomTextBox - 24 # wdTypeCustomWatermarks - 22 # wdTypeEquations - 3 # wdTypeFooters - 4 # wdTypeHeaders - 5 # wdTypePageNumber - 6 # wdTypePageNumberBottom - 12 # wdTypePageNumberPage - 13 # wdTypePageNumberTop - 11 # wdTypeQuickParts - 1 # wdTypeTableOfContents - 14 # wdTypeTables - 7 # wdTypeTextBox - 10 # wdTypeWatermarks - 8 return { wdTypeAutoText 9 wdTypeBibliography 34 wdTypeCoverPage 2 wdTypeCustom1 29 wdTypeCustom2 30 wdTypeCustom3 31 wdTypeCustom4 32 wdTypeCustom5 33 wdTypeCustomAutoText 23 wdTypeCustomBibliography 35 wdTypeCustomCoverPage 16 wdTypeCustomEquations 17 wdTypeCustomFooters 18 wdTypeCustomHeaders 19 wdTypeCustomPageNumber 20 wdTypeCustomPageNumberBottom 26 wdTypeCustomPageNumberPage 27 wdTypeCustomPageNumberTop 25 wdTypeCustomQuickParts 15 wdTypeCustomTableOfContents 28 wdTypeCustomTables 21 wdTypeCustomTextBox 24 wdTypeCustomWatermarks 22 wdTypeEquations 3 wdTypeFooters 4 wdTypeHeaders 5 wdTypePageNumber 6 wdTypePageNumberBottom 12 wdTypePageNumberPage 13 wdTypePageNumberTop 11 wdTypeQuickParts 1 wdTypeTableOfContents 14 wdTypeTables 7 wdTypeTextBox 10 wdTypeWatermarks 8 } }
WdBuiltInProperty [::Word::Enum]Top, Main, Index
WdBuiltInProperty
wdPropertyAppName | 9 |
wdPropertyAuthor | 3 |
wdPropertyBytes | 22 |
wdPropertyCategory | 18 |
wdPropertyCharacters | 16 |
wdPropertyCharsWSpaces | 30 |
wdPropertyComments | 5 |
wdPropertyCompany | 21 |
wdPropertyFormat | 19 |
wdPropertyHiddenSlides | 27 |
wdPropertyHyperlinkBase | 29 |
wdPropertyKeywords | 4 |
wdPropertyLastAuthor | 7 |
wdPropertyLines | 23 |
wdPropertyManager | 20 |
wdPropertyMMClips | 28 |
wdPropertyNotes | 26 |
wdPropertyPages | 14 |
wdPropertyParas | 24 |
wdPropertyRevision | 8 |
wdPropertySecurity | 17 |
wdPropertySlides | 25 |
wdPropertySubject | 2 |
wdPropertyTemplate | 6 |
wdPropertyTimeCreated | 11 |
wdPropertyTimeLastPrinted | 10 |
wdPropertyTimeLastSaved | 12 |
wdPropertyTitle | 1 |
wdPropertyVBATotalEdit | 13 |
wdPropertyWords | 15 |
proc ::Word::Enum::WdBuiltInProperty {} { # wdPropertyAppName - 9 # wdPropertyAuthor - 3 # wdPropertyBytes - 22 # wdPropertyCategory - 18 # wdPropertyCharacters - 16 # wdPropertyCharsWSpaces - 30 # wdPropertyComments - 5 # wdPropertyCompany - 21 # wdPropertyFormat - 19 # wdPropertyHiddenSlides - 27 # wdPropertyHyperlinkBase - 29 # wdPropertyKeywords - 4 # wdPropertyLastAuthor - 7 # wdPropertyLines - 23 # wdPropertyManager - 20 # wdPropertyMMClips - 28 # wdPropertyNotes - 26 # wdPropertyPages - 14 # wdPropertyParas - 24 # wdPropertyRevision - 8 # wdPropertySecurity - 17 # wdPropertySlides - 25 # wdPropertySubject - 2 # wdPropertyTemplate - 6 # wdPropertyTimeCreated - 11 # wdPropertyTimeLastPrinted - 10 # wdPropertyTimeLastSaved - 12 # wdPropertyTitle - 1 # wdPropertyVBATotalEdit - 13 # wdPropertyWords - 15 return { wdPropertyAppName 9 wdPropertyAuthor 3 wdPropertyBytes 22 wdPropertyCategory 18 wdPropertyCharacters 16 wdPropertyCharsWSpaces 30 wdPropertyComments 5 wdPropertyCompany 21 wdPropertyFormat 19 wdPropertyHiddenSlides 27 wdPropertyHyperlinkBase 29 wdPropertyKeywords 4 wdPropertyLastAuthor 7 wdPropertyLines 23 wdPropertyManager 20 wdPropertyMMClips 28 wdPropertyNotes 26 wdPropertyPages 14 wdPropertyParas 24 wdPropertyRevision 8 wdPropertySecurity 17 wdPropertySlides 25 wdPropertySubject 2 wdPropertyTemplate 6 wdPropertyTimeCreated 11 wdPropertyTimeLastPrinted 10 wdPropertyTimeLastSaved 12 wdPropertyTitle 1 wdPropertyVBATotalEdit 13 wdPropertyWords 15 } }
WdBuiltinStyle [::Word::Enum]Top, Main, Index
WdBuiltinStyle
wdStyleBibliography | -266 |
wdStyleBlockQuotation | -85 |
wdStyleBodyText | -67 |
wdStyleBodyText2 | -81 |
wdStyleBodyText3 | -82 |
wdStyleBodyTextFirstIndent | -78 |
wdStyleBodyTextFirstIndent2 | -79 |
wdStyleBodyTextIndent | -68 |
wdStyleBodyTextIndent2 | -83 |
wdStyleBodyTextIndent3 | -84 |
wdStyleBookTitle | -265 |
wdStyleCaption | -35 |
wdStyleClosing | -64 |
wdStyleCommentReference | -40 |
wdStyleCommentText | -31 |
wdStyleDate | -77 |
wdStyleDefaultParagraphFont | -66 |
wdStyleEmphasis | -89 |
wdStyleEndnoteReference | -43 |
wdStyleEndnoteText | -44 |
wdStyleEnvelopeAddress | -37 |
wdStyleEnvelopeReturn | -38 |
wdStyleFooter | -33 |
wdStyleFootnoteReference | -39 |
wdStyleFootnoteText | -30 |
wdStyleHeader | -32 |
wdStyleHeading1 | -2 |
wdStyleHeading2 | -3 |
wdStyleHeading3 | -4 |
wdStyleHeading4 | -5 |
wdStyleHeading5 | -6 |
wdStyleHeading6 | -7 |
wdStyleHeading7 | -8 |
wdStyleHeading8 | -9 |
wdStyleHeading9 | -10 |
wdStyleHtmlAcronym | -96 |
wdStyleHtmlAddress | -97 |
wdStyleHtmlCite | -98 |
wdStyleHtmlCode | -99 |
wdStyleHtmlDfn | -100 |
wdStyleHtmlKbd | -101 |
wdStyleHtmlNormal | -95 |
wdStyleHtmlPre | -102 |
wdStyleHtmlSamp | -103 |
wdStyleHtmlTt | -104 |
wdStyleHtmlVar | -105 |
wdStyleHyperlink | -86 |
wdStyleHyperlinkFollowed | -87 |
wdStyleIndex1 | -11 |
wdStyleIndex2 | -12 |
wdStyleIndex3 | -13 |
wdStyleIndex4 | -14 |
wdStyleIndex5 | -15 |
wdStyleIndex6 | -16 |
wdStyleIndex7 | -17 |
wdStyleIndex8 | -18 |
wdStyleIndex9 | -19 |
wdStyleIndexHeading | -34 |
wdStyleIntenseEmphasis | -262 |
wdStyleIntenseQuote | -182 |
wdStyleIntenseReference | -264 |
wdStyleLineNumber | -41 |
wdStyleList | -48 |
wdStyleList2 | -51 |
wdStyleList3 | -52 |
wdStyleList4 | -53 |
wdStyleList5 | -54 |
wdStyleListBullet | -49 |
wdStyleListBullet2 | -55 |
wdStyleListBullet3 | -56 |
wdStyleListBullet4 | -57 |
wdStyleListBullet5 | -58 |
wdStyleListContinue | -69 |
wdStyleListContinue2 | -70 |
wdStyleListContinue3 | -71 |
wdStyleListContinue4 | -72 |
wdStyleListContinue5 | -73 |
wdStyleListNumber | -50 |
wdStyleListNumber2 | -59 |
wdStyleListNumber3 | -60 |
wdStyleListNumber4 | -61 |
wdStyleListNumber5 | -62 |
wdStyleListParagraph | -180 |
wdStyleMacroText | -46 |
wdStyleMessageHeader | -74 |
wdStyleNavPane | -90 |
wdStyleNormal | -1 |
wdStyleNormalIndent | -29 |
wdStyleNormalObject | -158 |
wdStyleNormalTable | -106 |
wdStyleNoteHeading | -80 |
wdStylePageNumber | -42 |
wdStylePlainText | -91 |
wdStyleQuote | -181 |
wdStyleSalutation | -76 |
wdStyleSignature | -65 |
wdStyleStrong | -88 |
wdStyleSubtitle | -75 |
wdStyleSubtleEmphasis | -261 |
wdStyleSubtleReference | -263 |
wdStyleTableColorfulGrid | -172 |
wdStyleTableColorfulList | -171 |
wdStyleTableColorfulShading | -170 |
wdStyleTableDarkList | -169 |
wdStyleTableLightGrid | -161 |
wdStyleTableLightGridAccent1 | -175 |
wdStyleTableLightList | -160 |
wdStyleTableLightListAccent1 | -174 |
wdStyleTableLightShading | -159 |
wdStyleTableLightShadingAccent1 | -173 |
wdStyleTableMediumGrid1 | -166 |
wdStyleTableMediumGrid2 | -167 |
wdStyleTableMediumGrid3 | -168 |
wdStyleTableMediumList1 | -164 |
wdStyleTableMediumList1Accent1 | -178 |
wdStyleTableMediumList2 | -165 |
wdStyleTableMediumShading1 | -162 |
wdStyleTableMediumShading1Accent1 | -176 |
wdStyleTableMediumShading2 | -163 |
wdStyleTableMediumShading2Accent1 | -177 |
wdStyleTableOfAuthorities | -45 |
wdStyleTableOfFigures | -36 |
wdStyleTitle | -63 |
wdStyleTOAHeading | -47 |
wdStyleTOC1 | -20 |
wdStyleTOC2 | -21 |
wdStyleTOC3 | -22 |
wdStyleTOC4 | -23 |
wdStyleTOC5 | -24 |
wdStyleTOC6 | -25 |
wdStyleTOC7 | -26 |
wdStyleTOC8 | -27 |
wdStyleTOC9 | -28 |
wdStyleTocHeading | -267 |
proc ::Word::Enum::WdBuiltinStyle {} { # wdStyleBibliography - -266 # wdStyleBlockQuotation - -85 # wdStyleBodyText - -67 # wdStyleBodyText2 - -81 # wdStyleBodyText3 - -82 # wdStyleBodyTextFirstIndent - -78 # wdStyleBodyTextFirstIndent2 - -79 # wdStyleBodyTextIndent - -68 # wdStyleBodyTextIndent2 - -83 # wdStyleBodyTextIndent3 - -84 # wdStyleBookTitle - -265 # wdStyleCaption - -35 # wdStyleClosing - -64 # wdStyleCommentReference - -40 # wdStyleCommentText - -31 # wdStyleDate - -77 # wdStyleDefaultParagraphFont - -66 # wdStyleEmphasis - -89 # wdStyleEndnoteReference - -43 # wdStyleEndnoteText - -44 # wdStyleEnvelopeAddress - -37 # wdStyleEnvelopeReturn - -38 # wdStyleFooter - -33 # wdStyleFootnoteReference - -39 # wdStyleFootnoteText - -30 # wdStyleHeader - -32 # wdStyleHeading1 - -2 # wdStyleHeading2 - -3 # wdStyleHeading3 - -4 # wdStyleHeading4 - -5 # wdStyleHeading5 - -6 # wdStyleHeading6 - -7 # wdStyleHeading7 - -8 # wdStyleHeading8 - -9 # wdStyleHeading9 - -10 # wdStyleHtmlAcronym - -96 # wdStyleHtmlAddress - -97 # wdStyleHtmlCite - -98 # wdStyleHtmlCode - -99 # wdStyleHtmlDfn - -100 # wdStyleHtmlKbd - -101 # wdStyleHtmlNormal - -95 # wdStyleHtmlPre - -102 # wdStyleHtmlSamp - -103 # wdStyleHtmlTt - -104 # wdStyleHtmlVar - -105 # wdStyleHyperlink - -86 # wdStyleHyperlinkFollowed - -87 # wdStyleIndex1 - -11 # wdStyleIndex2 - -12 # wdStyleIndex3 - -13 # wdStyleIndex4 - -14 # wdStyleIndex5 - -15 # wdStyleIndex6 - -16 # wdStyleIndex7 - -17 # wdStyleIndex8 - -18 # wdStyleIndex9 - -19 # wdStyleIndexHeading - -34 # wdStyleIntenseEmphasis - -262 # wdStyleIntenseQuote - -182 # wdStyleIntenseReference - -264 # wdStyleLineNumber - -41 # wdStyleList - -48 # wdStyleList2 - -51 # wdStyleList3 - -52 # wdStyleList4 - -53 # wdStyleList5 - -54 # wdStyleListBullet - -49 # wdStyleListBullet2 - -55 # wdStyleListBullet3 - -56 # wdStyleListBullet4 - -57 # wdStyleListBullet5 - -58 # wdStyleListContinue - -69 # wdStyleListContinue2 - -70 # wdStyleListContinue3 - -71 # wdStyleListContinue4 - -72 # wdStyleListContinue5 - -73 # wdStyleListNumber - -50 # wdStyleListNumber2 - -59 # wdStyleListNumber3 - -60 # wdStyleListNumber4 - -61 # wdStyleListNumber5 - -62 # wdStyleListParagraph - -180 # wdStyleMacroText - -46 # wdStyleMessageHeader - -74 # wdStyleNavPane - -90 # wdStyleNormal - -1 # wdStyleNormalIndent - -29 # wdStyleNormalObject - -158 # wdStyleNormalTable - -106 # wdStyleNoteHeading - -80 # wdStylePageNumber - -42 # wdStylePlainText - -91 # wdStyleQuote - -181 # wdStyleSalutation - -76 # wdStyleSignature - -65 # wdStyleStrong - -88 # wdStyleSubtitle - -75 # wdStyleSubtleEmphasis - -261 # wdStyleSubtleReference - -263 # wdStyleTableColorfulGrid - -172 # wdStyleTableColorfulList - -171 # wdStyleTableColorfulShading - -170 # wdStyleTableDarkList - -169 # wdStyleTableLightGrid - -161 # wdStyleTableLightGridAccent1 - -175 # wdStyleTableLightList - -160 # wdStyleTableLightListAccent1 - -174 # wdStyleTableLightShading - -159 # wdStyleTableLightShadingAccent1 - -173 # wdStyleTableMediumGrid1 - -166 # wdStyleTableMediumGrid2 - -167 # wdStyleTableMediumGrid3 - -168 # wdStyleTableMediumList1 - -164 # wdStyleTableMediumList1Accent1 - -178 # wdStyleTableMediumList2 - -165 # wdStyleTableMediumShading1 - -162 # wdStyleTableMediumShading1Accent1 - -176 # wdStyleTableMediumShading2 - -163 # wdStyleTableMediumShading2Accent1 - -177 # wdStyleTableOfAuthorities - -45 # wdStyleTableOfFigures - -36 # wdStyleTitle - -63 # wdStyleTOAHeading - -47 # wdStyleTOC1 - -20 # wdStyleTOC2 - -21 # wdStyleTOC3 - -22 # wdStyleTOC4 - -23 # wdStyleTOC5 - -24 # wdStyleTOC6 - -25 # wdStyleTOC7 - -26 # wdStyleTOC8 - -27 # wdStyleTOC9 - -28 # wdStyleTocHeading - -267 return { wdStyleBibliography -266 wdStyleBlockQuotation -85 wdStyleBodyText -67 wdStyleBodyText2 -81 wdStyleBodyText3 -82 wdStyleBodyTextFirstIndent -78 wdStyleBodyTextFirstIndent2 -79 wdStyleBodyTextIndent -68 wdStyleBodyTextIndent2 -83 wdStyleBodyTextIndent3 -84 wdStyleBookTitle -265 wdStyleCaption -35 wdStyleClosing -64 wdStyleCommentReference -40 wdStyleCommentText -31 wdStyleDate -77 wdStyleDefaultParagraphFont -66 wdStyleEmphasis -89 wdStyleEndnoteReference -43 wdStyleEndnoteText -44 wdStyleEnvelopeAddress -37 wdStyleEnvelopeReturn -38 wdStyleFooter -33 wdStyleFootnoteReference -39 wdStyleFootnoteText -30 wdStyleHeader -32 wdStyleHeading1 -2 wdStyleHeading2 -3 wdStyleHeading3 -4 wdStyleHeading4 -5 wdStyleHeading5 -6 wdStyleHeading6 -7 wdStyleHeading7 -8 wdStyleHeading8 -9 wdStyleHeading9 -10 wdStyleHtmlAcronym -96 wdStyleHtmlAddress -97 wdStyleHtmlCite -98 wdStyleHtmlCode -99 wdStyleHtmlDfn -100 wdStyleHtmlKbd -101 wdStyleHtmlNormal -95 wdStyleHtmlPre -102 wdStyleHtmlSamp -103 wdStyleHtmlTt -104 wdStyleHtmlVar -105 wdStyleHyperlink -86 wdStyleHyperlinkFollowed -87 wdStyleIndex1 -11 wdStyleIndex2 -12 wdStyleIndex3 -13 wdStyleIndex4 -14 wdStyleIndex5 -15 wdStyleIndex6 -16 wdStyleIndex7 -17 wdStyleIndex8 -18 wdStyleIndex9 -19 wdStyleIndexHeading -34 wdStyleIntenseEmphasis -262 wdStyleIntenseQuote -182 wdStyleIntenseReference -264 wdStyleLineNumber -41 wdStyleList -48 wdStyleList2 -51 wdStyleList3 -52 wdStyleList4 -53 wdStyleList5 -54 wdStyleListBullet -49 wdStyleListBullet2 -55 wdStyleListBullet3 -56 wdStyleListBullet4 -57 wdStyleListBullet5 -58 wdStyleListContinue -69 wdStyleListContinue2 -70 wdStyleListContinue3 -71 wdStyleListContinue4 -72 wdStyleListContinue5 -73 wdStyleListNumber -50 wdStyleListNumber2 -59 wdStyleListNumber3 -60 wdStyleListNumber4 -61 wdStyleListNumber5 -62 wdStyleListParagraph -180 wdStyleMacroText -46 wdStyleMessageHeader -74 wdStyleNavPane -90 wdStyleNormal -1 wdStyleNormalIndent -29 wdStyleNormalObject -158 wdStyleNormalTable -106 wdStyleNoteHeading -80 wdStylePageNumber -42 wdStylePlainText -91 wdStyleQuote -181 wdStyleSalutation -76 wdStyleSignature -65 wdStyleStrong -88 wdStyleSubtitle -75 wdStyleSubtleEmphasis -261 wdStyleSubtleReference -263 wdStyleTableColorfulGrid -172 wdStyleTableColorfulList -171 wdStyleTableColorfulShading -170 wdStyleTableDarkList -169 wdStyleTableLightGrid -161 wdStyleTableLightGridAccent1 -175 wdStyleTableLightList -160 wdStyleTableLightListAccent1 -174 wdStyleTableLightShading -159 wdStyleTableLightShadingAccent1 -173 wdStyleTableMediumGrid1 -166 wdStyleTableMediumGrid2 -167 wdStyleTableMediumGrid3 -168 wdStyleTableMediumList1 -164 wdStyleTableMediumList1Accent1 -178 wdStyleTableMediumList2 -165 wdStyleTableMediumShading1 -162 wdStyleTableMediumShading1Accent1 -176 wdStyleTableMediumShading2 -163 wdStyleTableMediumShading2Accent1 -177 wdStyleTableOfAuthorities -45 wdStyleTableOfFigures -36 wdStyleTitle -63 wdStyleTOAHeading -47 wdStyleTOC1 -20 wdStyleTOC2 -21 wdStyleTOC3 -22 wdStyleTOC4 -23 wdStyleTOC5 -24 wdStyleTOC6 -25 wdStyleTOC7 -26 wdStyleTOC8 -27 wdStyleTOC9 -28 wdStyleTocHeading -267 } }
WdCalendarType [::Word::Enum]Top, Main, Index
WdCalendarType
wdCalendarArabic | 1 |
wdCalendarHebrew | 2 |
wdCalendarJapan | 4 |
wdCalendarKorean | 6 |
wdCalendarSakaEra | 7 |
wdCalendarTaiwan | 3 |
wdCalendarThai | 5 |
wdCalendarTranslitEnglish | 8 |
wdCalendarTranslitFrench | 9 |
wdCalendarUmalqura | 13 |
wdCalendarWestern | 0 |
proc ::Word::Enum::WdCalendarType {} { # wdCalendarArabic - 1 # wdCalendarHebrew - 2 # wdCalendarJapan - 4 # wdCalendarKorean - 6 # wdCalendarSakaEra - 7 # wdCalendarTaiwan - 3 # wdCalendarThai - 5 # wdCalendarTranslitEnglish - 8 # wdCalendarTranslitFrench - 9 # wdCalendarUmalqura - 13 # wdCalendarWestern - 0 return { wdCalendarArabic 1 wdCalendarHebrew 2 wdCalendarJapan 4 wdCalendarKorean 6 wdCalendarSakaEra 7 wdCalendarTaiwan 3 wdCalendarThai 5 wdCalendarTranslitEnglish 8 wdCalendarTranslitFrench 9 wdCalendarUmalqura 13 wdCalendarWestern 0 } }
WdCalendarTypeBi [::Word::Enum]Top, Main, Index
WdCalendarTypeBi
wdCalendarTypeBidi | 99 |
wdCalendarTypeGregorian | 100 |
proc ::Word::Enum::WdCalendarTypeBi {} { # wdCalendarTypeBidi - 99 # wdCalendarTypeGregorian - 100 return { wdCalendarTypeBidi 99 wdCalendarTypeGregorian 100 } }
WdCaptionLabelID [::Word::Enum]Top, Main, Index
WdCaptionLabelID
wdCaptionEquation | -3 |
wdCaptionFigure | -1 |
wdCaptionTable | -2 |
proc ::Word::Enum::WdCaptionLabelID {} { # wdCaptionEquation - -3 # wdCaptionFigure - -1 # wdCaptionTable - -2 return { wdCaptionEquation -3 wdCaptionFigure -1 wdCaptionTable -2 } }
WdCaptionNumberStyle [::Word::Enum]Top, Main, Index
WdCaptionNumberStyle
wdCaptionNumberStyleArabic | 0 |
wdCaptionNumberStyleArabicFullWidth | 14 |
wdCaptionNumberStyleArabicLetter1 | 46 |
wdCaptionNumberStyleArabicLetter2 | 48 |
wdCaptionNumberStyleChosung | 25 |
wdCaptionNumberStyleGanada | 24 |
wdCaptionNumberStyleHanjaRead | 41 |
wdCaptionNumberStyleHanjaReadDigit | 42 |
wdCaptionNumberStyleHebrewLetter1 | 45 |
wdCaptionNumberStyleHebrewLetter2 | 47 |
wdCaptionNumberStyleHindiArabic | 51 |
wdCaptionNumberStyleHindiCardinalText | 52 |
wdCaptionNumberStyleHindiLetter1 | 49 |
wdCaptionNumberStyleHindiLetter2 | 50 |
wdCaptionNumberStyleKanji | 10 |
wdCaptionNumberStyleKanjiDigit | 11 |
wdCaptionNumberStyleKanjiTraditional | 16 |
wdCaptionNumberStyleLowercaseLetter | 4 |
wdCaptionNumberStyleLowercaseRoman | 2 |
wdCaptionNumberStyleNumberInCircle | 18 |
wdCaptionNumberStyleSimpChinNum2 | 38 |
wdCaptionNumberStyleSimpChinNum3 | 39 |
wdCaptionNumberStyleThaiArabic | 54 |
wdCaptionNumberStyleThaiCardinalText | 55 |
wdCaptionNumberStyleThaiLetter | 53 |
wdCaptionNumberStyleTradChinNum2 | 34 |
wdCaptionNumberStyleTradChinNum3 | 35 |
wdCaptionNumberStyleUppercaseLetter | 3 |
wdCaptionNumberStyleUppercaseRoman | 1 |
wdCaptionNumberStyleVietCardinalText | 56 |
wdCaptionNumberStyleZodiac1 | 30 |
wdCaptionNumberStyleZodiac2 | 31 |
proc ::Word::Enum::WdCaptionNumberStyle {} { # wdCaptionNumberStyleArabic - 0 # wdCaptionNumberStyleArabicFullWidth - 14 # wdCaptionNumberStyleArabicLetter1 - 46 # wdCaptionNumberStyleArabicLetter2 - 48 # wdCaptionNumberStyleChosung - 25 # wdCaptionNumberStyleGanada - 24 # wdCaptionNumberStyleHanjaRead - 41 # wdCaptionNumberStyleHanjaReadDigit - 42 # wdCaptionNumberStyleHebrewLetter1 - 45 # wdCaptionNumberStyleHebrewLetter2 - 47 # wdCaptionNumberStyleHindiArabic - 51 # wdCaptionNumberStyleHindiCardinalText - 52 # wdCaptionNumberStyleHindiLetter1 - 49 # wdCaptionNumberStyleHindiLetter2 - 50 # wdCaptionNumberStyleKanji - 10 # wdCaptionNumberStyleKanjiDigit - 11 # wdCaptionNumberStyleKanjiTraditional - 16 # wdCaptionNumberStyleLowercaseLetter - 4 # wdCaptionNumberStyleLowercaseRoman - 2 # wdCaptionNumberStyleNumberInCircle - 18 # wdCaptionNumberStyleSimpChinNum2 - 38 # wdCaptionNumberStyleSimpChinNum3 - 39 # wdCaptionNumberStyleThaiArabic - 54 # wdCaptionNumberStyleThaiCardinalText - 55 # wdCaptionNumberStyleThaiLetter - 53 # wdCaptionNumberStyleTradChinNum2 - 34 # wdCaptionNumberStyleTradChinNum3 - 35 # wdCaptionNumberStyleUppercaseLetter - 3 # wdCaptionNumberStyleUppercaseRoman - 1 # wdCaptionNumberStyleVietCardinalText - 56 # wdCaptionNumberStyleZodiac1 - 30 # wdCaptionNumberStyleZodiac2 - 31 return { wdCaptionNumberStyleArabic 0 wdCaptionNumberStyleArabicFullWidth 14 wdCaptionNumberStyleArabicLetter1 46 wdCaptionNumberStyleArabicLetter2 48 wdCaptionNumberStyleChosung 25 wdCaptionNumberStyleGanada 24 wdCaptionNumberStyleHanjaRead 41 wdCaptionNumberStyleHanjaReadDigit 42 wdCaptionNumberStyleHebrewLetter1 45 wdCaptionNumberStyleHebrewLetter2 47 wdCaptionNumberStyleHindiArabic 51 wdCaptionNumberStyleHindiCardinalText 52 wdCaptionNumberStyleHindiLetter1 49 wdCaptionNumberStyleHindiLetter2 50 wdCaptionNumberStyleKanji 10 wdCaptionNumberStyleKanjiDigit 11 wdCaptionNumberStyleKanjiTraditional 16 wdCaptionNumberStyleLowercaseLetter 4 wdCaptionNumberStyleLowercaseRoman 2 wdCaptionNumberStyleNumberInCircle 18 wdCaptionNumberStyleSimpChinNum2 38 wdCaptionNumberStyleSimpChinNum3 39 wdCaptionNumberStyleThaiArabic 54 wdCaptionNumberStyleThaiCardinalText 55 wdCaptionNumberStyleThaiLetter 53 wdCaptionNumberStyleTradChinNum2 34 wdCaptionNumberStyleTradChinNum3 35 wdCaptionNumberStyleUppercaseLetter 3 wdCaptionNumberStyleUppercaseRoman 1 wdCaptionNumberStyleVietCardinalText 56 wdCaptionNumberStyleZodiac1 30 wdCaptionNumberStyleZodiac2 31 } }
WdCaptionNumberStyleHID [::Word::Enum]Top, Main, Index
WdCaptionNumberStyleHID
emptyenum | 0 |
proc ::Word::Enum::WdCaptionNumberStyleHID {} { # emptyenum - 0 return { emptyenum 0 } }
WdCaptionPosition [::Word::Enum]Top, Main, Index
WdCaptionPosition
wdCaptionPositionAbove | 0 |
wdCaptionPositionBelow | 1 |
proc ::Word::Enum::WdCaptionPosition {} { # wdCaptionPositionAbove - 0 # wdCaptionPositionBelow - 1 return { wdCaptionPositionAbove 0 wdCaptionPositionBelow 1 } }
WdCellColor [::Word::Enum]Top, Main, Index
WdCellColor
wdCellColorByAuthor | -1 |
wdCellColorLightBlue | 2 |
wdCellColorLightGray | 7 |
wdCellColorLightGreen | 6 |
wdCellColorLightOrange | 5 |
wdCellColorLightPurple | 4 |
wdCellColorLightYellow | 3 |
wdCellColorNoHighlight | 0 |
wdCellColorPink | 1 |
proc ::Word::Enum::WdCellColor {} { # wdCellColorByAuthor - -1 # wdCellColorLightBlue - 2 # wdCellColorLightGray - 7 # wdCellColorLightGreen - 6 # wdCellColorLightOrange - 5 # wdCellColorLightPurple - 4 # wdCellColorLightYellow - 3 # wdCellColorNoHighlight - 0 # wdCellColorPink - 1 return { wdCellColorByAuthor -1 wdCellColorLightBlue 2 wdCellColorLightGray 7 wdCellColorLightGreen 6 wdCellColorLightOrange 5 wdCellColorLightPurple 4 wdCellColorLightYellow 3 wdCellColorNoHighlight 0 wdCellColorPink 1 } }
WdCellVerticalAlignment [::Word::Enum]Top, Main, Index
WdCellVerticalAlignment
wdCellAlignVerticalBottom | 3 |
wdCellAlignVerticalCenter | 1 |
wdCellAlignVerticalTop | 0 |
proc ::Word::Enum::WdCellVerticalAlignment {} { # wdCellAlignVerticalBottom - 3 # wdCellAlignVerticalCenter - 1 # wdCellAlignVerticalTop - 0 return { wdCellAlignVerticalBottom 3 wdCellAlignVerticalCenter 1 wdCellAlignVerticalTop 0 } }
WdCharacterCase [::Word::Enum]Top, Main, Index
WdCharacterCase
wdFullWidth | 7 |
wdHalfWidth | 6 |
wdHiragana | 9 |
wdKatakana | 8 |
wdLowerCase | 0 |
wdNextCase | -1 |
wdTitleSentence | 4 |
wdTitleWord | 2 |
wdToggleCase | 5 |
wdUpperCase | 1 |
proc ::Word::Enum::WdCharacterCase {} { # wdFullWidth - 7 # wdHalfWidth - 6 # wdHiragana - 9 # wdKatakana - 8 # wdLowerCase - 0 # wdNextCase - -1 # wdTitleSentence - 4 # wdTitleWord - 2 # wdToggleCase - 5 # wdUpperCase - 1 return { wdFullWidth 7 wdHalfWidth 6 wdHiragana 9 wdKatakana 8 wdLowerCase 0 wdNextCase -1 wdTitleSentence 4 wdTitleWord 2 wdToggleCase 5 wdUpperCase 1 } }
WdCharacterCaseHID [::Word::Enum]Top, Main, Index
WdCharacterCaseHID
emptyenum | 0 |
proc ::Word::Enum::WdCharacterCaseHID {} { # emptyenum - 0 return { emptyenum 0 } }
WdCharacterWidth [::Word::Enum]Top, Main, Index
WdCharacterWidth
wdWidthFullWidth | 7 |
wdWidthHalfWidth | 6 |
proc ::Word::Enum::WdCharacterWidth {} { # wdWidthFullWidth - 7 # wdWidthHalfWidth - 6 return { wdWidthFullWidth 7 wdWidthHalfWidth 6 } }
WdCheckInVersionType [::Word::Enum]Top, Main, Index
WdCheckInVersionType
wdCheckInMajorVersion | 1 |
wdCheckInMinorVersion | 0 |
wdCheckInOverwriteVersion | 2 |
proc ::Word::Enum::WdCheckInVersionType {} { # wdCheckInMajorVersion - 1 # wdCheckInMinorVersion - 0 # wdCheckInOverwriteVersion - 2 return { wdCheckInMajorVersion 1 wdCheckInMinorVersion 0 wdCheckInOverwriteVersion 2 } }
WdChevronConvertRule [::Word::Enum]Top, Main, Index
WdChevronConvertRule
wdAlwaysConvert | 1 |
wdAskToConvert | 3 |
wdAskToNotConvert | 2 |
wdNeverConvert | 0 |
proc ::Word::Enum::WdChevronConvertRule {} { # wdAlwaysConvert - 1 # wdAskToConvert - 3 # wdAskToNotConvert - 2 # wdNeverConvert - 0 return { wdAlwaysConvert 1 wdAskToConvert 3 wdAskToNotConvert 2 wdNeverConvert 0 } }
WdCollapseDirection [::Word::Enum]Top, Main, Index
WdCollapseDirection
wdCollapseEnd | 0 |
wdCollapseStart | 1 |
proc ::Word::Enum::WdCollapseDirection {} { # wdCollapseEnd - 0 # wdCollapseStart - 1 return { wdCollapseEnd 0 wdCollapseStart 1 } }
WdColor [::Word::Enum]Top, Main, Index
WdColor
wdColorAqua | 13421619 |
wdColorAutomatic | -16777216 |
wdColorBlack | 0 |
wdColorBlue | 16711680 |
wdColorBlueGray | 10053222 |
wdColorBrightGreen | 65280 |
wdColorBrown | 13209 |
wdColorDarkBlue | 8388608 |
wdColorDarkGreen | 13056 |
wdColorDarkRed | 128 |
wdColorDarkTeal | 6697728 |
wdColorDarkYellow | 32896 |
wdColorGold | 52479 |
wdColorGray05 | 15987699 |
wdColorGray10 | 15132390 |
wdColorGray15 | 14277081 |
wdColorGray20 | 13421772 |
wdColorGray25 | 12632256 |
wdColorGray30 | 11776947 |
wdColorGray35 | 10921638 |
wdColorGray40 | 10066329 |
wdColorGray45 | 9211020 |
wdColorGray50 | 8421504 |
wdColorGray55 | 7566195 |
wdColorGray60 | 6710886 |
wdColorGray65 | 5855577 |
wdColorGray70 | 5000268 |
wdColorGray75 | 4210752 |
wdColorGray80 | 3355443 |
wdColorGray85 | 2500134 |
wdColorGray90 | 1644825 |
wdColorGray95 | 789516 |
wdColorGray125 | 14737632 |
wdColorGray375 | 10526880 |
wdColorGray625 | 6316128 |
wdColorGray875 | 2105376 |
wdColorGreen | 32768 |
wdColorIndigo | 10040115 |
wdColorLavender | 16751052 |
wdColorLightBlue | 16737843 |
wdColorLightGreen | 13434828 |
wdColorLightOrange | 39423 |
wdColorLightTurquoise | 16777164 |
wdColorLightYellow | 10092543 |
wdColorLime | 52377 |
wdColorOliveGreen | 13107 |
wdColorOrange | 26367 |
wdColorPaleBlue | 16764057 |
wdColorPink | 16711935 |
wdColorPlum | 6697881 |
wdColorRed | 255 |
wdColorRose | 13408767 |
wdColorSeaGreen | 6723891 |
wdColorSkyBlue | 16763904 |
wdColorTan | 10079487 |
wdColorTeal | 8421376 |
wdColorTurquoise | 16776960 |
wdColorViolet | 8388736 |
wdColorWhite | 16777215 |
wdColorYellow | 65535 |
proc ::Word::Enum::WdColor {} { # wdColorAqua - 13421619 # wdColorAutomatic - -16777216 # wdColorBlack - 0 # wdColorBlue - 16711680 # wdColorBlueGray - 10053222 # wdColorBrightGreen - 65280 # wdColorBrown - 13209 # wdColorDarkBlue - 8388608 # wdColorDarkGreen - 13056 # wdColorDarkRed - 128 # wdColorDarkTeal - 6697728 # wdColorDarkYellow - 32896 # wdColorGold - 52479 # wdColorGray05 - 15987699 # wdColorGray10 - 15132390 # wdColorGray15 - 14277081 # wdColorGray20 - 13421772 # wdColorGray25 - 12632256 # wdColorGray30 - 11776947 # wdColorGray35 - 10921638 # wdColorGray40 - 10066329 # wdColorGray45 - 9211020 # wdColorGray50 - 8421504 # wdColorGray55 - 7566195 # wdColorGray60 - 6710886 # wdColorGray65 - 5855577 # wdColorGray70 - 5000268 # wdColorGray75 - 4210752 # wdColorGray80 - 3355443 # wdColorGray85 - 2500134 # wdColorGray90 - 1644825 # wdColorGray95 - 789516 # wdColorGray125 - 14737632 # wdColorGray375 - 10526880 # wdColorGray625 - 6316128 # wdColorGray875 - 2105376 # wdColorGreen - 32768 # wdColorIndigo - 10040115 # wdColorLavender - 16751052 # wdColorLightBlue - 16737843 # wdColorLightGreen - 13434828 # wdColorLightOrange - 39423 # wdColorLightTurquoise - 16777164 # wdColorLightYellow - 10092543 # wdColorLime - 52377 # wdColorOliveGreen - 13107 # wdColorOrange - 26367 # wdColorPaleBlue - 16764057 # wdColorPink - 16711935 # wdColorPlum - 6697881 # wdColorRed - 255 # wdColorRose - 13408767 # wdColorSeaGreen - 6723891 # wdColorSkyBlue - 16763904 # wdColorTan - 10079487 # wdColorTeal - 8421376 # wdColorTurquoise - 16776960 # wdColorViolet - 8388736 # wdColorWhite - 16777215 # wdColorYellow - 65535 return { wdColorAqua 13421619 wdColorAutomatic -16777216 wdColorBlack 0 wdColorBlue 16711680 wdColorBlueGray 10053222 wdColorBrightGreen 65280 wdColorBrown 13209 wdColorDarkBlue 8388608 wdColorDarkGreen 13056 wdColorDarkRed 128 wdColorDarkTeal 6697728 wdColorDarkYellow 32896 wdColorGold 52479 wdColorGray05 15987699 wdColorGray10 15132390 wdColorGray15 14277081 wdColorGray20 13421772 wdColorGray25 12632256 wdColorGray30 11776947 wdColorGray35 10921638 wdColorGray40 10066329 wdColorGray45 9211020 wdColorGray50 8421504 wdColorGray55 7566195 wdColorGray60 6710886 wdColorGray65 5855577 wdColorGray70 5000268 wdColorGray75 4210752 wdColorGray80 3355443 wdColorGray85 2500134 wdColorGray90 1644825 wdColorGray95 789516 wdColorGray125 14737632 wdColorGray375 10526880 wdColorGray625 6316128 wdColorGray875 2105376 wdColorGreen 32768 wdColorIndigo 10040115 wdColorLavender 16751052 wdColorLightBlue 16737843 wdColorLightGreen 13434828 wdColorLightOrange 39423 wdColorLightTurquoise 16777164 wdColorLightYellow 10092543 wdColorLime 52377 wdColorOliveGreen 13107 wdColorOrange 26367 wdColorPaleBlue 16764057 wdColorPink 16711935 wdColorPlum 6697881 wdColorRed 255 wdColorRose 13408767 wdColorSeaGreen 6723891 wdColorSkyBlue 16763904 wdColorTan 10079487 wdColorTeal 8421376 wdColorTurquoise 16776960 wdColorViolet 8388736 wdColorWhite 16777215 wdColorYellow 65535 } }
WdColorIndex [::Word::Enum]Top, Main, Index
WdColorIndex
wdAuto | 0 |
wdBlack | 1 |
wdBlue | 2 |
wdBrightGreen | 4 |
wdByAuthor | -1 |
wdClassicBlue | 18 |
wdClassicRed | 17 |
wdDarkBlue | 9 |
wdDarkRed | 13 |
wdDarkYellow | 14 |
wdGray25 | 16 |
wdGray50 | 15 |
wdGreen | 11 |
wdNoHighlight | 0 |
wdPink | 5 |
wdRed | 6 |
wdTeal | 10 |
wdTurquoise | 3 |
wdViolet | 12 |
wdWhite | 8 |
wdYellow | 7 |
proc ::Word::Enum::WdColorIndex {} { # wdAuto - 0 # wdBlack - 1 # wdBlue - 2 # wdBrightGreen - 4 # wdByAuthor - -1 # wdClassicBlue - 18 # wdClassicRed - 17 # wdDarkBlue - 9 # wdDarkRed - 13 # wdDarkYellow - 14 # wdGray25 - 16 # wdGray50 - 15 # wdGreen - 11 # wdNoHighlight - 0 # wdPink - 5 # wdRed - 6 # wdTeal - 10 # wdTurquoise - 3 # wdViolet - 12 # wdWhite - 8 # wdYellow - 7 return { wdAuto 0 wdBlack 1 wdBlue 2 wdBrightGreen 4 wdByAuthor -1 wdClassicBlue 18 wdClassicRed 17 wdDarkBlue 9 wdDarkRed 13 wdDarkYellow 14 wdGray25 16 wdGray50 15 wdGreen 11 wdNoHighlight 0 wdPink 5 wdRed 6 wdTeal 10 wdTurquoise 3 wdViolet 12 wdWhite 8 wdYellow 7 } }
WdColumnWidth [::Word::Enum]Top, Main, Index
WdColumnWidth
wdColumnWidthDefault | 2 |
wdColumnWidthNarrow | 1 |
wdColumnWidthWide | 3 |
proc ::Word::Enum::WdColumnWidth {} { # wdColumnWidthDefault - 2 # wdColumnWidthNarrow - 1 # wdColumnWidthWide - 3 return { wdColumnWidthDefault 2 wdColumnWidthNarrow 1 wdColumnWidthWide 3 } }
WdCompareDestination [::Word::Enum]Top, Main, Index
WdCompareDestination
wdCompareDestinationNew | 2 |
wdCompareDestinationOriginal | 0 |
wdCompareDestinationRevised | 1 |
proc ::Word::Enum::WdCompareDestination {} { # wdCompareDestinationNew - 2 # wdCompareDestinationOriginal - 0 # wdCompareDestinationRevised - 1 return { wdCompareDestinationNew 2 wdCompareDestinationOriginal 0 wdCompareDestinationRevised 1 } }
WdCompareTarget [::Word::Enum]Top, Main, Index
WdCompareTarget
wdCompareTargetCurrent | 1 |
wdCompareTargetNew | 2 |
wdCompareTargetSelected | 0 |
proc ::Word::Enum::WdCompareTarget {} { # wdCompareTargetCurrent - 1 # wdCompareTargetNew - 2 # wdCompareTargetSelected - 0 return { wdCompareTargetCurrent 1 wdCompareTargetNew 2 wdCompareTargetSelected 0 } }
WdCompatibility [::Word::Enum]Top, Main, Index
WdCompatibility
wdAlignTablesRowByRow | 39 |
wdAllowHyphenationAtTrackBottom | 71 |
wdAllowSpaceOfSameStyleInTable | 54 |
wdApplyBreakingRules | 46 |
wdAutofitLikeWW11 | 57 |
wdAutospaceLikeWW7 | 38 |
wdCachedColBalance | 65 |
wdConvMailMergeEsc | 6 |
wdDelayableFloatingTable | 70 |
wdDisableOTKerning | 66 |
wdDontAdjustLineHeightInTable | 36 |
wdDontAutofitConstrainedTables | 56 |
wdDontBalanceSingleByteDoubleByteWidth | 16 |
wdDontBreakConstrainedForcedTables | 62 |
wdDontBreakWrappedTables | 43 |
wdDontOverrideTableStyleFontSzAndJustification | 68 |
wdDontSnapTextToGridInTableWithObjects | 44 |
wdDontULTrailSpace | 15 |
wdDontUseAsianBreakRulesInGrid | 48 |
wdDontUseHTMLParagraphAutoSpacing | 35 |
wdDontUseIndentAsNumberingTabStop | 52 |
wdDontVertAlignCellWithShape | 61 |
wdDontVertAlignInTextbox | 63 |
wdDontWrapTextWithPunctuation | 47 |
wdExactOnTop | 28 |
wdExpandShiftReturn | 14 |
wdFELineBreak11 | 53 |
wdFlipMirrorIndents | 67 |
wdFootnoteLayoutLikeWW8 | 34 |
wdForgetLastTabAlignment | 37 |
wdGrowAutofit | 50 |
wdHangulWidthLikeWW11 | 59 |
wdLayoutRawTableWidth | 40 |
wdLayoutTableRowsApart | 41 |
wdLeaveBackslashAlone | 13 |
wdLineWrapLikeWord6 | 32 |
wdMWSmallCaps | 22 |
wdNoColumnBalance | 5 |
wdNoExtraLineSpacing | 23 |
wdNoLeading | 20 |
wdNoSpaceForUL | 21 |
wdNoSpaceRaiseLower | 2 |
wdNoTabHangIndent | 1 |
wdOrigWordTableRules | 9 |
wdPrintBodyTextBeforeHeader | 19 |
wdPrintColBlack | 3 |
wdSelectFieldWithFirstOrLastCharacter | 45 |
wdShapeLayoutLikeWW8 | 33 |
wdShowBreaksInFrames | 11 |
wdSpacingInWholePoints | 18 |
wdSplitPgBreakAndParaMark | 60 |
wdSubFontBySize | 25 |
wdSuppressBottomSpacing | 29 |
wdSuppressSpBfAfterPgBrk | 7 |
wdSuppressTopSpacing | 8 |
wdSuppressTopSpacingMac5 | 17 |
wdSwapBordersFacingPages | 12 |
wdTransparentMetafiles | 10 |
wdTruncateFontHeight | 24 |
wdUnderlineTabInNumList | 58 |
wdUseNormalStyleForList | 51 |
wdUsePre2018iOSMacLayout | 73 |
wdUsePrinterMetrics | 26 |
wdUseWord97LineBreakingRules | 42 |
wdUseWord2002TableStyleRules | 49 |
wdUseWord2010TableStyleRules | 69 |
wdUseWord2013TrackBottomHyphenation | 72 |
wdWord11KerningPairs | 64 |
wdWPJustification | 31 |
wdWPSpaceWidth | 30 |
wdWrapTrailSpaces | 4 |
wdWW6BorderRules | 27 |
wdWW11IndentRules | 55 |
proc ::Word::Enum::WdCompatibility {} { # wdAlignTablesRowByRow - 39 # wdAllowHyphenationAtTrackBottom - 71 # wdAllowSpaceOfSameStyleInTable - 54 # wdApplyBreakingRules - 46 # wdAutofitLikeWW11 - 57 # wdAutospaceLikeWW7 - 38 # wdCachedColBalance - 65 # wdConvMailMergeEsc - 6 # wdDelayableFloatingTable - 70 # wdDisableOTKerning - 66 # wdDontAdjustLineHeightInTable - 36 # wdDontAutofitConstrainedTables - 56 # wdDontBalanceSingleByteDoubleByteWidth - 16 # wdDontBreakConstrainedForcedTables - 62 # wdDontBreakWrappedTables - 43 # wdDontOverrideTableStyleFontSzAndJustification - 68 # wdDontSnapTextToGridInTableWithObjects - 44 # wdDontULTrailSpace - 15 # wdDontUseAsianBreakRulesInGrid - 48 # wdDontUseHTMLParagraphAutoSpacing - 35 # wdDontUseIndentAsNumberingTabStop - 52 # wdDontVertAlignCellWithShape - 61 # wdDontVertAlignInTextbox - 63 # wdDontWrapTextWithPunctuation - 47 # wdExactOnTop - 28 # wdExpandShiftReturn - 14 # wdFELineBreak11 - 53 # wdFlipMirrorIndents - 67 # wdFootnoteLayoutLikeWW8 - 34 # wdForgetLastTabAlignment - 37 # wdGrowAutofit - 50 # wdHangulWidthLikeWW11 - 59 # wdLayoutRawTableWidth - 40 # wdLayoutTableRowsApart - 41 # wdLeaveBackslashAlone - 13 # wdLineWrapLikeWord6 - 32 # wdMWSmallCaps - 22 # wdNoColumnBalance - 5 # wdNoExtraLineSpacing - 23 # wdNoLeading - 20 # wdNoSpaceForUL - 21 # wdNoSpaceRaiseLower - 2 # wdNoTabHangIndent - 1 # wdOrigWordTableRules - 9 # wdPrintBodyTextBeforeHeader - 19 # wdPrintColBlack - 3 # wdSelectFieldWithFirstOrLastCharacter - 45 # wdShapeLayoutLikeWW8 - 33 # wdShowBreaksInFrames - 11 # wdSpacingInWholePoints - 18 # wdSplitPgBreakAndParaMark - 60 # wdSubFontBySize - 25 # wdSuppressBottomSpacing - 29 # wdSuppressSpBfAfterPgBrk - 7 # wdSuppressTopSpacing - 8 # wdSuppressTopSpacingMac5 - 17 # wdSwapBordersFacingPages - 12 # wdTransparentMetafiles - 10 # wdTruncateFontHeight - 24 # wdUnderlineTabInNumList - 58 # wdUseNormalStyleForList - 51 # wdUsePre2018iOSMacLayout - 73 # wdUsePrinterMetrics - 26 # wdUseWord97LineBreakingRules - 42 # wdUseWord2002TableStyleRules - 49 # wdUseWord2010TableStyleRules - 69 # wdUseWord2013TrackBottomHyphenation - 72 # wdWord11KerningPairs - 64 # wdWPJustification - 31 # wdWPSpaceWidth - 30 # wdWrapTrailSpaces - 4 # wdWW6BorderRules - 27 # wdWW11IndentRules - 55 return { wdAlignTablesRowByRow 39 wdAllowHyphenationAtTrackBottom 71 wdAllowSpaceOfSameStyleInTable 54 wdApplyBreakingRules 46 wdAutofitLikeWW11 57 wdAutospaceLikeWW7 38 wdCachedColBalance 65 wdConvMailMergeEsc 6 wdDelayableFloatingTable 70 wdDisableOTKerning 66 wdDontAdjustLineHeightInTable 36 wdDontAutofitConstrainedTables 56 wdDontBalanceSingleByteDoubleByteWidth 16 wdDontBreakConstrainedForcedTables 62 wdDontBreakWrappedTables 43 wdDontOverrideTableStyleFontSzAndJustification 68 wdDontSnapTextToGridInTableWithObjects 44 wdDontULTrailSpace 15 wdDontUseAsianBreakRulesInGrid 48 wdDontUseHTMLParagraphAutoSpacing 35 wdDontUseIndentAsNumberingTabStop 52 wdDontVertAlignCellWithShape 61 wdDontVertAlignInTextbox 63 wdDontWrapTextWithPunctuation 47 wdExactOnTop 28 wdExpandShiftReturn 14 wdFELineBreak11 53 wdFlipMirrorIndents 67 wdFootnoteLayoutLikeWW8 34 wdForgetLastTabAlignment 37 wdGrowAutofit 50 wdHangulWidthLikeWW11 59 wdLayoutRawTableWidth 40 wdLayoutTableRowsApart 41 wdLeaveBackslashAlone 13 wdLineWrapLikeWord6 32 wdMWSmallCaps 22 wdNoColumnBalance 5 wdNoExtraLineSpacing 23 wdNoLeading 20 wdNoSpaceForUL 21 wdNoSpaceRaiseLower 2 wdNoTabHangIndent 1 wdOrigWordTableRules 9 wdPrintBodyTextBeforeHeader 19 wdPrintColBlack 3 wdSelectFieldWithFirstOrLastCharacter 45 wdShapeLayoutLikeWW8 33 wdShowBreaksInFrames 11 wdSpacingInWholePoints 18 wdSplitPgBreakAndParaMark 60 wdSubFontBySize 25 wdSuppressBottomSpacing 29 wdSuppressSpBfAfterPgBrk 7 wdSuppressTopSpacing 8 wdSuppressTopSpacingMac5 17 wdSwapBordersFacingPages 12 wdTransparentMetafiles 10 wdTruncateFontHeight 24 wdUnderlineTabInNumList 58 wdUseNormalStyleForList 51 wdUsePre2018iOSMacLayout 73 wdUsePrinterMetrics 26 wdUseWord97LineBreakingRules 42 wdUseWord2002TableStyleRules 49 wdUseWord2010TableStyleRules 69 wdUseWord2013TrackBottomHyphenation 72 wdWord11KerningPairs 64 wdWPJustification 31 wdWPSpaceWidth 30 wdWrapTrailSpaces 4 wdWW6BorderRules 27 wdWW11IndentRules 55 } }
WdCompatibilityMode [::Word::Enum]Top, Main, Index
WdCompatibilityMode
wdCurrent | 65535 |
wdWord2003 | 11 |
wdWord2007 | 12 |
wdWord2010 | 14 |
wdWord2013 | 15 |
proc ::Word::Enum::WdCompatibilityMode {} { # wdCurrent - 65535 # wdWord2003 - 11 # wdWord2007 - 12 # wdWord2010 - 14 # wdWord2013 - 15 return { wdCurrent 65535 wdWord2003 11 wdWord2007 12 wdWord2010 14 wdWord2013 15 } }
WdConditionCode [::Word::Enum]Top, Main, Index
WdConditionCode
wdEvenColumnBanding | 7 |
wdEvenRowBanding | 3 |
wdFirstColumn | 4 |
wdFirstRow | 0 |
wdLastColumn | 5 |
wdLastRow | 1 |
wdNECell | 8 |
wdNWCell | 9 |
wdOddColumnBanding | 6 |
wdOddRowBanding | 2 |
wdSECell | 10 |
wdSWCell | 11 |
proc ::Word::Enum::WdConditionCode {} { # wdEvenColumnBanding - 7 # wdEvenRowBanding - 3 # wdFirstColumn - 4 # wdFirstRow - 0 # wdLastColumn - 5 # wdLastRow - 1 # wdNECell - 8 # wdNWCell - 9 # wdOddColumnBanding - 6 # wdOddRowBanding - 2 # wdSECell - 10 # wdSWCell - 11 return { wdEvenColumnBanding 7 wdEvenRowBanding 3 wdFirstColumn 4 wdFirstRow 0 wdLastColumn 5 wdLastRow 1 wdNECell 8 wdNWCell 9 wdOddColumnBanding 6 wdOddRowBanding 2 wdSECell 10 wdSWCell 11 } }
WdConstants [::Word::Enum]Top, Main, Index
WdConstants
wdAutoPosition | 0 |
wdBackward | -1073741823 |
wdCreatorCode | 1297307460 |
wdFirst | 1 |
wdForward | 1073741823 |
wdToggle | 9999998 |
wdUndefined | 9999999 |
proc ::Word::Enum::WdConstants {} { # wdAutoPosition - 0 # wdBackward - -1073741823 # wdCreatorCode - 1297307460 # wdFirst - 1 # wdForward - 1073741823 # wdToggle - 9999998 # wdUndefined - 9999999 return { wdAutoPosition 0 wdBackward -1073741823 wdCreatorCode 1297307460 wdFirst 1 wdForward 1073741823 wdToggle 9999998 wdUndefined 9999999 } }
WdContentControlAppearance [::Word::Enum]Top, Main, Index
WdContentControlAppearance
wdContentControlBoundingBox | 0 |
wdContentControlHidden | 2 |
wdContentControlTags | 1 |
proc ::Word::Enum::WdContentControlAppearance {} { # wdContentControlBoundingBox - 0 # wdContentControlHidden - 2 # wdContentControlTags - 1 return { wdContentControlBoundingBox 0 wdContentControlHidden 2 wdContentControlTags 1 } }
WdContentControlDateStorageFormat [::Word::Enum]Top, Main, Index
WdContentControlDateStorageFormat
wdContentControlDateStorageDate | 1 |
wdContentControlDateStorageDateTime | 2 |
wdContentControlDateStorageText | 0 |
proc ::Word::Enum::WdContentControlDateStorageFormat {} { # wdContentControlDateStorageDate - 1 # wdContentControlDateStorageDateTime - 2 # wdContentControlDateStorageText - 0 return { wdContentControlDateStorageDate 1 wdContentControlDateStorageDateTime 2 wdContentControlDateStorageText 0 } }
WdContentControlLevel [::Word::Enum]Top, Main, Index
WdContentControlLevel
wdContentControlLevelCell | 3 |
wdContentControlLevelInline | 0 |
wdContentControlLevelParagraph | 1 |
wdContentControlLevelRow | 2 |
proc ::Word::Enum::WdContentControlLevel {} { # wdContentControlLevelCell - 3 # wdContentControlLevelInline - 0 # wdContentControlLevelParagraph - 1 # wdContentControlLevelRow - 2 return { wdContentControlLevelCell 3 wdContentControlLevelInline 0 wdContentControlLevelParagraph 1 wdContentControlLevelRow 2 } }
WdContentControlType [::Word::Enum]Top, Main, Index
WdContentControlType
wdContentControlBuildingBlockGallery | 5 |
wdContentControlCheckBox | 8 |
wdContentControlComboBox | 3 |
wdContentControlDate | 6 |
wdContentControlDropdownList | 4 |
wdContentControlGroup | 7 |
wdContentControlPicture | 2 |
wdContentControlRepeatingSection | 9 |
wdContentControlRichText | 0 |
wdContentControlText | 1 |
proc ::Word::Enum::WdContentControlType {} { # wdContentControlBuildingBlockGallery - 5 # wdContentControlCheckBox - 8 # wdContentControlComboBox - 3 # wdContentControlDate - 6 # wdContentControlDropdownList - 4 # wdContentControlGroup - 7 # wdContentControlPicture - 2 # wdContentControlRepeatingSection - 9 # wdContentControlRichText - 0 # wdContentControlText - 1 return { wdContentControlBuildingBlockGallery 5 wdContentControlCheckBox 8 wdContentControlComboBox 3 wdContentControlDate 6 wdContentControlDropdownList 4 wdContentControlGroup 7 wdContentControlPicture 2 wdContentControlRepeatingSection 9 wdContentControlRichText 0 wdContentControlText 1 } }
WdContinue [::Word::Enum]Top, Main, Index
WdContinue
wdContinueDisabled | 0 |
wdContinueList | 2 |
wdResetList | 1 |
proc ::Word::Enum::WdContinue {} { # wdContinueDisabled - 0 # wdContinueList - 2 # wdResetList - 1 return { wdContinueDisabled 0 wdContinueList 2 wdResetList 1 } }
WdCountry [::Word::Enum]Top, Main, Index
WdCountry
wdArgentina | 54 |
wdBrazil | 55 |
wdCanada | 2 |
wdChile | 56 |
wdChina | 86 |
wdDenmark | 45 |
wdFinland | 358 |
wdFrance | 33 |
wdGermany | 49 |
wdIceland | 354 |
wdItaly | 39 |
wdJapan | 81 |
wdKorea | 82 |
wdLatinAmerica | 3 |
wdMexico | 52 |
wdNetherlands | 31 |
wdNorway | 47 |
wdPeru | 51 |
wdSpain | 34 |
wdSweden | 46 |
wdTaiwan | 886 |
wdUK | 44 |
wdUS | 1 |
wdVenezuela | 58 |
proc ::Word::Enum::WdCountry {} { # wdArgentina - 54 # wdBrazil - 55 # wdCanada - 2 # wdChile - 56 # wdChina - 86 # wdDenmark - 45 # wdFinland - 358 # wdFrance - 33 # wdGermany - 49 # wdIceland - 354 # wdItaly - 39 # wdJapan - 81 # wdKorea - 82 # wdLatinAmerica - 3 # wdMexico - 52 # wdNetherlands - 31 # wdNorway - 47 # wdPeru - 51 # wdSpain - 34 # wdSweden - 46 # wdTaiwan - 886 # wdUK - 44 # wdUS - 1 # wdVenezuela - 58 return { wdArgentina 54 wdBrazil 55 wdCanada 2 wdChile 56 wdChina 86 wdDenmark 45 wdFinland 358 wdFrance 33 wdGermany 49 wdIceland 354 wdItaly 39 wdJapan 81 wdKorea 82 wdLatinAmerica 3 wdMexico 52 wdNetherlands 31 wdNorway 47 wdPeru 51 wdSpain 34 wdSweden 46 wdTaiwan 886 wdUK 44 wdUS 1 wdVenezuela 58 } }
WdCursorMovement [::Word::Enum]Top, Main, Index
WdCursorMovement
wdCursorMovementLogical | 0 |
wdCursorMovementVisual | 1 |
proc ::Word::Enum::WdCursorMovement {} { # wdCursorMovementLogical - 0 # wdCursorMovementVisual - 1 return { wdCursorMovementLogical 0 wdCursorMovementVisual 1 } }
WdCursorType [::Word::Enum]Top, Main, Index
WdCursorType
wdCursorIBeam | 1 |
wdCursorNormal | 2 |
wdCursorNorthwestArrow | 3 |
wdCursorWait | 0 |
proc ::Word::Enum::WdCursorType {} { # wdCursorIBeam - 1 # wdCursorNormal - 2 # wdCursorNorthwestArrow - 3 # wdCursorWait - 0 return { wdCursorIBeam 1 wdCursorNormal 2 wdCursorNorthwestArrow 3 wdCursorWait 0 } }
WdCustomLabelPageSize [::Word::Enum]Top, Main, Index
WdCustomLabelPageSize
wdCustomLabelA4 | 2 |
wdCustomLabelA4LS | 3 |
wdCustomLabelA5 | 4 |
wdCustomLabelA5LS | 5 |
wdCustomLabelB4JIS | 13 |
wdCustomLabelB5 | 6 |
wdCustomLabelFanfold | 8 |
wdCustomLabelHigaki | 11 |
wdCustomLabelHigakiLS | 12 |
wdCustomLabelLetter | 0 |
wdCustomLabelLetterLS | 1 |
wdCustomLabelMini | 7 |
wdCustomLabelVertHalfSheet | 9 |
wdCustomLabelVertHalfSheetLS | 10 |
proc ::Word::Enum::WdCustomLabelPageSize {} { # wdCustomLabelA4 - 2 # wdCustomLabelA4LS - 3 # wdCustomLabelA5 - 4 # wdCustomLabelA5LS - 5 # wdCustomLabelB4JIS - 13 # wdCustomLabelB5 - 6 # wdCustomLabelFanfold - 8 # wdCustomLabelHigaki - 11 # wdCustomLabelHigakiLS - 12 # wdCustomLabelLetter - 0 # wdCustomLabelLetterLS - 1 # wdCustomLabelMini - 7 # wdCustomLabelVertHalfSheet - 9 # wdCustomLabelVertHalfSheetLS - 10 return { wdCustomLabelA4 2 wdCustomLabelA4LS 3 wdCustomLabelA5 4 wdCustomLabelA5LS 5 wdCustomLabelB4JIS 13 wdCustomLabelB5 6 wdCustomLabelFanfold 8 wdCustomLabelHigaki 11 wdCustomLabelHigakiLS 12 wdCustomLabelLetter 0 wdCustomLabelLetterLS 1 wdCustomLabelMini 7 wdCustomLabelVertHalfSheet 9 wdCustomLabelVertHalfSheetLS 10 } }
WdDateLanguage [::Word::Enum]Top, Main, Index
WdDateLanguage
wdDateLanguageBidi | 10 |
wdDateLanguageLatin | 1033 |
proc ::Word::Enum::WdDateLanguage {} { # wdDateLanguageBidi - 10 # wdDateLanguageLatin - 1033 return { wdDateLanguageBidi 10 wdDateLanguageLatin 1033 } }
WdDefaultFilePath [::Word::Enum]Top, Main, Index
WdDefaultFilePath
wdAutoRecoverPath | 5 |
wdBorderArtPath | 19 |
wdCurrentFolderPath | 14 |
wdDocumentsPath | 0 |
wdGraphicsFiltersPath | 10 |
wdPicturesPath | 1 |
wdProgramPath | 9 |
wdProofingToolsPath | 12 |
wdStartupPath | 8 |
wdStyleGalleryPath | 15 |
wdTempFilePath | 13 |
wdTextConvertersPath | 11 |
wdToolsPath | 6 |
wdTutorialPath | 7 |
wdUserOptionsPath | 4 |
wdUserTemplatesPath | 2 |
wdWorkgroupTemplatesPath | 3 |
proc ::Word::Enum::WdDefaultFilePath {} { # wdAutoRecoverPath - 5 # wdBorderArtPath - 19 # wdCurrentFolderPath - 14 # wdDocumentsPath - 0 # wdGraphicsFiltersPath - 10 # wdPicturesPath - 1 # wdProgramPath - 9 # wdProofingToolsPath - 12 # wdStartupPath - 8 # wdStyleGalleryPath - 15 # wdTempFilePath - 13 # wdTextConvertersPath - 11 # wdToolsPath - 6 # wdTutorialPath - 7 # wdUserOptionsPath - 4 # wdUserTemplatesPath - 2 # wdWorkgroupTemplatesPath - 3 return { wdAutoRecoverPath 5 wdBorderArtPath 19 wdCurrentFolderPath 14 wdDocumentsPath 0 wdGraphicsFiltersPath 10 wdPicturesPath 1 wdProgramPath 9 wdProofingToolsPath 12 wdStartupPath 8 wdStyleGalleryPath 15 wdTempFilePath 13 wdTextConvertersPath 11 wdToolsPath 6 wdTutorialPath 7 wdUserOptionsPath 4 wdUserTemplatesPath 2 wdWorkgroupTemplatesPath 3 } }
WdDefaultListBehavior [::Word::Enum]Top, Main, Index
WdDefaultListBehavior
wdWord8ListBehavior | 0 |
wdWord9ListBehavior | 1 |
wdWord10ListBehavior | 2 |
proc ::Word::Enum::WdDefaultListBehavior {} { # wdWord8ListBehavior - 0 # wdWord9ListBehavior - 1 # wdWord10ListBehavior - 2 return { wdWord8ListBehavior 0 wdWord9ListBehavior 1 wdWord10ListBehavior 2 } }
WdDefaultTableBehavior [::Word::Enum]Top, Main, Index
WdDefaultTableBehavior
wdWord8TableBehavior | 0 |
wdWord9TableBehavior | 1 |
proc ::Word::Enum::WdDefaultTableBehavior {} { # wdWord8TableBehavior - 0 # wdWord9TableBehavior - 1 return { wdWord8TableBehavior 0 wdWord9TableBehavior 1 } }
WdDeleteCells [::Word::Enum]Top, Main, Index
WdDeleteCells
wdDeleteCellsEntireColumn | 3 |
wdDeleteCellsEntireRow | 2 |
wdDeleteCellsShiftLeft | 0 |
wdDeleteCellsShiftUp | 1 |
proc ::Word::Enum::WdDeleteCells {} { # wdDeleteCellsEntireColumn - 3 # wdDeleteCellsEntireRow - 2 # wdDeleteCellsShiftLeft - 0 # wdDeleteCellsShiftUp - 1 return { wdDeleteCellsEntireColumn 3 wdDeleteCellsEntireRow 2 wdDeleteCellsShiftLeft 0 wdDeleteCellsShiftUp 1 } }
WdDeletedTextMark [::Word::Enum]Top, Main, Index
WdDeletedTextMark
wdDeletedTextMarkBold | 5 |
wdDeletedTextMarkCaret | 2 |
wdDeletedTextMarkColorOnly | 9 |
wdDeletedTextMarkDoubleStrikeThrough | 10 |
wdDeletedTextMarkDoubleUnderline | 8 |
wdDeletedTextMarkHidden | 0 |
wdDeletedTextMarkItalic | 6 |
wdDeletedTextMarkNone | 4 |
wdDeletedTextMarkPound | 3 |
wdDeletedTextMarkStrikeThrough | 1 |
wdDeletedTextMarkUnderline | 7 |
proc ::Word::Enum::WdDeletedTextMark {} { # wdDeletedTextMarkBold - 5 # wdDeletedTextMarkCaret - 2 # wdDeletedTextMarkColorOnly - 9 # wdDeletedTextMarkDoubleStrikeThrough - 10 # wdDeletedTextMarkDoubleUnderline - 8 # wdDeletedTextMarkHidden - 0 # wdDeletedTextMarkItalic - 6 # wdDeletedTextMarkNone - 4 # wdDeletedTextMarkPound - 3 # wdDeletedTextMarkStrikeThrough - 1 # wdDeletedTextMarkUnderline - 7 return { wdDeletedTextMarkBold 5 wdDeletedTextMarkCaret 2 wdDeletedTextMarkColorOnly 9 wdDeletedTextMarkDoubleStrikeThrough 10 wdDeletedTextMarkDoubleUnderline 8 wdDeletedTextMarkHidden 0 wdDeletedTextMarkItalic 6 wdDeletedTextMarkNone 4 wdDeletedTextMarkPound 3 wdDeletedTextMarkStrikeThrough 1 wdDeletedTextMarkUnderline 7 } }
WdDiacriticColor [::Word::Enum]Top, Main, Index
WdDiacriticColor
wdDiacriticColorBidi | 0 |
wdDiacriticColorLatin | 1 |
proc ::Word::Enum::WdDiacriticColor {} { # wdDiacriticColorBidi - 0 # wdDiacriticColorLatin - 1 return { wdDiacriticColorBidi 0 wdDiacriticColorLatin 1 } }
WdDictionaryType [::Word::Enum]Top, Main, Index
WdDictionaryType
wdGrammar | 1 |
wdHangulHanjaConversion | 8 |
wdHangulHanjaConversionCustom | 9 |
wdHyphenation | 3 |
wdSpelling | 0 |
wdSpellingComplete | 4 |
wdSpellingCustom | 5 |
wdSpellingLegal | 6 |
wdSpellingMedical | 7 |
wdThesaurus | 2 |
proc ::Word::Enum::WdDictionaryType {} { # wdGrammar - 1 # wdHangulHanjaConversion - 8 # wdHangulHanjaConversionCustom - 9 # wdHyphenation - 3 # wdSpelling - 0 # wdSpellingComplete - 4 # wdSpellingCustom - 5 # wdSpellingLegal - 6 # wdSpellingMedical - 7 # wdThesaurus - 2 return { wdGrammar 1 wdHangulHanjaConversion 8 wdHangulHanjaConversionCustom 9 wdHyphenation 3 wdSpelling 0 wdSpellingComplete 4 wdSpellingCustom 5 wdSpellingLegal 6 wdSpellingMedical 7 wdThesaurus 2 } }
WdDictionaryTypeHID [::Word::Enum]Top, Main, Index
WdDictionaryTypeHID
emptyenum | 0 |
proc ::Word::Enum::WdDictionaryTypeHID {} { # emptyenum - 0 return { emptyenum 0 } }
WdDisableFeaturesIntroducedAfter [::Word::Enum]Top, Main, Index
WdDisableFeaturesIntroducedAfter
wd70 | 0 |
wd70FE | 1 |
wd80 | 2 |
proc ::Word::Enum::WdDisableFeaturesIntroducedAfter {} { # wd70 - 0 # wd70FE - 1 # wd80 - 2 return { wd70 0 wd70FE 1 wd80 2 } }
WdDocPartInsertOptions [::Word::Enum]Top, Main, Index
WdDocPartInsertOptions
wdInsertContent | 0 |
wdInsertPage | 2 |
wdInsertParagraph | 1 |
proc ::Word::Enum::WdDocPartInsertOptions {} { # wdInsertContent - 0 # wdInsertPage - 2 # wdInsertParagraph - 1 return { wdInsertContent 0 wdInsertPage 2 wdInsertParagraph 1 } }
WdDocumentDirection [::Word::Enum]Top, Main, Index
WdDocumentDirection
wdLeftToRight | 0 |
wdRightToLeft | 1 |
proc ::Word::Enum::WdDocumentDirection {} { # wdLeftToRight - 0 # wdRightToLeft - 1 return { wdLeftToRight 0 wdRightToLeft 1 } }
WdDocumentKind [::Word::Enum]Top, Main, Index
WdDocumentKind
wdDocumentEmail | 2 |
wdDocumentLetter | 1 |
wdDocumentNotSpecified | 0 |
proc ::Word::Enum::WdDocumentKind {} { # wdDocumentEmail - 2 # wdDocumentLetter - 1 # wdDocumentNotSpecified - 0 return { wdDocumentEmail 2 wdDocumentLetter 1 wdDocumentNotSpecified 0 } }
WdDocumentMedium [::Word::Enum]Top, Main, Index
WdDocumentMedium
wdDocument | 1 |
wdEmailMessage | 0 |
wdWebPage | 2 |
proc ::Word::Enum::WdDocumentMedium {} { # wdDocument - 1 # wdEmailMessage - 0 # wdWebPage - 2 return { wdDocument 1 wdEmailMessage 0 wdWebPage 2 } }
WdDocumentType [::Word::Enum]Top, Main, Index
WdDocumentType
wdTypeDocument | 0 |
wdTypeFrameset | 2 |
wdTypeTemplate | 1 |
proc ::Word::Enum::WdDocumentType {} { # wdTypeDocument - 0 # wdTypeFrameset - 2 # wdTypeTemplate - 1 return { wdTypeDocument 0 wdTypeFrameset 2 wdTypeTemplate 1 } }
WdDocumentViewDirection [::Word::Enum]Top, Main, Index
WdDocumentViewDirection
wdDocumentViewLtr | 1 |
wdDocumentViewRtl | 0 |
proc ::Word::Enum::WdDocumentViewDirection {} { # wdDocumentViewLtr - 1 # wdDocumentViewRtl - 0 return { wdDocumentViewLtr 1 wdDocumentViewRtl 0 } }
WdDropPosition [::Word::Enum]Top, Main, Index
WdDropPosition
wdDropMargin | 2 |
wdDropNone | 0 |
wdDropNormal | 1 |
proc ::Word::Enum::WdDropPosition {} { # wdDropMargin - 2 # wdDropNone - 0 # wdDropNormal - 1 return { wdDropMargin 2 wdDropNone 0 wdDropNormal 1 } }
WdEditionOption [::Word::Enum]Top, Main, Index
WdEditionOption
wdAutomaticUpdate | 3 |
wdCancelPublisher | 0 |
wdChangeAttributes | 5 |
wdManualUpdate | 4 |
wdOpenSource | 7 |
wdSelectPublisher | 2 |
wdSendPublisher | 1 |
wdUpdateSubscriber | 6 |
proc ::Word::Enum::WdEditionOption {} { # wdAutomaticUpdate - 3 # wdCancelPublisher - 0 # wdChangeAttributes - 5 # wdManualUpdate - 4 # wdOpenSource - 7 # wdSelectPublisher - 2 # wdSendPublisher - 1 # wdUpdateSubscriber - 6 return { wdAutomaticUpdate 3 wdCancelPublisher 0 wdChangeAttributes 5 wdManualUpdate 4 wdOpenSource 7 wdSelectPublisher 2 wdSendPublisher 1 wdUpdateSubscriber 6 } }
WdEditionType [::Word::Enum]Top, Main, Index
WdEditionType
wdPublisher | 0 |
wdSubscriber | 1 |
proc ::Word::Enum::WdEditionType {} { # wdPublisher - 0 # wdSubscriber - 1 return { wdPublisher 0 wdSubscriber 1 } }
WdEditorType [::Word::Enum]Top, Main, Index
WdEditorType
wdEditorCurrent | -6 |
wdEditorEditors | -5 |
wdEditorEveryone | -1 |
wdEditorOwners | -4 |
proc ::Word::Enum::WdEditorType {} { # wdEditorCurrent - -6 # wdEditorEditors - -5 # wdEditorEveryone - -1 # wdEditorOwners - -4 return { wdEditorCurrent -6 wdEditorEditors -5 wdEditorEveryone -1 wdEditorOwners -4 } }
WdEmailHTMLFidelity [::Word::Enum]Top, Main, Index
WdEmailHTMLFidelity
wdEmailHTMLFidelityHigh | 3 |
wdEmailHTMLFidelityLow | 1 |
wdEmailHTMLFidelityMedium | 2 |
proc ::Word::Enum::WdEmailHTMLFidelity {} { # wdEmailHTMLFidelityHigh - 3 # wdEmailHTMLFidelityLow - 1 # wdEmailHTMLFidelityMedium - 2 return { wdEmailHTMLFidelityHigh 3 wdEmailHTMLFidelityLow 1 wdEmailHTMLFidelityMedium 2 } }
WdEmphasisMark [::Word::Enum]Top, Main, Index
WdEmphasisMark
wdEmphasisMarkNone | 0 |
wdEmphasisMarkOverComma | 2 |
wdEmphasisMarkOverSolidCircle | 1 |
wdEmphasisMarkOverWhiteCircle | 3 |
wdEmphasisMarkUnderSolidCircle | 4 |
proc ::Word::Enum::WdEmphasisMark {} { # wdEmphasisMarkNone - 0 # wdEmphasisMarkOverComma - 2 # wdEmphasisMarkOverSolidCircle - 1 # wdEmphasisMarkOverWhiteCircle - 3 # wdEmphasisMarkUnderSolidCircle - 4 return { wdEmphasisMarkNone 0 wdEmphasisMarkOverComma 2 wdEmphasisMarkOverSolidCircle 1 wdEmphasisMarkOverWhiteCircle 3 wdEmphasisMarkUnderSolidCircle 4 } }
WdEnableCancelKey [::Word::Enum]Top, Main, Index
WdEnableCancelKey
wdCancelDisabled | 0 |
wdCancelInterrupt | 1 |
proc ::Word::Enum::WdEnableCancelKey {} { # wdCancelDisabled - 0 # wdCancelInterrupt - 1 return { wdCancelDisabled 0 wdCancelInterrupt 1 } }
WdEncloseStyle [::Word::Enum]Top, Main, Index
WdEncloseStyle
wdEncloseStyleLarge | 2 |
wdEncloseStyleNone | 0 |
wdEncloseStyleSmall | 1 |
proc ::Word::Enum::WdEncloseStyle {} { # wdEncloseStyleLarge - 2 # wdEncloseStyleNone - 0 # wdEncloseStyleSmall - 1 return { wdEncloseStyleLarge 2 wdEncloseStyleNone 0 wdEncloseStyleSmall 1 } }
WdEnclosureType [::Word::Enum]Top, Main, Index
WdEnclosureType
wdEnclosureCircle | 0 |
wdEnclosureDiamond | 3 |
wdEnclosureSquare | 1 |
wdEnclosureTriangle | 2 |
proc ::Word::Enum::WdEnclosureType {} { # wdEnclosureCircle - 0 # wdEnclosureDiamond - 3 # wdEnclosureSquare - 1 # wdEnclosureTriangle - 2 return { wdEnclosureCircle 0 wdEnclosureDiamond 3 wdEnclosureSquare 1 wdEnclosureTriangle 2 } }
WdEndnoteLocation [::Word::Enum]Top, Main, Index
WdEndnoteLocation
wdEndOfDocument | 1 |
wdEndOfSection | 0 |
proc ::Word::Enum::WdEndnoteLocation {} { # wdEndOfDocument - 1 # wdEndOfSection - 0 return { wdEndOfDocument 1 wdEndOfSection 0 } }
WdEnvelopeOrientation [::Word::Enum]Top, Main, Index
WdEnvelopeOrientation
wdCenterClockwise | 7 |
wdCenterLandscape | 4 |
wdCenterPortrait | 1 |
wdLeftClockwise | 6 |
wdLeftLandscape | 3 |
wdLeftPortrait | 0 |
wdRightClockwise | 8 |
wdRightLandscape | 5 |
wdRightPortrait | 2 |
proc ::Word::Enum::WdEnvelopeOrientation {} { # wdCenterClockwise - 7 # wdCenterLandscape - 4 # wdCenterPortrait - 1 # wdLeftClockwise - 6 # wdLeftLandscape - 3 # wdLeftPortrait - 0 # wdRightClockwise - 8 # wdRightLandscape - 5 # wdRightPortrait - 2 return { wdCenterClockwise 7 wdCenterLandscape 4 wdCenterPortrait 1 wdLeftClockwise 6 wdLeftLandscape 3 wdLeftPortrait 0 wdRightClockwise 8 wdRightLandscape 5 wdRightPortrait 2 } }
WdExportCreateBookmarks [::Word::Enum]Top, Main, Index
WdExportCreateBookmarks
wdExportCreateHeadingBookmarks | 1 |
wdExportCreateNoBookmarks | 0 |
wdExportCreateWordBookmarks | 2 |
proc ::Word::Enum::WdExportCreateBookmarks {} { # wdExportCreateHeadingBookmarks - 1 # wdExportCreateNoBookmarks - 0 # wdExportCreateWordBookmarks - 2 return { wdExportCreateHeadingBookmarks 1 wdExportCreateNoBookmarks 0 wdExportCreateWordBookmarks 2 } }
WdExportFormat [::Word::Enum]Top, Main, Index
WdExportFormat
wdExportFormatPDF | 17 |
wdExportFormatXPS | 18 |
proc ::Word::Enum::WdExportFormat {} { # wdExportFormatPDF - 17 # wdExportFormatXPS - 18 return { wdExportFormatPDF 17 wdExportFormatXPS 18 } }
WdExportItem [::Word::Enum]Top, Main, Index
WdExportItem
wdExportDocumentContent | 0 |
wdExportDocumentWithMarkup | 7 |
proc ::Word::Enum::WdExportItem {} { # wdExportDocumentContent - 0 # wdExportDocumentWithMarkup - 7 return { wdExportDocumentContent 0 wdExportDocumentWithMarkup 7 } }
WdExportOptimizeFor [::Word::Enum]Top, Main, Index
WdExportOptimizeFor
wdExportOptimizeForOnScreen | 1 |
wdExportOptimizeForPrint | 0 |
proc ::Word::Enum::WdExportOptimizeFor {} { # wdExportOptimizeForOnScreen - 1 # wdExportOptimizeForPrint - 0 return { wdExportOptimizeForOnScreen 1 wdExportOptimizeForPrint 0 } }
WdExportRange [::Word::Enum]Top, Main, Index
WdExportRange
wdExportAllDocument | 0 |
wdExportCurrentPage | 2 |
wdExportFromTo | 3 |
wdExportSelection | 1 |
proc ::Word::Enum::WdExportRange {} { # wdExportAllDocument - 0 # wdExportCurrentPage - 2 # wdExportFromTo - 3 # wdExportSelection - 1 return { wdExportAllDocument 0 wdExportCurrentPage 2 wdExportFromTo 3 wdExportSelection 1 } }
WdFarEastLineBreakLanguageID [::Word::Enum]Top, Main, Index
WdFarEastLineBreakLanguageID
wdLineBreakJapanese | 1041 |
wdLineBreakKorean | 1042 |
wdLineBreakSimplifiedChinese | 2052 |
wdLineBreakTraditionalChinese | 1028 |
proc ::Word::Enum::WdFarEastLineBreakLanguageID {} { # wdLineBreakJapanese - 1041 # wdLineBreakKorean - 1042 # wdLineBreakSimplifiedChinese - 2052 # wdLineBreakTraditionalChinese - 1028 return { wdLineBreakJapanese 1041 wdLineBreakKorean 1042 wdLineBreakSimplifiedChinese 2052 wdLineBreakTraditionalChinese 1028 } }
WdFarEastLineBreakLevel [::Word::Enum]Top, Main, Index
WdFarEastLineBreakLevel
wdFarEastLineBreakLevelCustom | 2 |
wdFarEastLineBreakLevelNormal | 0 |
wdFarEastLineBreakLevelStrict | 1 |
proc ::Word::Enum::WdFarEastLineBreakLevel {} { # wdFarEastLineBreakLevelCustom - 2 # wdFarEastLineBreakLevelNormal - 0 # wdFarEastLineBreakLevelStrict - 1 return { wdFarEastLineBreakLevelCustom 2 wdFarEastLineBreakLevelNormal 0 wdFarEastLineBreakLevelStrict 1 } }
WdFieldKind [::Word::Enum]Top, Main, Index
WdFieldKind
wdFieldKindCold | 3 |
wdFieldKindHot | 1 |
wdFieldKindNone | 0 |
wdFieldKindWarm | 2 |
proc ::Word::Enum::WdFieldKind {} { # wdFieldKindCold - 3 # wdFieldKindHot - 1 # wdFieldKindNone - 0 # wdFieldKindWarm - 2 return { wdFieldKindCold 3 wdFieldKindHot 1 wdFieldKindNone 0 wdFieldKindWarm 2 } }
WdFieldShading [::Word::Enum]Top, Main, Index
WdFieldShading
wdFieldShadingAlways | 1 |
wdFieldShadingNever | 0 |
wdFieldShadingWhenSelected | 2 |
proc ::Word::Enum::WdFieldShading {} { # wdFieldShadingAlways - 1 # wdFieldShadingNever - 0 # wdFieldShadingWhenSelected - 2 return { wdFieldShadingAlways 1 wdFieldShadingNever 0 wdFieldShadingWhenSelected 2 } }
WdFieldType [::Word::Enum]Top, Main, Index
WdFieldType
wdFieldAddin | 81 |
wdFieldAddressBlock | 93 |
wdFieldAdvance | 84 |
wdFieldAsk | 38 |
wdFieldAuthor | 17 |
wdFieldAutoNum | 54 |
wdFieldAutoNumLegal | 53 |
wdFieldAutoNumOutline | 52 |
wdFieldAutoText | 79 |
wdFieldAutoTextList | 89 |
wdFieldBarCode | 63 |
wdFieldBibliography | 97 |
wdFieldBidiOutline | 92 |
wdFieldCitation | 96 |
wdFieldComments | 19 |
wdFieldCompare | 80 |
wdFieldCreateDate | 21 |
wdFieldData | 40 |
wdFieldDatabase | 78 |
wdFieldDate | 31 |
wdFieldDDE | 45 |
wdFieldDDEAuto | 46 |
wdFieldDisplayBarcode | 99 |
wdFieldDocProperty | 85 |
wdFieldDocVariable | 64 |
wdFieldEditTime | 25 |
wdFieldEmbed | 58 |
wdFieldEmpty | -1 |
wdFieldExpression | 34 |
wdFieldFileName | 29 |
wdFieldFileSize | 69 |
wdFieldFillIn | 39 |
wdFieldFootnoteRef | 5 |
wdFieldFormCheckBox | 71 |
wdFieldFormDropDown | 83 |
wdFieldFormTextInput | 70 |
wdFieldFormula | 49 |
wdFieldGlossary | 47 |
wdFieldGoToButton | 50 |
wdFieldGreetingLine | 94 |
wdFieldHTMLActiveX | 91 |
wdFieldHyperlink | 88 |
wdFieldIf | 7 |
wdFieldImport | 55 |
wdFieldInclude | 36 |
wdFieldIncludePicture | 67 |
wdFieldIncludeText | 68 |
wdFieldIndex | 8 |
wdFieldIndexEntry | 4 |
wdFieldInfo | 14 |
wdFieldKeyWord | 18 |
wdFieldLastSavedBy | 20 |
wdFieldLink | 56 |
wdFieldListNum | 90 |
wdFieldMacroButton | 51 |
wdFieldMergeBarcode | 98 |
wdFieldMergeField | 59 |
wdFieldMergeRec | 44 |
wdFieldMergeSeq | 75 |
wdFieldNext | 41 |
wdFieldNextIf | 42 |
wdFieldNoteRef | 72 |
wdFieldNumChars | 28 |
wdFieldNumPages | 26 |
wdFieldNumWords | 27 |
wdFieldOCX | 87 |
wdFieldPage | 33 |
wdFieldPageRef | 37 |
wdFieldPrint | 48 |
wdFieldPrintDate | 23 |
wdFieldPrivate | 77 |
wdFieldQuote | 35 |
wdFieldRef | 3 |
wdFieldRefDoc | 11 |
wdFieldRevisionNum | 24 |
wdFieldSaveDate | 22 |
wdFieldSection | 65 |
wdFieldSectionPages | 66 |
wdFieldSequence | 12 |
wdFieldSet | 6 |
wdFieldShape | 95 |
wdFieldSkipIf | 43 |
wdFieldStyleRef | 10 |
wdFieldSubject | 16 |
wdFieldSubscriber | 82 |
wdFieldSymbol | 57 |
wdFieldTemplate | 30 |
wdFieldTime | 32 |
wdFieldTitle | 15 |
wdFieldTOA | 73 |
wdFieldTOAEntry | 74 |
wdFieldTOC | 13 |
wdFieldTOCEntry | 9 |
wdFieldUserAddress | 62 |
wdFieldUserInitials | 61 |
wdFieldUserName | 60 |
proc ::Word::Enum::WdFieldType {} { # wdFieldAddin - 81 # wdFieldAddressBlock - 93 # wdFieldAdvance - 84 # wdFieldAsk - 38 # wdFieldAuthor - 17 # wdFieldAutoNum - 54 # wdFieldAutoNumLegal - 53 # wdFieldAutoNumOutline - 52 # wdFieldAutoText - 79 # wdFieldAutoTextList - 89 # wdFieldBarCode - 63 # wdFieldBibliography - 97 # wdFieldBidiOutline - 92 # wdFieldCitation - 96 # wdFieldComments - 19 # wdFieldCompare - 80 # wdFieldCreateDate - 21 # wdFieldData - 40 # wdFieldDatabase - 78 # wdFieldDate - 31 # wdFieldDDE - 45 # wdFieldDDEAuto - 46 # wdFieldDisplayBarcode - 99 # wdFieldDocProperty - 85 # wdFieldDocVariable - 64 # wdFieldEditTime - 25 # wdFieldEmbed - 58 # wdFieldEmpty - -1 # wdFieldExpression - 34 # wdFieldFileName - 29 # wdFieldFileSize - 69 # wdFieldFillIn - 39 # wdFieldFootnoteRef - 5 # wdFieldFormCheckBox - 71 # wdFieldFormDropDown - 83 # wdFieldFormTextInput - 70 # wdFieldFormula - 49 # wdFieldGlossary - 47 # wdFieldGoToButton - 50 # wdFieldGreetingLine - 94 # wdFieldHTMLActiveX - 91 # wdFieldHyperlink - 88 # wdFieldIf - 7 # wdFieldImport - 55 # wdFieldInclude - 36 # wdFieldIncludePicture - 67 # wdFieldIncludeText - 68 # wdFieldIndex - 8 # wdFieldIndexEntry - 4 # wdFieldInfo - 14 # wdFieldKeyWord - 18 # wdFieldLastSavedBy - 20 # wdFieldLink - 56 # wdFieldListNum - 90 # wdFieldMacroButton - 51 # wdFieldMergeBarcode - 98 # wdFieldMergeField - 59 # wdFieldMergeRec - 44 # wdFieldMergeSeq - 75 # wdFieldNext - 41 # wdFieldNextIf - 42 # wdFieldNoteRef - 72 # wdFieldNumChars - 28 # wdFieldNumPages - 26 # wdFieldNumWords - 27 # wdFieldOCX - 87 # wdFieldPage - 33 # wdFieldPageRef - 37 # wdFieldPrint - 48 # wdFieldPrintDate - 23 # wdFieldPrivate - 77 # wdFieldQuote - 35 # wdFieldRef - 3 # wdFieldRefDoc - 11 # wdFieldRevisionNum - 24 # wdFieldSaveDate - 22 # wdFieldSection - 65 # wdFieldSectionPages - 66 # wdFieldSequence - 12 # wdFieldSet - 6 # wdFieldShape - 95 # wdFieldSkipIf - 43 # wdFieldStyleRef - 10 # wdFieldSubject - 16 # wdFieldSubscriber - 82 # wdFieldSymbol - 57 # wdFieldTemplate - 30 # wdFieldTime - 32 # wdFieldTitle - 15 # wdFieldTOA - 73 # wdFieldTOAEntry - 74 # wdFieldTOC - 13 # wdFieldTOCEntry - 9 # wdFieldUserAddress - 62 # wdFieldUserInitials - 61 # wdFieldUserName - 60 return { wdFieldAddin 81 wdFieldAddressBlock 93 wdFieldAdvance 84 wdFieldAsk 38 wdFieldAuthor 17 wdFieldAutoNum 54 wdFieldAutoNumLegal 53 wdFieldAutoNumOutline 52 wdFieldAutoText 79 wdFieldAutoTextList 89 wdFieldBarCode 63 wdFieldBibliography 97 wdFieldBidiOutline 92 wdFieldCitation 96 wdFieldComments 19 wdFieldCompare 80 wdFieldCreateDate 21 wdFieldData 40 wdFieldDatabase 78 wdFieldDate 31 wdFieldDDE 45 wdFieldDDEAuto 46 wdFieldDisplayBarcode 99 wdFieldDocProperty 85 wdFieldDocVariable 64 wdFieldEditTime 25 wdFieldEmbed 58 wdFieldEmpty -1 wdFieldExpression 34 wdFieldFileName 29 wdFieldFileSize 69 wdFieldFillIn 39 wdFieldFootnoteRef 5 wdFieldFormCheckBox 71 wdFieldFormDropDown 83 wdFieldFormTextInput 70 wdFieldFormula 49 wdFieldGlossary 47 wdFieldGoToButton 50 wdFieldGreetingLine 94 wdFieldHTMLActiveX 91 wdFieldHyperlink 88 wdFieldIf 7 wdFieldImport 55 wdFieldInclude 36 wdFieldIncludePicture 67 wdFieldIncludeText 68 wdFieldIndex 8 wdFieldIndexEntry 4 wdFieldInfo 14 wdFieldKeyWord 18 wdFieldLastSavedBy 20 wdFieldLink 56 wdFieldListNum 90 wdFieldMacroButton 51 wdFieldMergeBarcode 98 wdFieldMergeField 59 wdFieldMergeRec 44 wdFieldMergeSeq 75 wdFieldNext 41 wdFieldNextIf 42 wdFieldNoteRef 72 wdFieldNumChars 28 wdFieldNumPages 26 wdFieldNumWords 27 wdFieldOCX 87 wdFieldPage 33 wdFieldPageRef 37 wdFieldPrint 48 wdFieldPrintDate 23 wdFieldPrivate 77 wdFieldQuote 35 wdFieldRef 3 wdFieldRefDoc 11 wdFieldRevisionNum 24 wdFieldSaveDate 22 wdFieldSection 65 wdFieldSectionPages 66 wdFieldSequence 12 wdFieldSet 6 wdFieldShape 95 wdFieldSkipIf 43 wdFieldStyleRef 10 wdFieldSubject 16 wdFieldSubscriber 82 wdFieldSymbol 57 wdFieldTemplate 30 wdFieldTime 32 wdFieldTitle 15 wdFieldTOA 73 wdFieldTOAEntry 74 wdFieldTOC 13 wdFieldTOCEntry 9 wdFieldUserAddress 62 wdFieldUserInitials 61 wdFieldUserName 60 } }
WdFindMatch [::Word::Enum]Top, Main, Index
WdFindMatch
wdMatchAnyCharacter | 65599 |
wdMatchAnyDigit | 65567 |
wdMatchAnyLetter | 65583 |
wdMatchCaretCharacter | 11 |
wdMatchColumnBreak | 14 |
wdMatchCommentMark | 5 |
wdMatchEmDash | 8212 |
wdMatchEnDash | 8211 |
wdMatchEndnoteMark | 65555 |
wdMatchField | 19 |
wdMatchFootnoteMark | 65554 |
wdMatchGraphic | 1 |
wdMatchManualLineBreak | 65551 |
wdMatchManualPageBreak | 65564 |
wdMatchNonbreakingHyphen | 30 |
wdMatchNonbreakingSpace | 160 |
wdMatchOptionalHyphen | 31 |
wdMatchParagraphMark | 65551 |
wdMatchSectionBreak | 65580 |
wdMatchTabCharacter | 9 |
wdMatchWhiteSpace | 65655 |
proc ::Word::Enum::WdFindMatch {} { # wdMatchAnyCharacter - 65599 # wdMatchAnyDigit - 65567 # wdMatchAnyLetter - 65583 # wdMatchCaretCharacter - 11 # wdMatchColumnBreak - 14 # wdMatchCommentMark - 5 # wdMatchEmDash - 8212 # wdMatchEnDash - 8211 # wdMatchEndnoteMark - 65555 # wdMatchField - 19 # wdMatchFootnoteMark - 65554 # wdMatchGraphic - 1 # wdMatchManualLineBreak - 65551 # wdMatchManualPageBreak - 65564 # wdMatchNonbreakingHyphen - 30 # wdMatchNonbreakingSpace - 160 # wdMatchOptionalHyphen - 31 # wdMatchParagraphMark - 65551 # wdMatchSectionBreak - 65580 # wdMatchTabCharacter - 9 # wdMatchWhiteSpace - 65655 return { wdMatchAnyCharacter 65599 wdMatchAnyDigit 65567 wdMatchAnyLetter 65583 wdMatchCaretCharacter 11 wdMatchColumnBreak 14 wdMatchCommentMark 5 wdMatchEmDash 8212 wdMatchEnDash 8211 wdMatchEndnoteMark 65555 wdMatchField 19 wdMatchFootnoteMark 65554 wdMatchGraphic 1 wdMatchManualLineBreak 65551 wdMatchManualPageBreak 65564 wdMatchNonbreakingHyphen 30 wdMatchNonbreakingSpace 160 wdMatchOptionalHyphen 31 wdMatchParagraphMark 65551 wdMatchSectionBreak 65580 wdMatchTabCharacter 9 wdMatchWhiteSpace 65655 } }
WdFindWrap [::Word::Enum]Top, Main, Index
WdFindWrap
wdFindAsk | 2 |
wdFindContinue | 1 |
wdFindStop | 0 |
proc ::Word::Enum::WdFindWrap {} { # wdFindAsk - 2 # wdFindContinue - 1 # wdFindStop - 0 return { wdFindAsk 2 wdFindContinue 1 wdFindStop 0 } }
WdFlowDirection [::Word::Enum]Top, Main, Index
WdFlowDirection
wdFlowLtr | 0 |
wdFlowRtl | 1 |
proc ::Word::Enum::WdFlowDirection {} { # wdFlowLtr - 0 # wdFlowRtl - 1 return { wdFlowLtr 0 wdFlowRtl 1 } }
WdFontBias [::Word::Enum]Top, Main, Index
WdFontBias
wdFontBiasDefault | 0 |
wdFontBiasDontCare | 255 |
wdFontBiasFareast | 1 |
proc ::Word::Enum::WdFontBias {} { # wdFontBiasDefault - 0 # wdFontBiasDontCare - 255 # wdFontBiasFareast - 1 return { wdFontBiasDefault 0 wdFontBiasDontCare 255 wdFontBiasFareast 1 } }
WdFootnoteLocation [::Word::Enum]Top, Main, Index
WdFootnoteLocation
wdBeneathText | 1 |
wdBottomOfPage | 0 |
proc ::Word::Enum::WdFootnoteLocation {} { # wdBeneathText - 1 # wdBottomOfPage - 0 return { wdBeneathText 1 wdBottomOfPage 0 } }
WdFramePosition [::Word::Enum]Top, Main, Index
WdFramePosition
wdFrameBottom | -999997 |
wdFrameCenter | -999995 |
wdFrameInside | -999994 |
wdFrameLeft | -999998 |
wdFrameOutside | -999993 |
wdFrameRight | -999996 |
wdFrameTop | -999999 |
proc ::Word::Enum::WdFramePosition {} { # wdFrameBottom - -999997 # wdFrameCenter - -999995 # wdFrameInside - -999994 # wdFrameLeft - -999998 # wdFrameOutside - -999993 # wdFrameRight - -999996 # wdFrameTop - -999999 return { wdFrameBottom -999997 wdFrameCenter -999995 wdFrameInside -999994 wdFrameLeft -999998 wdFrameOutside -999993 wdFrameRight -999996 wdFrameTop -999999 } }
WdFramesetNewFrameLocation [::Word::Enum]Top, Main, Index
WdFramesetNewFrameLocation
wdFramesetNewFrameAbove | 0 |
wdFramesetNewFrameBelow | 1 |
wdFramesetNewFrameLeft | 3 |
wdFramesetNewFrameRight | 2 |
proc ::Word::Enum::WdFramesetNewFrameLocation {} { # wdFramesetNewFrameAbove - 0 # wdFramesetNewFrameBelow - 1 # wdFramesetNewFrameLeft - 3 # wdFramesetNewFrameRight - 2 return { wdFramesetNewFrameAbove 0 wdFramesetNewFrameBelow 1 wdFramesetNewFrameLeft 3 wdFramesetNewFrameRight 2 } }
WdFramesetSizeType [::Word::Enum]Top, Main, Index
WdFramesetSizeType
wdFramesetSizeTypeFixed | 1 |
wdFramesetSizeTypePercent | 0 |
wdFramesetSizeTypeRelative | 2 |
proc ::Word::Enum::WdFramesetSizeType {} { # wdFramesetSizeTypeFixed - 1 # wdFramesetSizeTypePercent - 0 # wdFramesetSizeTypeRelative - 2 return { wdFramesetSizeTypeFixed 1 wdFramesetSizeTypePercent 0 wdFramesetSizeTypeRelative 2 } }
WdFramesetType [::Word::Enum]Top, Main, Index
WdFramesetType
wdFramesetTypeFrame | 1 |
wdFramesetTypeFrameset | 0 |
proc ::Word::Enum::WdFramesetType {} { # wdFramesetTypeFrame - 1 # wdFramesetTypeFrameset - 0 return { wdFramesetTypeFrame 1 wdFramesetTypeFrameset 0 } }
WdFrameSizeRule [::Word::Enum]Top, Main, Index
WdFrameSizeRule
wdFrameAtLeast | 1 |
wdFrameAuto | 0 |
wdFrameExact | 2 |
proc ::Word::Enum::WdFrameSizeRule {} { # wdFrameAtLeast - 1 # wdFrameAuto - 0 # wdFrameExact - 2 return { wdFrameAtLeast 1 wdFrameAuto 0 wdFrameExact 2 } }
WdFrenchSpeller [::Word::Enum]Top, Main, Index
WdFrenchSpeller
wdFrenchBoth | 0 |
wdFrenchPostReform | 2 |
wdFrenchPreReform | 1 |
proc ::Word::Enum::WdFrenchSpeller {} { # wdFrenchBoth - 0 # wdFrenchPostReform - 2 # wdFrenchPreReform - 1 return { wdFrenchBoth 0 wdFrenchPostReform 2 wdFrenchPreReform 1 } }
WdGoToDirection [::Word::Enum]Top, Main, Index
WdGoToDirection
wdGoToAbsolute | 1 |
wdGoToFirst | 1 |
wdGoToLast | -1 |
wdGoToNext | 2 |
wdGoToPrevious | 3 |
wdGoToRelative | 2 |
proc ::Word::Enum::WdGoToDirection {} { # wdGoToAbsolute - 1 # wdGoToFirst - 1 # wdGoToLast - -1 # wdGoToNext - 2 # wdGoToPrevious - 3 # wdGoToRelative - 2 return { wdGoToAbsolute 1 wdGoToFirst 1 wdGoToLast -1 wdGoToNext 2 wdGoToPrevious 3 wdGoToRelative 2 } }
WdGoToItem [::Word::Enum]Top, Main, Index
WdGoToItem
wdGoToBookmark | -1 |
wdGoToComment | 6 |
wdGoToEndnote | 5 |
wdGoToEquation | 10 |
wdGoToField | 7 |
wdGoToFootnote | 4 |
wdGoToGrammaticalError | 14 |
wdGoToGraphic | 8 |
wdGoToHeading | 11 |
wdGoToLine | 3 |
wdGoToObject | 9 |
wdGoToPage | 1 |
wdGoToPercent | 12 |
wdGoToProofreadingError | 15 |
wdGoToSection | 0 |
wdGoToSpellingError | 13 |
wdGoToTable | 2 |
proc ::Word::Enum::WdGoToItem {} { # wdGoToBookmark - -1 # wdGoToComment - 6 # wdGoToEndnote - 5 # wdGoToEquation - 10 # wdGoToField - 7 # wdGoToFootnote - 4 # wdGoToGrammaticalError - 14 # wdGoToGraphic - 8 # wdGoToHeading - 11 # wdGoToLine - 3 # wdGoToObject - 9 # wdGoToPage - 1 # wdGoToPercent - 12 # wdGoToProofreadingError - 15 # wdGoToSection - 0 # wdGoToSpellingError - 13 # wdGoToTable - 2 return { wdGoToBookmark -1 wdGoToComment 6 wdGoToEndnote 5 wdGoToEquation 10 wdGoToField 7 wdGoToFootnote 4 wdGoToGrammaticalError 14 wdGoToGraphic 8 wdGoToHeading 11 wdGoToLine 3 wdGoToObject 9 wdGoToPage 1 wdGoToPercent 12 wdGoToProofreadingError 15 wdGoToSection 0 wdGoToSpellingError 13 wdGoToTable 2 } }
WdGranularity [::Word::Enum]Top, Main, Index
WdGranularity
wdGranularityCharLevel | 0 |
wdGranularityWordLevel | 1 |
proc ::Word::Enum::WdGranularity {} { # wdGranularityCharLevel - 0 # wdGranularityWordLevel - 1 return { wdGranularityCharLevel 0 wdGranularityWordLevel 1 } }
WdGutterStyle [::Word::Enum]Top, Main, Index
WdGutterStyle
wdGutterPosLeft | 0 |
wdGutterPosRight | 2 |
wdGutterPosTop | 1 |
proc ::Word::Enum::WdGutterStyle {} { # wdGutterPosLeft - 0 # wdGutterPosRight - 2 # wdGutterPosTop - 1 return { wdGutterPosLeft 0 wdGutterPosRight 2 wdGutterPosTop 1 } }
WdGutterStyleOld [::Word::Enum]Top, Main, Index
WdGutterStyleOld
wdGutterStyleBidi | 2 |
wdGutterStyleLatin | -10 |
proc ::Word::Enum::WdGutterStyleOld {} { # wdGutterStyleBidi - 2 # wdGutterStyleLatin - -10 return { wdGutterStyleBidi 2 wdGutterStyleLatin -10 } }
WdHeaderFooterIndex [::Word::Enum]Top, Main, Index
WdHeaderFooterIndex
wdHeaderFooterEvenPages | 3 |
wdHeaderFooterFirstPage | 2 |
wdHeaderFooterPrimary | 1 |
proc ::Word::Enum::WdHeaderFooterIndex {} { # wdHeaderFooterEvenPages - 3 # wdHeaderFooterFirstPage - 2 # wdHeaderFooterPrimary - 1 return { wdHeaderFooterEvenPages 3 wdHeaderFooterFirstPage 2 wdHeaderFooterPrimary 1 } }
WdHeadingSeparator [::Word::Enum]Top, Main, Index
WdHeadingSeparator
wdHeadingSeparatorBlankLine | 1 |
wdHeadingSeparatorLetter | 2 |
wdHeadingSeparatorLetterFull | 4 |
wdHeadingSeparatorLetterLow | 3 |
wdHeadingSeparatorNone | 0 |
proc ::Word::Enum::WdHeadingSeparator {} { # wdHeadingSeparatorBlankLine - 1 # wdHeadingSeparatorLetter - 2 # wdHeadingSeparatorLetterFull - 4 # wdHeadingSeparatorLetterLow - 3 # wdHeadingSeparatorNone - 0 return { wdHeadingSeparatorBlankLine 1 wdHeadingSeparatorLetter 2 wdHeadingSeparatorLetterFull 4 wdHeadingSeparatorLetterLow 3 wdHeadingSeparatorNone 0 } }
WdHebSpellStart [::Word::Enum]Top, Main, Index
WdHebSpellStart
wdFullScript | 0 |
wdMixedAuthorizedScript | 3 |
wdMixedScript | 2 |
wdPartialScript | 1 |
proc ::Word::Enum::WdHebSpellStart {} { # wdFullScript - 0 # wdMixedAuthorizedScript - 3 # wdMixedScript - 2 # wdPartialScript - 1 return { wdFullScript 0 wdMixedAuthorizedScript 3 wdMixedScript 2 wdPartialScript 1 } }
WdHelpType [::Word::Enum]Top, Main, Index
WdHelpType
wdHelp | 0 |
wdHelpAbout | 1 |
wdHelpActiveWindow | 2 |
wdHelpContents | 3 |
wdHelpExamplesAndDemos | 4 |
wdHelpHWP | 13 |
wdHelpIchitaro | 11 |
wdHelpIndex | 5 |
wdHelpKeyboard | 6 |
wdHelpPE2 | 12 |
wdHelpPSSHelp | 7 |
wdHelpQuickPreview | 8 |
wdHelpSearch | 9 |
wdHelpUsingHelp | 10 |
proc ::Word::Enum::WdHelpType {} { # wdHelp - 0 # wdHelpAbout - 1 # wdHelpActiveWindow - 2 # wdHelpContents - 3 # wdHelpExamplesAndDemos - 4 # wdHelpHWP - 13 # wdHelpIchitaro - 11 # wdHelpIndex - 5 # wdHelpKeyboard - 6 # wdHelpPE2 - 12 # wdHelpPSSHelp - 7 # wdHelpQuickPreview - 8 # wdHelpSearch - 9 # wdHelpUsingHelp - 10 return { wdHelp 0 wdHelpAbout 1 wdHelpActiveWindow 2 wdHelpContents 3 wdHelpExamplesAndDemos 4 wdHelpHWP 13 wdHelpIchitaro 11 wdHelpIndex 5 wdHelpKeyboard 6 wdHelpPE2 12 wdHelpPSSHelp 7 wdHelpQuickPreview 8 wdHelpSearch 9 wdHelpUsingHelp 10 } }
WdHelpTypeHID [::Word::Enum]Top, Main, Index
WdHelpTypeHID
emptyenum | 0 |
proc ::Word::Enum::WdHelpTypeHID {} { # emptyenum - 0 return { emptyenum 0 } }
WdHighAnsiText [::Word::Enum]Top, Main, Index
WdHighAnsiText
wdAutoDetectHighAnsiFarEast | 2 |
wdHighAnsiIsFarEast | 0 |
wdHighAnsiIsHighAnsi | 1 |
proc ::Word::Enum::WdHighAnsiText {} { # wdAutoDetectHighAnsiFarEast - 2 # wdHighAnsiIsFarEast - 0 # wdHighAnsiIsHighAnsi - 1 return { wdAutoDetectHighAnsiFarEast 2 wdHighAnsiIsFarEast 0 wdHighAnsiIsHighAnsi 1 } }
WdHorizontalInVerticalType [::Word::Enum]Top, Main, Index
WdHorizontalInVerticalType
wdHorizontalInVerticalFitInLine | 1 |
wdHorizontalInVerticalNone | 0 |
wdHorizontalInVerticalResizeLine | 2 |
proc ::Word::Enum::WdHorizontalInVerticalType {} { # wdHorizontalInVerticalFitInLine - 1 # wdHorizontalInVerticalNone - 0 # wdHorizontalInVerticalResizeLine - 2 return { wdHorizontalInVerticalFitInLine 1 wdHorizontalInVerticalNone 0 wdHorizontalInVerticalResizeLine 2 } }
WdHorizontalLineAlignment [::Word::Enum]Top, Main, Index
WdHorizontalLineAlignment
wdHorizontalLineAlignCenter | 1 |
wdHorizontalLineAlignLeft | 0 |
wdHorizontalLineAlignRight | 2 |
proc ::Word::Enum::WdHorizontalLineAlignment {} { # wdHorizontalLineAlignCenter - 1 # wdHorizontalLineAlignLeft - 0 # wdHorizontalLineAlignRight - 2 return { wdHorizontalLineAlignCenter 1 wdHorizontalLineAlignLeft 0 wdHorizontalLineAlignRight 2 } }
WdHorizontalLineWidthType [::Word::Enum]Top, Main, Index
WdHorizontalLineWidthType
wdHorizontalLineFixedWidth | -2 |
wdHorizontalLinePercentWidth | -1 |
proc ::Word::Enum::WdHorizontalLineWidthType {} { # wdHorizontalLineFixedWidth - -2 # wdHorizontalLinePercentWidth - -1 return { wdHorizontalLineFixedWidth -2 wdHorizontalLinePercentWidth -1 } }
WdIMEMode [::Word::Enum]Top, Main, Index
WdIMEMode
wdIMEModeAlpha | 8 |
wdIMEModeAlphaFull | 7 |
wdIMEModeHangul | 10 |
wdIMEModeHangulFull | 9 |
wdIMEModeHiragana | 4 |
wdIMEModeKatakana | 5 |
wdIMEModeKatakanaHalf | 6 |
wdIMEModeNoControl | 0 |
wdIMEModeOff | 2 |
wdIMEModeOn | 1 |
proc ::Word::Enum::WdIMEMode {} { # wdIMEModeAlpha - 8 # wdIMEModeAlphaFull - 7 # wdIMEModeHangul - 10 # wdIMEModeHangulFull - 9 # wdIMEModeHiragana - 4 # wdIMEModeKatakana - 5 # wdIMEModeKatakanaHalf - 6 # wdIMEModeNoControl - 0 # wdIMEModeOff - 2 # wdIMEModeOn - 1 return { wdIMEModeAlpha 8 wdIMEModeAlphaFull 7 wdIMEModeHangul 10 wdIMEModeHangulFull 9 wdIMEModeHiragana 4 wdIMEModeKatakana 5 wdIMEModeKatakanaHalf 6 wdIMEModeNoControl 0 wdIMEModeOff 2 wdIMEModeOn 1 } }
WdIndexFilter [::Word::Enum]Top, Main, Index
WdIndexFilter
wdIndexFilterAiueo | 1 |
wdIndexFilterAkasatana | 2 |
wdIndexFilterChosung | 3 |
wdIndexFilterFull | 6 |
wdIndexFilterLow | 4 |
wdIndexFilterMedium | 5 |
wdIndexFilterNone | 0 |
proc ::Word::Enum::WdIndexFilter {} { # wdIndexFilterAiueo - 1 # wdIndexFilterAkasatana - 2 # wdIndexFilterChosung - 3 # wdIndexFilterFull - 6 # wdIndexFilterLow - 4 # wdIndexFilterMedium - 5 # wdIndexFilterNone - 0 return { wdIndexFilterAiueo 1 wdIndexFilterAkasatana 2 wdIndexFilterChosung 3 wdIndexFilterFull 6 wdIndexFilterLow 4 wdIndexFilterMedium 5 wdIndexFilterNone 0 } }
WdIndexFormat [::Word::Enum]Top, Main, Index
WdIndexFormat
wdIndexBulleted | 4 |
wdIndexClassic | 1 |
wdIndexFancy | 2 |
wdIndexFormal | 5 |
wdIndexModern | 3 |
wdIndexSimple | 6 |
wdIndexTemplate | 0 |
proc ::Word::Enum::WdIndexFormat {} { # wdIndexBulleted - 4 # wdIndexClassic - 1 # wdIndexFancy - 2 # wdIndexFormal - 5 # wdIndexModern - 3 # wdIndexSimple - 6 # wdIndexTemplate - 0 return { wdIndexBulleted 4 wdIndexClassic 1 wdIndexFancy 2 wdIndexFormal 5 wdIndexModern 3 wdIndexSimple 6 wdIndexTemplate 0 } }
WdIndexSortBy [::Word::Enum]Top, Main, Index
WdIndexSortBy
wdIndexSortByStroke | 0 |
wdIndexSortBySyllable | 1 |
proc ::Word::Enum::WdIndexSortBy {} { # wdIndexSortByStroke - 0 # wdIndexSortBySyllable - 1 return { wdIndexSortByStroke 0 wdIndexSortBySyllable 1 } }
WdIndexType [::Word::Enum]Top, Main, Index
WdIndexType
wdIndexIndent | 0 |
wdIndexRunin | 1 |
proc ::Word::Enum::WdIndexType {} { # wdIndexIndent - 0 # wdIndexRunin - 1 return { wdIndexIndent 0 wdIndexRunin 1 } }
WdInformation [::Word::Enum]Top, Main, Index
WdInformation
wdActiveEndAdjustedPageNumber | 1 |
wdActiveEndPageNumber | 3 |
wdActiveEndSectionNumber | 2 |
wdAtEndOfRowMarker | 31 |
wdCapsLock | 21 |
wdEndOfRangeColumnNumber | 17 |
wdEndOfRangeRowNumber | 14 |
wdFirstCharacterColumnNumber | 9 |
wdFirstCharacterLineNumber | 10 |
wdFrameIsSelected | 11 |
wdHeaderFooterType | 33 |
wdHorizontalPositionRelativeToPage | 5 |
wdHorizontalPositionRelativeToTextBoundary | 7 |
wdInBibliography | 42 |
wdInCitation | 43 |
wdInClipboard | 38 |
wdInCommentPane | 26 |
wdInContentControl | 46 |
wdInCoverPage | 41 |
wdInEndnote | 36 |
wdInFieldCode | 44 |
wdInFieldResult | 45 |
wdInFootnote | 35 |
wdInFootnoteEndnotePane | 25 |
wdInHeaderFooter | 28 |
wdInMasterDocument | 34 |
wdInWordMail | 37 |
wdMaximumNumberOfColumns | 18 |
wdMaximumNumberOfRows | 15 |
wdNumberOfPagesInDocument | 4 |
wdNumLock | 22 |
wdOverType | 23 |
wdReferenceOfType | 32 |
wdRevisionMarking | 24 |
wdSelectionMode | 20 |
wdStartOfRangeColumnNumber | 16 |
wdStartOfRangeRowNumber | 13 |
wdVerticalPositionRelativeToPage | 6 |
wdVerticalPositionRelativeToTextBoundary | 8 |
wdWithInTable | 12 |
wdZoomPercentage | 19 |
proc ::Word::Enum::WdInformation {} { # wdActiveEndAdjustedPageNumber - 1 # wdActiveEndPageNumber - 3 # wdActiveEndSectionNumber - 2 # wdAtEndOfRowMarker - 31 # wdCapsLock - 21 # wdEndOfRangeColumnNumber - 17 # wdEndOfRangeRowNumber - 14 # wdFirstCharacterColumnNumber - 9 # wdFirstCharacterLineNumber - 10 # wdFrameIsSelected - 11 # wdHeaderFooterType - 33 # wdHorizontalPositionRelativeToPage - 5 # wdHorizontalPositionRelativeToTextBoundary - 7 # wdInBibliography - 42 # wdInCitation - 43 # wdInClipboard - 38 # wdInCommentPane - 26 # wdInContentControl - 46 # wdInCoverPage - 41 # wdInEndnote - 36 # wdInFieldCode - 44 # wdInFieldResult - 45 # wdInFootnote - 35 # wdInFootnoteEndnotePane - 25 # wdInHeaderFooter - 28 # wdInMasterDocument - 34 # wdInWordMail - 37 # wdMaximumNumberOfColumns - 18 # wdMaximumNumberOfRows - 15 # wdNumberOfPagesInDocument - 4 # wdNumLock - 22 # wdOverType - 23 # wdReferenceOfType - 32 # wdRevisionMarking - 24 # wdSelectionMode - 20 # wdStartOfRangeColumnNumber - 16 # wdStartOfRangeRowNumber - 13 # wdVerticalPositionRelativeToPage - 6 # wdVerticalPositionRelativeToTextBoundary - 8 # wdWithInTable - 12 # wdZoomPercentage - 19 return { wdActiveEndAdjustedPageNumber 1 wdActiveEndPageNumber 3 wdActiveEndSectionNumber 2 wdAtEndOfRowMarker 31 wdCapsLock 21 wdEndOfRangeColumnNumber 17 wdEndOfRangeRowNumber 14 wdFirstCharacterColumnNumber 9 wdFirstCharacterLineNumber 10 wdFrameIsSelected 11 wdHeaderFooterType 33 wdHorizontalPositionRelativeToPage 5 wdHorizontalPositionRelativeToTextBoundary 7 wdInBibliography 42 wdInCitation 43 wdInClipboard 38 wdInCommentPane 26 wdInContentControl 46 wdInCoverPage 41 wdInEndnote 36 wdInFieldCode 44 wdInFieldResult 45 wdInFootnote 35 wdInFootnoteEndnotePane 25 wdInHeaderFooter 28 wdInMasterDocument 34 wdInWordMail 37 wdMaximumNumberOfColumns 18 wdMaximumNumberOfRows 15 wdNumberOfPagesInDocument 4 wdNumLock 22 wdOverType 23 wdReferenceOfType 32 wdRevisionMarking 24 wdSelectionMode 20 wdStartOfRangeColumnNumber 16 wdStartOfRangeRowNumber 13 wdVerticalPositionRelativeToPage 6 wdVerticalPositionRelativeToTextBoundary 8 wdWithInTable 12 wdZoomPercentage 19 } }
WdInlineShapeType [::Word::Enum]Top, Main, Index
WdInlineShapeType
wdInlineShape3DModel | 19 |
wdInlineShapeChart | 12 |
wdInlineShapeDiagram | 13 |
wdInlineShapeEmbeddedOLEObject | 1 |
wdInlineShapeGraphic | 17 |
wdInlineShapeHorizontalLine | 6 |
wdInlineShapeLinked3DModel | 20 |
wdInlineShapeLinkedGraphic | 18 |
wdInlineShapeLinkedOLEObject | 2 |
wdInlineShapeLinkedPicture | 4 |
wdInlineShapeLinkedPictureHorizontalLine | 8 |
wdInlineShapeLockedCanvas | 14 |
wdInlineShapeOLEControlObject | 5 |
wdInlineShapeOWSAnchor | 11 |
wdInlineShapePicture | 3 |
wdInlineShapePictureBullet | 9 |
wdInlineShapePictureHorizontalLine | 7 |
wdInlineShapeScriptAnchor | 10 |
wdInlineShapeSmartArt | 15 |
wdInlineShapeWebVideo | 16 |
proc ::Word::Enum::WdInlineShapeType {} { # wdInlineShape3DModel - 19 # wdInlineShapeChart - 12 # wdInlineShapeDiagram - 13 # wdInlineShapeEmbeddedOLEObject - 1 # wdInlineShapeGraphic - 17 # wdInlineShapeHorizontalLine - 6 # wdInlineShapeLinked3DModel - 20 # wdInlineShapeLinkedGraphic - 18 # wdInlineShapeLinkedOLEObject - 2 # wdInlineShapeLinkedPicture - 4 # wdInlineShapeLinkedPictureHorizontalLine - 8 # wdInlineShapeLockedCanvas - 14 # wdInlineShapeOLEControlObject - 5 # wdInlineShapeOWSAnchor - 11 # wdInlineShapePicture - 3 # wdInlineShapePictureBullet - 9 # wdInlineShapePictureHorizontalLine - 7 # wdInlineShapeScriptAnchor - 10 # wdInlineShapeSmartArt - 15 # wdInlineShapeWebVideo - 16 return { wdInlineShape3DModel 19 wdInlineShapeChart 12 wdInlineShapeDiagram 13 wdInlineShapeEmbeddedOLEObject 1 wdInlineShapeGraphic 17 wdInlineShapeHorizontalLine 6 wdInlineShapeLinked3DModel 20 wdInlineShapeLinkedGraphic 18 wdInlineShapeLinkedOLEObject 2 wdInlineShapeLinkedPicture 4 wdInlineShapeLinkedPictureHorizontalLine 8 wdInlineShapeLockedCanvas 14 wdInlineShapeOLEControlObject 5 wdInlineShapeOWSAnchor 11 wdInlineShapePicture 3 wdInlineShapePictureBullet 9 wdInlineShapePictureHorizontalLine 7 wdInlineShapeScriptAnchor 10 wdInlineShapeSmartArt 15 wdInlineShapeWebVideo 16 } }
WdInsertCells [::Word::Enum]Top, Main, Index
WdInsertCells
wdInsertCellsEntireColumn | 3 |
wdInsertCellsEntireRow | 2 |
wdInsertCellsShiftDown | 1 |
wdInsertCellsShiftRight | 0 |
proc ::Word::Enum::WdInsertCells {} { # wdInsertCellsEntireColumn - 3 # wdInsertCellsEntireRow - 2 # wdInsertCellsShiftDown - 1 # wdInsertCellsShiftRight - 0 return { wdInsertCellsEntireColumn 3 wdInsertCellsEntireRow 2 wdInsertCellsShiftDown 1 wdInsertCellsShiftRight 0 } }
WdInsertedTextMark [::Word::Enum]Top, Main, Index
WdInsertedTextMark
wdInsertedTextMarkBold | 1 |
wdInsertedTextMarkColorOnly | 5 |
wdInsertedTextMarkDoubleStrikeThrough | 7 |
wdInsertedTextMarkDoubleUnderline | 4 |
wdInsertedTextMarkItalic | 2 |
wdInsertedTextMarkNone | 0 |
wdInsertedTextMarkStrikeThrough | 6 |
wdInsertedTextMarkUnderline | 3 |
proc ::Word::Enum::WdInsertedTextMark {} { # wdInsertedTextMarkBold - 1 # wdInsertedTextMarkColorOnly - 5 # wdInsertedTextMarkDoubleStrikeThrough - 7 # wdInsertedTextMarkDoubleUnderline - 4 # wdInsertedTextMarkItalic - 2 # wdInsertedTextMarkNone - 0 # wdInsertedTextMarkStrikeThrough - 6 # wdInsertedTextMarkUnderline - 3 return { wdInsertedTextMarkBold 1 wdInsertedTextMarkColorOnly 5 wdInsertedTextMarkDoubleStrikeThrough 7 wdInsertedTextMarkDoubleUnderline 4 wdInsertedTextMarkItalic 2 wdInsertedTextMarkNone 0 wdInsertedTextMarkStrikeThrough 6 wdInsertedTextMarkUnderline 3 } }
WdInternationalIndex [::Word::Enum]Top, Main, Index
WdInternationalIndex
wd24HourClock | 21 |
wdCurrencyCode | 20 |
wdDateSeparator | 25 |
wdDecimalSeparator | 18 |
wdInternationalAM | 22 |
wdInternationalPM | 23 |
wdListSeparator | 17 |
wdProductLanguageID | 26 |
wdThousandsSeparator | 19 |
wdTimeSeparator | 24 |
proc ::Word::Enum::WdInternationalIndex {} { # wd24HourClock - 21 # wdCurrencyCode - 20 # wdDateSeparator - 25 # wdDecimalSeparator - 18 # wdInternationalAM - 22 # wdInternationalPM - 23 # wdListSeparator - 17 # wdProductLanguageID - 26 # wdThousandsSeparator - 19 # wdTimeSeparator - 24 return { wd24HourClock 21 wdCurrencyCode 20 wdDateSeparator 25 wdDecimalSeparator 18 wdInternationalAM 22 wdInternationalPM 23 wdListSeparator 17 wdProductLanguageID 26 wdThousandsSeparator 19 wdTimeSeparator 24 } }
WdJustificationMode [::Word::Enum]Top, Main, Index
WdJustificationMode
wdJustificationModeCompress | 1 |
wdJustificationModeCompressKana | 2 |
wdJustificationModeExpand | 0 |
proc ::Word::Enum::WdJustificationMode {} { # wdJustificationModeCompress - 1 # wdJustificationModeCompressKana - 2 # wdJustificationModeExpand - 0 return { wdJustificationModeCompress 1 wdJustificationModeCompressKana 2 wdJustificationModeExpand 0 } }
WdKana [::Word::Enum]Top, Main, Index
WdKana
wdKanaHiragana | 9 |
wdKanaKatakana | 8 |
proc ::Word::Enum::WdKana {} { # wdKanaHiragana - 9 # wdKanaKatakana - 8 return { wdKanaHiragana 9 wdKanaKatakana 8 } }
WdKey [::Word::Enum]Top, Main, Index
WdKey
wdKey0 | 48 |
wdKey1 | 49 |
wdKey2 | 50 |
wdKey3 | 51 |
wdKey4 | 52 |
wdKey5 | 53 |
wdKey6 | 54 |
wdKey7 | 55 |
wdKey8 | 56 |
wdKey9 | 57 |
wdKeyA | 65 |
wdKeyAlt | 1024 |
wdKeyB | 66 |
wdKeyBackSingleQuote | 192 |
wdKeyBackSlash | 220 |
wdKeyBackspace | 8 |
wdKeyC | 67 |
wdKeyCloseSquareBrace | 221 |
wdKeyComma | 188 |
wdKeyCommand | 512 |
wdKeyControl | 512 |
wdKeyD | 68 |
wdKeyDelete | 46 |
wdKeyE | 69 |
wdKeyEnd | 35 |
wdKeyEquals | 187 |
wdKeyEsc | 27 |
wdKeyF | 70 |
wdKeyF1 | 112 |
wdKeyF2 | 113 |
wdKeyF3 | 114 |
wdKeyF4 | 115 |
wdKeyF5 | 116 |
wdKeyF6 | 117 |
wdKeyF7 | 118 |
wdKeyF8 | 119 |
wdKeyF9 | 120 |
wdKeyF10 | 121 |
wdKeyF11 | 122 |
wdKeyF12 | 123 |
wdKeyF13 | 124 |
wdKeyF14 | 125 |
wdKeyF15 | 126 |
wdKeyF16 | 127 |
wdKeyG | 71 |
wdKeyH | 72 |
wdKeyHome | 36 |
wdKeyHyphen | 189 |
wdKeyI | 73 |
wdKeyInsert | 45 |
wdKeyJ | 74 |
wdKeyK | 75 |
wdKeyL | 76 |
wdKeyM | 77 |
wdKeyN | 78 |
wdKeyNumeric0 | 96 |
wdKeyNumeric1 | 97 |
wdKeyNumeric2 | 98 |
wdKeyNumeric3 | 99 |
wdKeyNumeric4 | 100 |
wdKeyNumeric5 | 101 |
wdKeyNumeric5Special | 12 |
wdKeyNumeric6 | 102 |
wdKeyNumeric7 | 103 |
wdKeyNumeric8 | 104 |
wdKeyNumeric9 | 105 |
wdKeyNumericAdd | 107 |
wdKeyNumericDecimal | 110 |
wdKeyNumericDivide | 111 |
wdKeyNumericMultiply | 106 |
wdKeyNumericSubtract | 109 |
wdKeyO | 79 |
wdKeyOpenSquareBrace | 219 |
wdKeyOption | 1024 |
wdKeyP | 80 |
wdKeyPageDown | 34 |
wdKeyPageUp | 33 |
wdKeyPause | 19 |
wdKeyPeriod | 190 |
wdKeyQ | 81 |
wdKeyR | 82 |
wdKeyReturn | 13 |
wdKeyS | 83 |
wdKeyScrollLock | 145 |
wdKeySemiColon | 186 |
wdKeyShift | 256 |
wdKeySingleQuote | 222 |
wdKeySlash | 191 |
wdKeySpacebar | 32 |
wdKeyT | 84 |
wdKeyTab | 9 |
wdKeyU | 85 |
wdKeyV | 86 |
wdKeyW | 87 |
wdKeyX | 88 |
wdKeyY | 89 |
wdKeyZ | 90 |
wdNoKey | 255 |
proc ::Word::Enum::WdKey {} { # wdKey0 - 48 # wdKey1 - 49 # wdKey2 - 50 # wdKey3 - 51 # wdKey4 - 52 # wdKey5 - 53 # wdKey6 - 54 # wdKey7 - 55 # wdKey8 - 56 # wdKey9 - 57 # wdKeyA - 65 # wdKeyAlt - 1024 # wdKeyB - 66 # wdKeyBackSingleQuote - 192 # wdKeyBackSlash - 220 # wdKeyBackspace - 8 # wdKeyC - 67 # wdKeyCloseSquareBrace - 221 # wdKeyComma - 188 # wdKeyCommand - 512 # wdKeyControl - 512 # wdKeyD - 68 # wdKeyDelete - 46 # wdKeyE - 69 # wdKeyEnd - 35 # wdKeyEquals - 187 # wdKeyEsc - 27 # wdKeyF - 70 # wdKeyF1 - 112 # wdKeyF2 - 113 # wdKeyF3 - 114 # wdKeyF4 - 115 # wdKeyF5 - 116 # wdKeyF6 - 117 # wdKeyF7 - 118 # wdKeyF8 - 119 # wdKeyF9 - 120 # wdKeyF10 - 121 # wdKeyF11 - 122 # wdKeyF12 - 123 # wdKeyF13 - 124 # wdKeyF14 - 125 # wdKeyF15 - 126 # wdKeyF16 - 127 # wdKeyG - 71 # wdKeyH - 72 # wdKeyHome - 36 # wdKeyHyphen - 189 # wdKeyI - 73 # wdKeyInsert - 45 # wdKeyJ - 74 # wdKeyK - 75 # wdKeyL - 76 # wdKeyM - 77 # wdKeyN - 78 # wdKeyNumeric0 - 96 # wdKeyNumeric1 - 97 # wdKeyNumeric2 - 98 # wdKeyNumeric3 - 99 # wdKeyNumeric4 - 100 # wdKeyNumeric5 - 101 # wdKeyNumeric5Special - 12 # wdKeyNumeric6 - 102 # wdKeyNumeric7 - 103 # wdKeyNumeric8 - 104 # wdKeyNumeric9 - 105 # wdKeyNumericAdd - 107 # wdKeyNumericDecimal - 110 # wdKeyNumericDivide - 111 # wdKeyNumericMultiply - 106 # wdKeyNumericSubtract - 109 # wdKeyO - 79 # wdKeyOpenSquareBrace - 219 # wdKeyOption - 1024 # wdKeyP - 80 # wdKeyPageDown - 34 # wdKeyPageUp - 33 # wdKeyPause - 19 # wdKeyPeriod - 190 # wdKeyQ - 81 # wdKeyR - 82 # wdKeyReturn - 13 # wdKeyS - 83 # wdKeyScrollLock - 145 # wdKeySemiColon - 186 # wdKeyShift - 256 # wdKeySingleQuote - 222 # wdKeySlash - 191 # wdKeySpacebar - 32 # wdKeyT - 84 # wdKeyTab - 9 # wdKeyU - 85 # wdKeyV - 86 # wdKeyW - 87 # wdKeyX - 88 # wdKeyY - 89 # wdKeyZ - 90 # wdNoKey - 255 return { wdKey0 48 wdKey1 49 wdKey2 50 wdKey3 51 wdKey4 52 wdKey5 53 wdKey6 54 wdKey7 55 wdKey8 56 wdKey9 57 wdKeyA 65 wdKeyAlt 1024 wdKeyB 66 wdKeyBackSingleQuote 192 wdKeyBackSlash 220 wdKeyBackspace 8 wdKeyC 67 wdKeyCloseSquareBrace 221 wdKeyComma 188 wdKeyCommand 512 wdKeyControl 512 wdKeyD 68 wdKeyDelete 46 wdKeyE 69 wdKeyEnd 35 wdKeyEquals 187 wdKeyEsc 27 wdKeyF 70 wdKeyF1 112 wdKeyF2 113 wdKeyF3 114 wdKeyF4 115 wdKeyF5 116 wdKeyF6 117 wdKeyF7 118 wdKeyF8 119 wdKeyF9 120 wdKeyF10 121 wdKeyF11 122 wdKeyF12 123 wdKeyF13 124 wdKeyF14 125 wdKeyF15 126 wdKeyF16 127 wdKeyG 71 wdKeyH 72 wdKeyHome 36 wdKeyHyphen 189 wdKeyI 73 wdKeyInsert 45 wdKeyJ 74 wdKeyK 75 wdKeyL 76 wdKeyM 77 wdKeyN 78 wdKeyNumeric0 96 wdKeyNumeric1 97 wdKeyNumeric2 98 wdKeyNumeric3 99 wdKeyNumeric4 100 wdKeyNumeric5 101 wdKeyNumeric5Special 12 wdKeyNumeric6 102 wdKeyNumeric7 103 wdKeyNumeric8 104 wdKeyNumeric9 105 wdKeyNumericAdd 107 wdKeyNumericDecimal 110 wdKeyNumericDivide 111 wdKeyNumericMultiply 106 wdKeyNumericSubtract 109 wdKeyO 79 wdKeyOpenSquareBrace 219 wdKeyOption 1024 wdKeyP 80 wdKeyPageDown 34 wdKeyPageUp 33 wdKeyPause 19 wdKeyPeriod 190 wdKeyQ 81 wdKeyR 82 wdKeyReturn 13 wdKeyS 83 wdKeyScrollLock 145 wdKeySemiColon 186 wdKeyShift 256 wdKeySingleQuote 222 wdKeySlash 191 wdKeySpacebar 32 wdKeyT 84 wdKeyTab 9 wdKeyU 85 wdKeyV 86 wdKeyW 87 wdKeyX 88 wdKeyY 89 wdKeyZ 90 wdNoKey 255 } }
WdKeyCategory [::Word::Enum]Top, Main, Index
WdKeyCategory
wdKeyCategoryAutoText | 4 |
wdKeyCategoryCommand | 1 |
wdKeyCategoryDisable | 0 |
wdKeyCategoryFont | 3 |
wdKeyCategoryMacro | 2 |
wdKeyCategoryNil | -1 |
wdKeyCategoryPrefix | 7 |
wdKeyCategoryStyle | 5 |
wdKeyCategorySymbol | 6 |
proc ::Word::Enum::WdKeyCategory {} { # wdKeyCategoryAutoText - 4 # wdKeyCategoryCommand - 1 # wdKeyCategoryDisable - 0 # wdKeyCategoryFont - 3 # wdKeyCategoryMacro - 2 # wdKeyCategoryNil - -1 # wdKeyCategoryPrefix - 7 # wdKeyCategoryStyle - 5 # wdKeyCategorySymbol - 6 return { wdKeyCategoryAutoText 4 wdKeyCategoryCommand 1 wdKeyCategoryDisable 0 wdKeyCategoryFont 3 wdKeyCategoryMacro 2 wdKeyCategoryNil -1 wdKeyCategoryPrefix 7 wdKeyCategoryStyle 5 wdKeyCategorySymbol 6 } }
WdLanguageID [::Word::Enum]Top, Main, Index
WdLanguageID
wdAfrikaans | 1078 |
wdAlbanian | 1052 |
wdAmharic | 1118 |
wdArabic | 1025 |
wdArabicAlgeria | 5121 |
wdArabicBahrain | 15361 |
wdArabicEgypt | 3073 |
wdArabicIraq | 2049 |
wdArabicJordan | 11265 |
wdArabicKuwait | 13313 |
wdArabicLebanon | 12289 |
wdArabicLibya | 4097 |
wdArabicMorocco | 6145 |
wdArabicOman | 8193 |
wdArabicQatar | 16385 |
wdArabicSyria | 10241 |
wdArabicTunisia | 7169 |
wdArabicUAE | 14337 |
wdArabicYemen | 9217 |
wdArmenian | 1067 |
wdAssamese | 1101 |
wdAzeriCyrillic | 2092 |
wdAzeriLatin | 1068 |
wdBasque | 1069 |
wdBelgianDutch | 2067 |
wdBelgianFrench | 2060 |
wdBengali | 1093 |
wdBulgarian | 1026 |
wdBurmese | 1109 |
wdByelorussian | 1059 |
wdCatalan | 1027 |
wdCherokee | 1116 |
wdChineseHongKongSAR | 3076 |
wdChineseMacaoSAR | 5124 |
wdChineseSingapore | 4100 |
wdCroatian | 1050 |
wdCzech | 1029 |
wdDanish | 1030 |
wdDivehi | 1125 |
wdDutch | 1043 |
wdEdo | 1126 |
wdEnglishAUS | 3081 |
wdEnglishBelize | 10249 |
wdEnglishCanadian | 4105 |
wdEnglishCaribbean | 9225 |
wdEnglishIndonesia | 14345 |
wdEnglishIreland | 6153 |
wdEnglishJamaica | 8201 |
wdEnglishNewZealand | 5129 |
wdEnglishPhilippines | 13321 |
wdEnglishSouthAfrica | 7177 |
wdEnglishTrinidadTobago | 11273 |
wdEnglishUK | 2057 |
wdEnglishUS | 1033 |
wdEnglishZimbabwe | 12297 |
wdEstonian | 1061 |
wdFaeroese | 1080 |
wdFilipino | 1124 |
wdFinnish | 1035 |
wdFrench | 1036 |
wdFrenchCameroon | 11276 |
wdFrenchCanadian | 3084 |
wdFrenchCongoDRC | 9228 |
wdFrenchCotedIvoire | 12300 |
wdFrenchHaiti | 15372 |
wdFrenchLuxembourg | 5132 |
wdFrenchMali | 13324 |
wdFrenchMonaco | 6156 |
wdFrenchMorocco | 14348 |
wdFrenchReunion | 8204 |
wdFrenchSenegal | 10252 |
wdFrenchWestIndies | 7180 |
wdFrisianNetherlands | 1122 |
wdFulfulde | 1127 |
wdGaelicIreland | 2108 |
wdGaelicScotland | 1084 |
wdGalician | 1110 |
wdGeorgian | 1079 |
wdGerman | 1031 |
wdGermanAustria | 3079 |
wdGermanLiechtenstein | 5127 |
wdGermanLuxembourg | 4103 |
wdGreek | 1032 |
wdGuarani | 1140 |
wdGujarati | 1095 |
wdHausa | 1128 |
wdHawaiian | 1141 |
wdHebrew | 1037 |
wdHindi | 1081 |
wdHungarian | 1038 |
wdIbibio | 1129 |
wdIcelandic | 1039 |
wdIgbo | 1136 |
wdIndonesian | 1057 |
wdInuktitut | 1117 |
wdItalian | 1040 |
wdJapanese | 1041 |
wdKannada | 1099 |
wdKanuri | 1137 |
wdKashmiri | 1120 |
wdKazakh | 1087 |
wdKhmer | 1107 |
wdKirghiz | 1088 |
wdKonkani | 1111 |
wdKorean | 1042 |
wdKyrgyz | 1088 |
wdLanguageNone | 0 |
wdLao | 1108 |
wdLatin | 1142 |
wdLatvian | 1062 |
wdLithuanian | 1063 |
wdMacedonianFYROM | 1071 |
wdMalayalam | 1100 |
wdMalayBruneiDarussalam | 2110 |
wdMalaysian | 1086 |
wdMaltese | 1082 |
wdManipuri | 1112 |
wdMarathi | 1102 |
wdMexicanSpanish | 2058 |
wdMongolian | 1104 |
wdNepali | 1121 |
wdNoProofing | 1024 |
wdNorwegianBokmol | 1044 |
wdNorwegianNynorsk | 2068 |
wdOriya | 1096 |
wdOromo | 1138 |
wdPashto | 1123 |
wdPersian | 1065 |
wdPolish | 1045 |
wdPortuguese | 2070 |
wdPortugueseBrazil | 1046 |
wdPunjabi | 1094 |
wdRhaetoRomanic | 1047 |
wdRomanian | 1048 |
wdRomanianMoldova | 2072 |
wdRussian | 1049 |
wdRussianMoldova | 2073 |
wdSamiLappish | 1083 |
wdSanskrit | 1103 |
wdSerbianCyrillic | 3098 |
wdSerbianLatin | 2074 |
wdSesotho | 1072 |
wdSimplifiedChinese | 2052 |
wdSindhi | 1113 |
wdSindhiPakistan | 2137 |
wdSinhalese | 1115 |
wdSlovak | 1051 |
wdSlovenian | 1060 |
wdSomali | 1143 |
wdSorbian | 1070 |
wdSpanish | 1034 |
wdSpanishArgentina | 11274 |
wdSpanishBolivia | 16394 |
wdSpanishChile | 13322 |
wdSpanishColombia | 9226 |
wdSpanishCostaRica | 5130 |
wdSpanishDominicanRepublic | 7178 |
wdSpanishEcuador | 12298 |
wdSpanishElSalvador | 17418 |
wdSpanishGuatemala | 4106 |
wdSpanishHonduras | 18442 |
wdSpanishModernSort | 3082 |
wdSpanishNicaragua | 19466 |
wdSpanishPanama | 6154 |
wdSpanishParaguay | 15370 |
wdSpanishPeru | 10250 |
wdSpanishPuertoRico | 20490 |
wdSpanishUruguay | 14346 |
wdSpanishVenezuela | 8202 |
wdSutu | 1072 |
wdSwahili | 1089 |
wdSwedish | 1053 |
wdSwedishFinland | 2077 |
wdSwissFrench | 4108 |
wdSwissGerman | 2055 |
wdSwissItalian | 2064 |
wdSyriac | 1114 |
wdTajik | 1064 |
wdTamazight | 1119 |
wdTamazightLatin | 2143 |
wdTamil | 1097 |
wdTatar | 1092 |
wdTelugu | 1098 |
wdThai | 1054 |
wdTibetan | 1105 |
wdTigrignaEritrea | 2163 |
wdTigrignaEthiopic | 1139 |
wdTraditionalChinese | 1028 |
wdTsonga | 1073 |
wdTswana | 1074 |
wdTurkish | 1055 |
wdTurkmen | 1090 |
wdUkrainian | 1058 |
wdUrdu | 1056 |
wdUzbekCyrillic | 2115 |
wdUzbekLatin | 1091 |
wdVenda | 1075 |
wdVietnamese | 1066 |
wdWelsh | 1106 |
wdXhosa | 1076 |
wdYi | 1144 |
wdYiddish | 1085 |
wdYoruba | 1130 |
wdZulu | 1077 |
proc ::Word::Enum::WdLanguageID {} { # wdAfrikaans - 1078 # wdAlbanian - 1052 # wdAmharic - 1118 # wdArabic - 1025 # wdArabicAlgeria - 5121 # wdArabicBahrain - 15361 # wdArabicEgypt - 3073 # wdArabicIraq - 2049 # wdArabicJordan - 11265 # wdArabicKuwait - 13313 # wdArabicLebanon - 12289 # wdArabicLibya - 4097 # wdArabicMorocco - 6145 # wdArabicOman - 8193 # wdArabicQatar - 16385 # wdArabicSyria - 10241 # wdArabicTunisia - 7169 # wdArabicUAE - 14337 # wdArabicYemen - 9217 # wdArmenian - 1067 # wdAssamese - 1101 # wdAzeriCyrillic - 2092 # wdAzeriLatin - 1068 # wdBasque - 1069 # wdBelgianDutch - 2067 # wdBelgianFrench - 2060 # wdBengali - 1093 # wdBulgarian - 1026 # wdBurmese - 1109 # wdByelorussian - 1059 # wdCatalan - 1027 # wdCherokee - 1116 # wdChineseHongKongSAR - 3076 # wdChineseMacaoSAR - 5124 # wdChineseSingapore - 4100 # wdCroatian - 1050 # wdCzech - 1029 # wdDanish - 1030 # wdDivehi - 1125 # wdDutch - 1043 # wdEdo - 1126 # wdEnglishAUS - 3081 # wdEnglishBelize - 10249 # wdEnglishCanadian - 4105 # wdEnglishCaribbean - 9225 # wdEnglishIndonesia - 14345 # wdEnglishIreland - 6153 # wdEnglishJamaica - 8201 # wdEnglishNewZealand - 5129 # wdEnglishPhilippines - 13321 # wdEnglishSouthAfrica - 7177 # wdEnglishTrinidadTobago - 11273 # wdEnglishUK - 2057 # wdEnglishUS - 1033 # wdEnglishZimbabwe - 12297 # wdEstonian - 1061 # wdFaeroese - 1080 # wdFilipino - 1124 # wdFinnish - 1035 # wdFrench - 1036 # wdFrenchCameroon - 11276 # wdFrenchCanadian - 3084 # wdFrenchCongoDRC - 9228 # wdFrenchCotedIvoire - 12300 # wdFrenchHaiti - 15372 # wdFrenchLuxembourg - 5132 # wdFrenchMali - 13324 # wdFrenchMonaco - 6156 # wdFrenchMorocco - 14348 # wdFrenchReunion - 8204 # wdFrenchSenegal - 10252 # wdFrenchWestIndies - 7180 # wdFrisianNetherlands - 1122 # wdFulfulde - 1127 # wdGaelicIreland - 2108 # wdGaelicScotland - 1084 # wdGalician - 1110 # wdGeorgian - 1079 # wdGerman - 1031 # wdGermanAustria - 3079 # wdGermanLiechtenstein - 5127 # wdGermanLuxembourg - 4103 # wdGreek - 1032 # wdGuarani - 1140 # wdGujarati - 1095 # wdHausa - 1128 # wdHawaiian - 1141 # wdHebrew - 1037 # wdHindi - 1081 # wdHungarian - 1038 # wdIbibio - 1129 # wdIcelandic - 1039 # wdIgbo - 1136 # wdIndonesian - 1057 # wdInuktitut - 1117 # wdItalian - 1040 # wdJapanese - 1041 # wdKannada - 1099 # wdKanuri - 1137 # wdKashmiri - 1120 # wdKazakh - 1087 # wdKhmer - 1107 # wdKirghiz - 1088 # wdKonkani - 1111 # wdKorean - 1042 # wdKyrgyz - 1088 # wdLanguageNone - 0 # wdLao - 1108 # wdLatin - 1142 # wdLatvian - 1062 # wdLithuanian - 1063 # wdMacedonianFYROM - 1071 # wdMalayalam - 1100 # wdMalayBruneiDarussalam - 2110 # wdMalaysian - 1086 # wdMaltese - 1082 # wdManipuri - 1112 # wdMarathi - 1102 # wdMexicanSpanish - 2058 # wdMongolian - 1104 # wdNepali - 1121 # wdNoProofing - 1024 # wdNorwegianBokmol - 1044 # wdNorwegianNynorsk - 2068 # wdOriya - 1096 # wdOromo - 1138 # wdPashto - 1123 # wdPersian - 1065 # wdPolish - 1045 # wdPortuguese - 2070 # wdPortugueseBrazil - 1046 # wdPunjabi - 1094 # wdRhaetoRomanic - 1047 # wdRomanian - 1048 # wdRomanianMoldova - 2072 # wdRussian - 1049 # wdRussianMoldova - 2073 # wdSamiLappish - 1083 # wdSanskrit - 1103 # wdSerbianCyrillic - 3098 # wdSerbianLatin - 2074 # wdSesotho - 1072 # wdSimplifiedChinese - 2052 # wdSindhi - 1113 # wdSindhiPakistan - 2137 # wdSinhalese - 1115 # wdSlovak - 1051 # wdSlovenian - 1060 # wdSomali - 1143 # wdSorbian - 1070 # wdSpanish - 1034 # wdSpanishArgentina - 11274 # wdSpanishBolivia - 16394 # wdSpanishChile - 13322 # wdSpanishColombia - 9226 # wdSpanishCostaRica - 5130 # wdSpanishDominicanRepublic - 7178 # wdSpanishEcuador - 12298 # wdSpanishElSalvador - 17418 # wdSpanishGuatemala - 4106 # wdSpanishHonduras - 18442 # wdSpanishModernSort - 3082 # wdSpanishNicaragua - 19466 # wdSpanishPanama - 6154 # wdSpanishParaguay - 15370 # wdSpanishPeru - 10250 # wdSpanishPuertoRico - 20490 # wdSpanishUruguay - 14346 # wdSpanishVenezuela - 8202 # wdSutu - 1072 # wdSwahili - 1089 # wdSwedish - 1053 # wdSwedishFinland - 2077 # wdSwissFrench - 4108 # wdSwissGerman - 2055 # wdSwissItalian - 2064 # wdSyriac - 1114 # wdTajik - 1064 # wdTamazight - 1119 # wdTamazightLatin - 2143 # wdTamil - 1097 # wdTatar - 1092 # wdTelugu - 1098 # wdThai - 1054 # wdTibetan - 1105 # wdTigrignaEritrea - 2163 # wdTigrignaEthiopic - 1139 # wdTraditionalChinese - 1028 # wdTsonga - 1073 # wdTswana - 1074 # wdTurkish - 1055 # wdTurkmen - 1090 # wdUkrainian - 1058 # wdUrdu - 1056 # wdUzbekCyrillic - 2115 # wdUzbekLatin - 1091 # wdVenda - 1075 # wdVietnamese - 1066 # wdWelsh - 1106 # wdXhosa - 1076 # wdYi - 1144 # wdYiddish - 1085 # wdYoruba - 1130 # wdZulu - 1077 return { wdAfrikaans 1078 wdAlbanian 1052 wdAmharic 1118 wdArabic 1025 wdArabicAlgeria 5121 wdArabicBahrain 15361 wdArabicEgypt 3073 wdArabicIraq 2049 wdArabicJordan 11265 wdArabicKuwait 13313 wdArabicLebanon 12289 wdArabicLibya 4097 wdArabicMorocco 6145 wdArabicOman 8193 wdArabicQatar 16385 wdArabicSyria 10241 wdArabicTunisia 7169 wdArabicUAE 14337 wdArabicYemen 9217 wdArmenian 1067 wdAssamese 1101 wdAzeriCyrillic 2092 wdAzeriLatin 1068 wdBasque 1069 wdBelgianDutch 2067 wdBelgianFrench 2060 wdBengali 1093 wdBulgarian 1026 wdBurmese 1109 wdByelorussian 1059 wdCatalan 1027 wdCherokee 1116 wdChineseHongKongSAR 3076 wdChineseMacaoSAR 5124 wdChineseSingapore 4100 wdCroatian 1050 wdCzech 1029 wdDanish 1030 wdDivehi 1125 wdDutch 1043 wdEdo 1126 wdEnglishAUS 3081 wdEnglishBelize 10249 wdEnglishCanadian 4105 wdEnglishCaribbean 9225 wdEnglishIndonesia 14345 wdEnglishIreland 6153 wdEnglishJamaica 8201 wdEnglishNewZealand 5129 wdEnglishPhilippines 13321 wdEnglishSouthAfrica 7177 wdEnglishTrinidadTobago 11273 wdEnglishUK 2057 wdEnglishUS 1033 wdEnglishZimbabwe 12297 wdEstonian 1061 wdFaeroese 1080 wdFilipino 1124 wdFinnish 1035 wdFrench 1036 wdFrenchCameroon 11276 wdFrenchCanadian 3084 wdFrenchCongoDRC 9228 wdFrenchCotedIvoire 12300 wdFrenchHaiti 15372 wdFrenchLuxembourg 5132 wdFrenchMali 13324 wdFrenchMonaco 6156 wdFrenchMorocco 14348 wdFrenchReunion 8204 wdFrenchSenegal 10252 wdFrenchWestIndies 7180 wdFrisianNetherlands 1122 wdFulfulde 1127 wdGaelicIreland 2108 wdGaelicScotland 1084 wdGalician 1110 wdGeorgian 1079 wdGerman 1031 wdGermanAustria 3079 wdGermanLiechtenstein 5127 wdGermanLuxembourg 4103 wdGreek 1032 wdGuarani 1140 wdGujarati 1095 wdHausa 1128 wdHawaiian 1141 wdHebrew 1037 wdHindi 1081 wdHungarian 1038 wdIbibio 1129 wdIcelandic 1039 wdIgbo 1136 wdIndonesian 1057 wdInuktitut 1117 wdItalian 1040 wdJapanese 1041 wdKannada 1099 wdKanuri 1137 wdKashmiri 1120 wdKazakh 1087 wdKhmer 1107 wdKirghiz 1088 wdKonkani 1111 wdKorean 1042 wdKyrgyz 1088 wdLanguageNone 0 wdLao 1108 wdLatin 1142 wdLatvian 1062 wdLithuanian 1063 wdMacedonianFYROM 1071 wdMalayalam 1100 wdMalayBruneiDarussalam 2110 wdMalaysian 1086 wdMaltese 1082 wdManipuri 1112 wdMarathi 1102 wdMexicanSpanish 2058 wdMongolian 1104 wdNepali 1121 wdNoProofing 1024 wdNorwegianBokmol 1044 wdNorwegianNynorsk 2068 wdOriya 1096 wdOromo 1138 wdPashto 1123 wdPersian 1065 wdPolish 1045 wdPortuguese 2070 wdPortugueseBrazil 1046 wdPunjabi 1094 wdRhaetoRomanic 1047 wdRomanian 1048 wdRomanianMoldova 2072 wdRussian 1049 wdRussianMoldova 2073 wdSamiLappish 1083 wdSanskrit 1103 wdSerbianCyrillic 3098 wdSerbianLatin 2074 wdSesotho 1072 wdSimplifiedChinese 2052 wdSindhi 1113 wdSindhiPakistan 2137 wdSinhalese 1115 wdSlovak 1051 wdSlovenian 1060 wdSomali 1143 wdSorbian 1070 wdSpanish 1034 wdSpanishArgentina 11274 wdSpanishBolivia 16394 wdSpanishChile 13322 wdSpanishColombia 9226 wdSpanishCostaRica 5130 wdSpanishDominicanRepublic 7178 wdSpanishEcuador 12298 wdSpanishElSalvador 17418 wdSpanishGuatemala 4106 wdSpanishHonduras 18442 wdSpanishModernSort 3082 wdSpanishNicaragua 19466 wdSpanishPanama 6154 wdSpanishParaguay 15370 wdSpanishPeru 10250 wdSpanishPuertoRico 20490 wdSpanishUruguay 14346 wdSpanishVenezuela 8202 wdSutu 1072 wdSwahili 1089 wdSwedish 1053 wdSwedishFinland 2077 wdSwissFrench 4108 wdSwissGerman 2055 wdSwissItalian 2064 wdSyriac 1114 wdTajik 1064 wdTamazight 1119 wdTamazightLatin 2143 wdTamil 1097 wdTatar 1092 wdTelugu 1098 wdThai 1054 wdTibetan 1105 wdTigrignaEritrea 2163 wdTigrignaEthiopic 1139 wdTraditionalChinese 1028 wdTsonga 1073 wdTswana 1074 wdTurkish 1055 wdTurkmen 1090 wdUkrainian 1058 wdUrdu 1056 wdUzbekCyrillic 2115 wdUzbekLatin 1091 wdVenda 1075 wdVietnamese 1066 wdWelsh 1106 wdXhosa 1076 wdYi 1144 wdYiddish 1085 wdYoruba 1130 wdZulu 1077 } }
WdLanguageID2000 [::Word::Enum]Top, Main, Index
WdLanguageID2000
wdChineseHongKong | 3076 |
wdChineseMacao | 5124 |
wdEnglishTrinidad | 11273 |
proc ::Word::Enum::WdLanguageID2000 {} { # wdChineseHongKong - 3076 # wdChineseMacao - 5124 # wdEnglishTrinidad - 11273 return { wdChineseHongKong 3076 wdChineseMacao 5124 wdEnglishTrinidad 11273 } }
WdLayoutMode [::Word::Enum]Top, Main, Index
WdLayoutMode
wdLayoutModeDefault | 0 |
wdLayoutModeGenko | 3 |
wdLayoutModeGrid | 1 |
wdLayoutModeLineGrid | 2 |
proc ::Word::Enum::WdLayoutMode {} { # wdLayoutModeDefault - 0 # wdLayoutModeGenko - 3 # wdLayoutModeGrid - 1 # wdLayoutModeLineGrid - 2 return { wdLayoutModeDefault 0 wdLayoutModeGenko 3 wdLayoutModeGrid 1 wdLayoutModeLineGrid 2 } }
WdLetterheadLocation [::Word::Enum]Top, Main, Index
WdLetterheadLocation
wdLetterBottom | 1 |
wdLetterLeft | 2 |
wdLetterRight | 3 |
wdLetterTop | 0 |
proc ::Word::Enum::WdLetterheadLocation {} { # wdLetterBottom - 1 # wdLetterLeft - 2 # wdLetterRight - 3 # wdLetterTop - 0 return { wdLetterBottom 1 wdLetterLeft 2 wdLetterRight 3 wdLetterTop 0 } }
WdLetterStyle [::Word::Enum]Top, Main, Index
WdLetterStyle
wdFullBlock | 0 |
wdModifiedBlock | 1 |
wdSemiBlock | 2 |
proc ::Word::Enum::WdLetterStyle {} { # wdFullBlock - 0 # wdModifiedBlock - 1 # wdSemiBlock - 2 return { wdFullBlock 0 wdModifiedBlock 1 wdSemiBlock 2 } }
WdLigatures [::Word::Enum]Top, Main, Index
WdLigatures
wdLigaturesAll | 15 |
wdLigaturesContextual | 2 |
wdLigaturesContextualDiscretional | 10 |
wdLigaturesContextualHistorical | 6 |
wdLigaturesContextualHistoricalDiscretional | 14 |
wdLigaturesDiscretional | 8 |
wdLigaturesHistorical | 4 |
wdLigaturesHistoricalDiscretional | 12 |
wdLigaturesNone | 0 |
wdLigaturesStandard | 1 |
wdLigaturesStandardContextual | 3 |
wdLigaturesStandardContextualDiscretional | 11 |
wdLigaturesStandardContextualHistorical | 7 |
wdLigaturesStandardDiscretional | 9 |
wdLigaturesStandardHistorical | 5 |
wdLigaturesStandardHistoricalDiscretional | 13 |
proc ::Word::Enum::WdLigatures {} { # wdLigaturesAll - 15 # wdLigaturesContextual - 2 # wdLigaturesContextualDiscretional - 10 # wdLigaturesContextualHistorical - 6 # wdLigaturesContextualHistoricalDiscretional - 14 # wdLigaturesDiscretional - 8 # wdLigaturesHistorical - 4 # wdLigaturesHistoricalDiscretional - 12 # wdLigaturesNone - 0 # wdLigaturesStandard - 1 # wdLigaturesStandardContextual - 3 # wdLigaturesStandardContextualDiscretional - 11 # wdLigaturesStandardContextualHistorical - 7 # wdLigaturesStandardDiscretional - 9 # wdLigaturesStandardHistorical - 5 # wdLigaturesStandardHistoricalDiscretional - 13 return { wdLigaturesAll 15 wdLigaturesContextual 2 wdLigaturesContextualDiscretional 10 wdLigaturesContextualHistorical 6 wdLigaturesContextualHistoricalDiscretional 14 wdLigaturesDiscretional 8 wdLigaturesHistorical 4 wdLigaturesHistoricalDiscretional 12 wdLigaturesNone 0 wdLigaturesStandard 1 wdLigaturesStandardContextual 3 wdLigaturesStandardContextualDiscretional 11 wdLigaturesStandardContextualHistorical 7 wdLigaturesStandardDiscretional 9 wdLigaturesStandardHistorical 5 wdLigaturesStandardHistoricalDiscretional 13 } }
WdLineEndingType [::Word::Enum]Top, Main, Index
WdLineEndingType
wdCRLF | 0 |
wdCROnly | 1 |
wdLFCR | 3 |
wdLFOnly | 2 |
wdLSPS | 4 |
proc ::Word::Enum::WdLineEndingType {} { # wdCRLF - 0 # wdCROnly - 1 # wdLFCR - 3 # wdLFOnly - 2 # wdLSPS - 4 return { wdCRLF 0 wdCROnly 1 wdLFCR 3 wdLFOnly 2 wdLSPS 4 } }
WdLineSpacing [::Word::Enum]Top, Main, Index
WdLineSpacing
wdLineSpace1pt5 | 1 |
wdLineSpaceAtLeast | 3 |
wdLineSpaceDouble | 2 |
wdLineSpaceExactly | 4 |
wdLineSpaceMultiple | 5 |
wdLineSpaceSingle | 0 |
proc ::Word::Enum::WdLineSpacing {} { # wdLineSpace1pt5 - 1 # wdLineSpaceAtLeast - 3 # wdLineSpaceDouble - 2 # wdLineSpaceExactly - 4 # wdLineSpaceMultiple - 5 # wdLineSpaceSingle - 0 return { wdLineSpace1pt5 1 wdLineSpaceAtLeast 3 wdLineSpaceDouble 2 wdLineSpaceExactly 4 wdLineSpaceMultiple 5 wdLineSpaceSingle 0 } }
WdLineStyle [::Word::Enum]Top, Main, Index
WdLineStyle
wdLineStyleDashDot | 5 |
wdLineStyleDashDotDot | 6 |
wdLineStyleDashDotStroked | 20 |
wdLineStyleDashLargeGap | 4 |
wdLineStyleDashSmallGap | 3 |
wdLineStyleDot | 2 |
wdLineStyleDouble | 7 |
wdLineStyleDoubleWavy | 19 |
wdLineStyleEmboss3D | 21 |
wdLineStyleEngrave3D | 22 |
wdLineStyleInset | 24 |
wdLineStyleNone | 0 |
wdLineStyleOutset | 23 |
wdLineStyleSingle | 1 |
wdLineStyleSingleWavy | 18 |
wdLineStyleThickThinLargeGap | 16 |
wdLineStyleThickThinMedGap | 13 |
wdLineStyleThickThinSmallGap | 10 |
wdLineStyleThinThickLargeGap | 15 |
wdLineStyleThinThickMedGap | 12 |
wdLineStyleThinThickSmallGap | 9 |
wdLineStyleThinThickThinLargeGap | 17 |
wdLineStyleThinThickThinMedGap | 14 |
wdLineStyleThinThickThinSmallGap | 11 |
wdLineStyleTriple | 8 |
proc ::Word::Enum::WdLineStyle {} { # wdLineStyleDashDot - 5 # wdLineStyleDashDotDot - 6 # wdLineStyleDashDotStroked - 20 # wdLineStyleDashLargeGap - 4 # wdLineStyleDashSmallGap - 3 # wdLineStyleDot - 2 # wdLineStyleDouble - 7 # wdLineStyleDoubleWavy - 19 # wdLineStyleEmboss3D - 21 # wdLineStyleEngrave3D - 22 # wdLineStyleInset - 24 # wdLineStyleNone - 0 # wdLineStyleOutset - 23 # wdLineStyleSingle - 1 # wdLineStyleSingleWavy - 18 # wdLineStyleThickThinLargeGap - 16 # wdLineStyleThickThinMedGap - 13 # wdLineStyleThickThinSmallGap - 10 # wdLineStyleThinThickLargeGap - 15 # wdLineStyleThinThickMedGap - 12 # wdLineStyleThinThickSmallGap - 9 # wdLineStyleThinThickThinLargeGap - 17 # wdLineStyleThinThickThinMedGap - 14 # wdLineStyleThinThickThinSmallGap - 11 # wdLineStyleTriple - 8 return { wdLineStyleDashDot 5 wdLineStyleDashDotDot 6 wdLineStyleDashDotStroked 20 wdLineStyleDashLargeGap 4 wdLineStyleDashSmallGap 3 wdLineStyleDot 2 wdLineStyleDouble 7 wdLineStyleDoubleWavy 19 wdLineStyleEmboss3D 21 wdLineStyleEngrave3D 22 wdLineStyleInset 24 wdLineStyleNone 0 wdLineStyleOutset 23 wdLineStyleSingle 1 wdLineStyleSingleWavy 18 wdLineStyleThickThinLargeGap 16 wdLineStyleThickThinMedGap 13 wdLineStyleThickThinSmallGap 10 wdLineStyleThinThickLargeGap 15 wdLineStyleThinThickMedGap 12 wdLineStyleThinThickSmallGap 9 wdLineStyleThinThickThinLargeGap 17 wdLineStyleThinThickThinMedGap 14 wdLineStyleThinThickThinSmallGap 11 wdLineStyleTriple 8 } }
WdLineType [::Word::Enum]Top, Main, Index
WdLineType
wdTableRow | 1 |
wdTextLine | 0 |
proc ::Word::Enum::WdLineType {} { # wdTableRow - 1 # wdTextLine - 0 return { wdTableRow 1 wdTextLine 0 } }
WdLineWidth [::Word::Enum]Top, Main, Index
WdLineWidth
wdLineWidth025pt | 2 |
wdLineWidth050pt | 4 |
wdLineWidth075pt | 6 |
wdLineWidth100pt | 8 |
wdLineWidth150pt | 12 |
wdLineWidth225pt | 18 |
wdLineWidth300pt | 24 |
wdLineWidth450pt | 36 |
wdLineWidth600pt | 48 |
proc ::Word::Enum::WdLineWidth {} { # wdLineWidth025pt - 2 # wdLineWidth050pt - 4 # wdLineWidth075pt - 6 # wdLineWidth100pt - 8 # wdLineWidth150pt - 12 # wdLineWidth225pt - 18 # wdLineWidth300pt - 24 # wdLineWidth450pt - 36 # wdLineWidth600pt - 48 return { wdLineWidth025pt 2 wdLineWidth050pt 4 wdLineWidth075pt 6 wdLineWidth100pt 8 wdLineWidth150pt 12 wdLineWidth225pt 18 wdLineWidth300pt 24 wdLineWidth450pt 36 wdLineWidth600pt 48 } }
WdLinkType [::Word::Enum]Top, Main, Index
WdLinkType
wdLinkTypeChart | 8 |
wdLinkTypeDDE | 6 |
wdLinkTypeDDEAuto | 7 |
wdLinkTypeImport | 5 |
wdLinkTypeInclude | 4 |
wdLinkTypeOLE | 0 |
wdLinkTypePicture | 1 |
wdLinkTypeReference | 3 |
wdLinkTypeText | 2 |
proc ::Word::Enum::WdLinkType {} { # wdLinkTypeChart - 8 # wdLinkTypeDDE - 6 # wdLinkTypeDDEAuto - 7 # wdLinkTypeImport - 5 # wdLinkTypeInclude - 4 # wdLinkTypeOLE - 0 # wdLinkTypePicture - 1 # wdLinkTypeReference - 3 # wdLinkTypeText - 2 return { wdLinkTypeChart 8 wdLinkTypeDDE 6 wdLinkTypeDDEAuto 7 wdLinkTypeImport 5 wdLinkTypeInclude 4 wdLinkTypeOLE 0 wdLinkTypePicture 1 wdLinkTypeReference 3 wdLinkTypeText 2 } }
WdListApplyTo [::Word::Enum]Top, Main, Index
WdListApplyTo
wdListApplyToSelection | 2 |
wdListApplyToThisPointForward | 1 |
wdListApplyToWholeList | 0 |
proc ::Word::Enum::WdListApplyTo {} { # wdListApplyToSelection - 2 # wdListApplyToThisPointForward - 1 # wdListApplyToWholeList - 0 return { wdListApplyToSelection 2 wdListApplyToThisPointForward 1 wdListApplyToWholeList 0 } }
WdListGalleryType [::Word::Enum]Top, Main, Index
WdListGalleryType
wdBulletGallery | 1 |
wdNumberGallery | 2 |
wdOutlineNumberGallery | 3 |
proc ::Word::Enum::WdListGalleryType {} { # wdBulletGallery - 1 # wdNumberGallery - 2 # wdOutlineNumberGallery - 3 return { wdBulletGallery 1 wdNumberGallery 2 wdOutlineNumberGallery 3 } }
WdListLevelAlignment [::Word::Enum]Top, Main, Index
WdListLevelAlignment
wdListLevelAlignCenter | 1 |
wdListLevelAlignLeft | 0 |
wdListLevelAlignRight | 2 |
proc ::Word::Enum::WdListLevelAlignment {} { # wdListLevelAlignCenter - 1 # wdListLevelAlignLeft - 0 # wdListLevelAlignRight - 2 return { wdListLevelAlignCenter 1 wdListLevelAlignLeft 0 wdListLevelAlignRight 2 } }
WdListNumberStyle [::Word::Enum]Top, Main, Index
WdListNumberStyle
wdListNumberStyleAiueo | 20 |
wdListNumberStyleAiueoHalfWidth | 12 |
wdListNumberStyleArabic | 0 |
wdListNumberStyleArabic1 | 46 |
wdListNumberStyleArabic2 | 48 |
wdListNumberStyleArabicFullWidth | 14 |
wdListNumberStyleArabicLZ | 22 |
wdListNumberStyleArabicLZ2 | 62 |
wdListNumberStyleArabicLZ3 | 63 |
wdListNumberStyleArabicLZ4 | 64 |
wdListNumberStyleBullet | 23 |
wdListNumberStyleCardinalText | 6 |
wdListNumberStyleChosung | 25 |
wdListNumberStyleGanada | 24 |
wdListNumberStyleGBNum1 | 26 |
wdListNumberStyleGBNum2 | 27 |
wdListNumberStyleGBNum3 | 28 |
wdListNumberStyleGBNum4 | 29 |
wdListNumberStyleHangul | 43 |
wdListNumberStyleHanja | 44 |
wdListNumberStyleHanjaRead | 41 |
wdListNumberStyleHanjaReadDigit | 42 |
wdListNumberStyleHebrew1 | 45 |
wdListNumberStyleHebrew2 | 47 |
wdListNumberStyleHindiArabic | 51 |
wdListNumberStyleHindiCardinalText | 52 |
wdListNumberStyleHindiLetter1 | 49 |
wdListNumberStyleHindiLetter2 | 50 |
wdListNumberStyleIroha | 21 |
wdListNumberStyleIrohaHalfWidth | 13 |
wdListNumberStyleKanji | 10 |
wdListNumberStyleKanjiDigit | 11 |
wdListNumberStyleKanjiTraditional | 16 |
wdListNumberStyleKanjiTraditional2 | 17 |
wdListNumberStyleLegal | 253 |
wdListNumberStyleLegalLZ | 254 |
wdListNumberStyleLowercaseBulgarian | 67 |
wdListNumberStyleLowercaseGreek | 60 |
wdListNumberStyleLowercaseLetter | 4 |
wdListNumberStyleLowercaseRoman | 2 |
wdListNumberStyleLowercaseRussian | 58 |
wdListNumberStyleLowercaseTurkish | 65 |
wdListNumberStyleNone | 255 |
wdListNumberStyleNumberInCircle | 18 |
wdListNumberStyleOrdinal | 5 |
wdListNumberStyleOrdinalText | 7 |
wdListNumberStylePictureBullet | 249 |
wdListNumberStyleSimpChinNum1 | 37 |
wdListNumberStyleSimpChinNum2 | 38 |
wdListNumberStyleSimpChinNum3 | 39 |
wdListNumberStyleSimpChinNum4 | 40 |
wdListNumberStyleThaiArabic | 54 |
wdListNumberStyleThaiCardinalText | 55 |
wdListNumberStyleThaiLetter | 53 |
wdListNumberStyleTradChinNum1 | 33 |
wdListNumberStyleTradChinNum2 | 34 |
wdListNumberStyleTradChinNum3 | 35 |
wdListNumberStyleTradChinNum4 | 36 |
wdListNumberStyleUppercaseBulgarian | 68 |
wdListNumberStyleUppercaseGreek | 61 |
wdListNumberStyleUppercaseLetter | 3 |
wdListNumberStyleUppercaseRoman | 1 |
wdListNumberStyleUppercaseRussian | 59 |
wdListNumberStyleUppercaseTurkish | 66 |
wdListNumberStyleVietCardinalText | 56 |
wdListNumberStyleZodiac1 | 30 |
wdListNumberStyleZodiac2 | 31 |
wdListNumberStyleZodiac3 | 32 |
proc ::Word::Enum::WdListNumberStyle {} { # wdListNumberStyleAiueo - 20 # wdListNumberStyleAiueoHalfWidth - 12 # wdListNumberStyleArabic - 0 # wdListNumberStyleArabic1 - 46 # wdListNumberStyleArabic2 - 48 # wdListNumberStyleArabicFullWidth - 14 # wdListNumberStyleArabicLZ - 22 # wdListNumberStyleArabicLZ2 - 62 # wdListNumberStyleArabicLZ3 - 63 # wdListNumberStyleArabicLZ4 - 64 # wdListNumberStyleBullet - 23 # wdListNumberStyleCardinalText - 6 # wdListNumberStyleChosung - 25 # wdListNumberStyleGanada - 24 # wdListNumberStyleGBNum1 - 26 # wdListNumberStyleGBNum2 - 27 # wdListNumberStyleGBNum3 - 28 # wdListNumberStyleGBNum4 - 29 # wdListNumberStyleHangul - 43 # wdListNumberStyleHanja - 44 # wdListNumberStyleHanjaRead - 41 # wdListNumberStyleHanjaReadDigit - 42 # wdListNumberStyleHebrew1 - 45 # wdListNumberStyleHebrew2 - 47 # wdListNumberStyleHindiArabic - 51 # wdListNumberStyleHindiCardinalText - 52 # wdListNumberStyleHindiLetter1 - 49 # wdListNumberStyleHindiLetter2 - 50 # wdListNumberStyleIroha - 21 # wdListNumberStyleIrohaHalfWidth - 13 # wdListNumberStyleKanji - 10 # wdListNumberStyleKanjiDigit - 11 # wdListNumberStyleKanjiTraditional - 16 # wdListNumberStyleKanjiTraditional2 - 17 # wdListNumberStyleLegal - 253 # wdListNumberStyleLegalLZ - 254 # wdListNumberStyleLowercaseBulgarian - 67 # wdListNumberStyleLowercaseGreek - 60 # wdListNumberStyleLowercaseLetter - 4 # wdListNumberStyleLowercaseRoman - 2 # wdListNumberStyleLowercaseRussian - 58 # wdListNumberStyleLowercaseTurkish - 65 # wdListNumberStyleNone - 255 # wdListNumberStyleNumberInCircle - 18 # wdListNumberStyleOrdinal - 5 # wdListNumberStyleOrdinalText - 7 # wdListNumberStylePictureBullet - 249 # wdListNumberStyleSimpChinNum1 - 37 # wdListNumberStyleSimpChinNum2 - 38 # wdListNumberStyleSimpChinNum3 - 39 # wdListNumberStyleSimpChinNum4 - 40 # wdListNumberStyleThaiArabic - 54 # wdListNumberStyleThaiCardinalText - 55 # wdListNumberStyleThaiLetter - 53 # wdListNumberStyleTradChinNum1 - 33 # wdListNumberStyleTradChinNum2 - 34 # wdListNumberStyleTradChinNum3 - 35 # wdListNumberStyleTradChinNum4 - 36 # wdListNumberStyleUppercaseBulgarian - 68 # wdListNumberStyleUppercaseGreek - 61 # wdListNumberStyleUppercaseLetter - 3 # wdListNumberStyleUppercaseRoman - 1 # wdListNumberStyleUppercaseRussian - 59 # wdListNumberStyleUppercaseTurkish - 66 # wdListNumberStyleVietCardinalText - 56 # wdListNumberStyleZodiac1 - 30 # wdListNumberStyleZodiac2 - 31 # wdListNumberStyleZodiac3 - 32 return { wdListNumberStyleAiueo 20 wdListNumberStyleAiueoHalfWidth 12 wdListNumberStyleArabic 0 wdListNumberStyleArabic1 46 wdListNumberStyleArabic2 48 wdListNumberStyleArabicFullWidth 14 wdListNumberStyleArabicLZ 22 wdListNumberStyleArabicLZ2 62 wdListNumberStyleArabicLZ3 63 wdListNumberStyleArabicLZ4 64 wdListNumberStyleBullet 23 wdListNumberStyleCardinalText 6 wdListNumberStyleChosung 25 wdListNumberStyleGanada 24 wdListNumberStyleGBNum1 26 wdListNumberStyleGBNum2 27 wdListNumberStyleGBNum3 28 wdListNumberStyleGBNum4 29 wdListNumberStyleHangul 43 wdListNumberStyleHanja 44 wdListNumberStyleHanjaRead 41 wdListNumberStyleHanjaReadDigit 42 wdListNumberStyleHebrew1 45 wdListNumberStyleHebrew2 47 wdListNumberStyleHindiArabic 51 wdListNumberStyleHindiCardinalText 52 wdListNumberStyleHindiLetter1 49 wdListNumberStyleHindiLetter2 50 wdListNumberStyleIroha 21 wdListNumberStyleIrohaHalfWidth 13 wdListNumberStyleKanji 10 wdListNumberStyleKanjiDigit 11 wdListNumberStyleKanjiTraditional 16 wdListNumberStyleKanjiTraditional2 17 wdListNumberStyleLegal 253 wdListNumberStyleLegalLZ 254 wdListNumberStyleLowercaseBulgarian 67 wdListNumberStyleLowercaseGreek 60 wdListNumberStyleLowercaseLetter 4 wdListNumberStyleLowercaseRoman 2 wdListNumberStyleLowercaseRussian 58 wdListNumberStyleLowercaseTurkish 65 wdListNumberStyleNone 255 wdListNumberStyleNumberInCircle 18 wdListNumberStyleOrdinal 5 wdListNumberStyleOrdinalText 7 wdListNumberStylePictureBullet 249 wdListNumberStyleSimpChinNum1 37 wdListNumberStyleSimpChinNum2 38 wdListNumberStyleSimpChinNum3 39 wdListNumberStyleSimpChinNum4 40 wdListNumberStyleThaiArabic 54 wdListNumberStyleThaiCardinalText 55 wdListNumberStyleThaiLetter 53 wdListNumberStyleTradChinNum1 33 wdListNumberStyleTradChinNum2 34 wdListNumberStyleTradChinNum3 35 wdListNumberStyleTradChinNum4 36 wdListNumberStyleUppercaseBulgarian 68 wdListNumberStyleUppercaseGreek 61 wdListNumberStyleUppercaseLetter 3 wdListNumberStyleUppercaseRoman 1 wdListNumberStyleUppercaseRussian 59 wdListNumberStyleUppercaseTurkish 66 wdListNumberStyleVietCardinalText 56 wdListNumberStyleZodiac1 30 wdListNumberStyleZodiac2 31 wdListNumberStyleZodiac3 32 } }
WdListNumberStyleHID [::Word::Enum]Top, Main, Index
WdListNumberStyleHID
emptyenum | 0 |
proc ::Word::Enum::WdListNumberStyleHID {} { # emptyenum - 0 return { emptyenum 0 } }
WdListType [::Word::Enum]Top, Main, Index
WdListType
wdListBullet | 2 |
wdListListNumOnly | 1 |
wdListMixedNumbering | 5 |
wdListNoNumbering | 0 |
wdListOutlineNumbering | 4 |
wdListPictureBullet | 6 |
wdListSimpleNumbering | 3 |
proc ::Word::Enum::WdListType {} { # wdListBullet - 2 # wdListListNumOnly - 1 # wdListMixedNumbering - 5 # wdListNoNumbering - 0 # wdListOutlineNumbering - 4 # wdListPictureBullet - 6 # wdListSimpleNumbering - 3 return { wdListBullet 2 wdListListNumOnly 1 wdListMixedNumbering 5 wdListNoNumbering 0 wdListOutlineNumbering 4 wdListPictureBullet 6 wdListSimpleNumbering 3 } }
WdLockType [::Word::Enum]Top, Main, Index
WdLockType
wdLockChanged | 3 |
wdLockEphemeral | 2 |
wdLockNone | 0 |
wdLockReservation | 1 |
proc ::Word::Enum::WdLockType {} { # wdLockChanged - 3 # wdLockEphemeral - 2 # wdLockNone - 0 # wdLockReservation - 1 return { wdLockChanged 3 wdLockEphemeral 2 wdLockNone 0 wdLockReservation 1 } }
WdMailerPriority [::Word::Enum]Top, Main, Index
WdMailerPriority
wdPriorityHigh | 3 |
wdPriorityLow | 2 |
wdPriorityNormal | 1 |
proc ::Word::Enum::WdMailerPriority {} { # wdPriorityHigh - 3 # wdPriorityLow - 2 # wdPriorityNormal - 1 return { wdPriorityHigh 3 wdPriorityLow 2 wdPriorityNormal 1 } }
WdMailMergeActiveRecord [::Word::Enum]Top, Main, Index
WdMailMergeActiveRecord
wdFirstDataSourceRecord | -6 |
wdFirstRecord | -4 |
wdLastDataSourceRecord | -7 |
wdLastRecord | -5 |
wdNextDataSourceRecord | -8 |
wdNextRecord | -2 |
wdNoActiveRecord | -1 |
wdPreviousDataSourceRecord | -9 |
wdPreviousRecord | -3 |
proc ::Word::Enum::WdMailMergeActiveRecord {} { # wdFirstDataSourceRecord - -6 # wdFirstRecord - -4 # wdLastDataSourceRecord - -7 # wdLastRecord - -5 # wdNextDataSourceRecord - -8 # wdNextRecord - -2 # wdNoActiveRecord - -1 # wdPreviousDataSourceRecord - -9 # wdPreviousRecord - -3 return { wdFirstDataSourceRecord -6 wdFirstRecord -4 wdLastDataSourceRecord -7 wdLastRecord -5 wdNextDataSourceRecord -8 wdNextRecord -2 wdNoActiveRecord -1 wdPreviousDataSourceRecord -9 wdPreviousRecord -3 } }
WdMailMergeComparison [::Word::Enum]Top, Main, Index
WdMailMergeComparison
wdMergeIfEqual | 0 |
wdMergeIfGreaterThan | 3 |
wdMergeIfGreaterThanOrEqual | 5 |
wdMergeIfIsBlank | 6 |
wdMergeIfIsNotBlank | 7 |
wdMergeIfLessThan | 2 |
wdMergeIfLessThanOrEqual | 4 |
wdMergeIfNotEqual | 1 |
proc ::Word::Enum::WdMailMergeComparison {} { # wdMergeIfEqual - 0 # wdMergeIfGreaterThan - 3 # wdMergeIfGreaterThanOrEqual - 5 # wdMergeIfIsBlank - 6 # wdMergeIfIsNotBlank - 7 # wdMergeIfLessThan - 2 # wdMergeIfLessThanOrEqual - 4 # wdMergeIfNotEqual - 1 return { wdMergeIfEqual 0 wdMergeIfGreaterThan 3 wdMergeIfGreaterThanOrEqual 5 wdMergeIfIsBlank 6 wdMergeIfIsNotBlank 7 wdMergeIfLessThan 2 wdMergeIfLessThanOrEqual 4 wdMergeIfNotEqual 1 } }
WdMailMergeDataSource [::Word::Enum]Top, Main, Index
WdMailMergeDataSource
wdMergeInfoFromAccessDDE | 1 |
wdMergeInfoFromExcelDDE | 2 |
wdMergeInfoFromMSQueryDDE | 3 |
wdMergeInfoFromODBC | 4 |
wdMergeInfoFromODSO | 5 |
wdMergeInfoFromWord | 0 |
wdNoMergeInfo | -1 |
proc ::Word::Enum::WdMailMergeDataSource {} { # wdMergeInfoFromAccessDDE - 1 # wdMergeInfoFromExcelDDE - 2 # wdMergeInfoFromMSQueryDDE - 3 # wdMergeInfoFromODBC - 4 # wdMergeInfoFromODSO - 5 # wdMergeInfoFromWord - 0 # wdNoMergeInfo - -1 return { wdMergeInfoFromAccessDDE 1 wdMergeInfoFromExcelDDE 2 wdMergeInfoFromMSQueryDDE 3 wdMergeInfoFromODBC 4 wdMergeInfoFromODSO 5 wdMergeInfoFromWord 0 wdNoMergeInfo -1 } }
WdMailMergeDefaultRecord [::Word::Enum]Top, Main, Index
WdMailMergeDefaultRecord
wdDefaultFirstRecord | 1 |
wdDefaultLastRecord | -16 |
proc ::Word::Enum::WdMailMergeDefaultRecord {} { # wdDefaultFirstRecord - 1 # wdDefaultLastRecord - -16 return { wdDefaultFirstRecord 1 wdDefaultLastRecord -16 } }
WdMailMergeDestination [::Word::Enum]Top, Main, Index
WdMailMergeDestination
wdSendToEmail | 2 |
wdSendToFax | 3 |
wdSendToNewDocument | 0 |
wdSendToPrinter | 1 |
proc ::Word::Enum::WdMailMergeDestination {} { # wdSendToEmail - 2 # wdSendToFax - 3 # wdSendToNewDocument - 0 # wdSendToPrinter - 1 return { wdSendToEmail 2 wdSendToFax 3 wdSendToNewDocument 0 wdSendToPrinter 1 } }
WdMailMergeMailFormat [::Word::Enum]Top, Main, Index
WdMailMergeMailFormat
wdMailFormatHTML | 1 |
wdMailFormatPlainText | 0 |
proc ::Word::Enum::WdMailMergeMailFormat {} { # wdMailFormatHTML - 1 # wdMailFormatPlainText - 0 return { wdMailFormatHTML 1 wdMailFormatPlainText 0 } }
WdMailMergeMainDocType [::Word::Enum]Top, Main, Index
WdMailMergeMainDocType
wdCatalog | 3 |
wdDirectory | 3 |
wdEMail | 4 |
wdEnvelopes | 2 |
wdFax | 5 |
wdFormLetters | 0 |
wdMailingLabels | 1 |
wdNotAMergeDocument | -1 |
proc ::Word::Enum::WdMailMergeMainDocType {} { # wdCatalog - 3 # wdDirectory - 3 # wdEMail - 4 # wdEnvelopes - 2 # wdFax - 5 # wdFormLetters - 0 # wdMailingLabels - 1 # wdNotAMergeDocument - -1 return { wdCatalog 3 wdDirectory 3 wdEMail 4 wdEnvelopes 2 wdFax 5 wdFormLetters 0 wdMailingLabels 1 wdNotAMergeDocument -1 } }
WdMailMergeState [::Word::Enum]Top, Main, Index
WdMailMergeState
wdDataSource | 5 |
wdMainAndDataSource | 2 |
wdMainAndHeader | 3 |
wdMainAndSourceAndHeader | 4 |
wdMainDocumentOnly | 1 |
wdNormalDocument | 0 |
proc ::Word::Enum::WdMailMergeState {} { # wdDataSource - 5 # wdMainAndDataSource - 2 # wdMainAndHeader - 3 # wdMainAndSourceAndHeader - 4 # wdMainDocumentOnly - 1 # wdNormalDocument - 0 return { wdDataSource 5 wdMainAndDataSource 2 wdMainAndHeader 3 wdMainAndSourceAndHeader 4 wdMainDocumentOnly 1 wdNormalDocument 0 } }
WdMailSystem [::Word::Enum]Top, Main, Index
WdMailSystem
wdMAPI | 1 |
wdMAPIandPowerTalk | 3 |
wdNoMailSystem | 0 |
wdPowerTalk | 2 |
proc ::Word::Enum::WdMailSystem {} { # wdMAPI - 1 # wdMAPIandPowerTalk - 3 # wdNoMailSystem - 0 # wdPowerTalk - 2 return { wdMAPI 1 wdMAPIandPowerTalk 3 wdNoMailSystem 0 wdPowerTalk 2 } }
WdMappedDataFields [::Word::Enum]Top, Main, Index
WdMappedDataFields
wdAddress1 | 10 |
wdAddress2 | 11 |
wdAddress3 | 29 |
wdBusinessFax | 17 |
wdBusinessPhone | 16 |
wdCity | 12 |
wdCompany | 9 |
wdCountryRegion | 15 |
wdCourtesyTitle | 2 |
wdDepartment | 30 |
wdEmailAddress | 20 |
wdFirstName | 3 |
wdHomeFax | 19 |
wdHomePhone | 18 |
wdJobTitle | 8 |
wdLastName | 5 |
wdMiddleName | 4 |
wdNickname | 7 |
wdPostalCode | 14 |
wdRubyFirstName | 27 |
wdRubyLastName | 28 |
wdSpouseCourtesyTitle | 22 |
wdSpouseFirstName | 23 |
wdSpouseLastName | 25 |
wdSpouseMiddleName | 24 |
wdSpouseNickname | 26 |
wdState | 13 |
wdSuffix | 6 |
wdUniqueIdentifier | 1 |
wdWebPageURL | 21 |
proc ::Word::Enum::WdMappedDataFields {} { # wdAddress1 - 10 # wdAddress2 - 11 # wdAddress3 - 29 # wdBusinessFax - 17 # wdBusinessPhone - 16 # wdCity - 12 # wdCompany - 9 # wdCountryRegion - 15 # wdCourtesyTitle - 2 # wdDepartment - 30 # wdEmailAddress - 20 # wdFirstName - 3 # wdHomeFax - 19 # wdHomePhone - 18 # wdJobTitle - 8 # wdLastName - 5 # wdMiddleName - 4 # wdNickname - 7 # wdPostalCode - 14 # wdRubyFirstName - 27 # wdRubyLastName - 28 # wdSpouseCourtesyTitle - 22 # wdSpouseFirstName - 23 # wdSpouseLastName - 25 # wdSpouseMiddleName - 24 # wdSpouseNickname - 26 # wdState - 13 # wdSuffix - 6 # wdUniqueIdentifier - 1 # wdWebPageURL - 21 return { wdAddress1 10 wdAddress2 11 wdAddress3 29 wdBusinessFax 17 wdBusinessPhone 16 wdCity 12 wdCompany 9 wdCountryRegion 15 wdCourtesyTitle 2 wdDepartment 30 wdEmailAddress 20 wdFirstName 3 wdHomeFax 19 wdHomePhone 18 wdJobTitle 8 wdLastName 5 wdMiddleName 4 wdNickname 7 wdPostalCode 14 wdRubyFirstName 27 wdRubyLastName 28 wdSpouseCourtesyTitle 22 wdSpouseFirstName 23 wdSpouseLastName 25 wdSpouseMiddleName 24 wdSpouseNickname 26 wdState 13 wdSuffix 6 wdUniqueIdentifier 1 wdWebPageURL 21 } }
WdMeasurementUnits [::Word::Enum]Top, Main, Index
WdMeasurementUnits
wdCentimeters | 1 |
wdInches | 0 |
wdMillimeters | 2 |
wdPicas | 4 |
wdPoints | 3 |
proc ::Word::Enum::WdMeasurementUnits {} { # wdCentimeters - 1 # wdInches - 0 # wdMillimeters - 2 # wdPicas - 4 # wdPoints - 3 return { wdCentimeters 1 wdInches 0 wdMillimeters 2 wdPicas 4 wdPoints 3 } }
WdMeasurementUnitsHID [::Word::Enum]Top, Main, Index
WdMeasurementUnitsHID
emptyenum | 0 |
proc ::Word::Enum::WdMeasurementUnitsHID {} { # emptyenum - 0 return { emptyenum 0 } }
WdMergeFormatFrom [::Word::Enum]Top, Main, Index
WdMergeFormatFrom
wdMergeFormatFromOriginal | 0 |
wdMergeFormatFromPrompt | 2 |
wdMergeFormatFromRevised | 1 |
proc ::Word::Enum::WdMergeFormatFrom {} { # wdMergeFormatFromOriginal - 0 # wdMergeFormatFromPrompt - 2 # wdMergeFormatFromRevised - 1 return { wdMergeFormatFromOriginal 0 wdMergeFormatFromPrompt 2 wdMergeFormatFromRevised 1 } }
WdMergeSubType [::Word::Enum]Top, Main, Index
WdMergeSubType
wdMergeSubTypeAccess | 1 |
wdMergeSubTypeOAL | 2 |
wdMergeSubTypeOLEDBText | 5 |
wdMergeSubTypeOLEDBWord | 3 |
wdMergeSubTypeOther | 0 |
wdMergeSubTypeOutlook | 6 |
wdMergeSubTypeWord | 7 |
wdMergeSubTypeWord2000 | 8 |
wdMergeSubTypeWorks | 4 |
proc ::Word::Enum::WdMergeSubType {} { # wdMergeSubTypeAccess - 1 # wdMergeSubTypeOAL - 2 # wdMergeSubTypeOLEDBText - 5 # wdMergeSubTypeOLEDBWord - 3 # wdMergeSubTypeOther - 0 # wdMergeSubTypeOutlook - 6 # wdMergeSubTypeWord - 7 # wdMergeSubTypeWord2000 - 8 # wdMergeSubTypeWorks - 4 return { wdMergeSubTypeAccess 1 wdMergeSubTypeOAL 2 wdMergeSubTypeOLEDBText 5 wdMergeSubTypeOLEDBWord 3 wdMergeSubTypeOther 0 wdMergeSubTypeOutlook 6 wdMergeSubTypeWord 7 wdMergeSubTypeWord2000 8 wdMergeSubTypeWorks 4 } }
WdMergeTarget [::Word::Enum]Top, Main, Index
WdMergeTarget
wdMergeTargetCurrent | 1 |
wdMergeTargetNew | 2 |
wdMergeTargetSelected | 0 |
proc ::Word::Enum::WdMergeTarget {} { # wdMergeTargetCurrent - 1 # wdMergeTargetNew - 2 # wdMergeTargetSelected - 0 return { wdMergeTargetCurrent 1 wdMergeTargetNew 2 wdMergeTargetSelected 0 } }
WdMonthNames [::Word::Enum]Top, Main, Index
WdMonthNames
wdMonthNamesArabic | 0 |
wdMonthNamesEnglish | 1 |
wdMonthNamesFrench | 2 |
proc ::Word::Enum::WdMonthNames {} { # wdMonthNamesArabic - 0 # wdMonthNamesEnglish - 1 # wdMonthNamesFrench - 2 return { wdMonthNamesArabic 0 wdMonthNamesEnglish 1 wdMonthNamesFrench 2 } }
WdMoveFromTextMark [::Word::Enum]Top, Main, Index
WdMoveFromTextMark
wdMoveFromTextMarkBold | 6 |
wdMoveFromTextMarkCaret | 3 |
wdMoveFromTextMarkColorOnly | 10 |
wdMoveFromTextMarkDoubleStrikeThrough | 1 |
wdMoveFromTextMarkDoubleUnderline | 9 |
wdMoveFromTextMarkHidden | 0 |
wdMoveFromTextMarkItalic | 7 |
wdMoveFromTextMarkNone | 5 |
wdMoveFromTextMarkPound | 4 |
wdMoveFromTextMarkStrikeThrough | 2 |
wdMoveFromTextMarkUnderline | 8 |
proc ::Word::Enum::WdMoveFromTextMark {} { # wdMoveFromTextMarkBold - 6 # wdMoveFromTextMarkCaret - 3 # wdMoveFromTextMarkColorOnly - 10 # wdMoveFromTextMarkDoubleStrikeThrough - 1 # wdMoveFromTextMarkDoubleUnderline - 9 # wdMoveFromTextMarkHidden - 0 # wdMoveFromTextMarkItalic - 7 # wdMoveFromTextMarkNone - 5 # wdMoveFromTextMarkPound - 4 # wdMoveFromTextMarkStrikeThrough - 2 # wdMoveFromTextMarkUnderline - 8 return { wdMoveFromTextMarkBold 6 wdMoveFromTextMarkCaret 3 wdMoveFromTextMarkColorOnly 10 wdMoveFromTextMarkDoubleStrikeThrough 1 wdMoveFromTextMarkDoubleUnderline 9 wdMoveFromTextMarkHidden 0 wdMoveFromTextMarkItalic 7 wdMoveFromTextMarkNone 5 wdMoveFromTextMarkPound 4 wdMoveFromTextMarkStrikeThrough 2 wdMoveFromTextMarkUnderline 8 } }
WdMovementType [::Word::Enum]Top, Main, Index
WdMovementType
wdExtend | 1 |
wdMove | 0 |
proc ::Word::Enum::WdMovementType {} { # wdExtend - 1 # wdMove - 0 return { wdExtend 1 wdMove 0 } }
WdMoveToTextMark [::Word::Enum]Top, Main, Index
WdMoveToTextMark
wdMoveToTextMarkBold | 1 |
wdMoveToTextMarkColorOnly | 5 |
wdMoveToTextMarkDoubleStrikeThrough | 7 |
wdMoveToTextMarkDoubleUnderline | 4 |
wdMoveToTextMarkItalic | 2 |
wdMoveToTextMarkNone | 0 |
wdMoveToTextMarkStrikeThrough | 6 |
wdMoveToTextMarkUnderline | 3 |
proc ::Word::Enum::WdMoveToTextMark {} { # wdMoveToTextMarkBold - 1 # wdMoveToTextMarkColorOnly - 5 # wdMoveToTextMarkDoubleStrikeThrough - 7 # wdMoveToTextMarkDoubleUnderline - 4 # wdMoveToTextMarkItalic - 2 # wdMoveToTextMarkNone - 0 # wdMoveToTextMarkStrikeThrough - 6 # wdMoveToTextMarkUnderline - 3 return { wdMoveToTextMarkBold 1 wdMoveToTextMarkColorOnly 5 wdMoveToTextMarkDoubleStrikeThrough 7 wdMoveToTextMarkDoubleUnderline 4 wdMoveToTextMarkItalic 2 wdMoveToTextMarkNone 0 wdMoveToTextMarkStrikeThrough 6 wdMoveToTextMarkUnderline 3 } }
WdMultipleWordConversionsMode [::Word::Enum]Top, Main, Index
WdMultipleWordConversionsMode
wdHangulToHanja | 0 |
wdHanjaToHangul | 1 |
proc ::Word::Enum::WdMultipleWordConversionsMode {} { # wdHangulToHanja - 0 # wdHanjaToHangul - 1 return { wdHangulToHanja 0 wdHanjaToHangul 1 } }
WdNewDocumentType [::Word::Enum]Top, Main, Index
WdNewDocumentType
wdNewBlankDocument | 0 |
wdNewEmailMessage | 2 |
wdNewFrameset | 3 |
wdNewWebPage | 1 |
wdNewXMLDocument | 4 |
proc ::Word::Enum::WdNewDocumentType {} { # wdNewBlankDocument - 0 # wdNewEmailMessage - 2 # wdNewFrameset - 3 # wdNewWebPage - 1 # wdNewXMLDocument - 4 return { wdNewBlankDocument 0 wdNewEmailMessage 2 wdNewFrameset 3 wdNewWebPage 1 wdNewXMLDocument 4 } }
WdNoteNumberStyle [::Word::Enum]Top, Main, Index
WdNoteNumberStyle
wdNoteNumberStyleArabic | 0 |
wdNoteNumberStyleArabicFullWidth | 14 |
wdNoteNumberStyleArabicLetter1 | 46 |
wdNoteNumberStyleArabicLetter2 | 48 |
wdNoteNumberStyleHanjaRead | 41 |
wdNoteNumberStyleHanjaReadDigit | 42 |
wdNoteNumberStyleHebrewLetter1 | 45 |
wdNoteNumberStyleHebrewLetter2 | 47 |
wdNoteNumberStyleHindiArabic | 51 |
wdNoteNumberStyleHindiCardinalText | 52 |
wdNoteNumberStyleHindiLetter1 | 49 |
wdNoteNumberStyleHindiLetter2 | 50 |
wdNoteNumberStyleKanji | 10 |
wdNoteNumberStyleKanjiDigit | 11 |
wdNoteNumberStyleKanjiTraditional | 16 |
wdNoteNumberStyleLowercaseLetter | 4 |
wdNoteNumberStyleLowercaseRoman | 2 |
wdNoteNumberStyleNumberInCircle | 18 |
wdNoteNumberStyleSimpChinNum1 | 37 |
wdNoteNumberStyleSimpChinNum2 | 38 |
wdNoteNumberStyleSymbol | 9 |
wdNoteNumberStyleThaiArabic | 54 |
wdNoteNumberStyleThaiCardinalText | 55 |
wdNoteNumberStyleThaiLetter | 53 |
wdNoteNumberStyleTradChinNum1 | 33 |
wdNoteNumberStyleTradChinNum2 | 34 |
wdNoteNumberStyleUppercaseLetter | 3 |
wdNoteNumberStyleUppercaseRoman | 1 |
wdNoteNumberStyleVietCardinalText | 56 |
proc ::Word::Enum::WdNoteNumberStyle {} { # wdNoteNumberStyleArabic - 0 # wdNoteNumberStyleArabicFullWidth - 14 # wdNoteNumberStyleArabicLetter1 - 46 # wdNoteNumberStyleArabicLetter2 - 48 # wdNoteNumberStyleHanjaRead - 41 # wdNoteNumberStyleHanjaReadDigit - 42 # wdNoteNumberStyleHebrewLetter1 - 45 # wdNoteNumberStyleHebrewLetter2 - 47 # wdNoteNumberStyleHindiArabic - 51 # wdNoteNumberStyleHindiCardinalText - 52 # wdNoteNumberStyleHindiLetter1 - 49 # wdNoteNumberStyleHindiLetter2 - 50 # wdNoteNumberStyleKanji - 10 # wdNoteNumberStyleKanjiDigit - 11 # wdNoteNumberStyleKanjiTraditional - 16 # wdNoteNumberStyleLowercaseLetter - 4 # wdNoteNumberStyleLowercaseRoman - 2 # wdNoteNumberStyleNumberInCircle - 18 # wdNoteNumberStyleSimpChinNum1 - 37 # wdNoteNumberStyleSimpChinNum2 - 38 # wdNoteNumberStyleSymbol - 9 # wdNoteNumberStyleThaiArabic - 54 # wdNoteNumberStyleThaiCardinalText - 55 # wdNoteNumberStyleThaiLetter - 53 # wdNoteNumberStyleTradChinNum1 - 33 # wdNoteNumberStyleTradChinNum2 - 34 # wdNoteNumberStyleUppercaseLetter - 3 # wdNoteNumberStyleUppercaseRoman - 1 # wdNoteNumberStyleVietCardinalText - 56 return { wdNoteNumberStyleArabic 0 wdNoteNumberStyleArabicFullWidth 14 wdNoteNumberStyleArabicLetter1 46 wdNoteNumberStyleArabicLetter2 48 wdNoteNumberStyleHanjaRead 41 wdNoteNumberStyleHanjaReadDigit 42 wdNoteNumberStyleHebrewLetter1 45 wdNoteNumberStyleHebrewLetter2 47 wdNoteNumberStyleHindiArabic 51 wdNoteNumberStyleHindiCardinalText 52 wdNoteNumberStyleHindiLetter1 49 wdNoteNumberStyleHindiLetter2 50 wdNoteNumberStyleKanji 10 wdNoteNumberStyleKanjiDigit 11 wdNoteNumberStyleKanjiTraditional 16 wdNoteNumberStyleLowercaseLetter 4 wdNoteNumberStyleLowercaseRoman 2 wdNoteNumberStyleNumberInCircle 18 wdNoteNumberStyleSimpChinNum1 37 wdNoteNumberStyleSimpChinNum2 38 wdNoteNumberStyleSymbol 9 wdNoteNumberStyleThaiArabic 54 wdNoteNumberStyleThaiCardinalText 55 wdNoteNumberStyleThaiLetter 53 wdNoteNumberStyleTradChinNum1 33 wdNoteNumberStyleTradChinNum2 34 wdNoteNumberStyleUppercaseLetter 3 wdNoteNumberStyleUppercaseRoman 1 wdNoteNumberStyleVietCardinalText 56 } }
WdNoteNumberStyleHID [::Word::Enum]Top, Main, Index
WdNoteNumberStyleHID
emptyenum | 0 |
proc ::Word::Enum::WdNoteNumberStyleHID {} { # emptyenum - 0 return { emptyenum 0 } }
WdNumberForm [::Word::Enum]Top, Main, Index
WdNumberForm
wdNumberFormDefault | 0 |
wdNumberFormLining | 1 |
wdNumberFormOldStyle | 2 |
proc ::Word::Enum::WdNumberForm {} { # wdNumberFormDefault - 0 # wdNumberFormLining - 1 # wdNumberFormOldStyle - 2 return { wdNumberFormDefault 0 wdNumberFormLining 1 wdNumberFormOldStyle 2 } }
WdNumberingRule [::Word::Enum]Top, Main, Index
WdNumberingRule
wdRestartContinuous | 0 |
wdRestartPage | 2 |
wdRestartSection | 1 |
proc ::Word::Enum::WdNumberingRule {} { # wdRestartContinuous - 0 # wdRestartPage - 2 # wdRestartSection - 1 return { wdRestartContinuous 0 wdRestartPage 2 wdRestartSection 1 } }
WdNumberSpacing [::Word::Enum]Top, Main, Index
WdNumberSpacing
wdNumberSpacingDefault | 0 |
wdNumberSpacingProportional | 1 |
wdNumberSpacingTabular | 2 |
proc ::Word::Enum::WdNumberSpacing {} { # wdNumberSpacingDefault - 0 # wdNumberSpacingProportional - 1 # wdNumberSpacingTabular - 2 return { wdNumberSpacingDefault 0 wdNumberSpacingProportional 1 wdNumberSpacingTabular 2 } }
WdNumberStyleWordBasicBiDi [::Word::Enum]Top, Main, Index
WdNumberStyleWordBasicBiDi
wdCaptionNumberStyleBidiLetter1 | 49 |
wdCaptionNumberStyleBidiLetter2 | 50 |
wdListNumberStyleBidi1 | 49 |
wdListNumberStyleBidi2 | 50 |
wdNoteNumberStyleBidiLetter1 | 49 |
wdNoteNumberStyleBidiLetter2 | 50 |
wdPageNumberStyleBidiLetter1 | 49 |
wdPageNumberStyleBidiLetter2 | 50 |
proc ::Word::Enum::WdNumberStyleWordBasicBiDi {} { # wdCaptionNumberStyleBidiLetter1 - 49 # wdCaptionNumberStyleBidiLetter2 - 50 # wdListNumberStyleBidi1 - 49 # wdListNumberStyleBidi2 - 50 # wdNoteNumberStyleBidiLetter1 - 49 # wdNoteNumberStyleBidiLetter2 - 50 # wdPageNumberStyleBidiLetter1 - 49 # wdPageNumberStyleBidiLetter2 - 50 return { wdCaptionNumberStyleBidiLetter1 49 wdCaptionNumberStyleBidiLetter2 50 wdListNumberStyleBidi1 49 wdListNumberStyleBidi2 50 wdNoteNumberStyleBidiLetter1 49 wdNoteNumberStyleBidiLetter2 50 wdPageNumberStyleBidiLetter1 49 wdPageNumberStyleBidiLetter2 50 } }
WdNumberType [::Word::Enum]Top, Main, Index
WdNumberType
wdNumberAllNumbers | 3 |
wdNumberListNum | 2 |
wdNumberParagraph | 1 |
proc ::Word::Enum::WdNumberType {} { # wdNumberAllNumbers - 3 # wdNumberListNum - 2 # wdNumberParagraph - 1 return { wdNumberAllNumbers 3 wdNumberListNum 2 wdNumberParagraph 1 } }
WdOLEPlacement [::Word::Enum]Top, Main, Index
WdOLEPlacement
wdFloatOverText | 1 |
wdInLine | 0 |
proc ::Word::Enum::WdOLEPlacement {} { # wdFloatOverText - 1 # wdInLine - 0 return { wdFloatOverText 1 wdInLine 0 } }
WdOLEType [::Word::Enum]Top, Main, Index
WdOLEType
wdOLEControl | 2 |
wdOLEEmbed | 1 |
wdOLELink | 0 |
proc ::Word::Enum::WdOLEType {} { # wdOLEControl - 2 # wdOLEEmbed - 1 # wdOLELink - 0 return { wdOLEControl 2 wdOLEEmbed 1 wdOLELink 0 } }
WdOLEVerb [::Word::Enum]Top, Main, Index
WdOLEVerb
wdOLEVerbDiscardUndoState | -6 |
wdOLEVerbHide | -3 |
wdOLEVerbInPlaceActivate | -5 |
wdOLEVerbOpen | -2 |
wdOLEVerbPrimary | 0 |
wdOLEVerbShow | -1 |
wdOLEVerbUIActivate | -4 |
proc ::Word::Enum::WdOLEVerb {} { # wdOLEVerbDiscardUndoState - -6 # wdOLEVerbHide - -3 # wdOLEVerbInPlaceActivate - -5 # wdOLEVerbOpen - -2 # wdOLEVerbPrimary - 0 # wdOLEVerbShow - -1 # wdOLEVerbUIActivate - -4 return { wdOLEVerbDiscardUndoState -6 wdOLEVerbHide -3 wdOLEVerbInPlaceActivate -5 wdOLEVerbOpen -2 wdOLEVerbPrimary 0 wdOLEVerbShow -1 wdOLEVerbUIActivate -4 } }
WdOMathBreakBin [::Word::Enum]Top, Main, Index
WdOMathBreakBin
wdOMathBreakBinAfter | 1 |
wdOMathBreakBinBefore | 0 |
wdOMathBreakBinRepeat | 2 |
proc ::Word::Enum::WdOMathBreakBin {} { # wdOMathBreakBinAfter - 1 # wdOMathBreakBinBefore - 0 # wdOMathBreakBinRepeat - 2 return { wdOMathBreakBinAfter 1 wdOMathBreakBinBefore 0 wdOMathBreakBinRepeat 2 } }
WdOMathBreakSub [::Word::Enum]Top, Main, Index
WdOMathBreakSub
wdOMathBreakSubMinusMinus | 0 |
wdOMathBreakSubMinusPlus | 2 |
wdOMathBreakSubPlusMinus | 1 |
proc ::Word::Enum::WdOMathBreakSub {} { # wdOMathBreakSubMinusMinus - 0 # wdOMathBreakSubMinusPlus - 2 # wdOMathBreakSubPlusMinus - 1 return { wdOMathBreakSubMinusMinus 0 wdOMathBreakSubMinusPlus 2 wdOMathBreakSubPlusMinus 1 } }
WdOMathFracType [::Word::Enum]Top, Main, Index
WdOMathFracType
wdOMathFracBar | 0 |
wdOMathFracLin | 3 |
wdOMathFracNoBar | 1 |
wdOMathFracSkw | 2 |
proc ::Word::Enum::WdOMathFracType {} { # wdOMathFracBar - 0 # wdOMathFracLin - 3 # wdOMathFracNoBar - 1 # wdOMathFracSkw - 2 return { wdOMathFracBar 0 wdOMathFracLin 3 wdOMathFracNoBar 1 wdOMathFracSkw 2 } }
WdOMathFunctionType [::Word::Enum]Top, Main, Index
WdOMathFunctionType
wdOMathFunctionAcc | 1 |
wdOMathFunctionBar | 2 |
wdOMathFunctionBorderBox | 4 |
wdOMathFunctionBox | 3 |
wdOMathFunctionDelim | 5 |
wdOMathFunctionEqArray | 6 |
wdOMathFunctionFrac | 7 |
wdOMathFunctionFunc | 8 |
wdOMathFunctionGroupChar | 9 |
wdOMathFunctionLimLow | 10 |
wdOMathFunctionLimUpp | 11 |
wdOMathFunctionLiteralText | 22 |
wdOMathFunctionMat | 12 |
wdOMathFunctionNary | 13 |
wdOMathFunctionNormalText | 21 |
wdOMathFunctionPhantom | 14 |
wdOMathFunctionRad | 16 |
wdOMathFunctionScrPre | 15 |
wdOMathFunctionScrSub | 17 |
wdOMathFunctionScrSubSup | 18 |
wdOMathFunctionScrSup | 19 |
wdOMathFunctionText | 20 |
proc ::Word::Enum::WdOMathFunctionType {} { # wdOMathFunctionAcc - 1 # wdOMathFunctionBar - 2 # wdOMathFunctionBorderBox - 4 # wdOMathFunctionBox - 3 # wdOMathFunctionDelim - 5 # wdOMathFunctionEqArray - 6 # wdOMathFunctionFrac - 7 # wdOMathFunctionFunc - 8 # wdOMathFunctionGroupChar - 9 # wdOMathFunctionLimLow - 10 # wdOMathFunctionLimUpp - 11 # wdOMathFunctionLiteralText - 22 # wdOMathFunctionMat - 12 # wdOMathFunctionNary - 13 # wdOMathFunctionNormalText - 21 # wdOMathFunctionPhantom - 14 # wdOMathFunctionRad - 16 # wdOMathFunctionScrPre - 15 # wdOMathFunctionScrSub - 17 # wdOMathFunctionScrSubSup - 18 # wdOMathFunctionScrSup - 19 # wdOMathFunctionText - 20 return { wdOMathFunctionAcc 1 wdOMathFunctionBar 2 wdOMathFunctionBorderBox 4 wdOMathFunctionBox 3 wdOMathFunctionDelim 5 wdOMathFunctionEqArray 6 wdOMathFunctionFrac 7 wdOMathFunctionFunc 8 wdOMathFunctionGroupChar 9 wdOMathFunctionLimLow 10 wdOMathFunctionLimUpp 11 wdOMathFunctionLiteralText 22 wdOMathFunctionMat 12 wdOMathFunctionNary 13 wdOMathFunctionNormalText 21 wdOMathFunctionPhantom 14 wdOMathFunctionRad 16 wdOMathFunctionScrPre 15 wdOMathFunctionScrSub 17 wdOMathFunctionScrSubSup 18 wdOMathFunctionScrSup 19 wdOMathFunctionText 20 } }
WdOMathHorizAlignType [::Word::Enum]Top, Main, Index
WdOMathHorizAlignType
wdOMathHorizAlignCenter | 0 |
wdOMathHorizAlignLeft | 1 |
wdOMathHorizAlignRight | 2 |
proc ::Word::Enum::WdOMathHorizAlignType {} { # wdOMathHorizAlignCenter - 0 # wdOMathHorizAlignLeft - 1 # wdOMathHorizAlignRight - 2 return { wdOMathHorizAlignCenter 0 wdOMathHorizAlignLeft 1 wdOMathHorizAlignRight 2 } }
WdOMathJc [::Word::Enum]Top, Main, Index
WdOMathJc
wdOMathJcCenter | 2 |
wdOMathJcCenterGroup | 1 |
wdOMathJcInline | 7 |
wdOMathJcLeft | 3 |
wdOMathJcRight | 4 |
proc ::Word::Enum::WdOMathJc {} { # wdOMathJcCenter - 2 # wdOMathJcCenterGroup - 1 # wdOMathJcInline - 7 # wdOMathJcLeft - 3 # wdOMathJcRight - 4 return { wdOMathJcCenter 2 wdOMathJcCenterGroup 1 wdOMathJcInline 7 wdOMathJcLeft 3 wdOMathJcRight 4 } }
WdOMathShapeType [::Word::Enum]Top, Main, Index
WdOMathShapeType
wdOMathShapeCentered | 0 |
wdOMathShapeMatch | 1 |
proc ::Word::Enum::WdOMathShapeType {} { # wdOMathShapeCentered - 0 # wdOMathShapeMatch - 1 return { wdOMathShapeCentered 0 wdOMathShapeMatch 1 } }
WdOMathSpacingRule [::Word::Enum]Top, Main, Index
WdOMathSpacingRule
wdOMathSpacing1pt5 | 1 |
wdOMathSpacingDouble | 2 |
wdOMathSpacingExactly | 3 |
wdOMathSpacingMultiple | 4 |
wdOMathSpacingSingle | 0 |
proc ::Word::Enum::WdOMathSpacingRule {} { # wdOMathSpacing1pt5 - 1 # wdOMathSpacingDouble - 2 # wdOMathSpacingExactly - 3 # wdOMathSpacingMultiple - 4 # wdOMathSpacingSingle - 0 return { wdOMathSpacing1pt5 1 wdOMathSpacingDouble 2 wdOMathSpacingExactly 3 wdOMathSpacingMultiple 4 wdOMathSpacingSingle 0 } }
WdOMathType [::Word::Enum]Top, Main, Index
WdOMathType
wdOMathDisplay | 0 |
wdOMathInline | 1 |
proc ::Word::Enum::WdOMathType {} { # wdOMathDisplay - 0 # wdOMathInline - 1 return { wdOMathDisplay 0 wdOMathInline 1 } }
WdOMathVertAlignType [::Word::Enum]Top, Main, Index
WdOMathVertAlignType
wdOMathVertAlignBottom | 2 |
wdOMathVertAlignCenter | 0 |
wdOMathVertAlignTop | 1 |
proc ::Word::Enum::WdOMathVertAlignType {} { # wdOMathVertAlignBottom - 2 # wdOMathVertAlignCenter - 0 # wdOMathVertAlignTop - 1 return { wdOMathVertAlignBottom 2 wdOMathVertAlignCenter 0 wdOMathVertAlignTop 1 } }
WdOpenFormat [::Word::Enum]Top, Main, Index
WdOpenFormat
wdOpenFormatAllWord | 6 |
wdOpenFormatAllWordTemplates | 13 |
wdOpenFormatAuto | 0 |
wdOpenFormatDocument | 1 |
wdOpenFormatDocument97 | 1 |
wdOpenFormatEncodedText | 5 |
wdOpenFormatOpenDocumentText | 18 |
wdOpenFormatRTF | 3 |
wdOpenFormatTemplate | 2 |
wdOpenFormatTemplate97 | 2 |
wdOpenFormatText | 4 |
wdOpenFormatUnicodeText | 5 |
wdOpenFormatWebPages | 7 |
wdOpenFormatXML | 8 |
wdOpenFormatXMLDocument | 9 |
wdOpenFormatXMLDocumentMacroEnabled | 10 |
wdOpenFormatXMLDocumentMacroEnabledSerialized | 15 |
wdOpenFormatXMLDocumentSerialized | 14 |
wdOpenFormatXMLTemplate | 11 |
wdOpenFormatXMLTemplateMacroEnabled | 12 |
wdOpenFormatXMLTemplateMacroEnabledSerialized | 17 |
wdOpenFormatXMLTemplateSerialized | 16 |
proc ::Word::Enum::WdOpenFormat {} { # wdOpenFormatAllWord - 6 # wdOpenFormatAllWordTemplates - 13 # wdOpenFormatAuto - 0 # wdOpenFormatDocument - 1 # wdOpenFormatDocument97 - 1 # wdOpenFormatEncodedText - 5 # wdOpenFormatOpenDocumentText - 18 # wdOpenFormatRTF - 3 # wdOpenFormatTemplate - 2 # wdOpenFormatTemplate97 - 2 # wdOpenFormatText - 4 # wdOpenFormatUnicodeText - 5 # wdOpenFormatWebPages - 7 # wdOpenFormatXML - 8 # wdOpenFormatXMLDocument - 9 # wdOpenFormatXMLDocumentMacroEnabled - 10 # wdOpenFormatXMLDocumentMacroEnabledSerialized - 15 # wdOpenFormatXMLDocumentSerialized - 14 # wdOpenFormatXMLTemplate - 11 # wdOpenFormatXMLTemplateMacroEnabled - 12 # wdOpenFormatXMLTemplateMacroEnabledSerialized - 17 # wdOpenFormatXMLTemplateSerialized - 16 return { wdOpenFormatAllWord 6 wdOpenFormatAllWordTemplates 13 wdOpenFormatAuto 0 wdOpenFormatDocument 1 wdOpenFormatDocument97 1 wdOpenFormatEncodedText 5 wdOpenFormatOpenDocumentText 18 wdOpenFormatRTF 3 wdOpenFormatTemplate 2 wdOpenFormatTemplate97 2 wdOpenFormatText 4 wdOpenFormatUnicodeText 5 wdOpenFormatWebPages 7 wdOpenFormatXML 8 wdOpenFormatXMLDocument 9 wdOpenFormatXMLDocumentMacroEnabled 10 wdOpenFormatXMLDocumentMacroEnabledSerialized 15 wdOpenFormatXMLDocumentSerialized 14 wdOpenFormatXMLTemplate 11 wdOpenFormatXMLTemplateMacroEnabled 12 wdOpenFormatXMLTemplateMacroEnabledSerialized 17 wdOpenFormatXMLTemplateSerialized 16 } }
WdOrganizerObject [::Word::Enum]Top, Main, Index
WdOrganizerObject
wdOrganizerObjectAutoText | 1 |
wdOrganizerObjectCommandBars | 2 |
wdOrganizerObjectProjectItems | 3 |
wdOrganizerObjectStyles | 0 |
proc ::Word::Enum::WdOrganizerObject {} { # wdOrganizerObjectAutoText - 1 # wdOrganizerObjectCommandBars - 2 # wdOrganizerObjectProjectItems - 3 # wdOrganizerObjectStyles - 0 return { wdOrganizerObjectAutoText 1 wdOrganizerObjectCommandBars 2 wdOrganizerObjectProjectItems 3 wdOrganizerObjectStyles 0 } }
WdOrientation [::Word::Enum]Top, Main, Index
WdOrientation
wdOrientLandscape | 1 |
wdOrientPortrait | 0 |
proc ::Word::Enum::WdOrientation {} { # wdOrientLandscape - 1 # wdOrientPortrait - 0 return { wdOrientLandscape 1 wdOrientPortrait 0 } }
WdOriginalFormat [::Word::Enum]Top, Main, Index
WdOriginalFormat
wdOriginalDocumentFormat | 1 |
wdPromptUser | 2 |
wdWordDocument | 0 |
proc ::Word::Enum::WdOriginalFormat {} { # wdOriginalDocumentFormat - 1 # wdPromptUser - 2 # wdWordDocument - 0 return { wdOriginalDocumentFormat 1 wdPromptUser 2 wdWordDocument 0 } }
WdOutlineLevel [::Word::Enum]Top, Main, Index
WdOutlineLevel
wdOutlineLevel1 | 1 |
wdOutlineLevel2 | 2 |
wdOutlineLevel3 | 3 |
wdOutlineLevel4 | 4 |
wdOutlineLevel5 | 5 |
wdOutlineLevel6 | 6 |
wdOutlineLevel7 | 7 |
wdOutlineLevel8 | 8 |
wdOutlineLevel9 | 9 |
wdOutlineLevelBodyText | 10 |
proc ::Word::Enum::WdOutlineLevel {} { # wdOutlineLevel1 - 1 # wdOutlineLevel2 - 2 # wdOutlineLevel3 - 3 # wdOutlineLevel4 - 4 # wdOutlineLevel5 - 5 # wdOutlineLevel6 - 6 # wdOutlineLevel7 - 7 # wdOutlineLevel8 - 8 # wdOutlineLevel9 - 9 # wdOutlineLevelBodyText - 10 return { wdOutlineLevel1 1 wdOutlineLevel2 2 wdOutlineLevel3 3 wdOutlineLevel4 4 wdOutlineLevel5 5 wdOutlineLevel6 6 wdOutlineLevel7 7 wdOutlineLevel8 8 wdOutlineLevel9 9 wdOutlineLevelBodyText 10 } }
WdPageBorderArt [::Word::Enum]Top, Main, Index
WdPageBorderArt
wdArtApples | 1 |
wdArtArchedScallops | 97 |
wdArtBabyPacifier | 70 |
wdArtBabyRattle | 71 |
wdArtBalloons3Colors | 11 |
wdArtBalloonsHotAir | 12 |
wdArtBasicBlackDashes | 155 |
wdArtBasicBlackDots | 156 |
wdArtBasicBlackSquares | 154 |
wdArtBasicThinLines | 151 |
wdArtBasicWhiteDashes | 152 |
wdArtBasicWhiteDots | 147 |
wdArtBasicWhiteSquares | 153 |
wdArtBasicWideInline | 150 |
wdArtBasicWideMidline | 148 |
wdArtBasicWideOutline | 149 |
wdArtBats | 37 |
wdArtBirds | 102 |
wdArtBirdsFlight | 35 |
wdArtCabins | 72 |
wdArtCakeSlice | 3 |
wdArtCandyCorn | 4 |
wdArtCelticKnotwork | 99 |
wdArtCertificateBanner | 158 |
wdArtChainLink | 128 |
wdArtChampagneBottle | 6 |
wdArtCheckedBarBlack | 145 |
wdArtCheckedBarColor | 61 |
wdArtCheckered | 144 |
wdArtChristmasTree | 8 |
wdArtCirclesLines | 91 |
wdArtCirclesRectangles | 140 |
wdArtClassicalWave | 56 |
wdArtClocks | 27 |
wdArtCompass | 54 |
wdArtConfetti | 31 |
wdArtConfettiGrays | 115 |
wdArtConfettiOutline | 116 |
wdArtConfettiStreamers | 14 |
wdArtConfettiWhite | 117 |
wdArtCornerTriangles | 141 |
wdArtCouponCutoutDashes | 163 |
wdArtCouponCutoutDots | 164 |
wdArtCrazyMaze | 100 |
wdArtCreaturesButterfly | 32 |
wdArtCreaturesFish | 34 |
wdArtCreaturesInsects | 142 |
wdArtCreaturesLadyBug | 33 |
wdArtCrossStitch | 138 |
wdArtCup | 67 |
wdArtDecoArch | 89 |
wdArtDecoArchColor | 50 |
wdArtDecoBlocks | 90 |
wdArtDiamondsGray | 88 |
wdArtDoubleD | 55 |
wdArtDoubleDiamonds | 127 |
wdArtEarth1 | 22 |
wdArtEarth2 | 21 |
wdArtEclipsingSquares1 | 101 |
wdArtEclipsingSquares2 | 86 |
wdArtEggsBlack | 66 |
wdArtFans | 51 |
wdArtFilm | 52 |
wdArtFirecrackers | 28 |
wdArtFlowersBlockPrint | 49 |
wdArtFlowersDaisies | 48 |
wdArtFlowersModern1 | 45 |
wdArtFlowersModern2 | 44 |
wdArtFlowersPansy | 43 |
wdArtFlowersRedRose | 39 |
wdArtFlowersRoses | 38 |
wdArtFlowersTeacup | 103 |
wdArtFlowersTiny | 42 |
wdArtGems | 139 |
wdArtGingerbreadMan | 69 |
wdArtGradient | 122 |
wdArtHandmade1 | 159 |
wdArtHandmade2 | 160 |
wdArtHeartBalloon | 16 |
wdArtHeartGray | 68 |
wdArtHearts | 15 |
wdArtHeebieJeebies | 120 |
wdArtHolly | 41 |
wdArtHouseFunky | 73 |
wdArtHypnotic | 87 |
wdArtIceCreamCones | 5 |
wdArtLightBulb | 121 |
wdArtLightning1 | 53 |
wdArtLightning2 | 119 |
wdArtMapleLeaf | 81 |
wdArtMapleMuffins | 2 |
wdArtMapPins | 30 |
wdArtMarquee | 146 |
wdArtMarqueeToothed | 131 |
wdArtMoons | 125 |
wdArtMosaic | 118 |
wdArtMusicNotes | 79 |
wdArtNorthwest | 104 |
wdArtOvals | 126 |
wdArtPackages | 26 |
wdArtPalmsBlack | 80 |
wdArtPalmsColor | 10 |
wdArtPaperClips | 82 |
wdArtPapyrus | 92 |
wdArtPartyFavor | 13 |
wdArtPartyGlass | 7 |
wdArtPencils | 25 |
wdArtPeople | 84 |
wdArtPeopleHats | 23 |
wdArtPeopleWaving | 85 |
wdArtPoinsettias | 40 |
wdArtPostageStamp | 135 |
wdArtPumpkin1 | 65 |
wdArtPushPinNote1 | 63 |
wdArtPushPinNote2 | 64 |
wdArtPyramids | 113 |
wdArtPyramidsAbove | 114 |
wdArtQuadrants | 60 |
wdArtRings | 29 |
wdArtSafari | 98 |
wdArtSawtooth | 133 |
wdArtSawtoothGray | 134 |
wdArtScaredCat | 36 |
wdArtSeattle | 78 |
wdArtShadowedSquares | 57 |
wdArtSharksTeeth | 132 |
wdArtShorebirdTracks | 83 |
wdArtSkyrocket | 77 |
wdArtSnowflakeFancy | 76 |
wdArtSnowflakes | 75 |
wdArtSombrero | 24 |
wdArtSouthwest | 105 |
wdArtStars | 19 |
wdArtStars3D | 17 |
wdArtStarsBlack | 74 |
wdArtStarsShadowed | 18 |
wdArtStarsTop | 157 |
wdArtSun | 20 |
wdArtSwirligig | 62 |
wdArtTornPaper | 161 |
wdArtTornPaperBlack | 162 |
wdArtTrees | 9 |
wdArtTriangleParty | 123 |
wdArtTriangles | 129 |
wdArtTribal1 | 130 |
wdArtTribal2 | 109 |
wdArtTribal3 | 108 |
wdArtTribal4 | 107 |
wdArtTribal5 | 110 |
wdArtTribal6 | 106 |
wdArtTwistedLines1 | 58 |
wdArtTwistedLines2 | 124 |
wdArtVine | 47 |
wdArtWaveline | 59 |
wdArtWeavingAngles | 96 |
wdArtWeavingBraid | 94 |
wdArtWeavingRibbon | 95 |
wdArtWeavingStrips | 136 |
wdArtWhiteFlowers | 46 |
wdArtWoodwork | 93 |
wdArtXIllusions | 111 |
wdArtZanyTriangles | 112 |
wdArtZigZag | 137 |
wdArtZigZagStitch | 143 |
proc ::Word::Enum::WdPageBorderArt {} { # wdArtApples - 1 # wdArtArchedScallops - 97 # wdArtBabyPacifier - 70 # wdArtBabyRattle - 71 # wdArtBalloons3Colors - 11 # wdArtBalloonsHotAir - 12 # wdArtBasicBlackDashes - 155 # wdArtBasicBlackDots - 156 # wdArtBasicBlackSquares - 154 # wdArtBasicThinLines - 151 # wdArtBasicWhiteDashes - 152 # wdArtBasicWhiteDots - 147 # wdArtBasicWhiteSquares - 153 # wdArtBasicWideInline - 150 # wdArtBasicWideMidline - 148 # wdArtBasicWideOutline - 149 # wdArtBats - 37 # wdArtBirds - 102 # wdArtBirdsFlight - 35 # wdArtCabins - 72 # wdArtCakeSlice - 3 # wdArtCandyCorn - 4 # wdArtCelticKnotwork - 99 # wdArtCertificateBanner - 158 # wdArtChainLink - 128 # wdArtChampagneBottle - 6 # wdArtCheckedBarBlack - 145 # wdArtCheckedBarColor - 61 # wdArtCheckered - 144 # wdArtChristmasTree - 8 # wdArtCirclesLines - 91 # wdArtCirclesRectangles - 140 # wdArtClassicalWave - 56 # wdArtClocks - 27 # wdArtCompass - 54 # wdArtConfetti - 31 # wdArtConfettiGrays - 115 # wdArtConfettiOutline - 116 # wdArtConfettiStreamers - 14 # wdArtConfettiWhite - 117 # wdArtCornerTriangles - 141 # wdArtCouponCutoutDashes - 163 # wdArtCouponCutoutDots - 164 # wdArtCrazyMaze - 100 # wdArtCreaturesButterfly - 32 # wdArtCreaturesFish - 34 # wdArtCreaturesInsects - 142 # wdArtCreaturesLadyBug - 33 # wdArtCrossStitch - 138 # wdArtCup - 67 # wdArtDecoArch - 89 # wdArtDecoArchColor - 50 # wdArtDecoBlocks - 90 # wdArtDiamondsGray - 88 # wdArtDoubleD - 55 # wdArtDoubleDiamonds - 127 # wdArtEarth1 - 22 # wdArtEarth2 - 21 # wdArtEclipsingSquares1 - 101 # wdArtEclipsingSquares2 - 86 # wdArtEggsBlack - 66 # wdArtFans - 51 # wdArtFilm - 52 # wdArtFirecrackers - 28 # wdArtFlowersBlockPrint - 49 # wdArtFlowersDaisies - 48 # wdArtFlowersModern1 - 45 # wdArtFlowersModern2 - 44 # wdArtFlowersPansy - 43 # wdArtFlowersRedRose - 39 # wdArtFlowersRoses - 38 # wdArtFlowersTeacup - 103 # wdArtFlowersTiny - 42 # wdArtGems - 139 # wdArtGingerbreadMan - 69 # wdArtGradient - 122 # wdArtHandmade1 - 159 # wdArtHandmade2 - 160 # wdArtHeartBalloon - 16 # wdArtHeartGray - 68 # wdArtHearts - 15 # wdArtHeebieJeebies - 120 # wdArtHolly - 41 # wdArtHouseFunky - 73 # wdArtHypnotic - 87 # wdArtIceCreamCones - 5 # wdArtLightBulb - 121 # wdArtLightning1 - 53 # wdArtLightning2 - 119 # wdArtMapleLeaf - 81 # wdArtMapleMuffins - 2 # wdArtMapPins - 30 # wdArtMarquee - 146 # wdArtMarqueeToothed - 131 # wdArtMoons - 125 # wdArtMosaic - 118 # wdArtMusicNotes - 79 # wdArtNorthwest - 104 # wdArtOvals - 126 # wdArtPackages - 26 # wdArtPalmsBlack - 80 # wdArtPalmsColor - 10 # wdArtPaperClips - 82 # wdArtPapyrus - 92 # wdArtPartyFavor - 13 # wdArtPartyGlass - 7 # wdArtPencils - 25 # wdArtPeople - 84 # wdArtPeopleHats - 23 # wdArtPeopleWaving - 85 # wdArtPoinsettias - 40 # wdArtPostageStamp - 135 # wdArtPumpkin1 - 65 # wdArtPushPinNote1 - 63 # wdArtPushPinNote2 - 64 # wdArtPyramids - 113 # wdArtPyramidsAbove - 114 # wdArtQuadrants - 60 # wdArtRings - 29 # wdArtSafari - 98 # wdArtSawtooth - 133 # wdArtSawtoothGray - 134 # wdArtScaredCat - 36 # wdArtSeattle - 78 # wdArtShadowedSquares - 57 # wdArtSharksTeeth - 132 # wdArtShorebirdTracks - 83 # wdArtSkyrocket - 77 # wdArtSnowflakeFancy - 76 # wdArtSnowflakes - 75 # wdArtSombrero - 24 # wdArtSouthwest - 105 # wdArtStars - 19 # wdArtStars3D - 17 # wdArtStarsBlack - 74 # wdArtStarsShadowed - 18 # wdArtStarsTop - 157 # wdArtSun - 20 # wdArtSwirligig - 62 # wdArtTornPaper - 161 # wdArtTornPaperBlack - 162 # wdArtTrees - 9 # wdArtTriangleParty - 123 # wdArtTriangles - 129 # wdArtTribal1 - 130 # wdArtTribal2 - 109 # wdArtTribal3 - 108 # wdArtTribal4 - 107 # wdArtTribal5 - 110 # wdArtTribal6 - 106 # wdArtTwistedLines1 - 58 # wdArtTwistedLines2 - 124 # wdArtVine - 47 # wdArtWaveline - 59 # wdArtWeavingAngles - 96 # wdArtWeavingBraid - 94 # wdArtWeavingRibbon - 95 # wdArtWeavingStrips - 136 # wdArtWhiteFlowers - 46 # wdArtWoodwork - 93 # wdArtXIllusions - 111 # wdArtZanyTriangles - 112 # wdArtZigZag - 137 # wdArtZigZagStitch - 143 return { wdArtApples 1 wdArtArchedScallops 97 wdArtBabyPacifier 70 wdArtBabyRattle 71 wdArtBalloons3Colors 11 wdArtBalloonsHotAir 12 wdArtBasicBlackDashes 155 wdArtBasicBlackDots 156 wdArtBasicBlackSquares 154 wdArtBasicThinLines 151 wdArtBasicWhiteDashes 152 wdArtBasicWhiteDots 147 wdArtBasicWhiteSquares 153 wdArtBasicWideInline 150 wdArtBasicWideMidline 148 wdArtBasicWideOutline 149 wdArtBats 37 wdArtBirds 102 wdArtBirdsFlight 35 wdArtCabins 72 wdArtCakeSlice 3 wdArtCandyCorn 4 wdArtCelticKnotwork 99 wdArtCertificateBanner 158 wdArtChainLink 128 wdArtChampagneBottle 6 wdArtCheckedBarBlack 145 wdArtCheckedBarColor 61 wdArtCheckered 144 wdArtChristmasTree 8 wdArtCirclesLines 91 wdArtCirclesRectangles 140 wdArtClassicalWave 56 wdArtClocks 27 wdArtCompass 54 wdArtConfetti 31 wdArtConfettiGrays 115 wdArtConfettiOutline 116 wdArtConfettiStreamers 14 wdArtConfettiWhite 117 wdArtCornerTriangles 141 wdArtCouponCutoutDashes 163 wdArtCouponCutoutDots 164 wdArtCrazyMaze 100 wdArtCreaturesButterfly 32 wdArtCreaturesFish 34 wdArtCreaturesInsects 142 wdArtCreaturesLadyBug 33 wdArtCrossStitch 138 wdArtCup 67 wdArtDecoArch 89 wdArtDecoArchColor 50 wdArtDecoBlocks 90 wdArtDiamondsGray 88 wdArtDoubleD 55 wdArtDoubleDiamonds 127 wdArtEarth1 22 wdArtEarth2 21 wdArtEclipsingSquares1 101 wdArtEclipsingSquares2 86 wdArtEggsBlack 66 wdArtFans 51 wdArtFilm 52 wdArtFirecrackers 28 wdArtFlowersBlockPrint 49 wdArtFlowersDaisies 48 wdArtFlowersModern1 45 wdArtFlowersModern2 44 wdArtFlowersPansy 43 wdArtFlowersRedRose 39 wdArtFlowersRoses 38 wdArtFlowersTeacup 103 wdArtFlowersTiny 42 wdArtGems 139 wdArtGingerbreadMan 69 wdArtGradient 122 wdArtHandmade1 159 wdArtHandmade2 160 wdArtHeartBalloon 16 wdArtHeartGray 68 wdArtHearts 15 wdArtHeebieJeebies 120 wdArtHolly 41 wdArtHouseFunky 73 wdArtHypnotic 87 wdArtIceCreamCones 5 wdArtLightBulb 121 wdArtLightning1 53 wdArtLightning2 119 wdArtMapleLeaf 81 wdArtMapleMuffins 2 wdArtMapPins 30 wdArtMarquee 146 wdArtMarqueeToothed 131 wdArtMoons 125 wdArtMosaic 118 wdArtMusicNotes 79 wdArtNorthwest 104 wdArtOvals 126 wdArtPackages 26 wdArtPalmsBlack 80 wdArtPalmsColor 10 wdArtPaperClips 82 wdArtPapyrus 92 wdArtPartyFavor 13 wdArtPartyGlass 7 wdArtPencils 25 wdArtPeople 84 wdArtPeopleHats 23 wdArtPeopleWaving 85 wdArtPoinsettias 40 wdArtPostageStamp 135 wdArtPumpkin1 65 wdArtPushPinNote1 63 wdArtPushPinNote2 64 wdArtPyramids 113 wdArtPyramidsAbove 114 wdArtQuadrants 60 wdArtRings 29 wdArtSafari 98 wdArtSawtooth 133 wdArtSawtoothGray 134 wdArtScaredCat 36 wdArtSeattle 78 wdArtShadowedSquares 57 wdArtSharksTeeth 132 wdArtShorebirdTracks 83 wdArtSkyrocket 77 wdArtSnowflakeFancy 76 wdArtSnowflakes 75 wdArtSombrero 24 wdArtSouthwest 105 wdArtStars 19 wdArtStars3D 17 wdArtStarsBlack 74 wdArtStarsShadowed 18 wdArtStarsTop 157 wdArtSun 20 wdArtSwirligig 62 wdArtTornPaper 161 wdArtTornPaperBlack 162 wdArtTrees 9 wdArtTriangleParty 123 wdArtTriangles 129 wdArtTribal1 130 wdArtTribal2 109 wdArtTribal3 108 wdArtTribal4 107 wdArtTribal5 110 wdArtTribal6 106 wdArtTwistedLines1 58 wdArtTwistedLines2 124 wdArtVine 47 wdArtWaveline 59 wdArtWeavingAngles 96 wdArtWeavingBraid 94 wdArtWeavingRibbon 95 wdArtWeavingStrips 136 wdArtWhiteFlowers 46 wdArtWoodwork 93 wdArtXIllusions 111 wdArtZanyTriangles 112 wdArtZigZag 137 wdArtZigZagStitch 143 } }
WdPageColor [::Word::Enum]Top, Main, Index
WdPageColor
wdPageColorInverse | 2 |
wdPageColorNone | 0 |
wdPageColorSepia | 1 |
proc ::Word::Enum::WdPageColor {} { # wdPageColorInverse - 2 # wdPageColorNone - 0 # wdPageColorSepia - 1 return { wdPageColorInverse 2 wdPageColorNone 0 wdPageColorSepia 1 } }
WdPageFit [::Word::Enum]Top, Main, Index
WdPageFit
wdPageFitBestFit | 2 |
wdPageFitFullPage | 1 |
wdPageFitNone | 0 |
wdPageFitTextFit | 3 |
proc ::Word::Enum::WdPageFit {} { # wdPageFitBestFit - 2 # wdPageFitFullPage - 1 # wdPageFitNone - 0 # wdPageFitTextFit - 3 return { wdPageFitBestFit 2 wdPageFitFullPage 1 wdPageFitNone 0 wdPageFitTextFit 3 } }
WdPageMovementType [::Word::Enum]Top, Main, Index
WdPageMovementType
wdSideToSide | 2 |
wdVertical | 1 |
proc ::Word::Enum::WdPageMovementType {} { # wdSideToSide - 2 # wdVertical - 1 return { wdSideToSide 2 wdVertical 1 } }
WdPageNumberAlignment [::Word::Enum]Top, Main, Index
WdPageNumberAlignment
wdAlignPageNumberCenter | 1 |
wdAlignPageNumberInside | 3 |
wdAlignPageNumberLeft | 0 |
wdAlignPageNumberOutside | 4 |
wdAlignPageNumberRight | 2 |
proc ::Word::Enum::WdPageNumberAlignment {} { # wdAlignPageNumberCenter - 1 # wdAlignPageNumberInside - 3 # wdAlignPageNumberLeft - 0 # wdAlignPageNumberOutside - 4 # wdAlignPageNumberRight - 2 return { wdAlignPageNumberCenter 1 wdAlignPageNumberInside 3 wdAlignPageNumberLeft 0 wdAlignPageNumberOutside 4 wdAlignPageNumberRight 2 } }
WdPageNumberStyle [::Word::Enum]Top, Main, Index
WdPageNumberStyle
wdPageNumberStyleArabic | 0 |
wdPageNumberStyleArabicFullWidth | 14 |
wdPageNumberStyleArabicLetter1 | 46 |
wdPageNumberStyleArabicLetter2 | 48 |
wdPageNumberStyleHanjaRead | 41 |
wdPageNumberStyleHanjaReadDigit | 42 |
wdPageNumberStyleHebrewLetter1 | 45 |
wdPageNumberStyleHebrewLetter2 | 47 |
wdPageNumberStyleHindiArabic | 51 |
wdPageNumberStyleHindiCardinalText | 52 |
wdPageNumberStyleHindiLetter1 | 49 |
wdPageNumberStyleHindiLetter2 | 50 |
wdPageNumberStyleKanji | 10 |
wdPageNumberStyleKanjiDigit | 11 |
wdPageNumberStyleKanjiTraditional | 16 |
wdPageNumberStyleLowercaseLetter | 4 |
wdPageNumberStyleLowercaseRoman | 2 |
wdPageNumberStyleNumberInCircle | 18 |
wdPageNumberStyleNumberInDash | 57 |
wdPageNumberStyleSimpChinNum1 | 37 |
wdPageNumberStyleSimpChinNum2 | 38 |
wdPageNumberStyleThaiArabic | 54 |
wdPageNumberStyleThaiCardinalText | 55 |
wdPageNumberStyleThaiLetter | 53 |
wdPageNumberStyleTradChinNum1 | 33 |
wdPageNumberStyleTradChinNum2 | 34 |
wdPageNumberStyleUppercaseLetter | 3 |
wdPageNumberStyleUppercaseRoman | 1 |
wdPageNumberStyleVietCardinalText | 56 |
proc ::Word::Enum::WdPageNumberStyle {} { # wdPageNumberStyleArabic - 0 # wdPageNumberStyleArabicFullWidth - 14 # wdPageNumberStyleArabicLetter1 - 46 # wdPageNumberStyleArabicLetter2 - 48 # wdPageNumberStyleHanjaRead - 41 # wdPageNumberStyleHanjaReadDigit - 42 # wdPageNumberStyleHebrewLetter1 - 45 # wdPageNumberStyleHebrewLetter2 - 47 # wdPageNumberStyleHindiArabic - 51 # wdPageNumberStyleHindiCardinalText - 52 # wdPageNumberStyleHindiLetter1 - 49 # wdPageNumberStyleHindiLetter2 - 50 # wdPageNumberStyleKanji - 10 # wdPageNumberStyleKanjiDigit - 11 # wdPageNumberStyleKanjiTraditional - 16 # wdPageNumberStyleLowercaseLetter - 4 # wdPageNumberStyleLowercaseRoman - 2 # wdPageNumberStyleNumberInCircle - 18 # wdPageNumberStyleNumberInDash - 57 # wdPageNumberStyleSimpChinNum1 - 37 # wdPageNumberStyleSimpChinNum2 - 38 # wdPageNumberStyleThaiArabic - 54 # wdPageNumberStyleThaiCardinalText - 55 # wdPageNumberStyleThaiLetter - 53 # wdPageNumberStyleTradChinNum1 - 33 # wdPageNumberStyleTradChinNum2 - 34 # wdPageNumberStyleUppercaseLetter - 3 # wdPageNumberStyleUppercaseRoman - 1 # wdPageNumberStyleVietCardinalText - 56 return { wdPageNumberStyleArabic 0 wdPageNumberStyleArabicFullWidth 14 wdPageNumberStyleArabicLetter1 46 wdPageNumberStyleArabicLetter2 48 wdPageNumberStyleHanjaRead 41 wdPageNumberStyleHanjaReadDigit 42 wdPageNumberStyleHebrewLetter1 45 wdPageNumberStyleHebrewLetter2 47 wdPageNumberStyleHindiArabic 51 wdPageNumberStyleHindiCardinalText 52 wdPageNumberStyleHindiLetter1 49 wdPageNumberStyleHindiLetter2 50 wdPageNumberStyleKanji 10 wdPageNumberStyleKanjiDigit 11 wdPageNumberStyleKanjiTraditional 16 wdPageNumberStyleLowercaseLetter 4 wdPageNumberStyleLowercaseRoman 2 wdPageNumberStyleNumberInCircle 18 wdPageNumberStyleNumberInDash 57 wdPageNumberStyleSimpChinNum1 37 wdPageNumberStyleSimpChinNum2 38 wdPageNumberStyleThaiArabic 54 wdPageNumberStyleThaiCardinalText 55 wdPageNumberStyleThaiLetter 53 wdPageNumberStyleTradChinNum1 33 wdPageNumberStyleTradChinNum2 34 wdPageNumberStyleUppercaseLetter 3 wdPageNumberStyleUppercaseRoman 1 wdPageNumberStyleVietCardinalText 56 } }
WdPageNumberStyleHID [::Word::Enum]Top, Main, Index
WdPageNumberStyleHID
emptyenum | 0 |
proc ::Word::Enum::WdPageNumberStyleHID {} { # emptyenum - 0 return { emptyenum 0 } }
WdPaperSize [::Word::Enum]Top, Main, Index
WdPaperSize
wdPaper10x14 | 0 |
wdPaper11x17 | 1 |
wdPaperA3 | 6 |
wdPaperA4 | 7 |
wdPaperA4Small | 8 |
wdPaperA5 | 9 |
wdPaperB4 | 10 |
wdPaperB5 | 11 |
wdPaperCSheet | 12 |
wdPaperCustom | 41 |
wdPaperDSheet | 13 |
wdPaperEnvelope9 | 24 |
wdPaperEnvelope10 | 25 |
wdPaperEnvelope11 | 26 |
wdPaperEnvelope12 | 27 |
wdPaperEnvelope14 | 28 |
wdPaperEnvelopeB4 | 29 |
wdPaperEnvelopeB5 | 30 |
wdPaperEnvelopeB6 | 31 |
wdPaperEnvelopeC3 | 32 |
wdPaperEnvelopeC4 | 33 |
wdPaperEnvelopeC5 | 34 |
wdPaperEnvelopeC6 | 35 |
wdPaperEnvelopeC65 | 36 |
wdPaperEnvelopeDL | 37 |
wdPaperEnvelopeItaly | 38 |
wdPaperEnvelopeMonarch | 39 |
wdPaperEnvelopePersonal | 40 |
wdPaperESheet | 14 |
wdPaperExecutive | 5 |
wdPaperFanfoldLegalGerman | 15 |
wdPaperFanfoldStdGerman | 16 |
wdPaperFanfoldUS | 17 |
wdPaperFolio | 18 |
wdPaperLedger | 19 |
wdPaperLegal | 4 |
wdPaperLetter | 2 |
wdPaperLetterSmall | 3 |
wdPaperNote | 20 |
wdPaperQuarto | 21 |
wdPaperStatement | 22 |
wdPaperTabloid | 23 |
proc ::Word::Enum::WdPaperSize {} { # wdPaper10x14 - 0 # wdPaper11x17 - 1 # wdPaperA3 - 6 # wdPaperA4 - 7 # wdPaperA4Small - 8 # wdPaperA5 - 9 # wdPaperB4 - 10 # wdPaperB5 - 11 # wdPaperCSheet - 12 # wdPaperCustom - 41 # wdPaperDSheet - 13 # wdPaperEnvelope9 - 24 # wdPaperEnvelope10 - 25 # wdPaperEnvelope11 - 26 # wdPaperEnvelope12 - 27 # wdPaperEnvelope14 - 28 # wdPaperEnvelopeB4 - 29 # wdPaperEnvelopeB5 - 30 # wdPaperEnvelopeB6 - 31 # wdPaperEnvelopeC3 - 32 # wdPaperEnvelopeC4 - 33 # wdPaperEnvelopeC5 - 34 # wdPaperEnvelopeC6 - 35 # wdPaperEnvelopeC65 - 36 # wdPaperEnvelopeDL - 37 # wdPaperEnvelopeItaly - 38 # wdPaperEnvelopeMonarch - 39 # wdPaperEnvelopePersonal - 40 # wdPaperESheet - 14 # wdPaperExecutive - 5 # wdPaperFanfoldLegalGerman - 15 # wdPaperFanfoldStdGerman - 16 # wdPaperFanfoldUS - 17 # wdPaperFolio - 18 # wdPaperLedger - 19 # wdPaperLegal - 4 # wdPaperLetter - 2 # wdPaperLetterSmall - 3 # wdPaperNote - 20 # wdPaperQuarto - 21 # wdPaperStatement - 22 # wdPaperTabloid - 23 return { wdPaper10x14 0 wdPaper11x17 1 wdPaperA3 6 wdPaperA4 7 wdPaperA4Small 8 wdPaperA5 9 wdPaperB4 10 wdPaperB5 11 wdPaperCSheet 12 wdPaperCustom 41 wdPaperDSheet 13 wdPaperEnvelope9 24 wdPaperEnvelope10 25 wdPaperEnvelope11 26 wdPaperEnvelope12 27 wdPaperEnvelope14 28 wdPaperEnvelopeB4 29 wdPaperEnvelopeB5 30 wdPaperEnvelopeB6 31 wdPaperEnvelopeC3 32 wdPaperEnvelopeC4 33 wdPaperEnvelopeC5 34 wdPaperEnvelopeC6 35 wdPaperEnvelopeC65 36 wdPaperEnvelopeDL 37 wdPaperEnvelopeItaly 38 wdPaperEnvelopeMonarch 39 wdPaperEnvelopePersonal 40 wdPaperESheet 14 wdPaperExecutive 5 wdPaperFanfoldLegalGerman 15 wdPaperFanfoldStdGerman 16 wdPaperFanfoldUS 17 wdPaperFolio 18 wdPaperLedger 19 wdPaperLegal 4 wdPaperLetter 2 wdPaperLetterSmall 3 wdPaperNote 20 wdPaperQuarto 21 wdPaperStatement 22 wdPaperTabloid 23 } }
WdPaperTray [::Word::Enum]Top, Main, Index
WdPaperTray
wdPrinterAutomaticSheetFeed | 7 |
wdPrinterDefaultBin | 0 |
wdPrinterEnvelopeFeed | 5 |
wdPrinterFormSource | 15 |
wdPrinterLargeCapacityBin | 11 |
wdPrinterLargeFormatBin | 10 |
wdPrinterLowerBin | 2 |
wdPrinterManualEnvelopeFeed | 6 |
wdPrinterManualFeed | 4 |
wdPrinterMiddleBin | 3 |
wdPrinterOnlyBin | 1 |
wdPrinterPaperCassette | 14 |
wdPrinterSmallFormatBin | 9 |
wdPrinterTractorFeed | 8 |
wdPrinterUpperBin | 1 |
proc ::Word::Enum::WdPaperTray {} { # wdPrinterAutomaticSheetFeed - 7 # wdPrinterDefaultBin - 0 # wdPrinterEnvelopeFeed - 5 # wdPrinterFormSource - 15 # wdPrinterLargeCapacityBin - 11 # wdPrinterLargeFormatBin - 10 # wdPrinterLowerBin - 2 # wdPrinterManualEnvelopeFeed - 6 # wdPrinterManualFeed - 4 # wdPrinterMiddleBin - 3 # wdPrinterOnlyBin - 1 # wdPrinterPaperCassette - 14 # wdPrinterSmallFormatBin - 9 # wdPrinterTractorFeed - 8 # wdPrinterUpperBin - 1 return { wdPrinterAutomaticSheetFeed 7 wdPrinterDefaultBin 0 wdPrinterEnvelopeFeed 5 wdPrinterFormSource 15 wdPrinterLargeCapacityBin 11 wdPrinterLargeFormatBin 10 wdPrinterLowerBin 2 wdPrinterManualEnvelopeFeed 6 wdPrinterManualFeed 4 wdPrinterMiddleBin 3 wdPrinterOnlyBin 1 wdPrinterPaperCassette 14 wdPrinterSmallFormatBin 9 wdPrinterTractorFeed 8 wdPrinterUpperBin 1 } }
WdParagraphAlignment [::Word::Enum]Top, Main, Index
WdParagraphAlignment
wdAlignParagraphCenter | 1 |
wdAlignParagraphDistribute | 4 |
wdAlignParagraphJustify | 3 |
wdAlignParagraphJustifyHi | 7 |
wdAlignParagraphJustifyLow | 8 |
wdAlignParagraphJustifyMed | 5 |
wdAlignParagraphLeft | 0 |
wdAlignParagraphRight | 2 |
wdAlignParagraphThaiJustify | 9 |
proc ::Word::Enum::WdParagraphAlignment {} { # wdAlignParagraphCenter - 1 # wdAlignParagraphDistribute - 4 # wdAlignParagraphJustify - 3 # wdAlignParagraphJustifyHi - 7 # wdAlignParagraphJustifyLow - 8 # wdAlignParagraphJustifyMed - 5 # wdAlignParagraphLeft - 0 # wdAlignParagraphRight - 2 # wdAlignParagraphThaiJustify - 9 return { wdAlignParagraphCenter 1 wdAlignParagraphDistribute 4 wdAlignParagraphJustify 3 wdAlignParagraphJustifyHi 7 wdAlignParagraphJustifyLow 8 wdAlignParagraphJustifyMed 5 wdAlignParagraphLeft 0 wdAlignParagraphRight 2 wdAlignParagraphThaiJustify 9 } }
WdParagraphAlignmentHID [::Word::Enum]Top, Main, Index
WdParagraphAlignmentHID
emptyenum | 0 |
proc ::Word::Enum::WdParagraphAlignmentHID {} { # emptyenum - 0 return { emptyenum 0 } }
WdPartOfSpeech [::Word::Enum]Top, Main, Index
WdPartOfSpeech
wdAdjective | 0 |
wdAdverb | 2 |
wdConjunction | 5 |
wdIdiom | 8 |
wdInterjection | 7 |
wdNoun | 1 |
wdOther | 9 |
wdPreposition | 6 |
wdPronoun | 4 |
wdVerb | 3 |
proc ::Word::Enum::WdPartOfSpeech {} { # wdAdjective - 0 # wdAdverb - 2 # wdConjunction - 5 # wdIdiom - 8 # wdInterjection - 7 # wdNoun - 1 # wdOther - 9 # wdPreposition - 6 # wdPronoun - 4 # wdVerb - 3 return { wdAdjective 0 wdAdverb 2 wdConjunction 5 wdIdiom 8 wdInterjection 7 wdNoun 1 wdOther 9 wdPreposition 6 wdPronoun 4 wdVerb 3 } }
WdPasteDataType [::Word::Enum]Top, Main, Index
WdPasteDataType
wdPasteBitmap | 4 |
wdPasteDeviceIndependentBitmap | 5 |
wdPasteEnhancedMetafile | 9 |
wdPasteHTML | 10 |
wdPasteHyperlink | 7 |
wdPasteMetafilePicture | 3 |
wdPasteOLEObject | 0 |
wdPasteRTF | 1 |
wdPasteShape | 8 |
wdPasteText | 2 |
proc ::Word::Enum::WdPasteDataType {} { # wdPasteBitmap - 4 # wdPasteDeviceIndependentBitmap - 5 # wdPasteEnhancedMetafile - 9 # wdPasteHTML - 10 # wdPasteHyperlink - 7 # wdPasteMetafilePicture - 3 # wdPasteOLEObject - 0 # wdPasteRTF - 1 # wdPasteShape - 8 # wdPasteText - 2 return { wdPasteBitmap 4 wdPasteDeviceIndependentBitmap 5 wdPasteEnhancedMetafile 9 wdPasteHTML 10 wdPasteHyperlink 7 wdPasteMetafilePicture 3 wdPasteOLEObject 0 wdPasteRTF 1 wdPasteShape 8 wdPasteText 2 } }
WdPasteOptions [::Word::Enum]Top, Main, Index
WdPasteOptions
wdKeepSourceFormatting | 0 |
wdKeepTextOnly | 2 |
wdMatchDestinationFormatting | 1 |
wdUseDestinationStyles | 3 |
proc ::Word::Enum::WdPasteOptions {} { # wdKeepSourceFormatting - 0 # wdKeepTextOnly - 2 # wdMatchDestinationFormatting - 1 # wdUseDestinationStyles - 3 return { wdKeepSourceFormatting 0 wdKeepTextOnly 2 wdMatchDestinationFormatting 1 wdUseDestinationStyles 3 } }
WdPhoneticGuideAlignmentType [::Word::Enum]Top, Main, Index
WdPhoneticGuideAlignmentType
wdPhoneticGuideAlignmentCenter | 0 |
wdPhoneticGuideAlignmentLeft | 3 |
wdPhoneticGuideAlignmentOneTwoOne | 2 |
wdPhoneticGuideAlignmentRight | 4 |
wdPhoneticGuideAlignmentRightVertical | 5 |
wdPhoneticGuideAlignmentZeroOneZero | 1 |
proc ::Word::Enum::WdPhoneticGuideAlignmentType {} { # wdPhoneticGuideAlignmentCenter - 0 # wdPhoneticGuideAlignmentLeft - 3 # wdPhoneticGuideAlignmentOneTwoOne - 2 # wdPhoneticGuideAlignmentRight - 4 # wdPhoneticGuideAlignmentRightVertical - 5 # wdPhoneticGuideAlignmentZeroOneZero - 1 return { wdPhoneticGuideAlignmentCenter 0 wdPhoneticGuideAlignmentLeft 3 wdPhoneticGuideAlignmentOneTwoOne 2 wdPhoneticGuideAlignmentRight 4 wdPhoneticGuideAlignmentRightVertical 5 wdPhoneticGuideAlignmentZeroOneZero 1 } }
WdPictureLinkType [::Word::Enum]Top, Main, Index
WdPictureLinkType
wdLinkDataInDoc | 1 |
wdLinkDataOnDisk | 2 |
wdLinkNone | 0 |
proc ::Word::Enum::WdPictureLinkType {} { # wdLinkDataInDoc - 1 # wdLinkDataOnDisk - 2 # wdLinkNone - 0 return { wdLinkDataInDoc 1 wdLinkDataOnDisk 2 wdLinkNone 0 } }
WdPortugueseReform [::Word::Enum]Top, Main, Index
WdPortugueseReform
wdPortugueseBoth | 3 |
wdPortuguesePostReform | 2 |
wdPortuguesePreReform | 1 |
proc ::Word::Enum::WdPortugueseReform {} { # wdPortugueseBoth - 3 # wdPortuguesePostReform - 2 # wdPortuguesePreReform - 1 return { wdPortugueseBoth 3 wdPortuguesePostReform 2 wdPortuguesePreReform 1 } }
WdPreferredWidthType [::Word::Enum]Top, Main, Index
WdPreferredWidthType
wdPreferredWidthAuto | 1 |
wdPreferredWidthPercent | 2 |
wdPreferredWidthPoints | 3 |
proc ::Word::Enum::WdPreferredWidthType {} { # wdPreferredWidthAuto - 1 # wdPreferredWidthPercent - 2 # wdPreferredWidthPoints - 3 return { wdPreferredWidthAuto 1 wdPreferredWidthPercent 2 wdPreferredWidthPoints 3 } }
WdPrintOutItem [::Word::Enum]Top, Main, Index
WdPrintOutItem
wdPrintAutoTextEntries | 4 |
wdPrintComments | 2 |
wdPrintDocumentContent | 0 |
wdPrintDocumentWithMarkup | 7 |
wdPrintEnvelope | 6 |
wdPrintKeyAssignments | 5 |
wdPrintMarkup | 2 |
wdPrintProperties | 1 |
wdPrintStyles | 3 |
proc ::Word::Enum::WdPrintOutItem {} { # wdPrintAutoTextEntries - 4 # wdPrintComments - 2 # wdPrintDocumentContent - 0 # wdPrintDocumentWithMarkup - 7 # wdPrintEnvelope - 6 # wdPrintKeyAssignments - 5 # wdPrintMarkup - 2 # wdPrintProperties - 1 # wdPrintStyles - 3 return { wdPrintAutoTextEntries 4 wdPrintComments 2 wdPrintDocumentContent 0 wdPrintDocumentWithMarkup 7 wdPrintEnvelope 6 wdPrintKeyAssignments 5 wdPrintMarkup 2 wdPrintProperties 1 wdPrintStyles 3 } }
WdPrintOutPages [::Word::Enum]Top, Main, Index
WdPrintOutPages
wdPrintAllPages | 0 |
wdPrintEvenPagesOnly | 2 |
wdPrintOddPagesOnly | 1 |
proc ::Word::Enum::WdPrintOutPages {} { # wdPrintAllPages - 0 # wdPrintEvenPagesOnly - 2 # wdPrintOddPagesOnly - 1 return { wdPrintAllPages 0 wdPrintEvenPagesOnly 2 wdPrintOddPagesOnly 1 } }
WdPrintOutRange [::Word::Enum]Top, Main, Index
WdPrintOutRange
wdPrintAllDocument | 0 |
wdPrintCurrentPage | 2 |
wdPrintFromTo | 3 |
wdPrintRangeOfPages | 4 |
wdPrintSelection | 1 |
proc ::Word::Enum::WdPrintOutRange {} { # wdPrintAllDocument - 0 # wdPrintCurrentPage - 2 # wdPrintFromTo - 3 # wdPrintRangeOfPages - 4 # wdPrintSelection - 1 return { wdPrintAllDocument 0 wdPrintCurrentPage 2 wdPrintFromTo 3 wdPrintRangeOfPages 4 wdPrintSelection 1 } }
WdProofreadingErrorType [::Word::Enum]Top, Main, Index
WdProofreadingErrorType
wdGrammaticalError | 1 |
wdSpellingError | 0 |
proc ::Word::Enum::WdProofreadingErrorType {} { # wdGrammaticalError - 1 # wdSpellingError - 0 return { wdGrammaticalError 1 wdSpellingError 0 } }
WdProtectedViewCloseReason [::Word::Enum]Top, Main, Index
WdProtectedViewCloseReason
wdProtectedViewCloseEdit | 1 |
wdProtectedViewCloseForced | 2 |
wdProtectedViewCloseNormal | 0 |
proc ::Word::Enum::WdProtectedViewCloseReason {} { # wdProtectedViewCloseEdit - 1 # wdProtectedViewCloseForced - 2 # wdProtectedViewCloseNormal - 0 return { wdProtectedViewCloseEdit 1 wdProtectedViewCloseForced 2 wdProtectedViewCloseNormal 0 } }
WdProtectionType [::Word::Enum]Top, Main, Index
WdProtectionType
wdAllowOnlyComments | 1 |
wdAllowOnlyFormFields | 2 |
wdAllowOnlyReading | 3 |
wdAllowOnlyRevisions | 0 |
wdNoProtection | -1 |
proc ::Word::Enum::WdProtectionType {} { # wdAllowOnlyComments - 1 # wdAllowOnlyFormFields - 2 # wdAllowOnlyReading - 3 # wdAllowOnlyRevisions - 0 # wdNoProtection - -1 return { wdAllowOnlyComments 1 wdAllowOnlyFormFields 2 wdAllowOnlyReading 3 wdAllowOnlyRevisions 0 wdNoProtection -1 } }
WdReadingLayoutMargin [::Word::Enum]Top, Main, Index
WdReadingLayoutMargin
wdAutomaticMargin | 0 |
wdFullMargin | 2 |
wdSuppressMargin | 1 |
proc ::Word::Enum::WdReadingLayoutMargin {} { # wdAutomaticMargin - 0 # wdFullMargin - 2 # wdSuppressMargin - 1 return { wdAutomaticMargin 0 wdFullMargin 2 wdSuppressMargin 1 } }
WdReadingOrder [::Word::Enum]Top, Main, Index
WdReadingOrder
wdReadingOrderLtr | 1 |
wdReadingOrderRtl | 0 |
proc ::Word::Enum::WdReadingOrder {} { # wdReadingOrderLtr - 1 # wdReadingOrderRtl - 0 return { wdReadingOrderLtr 1 wdReadingOrderRtl 0 } }
WdRecoveryType [::Word::Enum]Top, Main, Index
WdRecoveryType
wdChart | 14 |
wdChartLinked | 15 |
wdChartPicture | 13 |
wdFormatOriginalFormatting | 16 |
wdFormatPlainText | 22 |
wdFormatSurroundingFormattingWithEmphasis | 20 |
wdListCombineWithExistingList | 24 |
wdListContinueNumbering | 7 |
wdListDontMerge | 25 |
wdListRestartNumbering | 8 |
wdPasteDefault | 0 |
wdSingleCellTable | 6 |
wdSingleCellText | 5 |
wdTableAppendTable | 10 |
wdTableInsertAsRows | 11 |
wdTableOriginalFormatting | 12 |
wdTableOverwriteCells | 23 |
wdUseDestinationStylesRecovery | 19 |
proc ::Word::Enum::WdRecoveryType {} { # wdChart - 14 # wdChartLinked - 15 # wdChartPicture - 13 # wdFormatOriginalFormatting - 16 # wdFormatPlainText - 22 # wdFormatSurroundingFormattingWithEmphasis - 20 # wdListCombineWithExistingList - 24 # wdListContinueNumbering - 7 # wdListDontMerge - 25 # wdListRestartNumbering - 8 # wdPasteDefault - 0 # wdSingleCellTable - 6 # wdSingleCellText - 5 # wdTableAppendTable - 10 # wdTableInsertAsRows - 11 # wdTableOriginalFormatting - 12 # wdTableOverwriteCells - 23 # wdUseDestinationStylesRecovery - 19 return { wdChart 14 wdChartLinked 15 wdChartPicture 13 wdFormatOriginalFormatting 16 wdFormatPlainText 22 wdFormatSurroundingFormattingWithEmphasis 20 wdListCombineWithExistingList 24 wdListContinueNumbering 7 wdListDontMerge 25 wdListRestartNumbering 8 wdPasteDefault 0 wdSingleCellTable 6 wdSingleCellText 5 wdTableAppendTable 10 wdTableInsertAsRows 11 wdTableOriginalFormatting 12 wdTableOverwriteCells 23 wdUseDestinationStylesRecovery 19 } }
WdRectangleType [::Word::Enum]Top, Main, Index
WdRectangleType
wdDocumentControlRectangle | 13 |
wdLineBetweenColumnRectangle | 5 |
wdMailNavArea | 12 |
wdMarkupRectangle | 2 |
wdMarkupRectangleArea | 8 |
wdMarkupRectangleButton | 3 |
wdMarkupRectangleMoveMatch | 10 |
wdPageBorderRectangle | 4 |
wdReadingModeNavigation | 9 |
wdReadingModePanningArea | 11 |
wdSelection | 6 |
wdShapeRectangle | 1 |
wdSystem | 7 |
wdTextRectangle | 0 |
proc ::Word::Enum::WdRectangleType {} { # wdDocumentControlRectangle - 13 # wdLineBetweenColumnRectangle - 5 # wdMailNavArea - 12 # wdMarkupRectangle - 2 # wdMarkupRectangleArea - 8 # wdMarkupRectangleButton - 3 # wdMarkupRectangleMoveMatch - 10 # wdPageBorderRectangle - 4 # wdReadingModeNavigation - 9 # wdReadingModePanningArea - 11 # wdSelection - 6 # wdShapeRectangle - 1 # wdSystem - 7 # wdTextRectangle - 0 return { wdDocumentControlRectangle 13 wdLineBetweenColumnRectangle 5 wdMailNavArea 12 wdMarkupRectangle 2 wdMarkupRectangleArea 8 wdMarkupRectangleButton 3 wdMarkupRectangleMoveMatch 10 wdPageBorderRectangle 4 wdReadingModeNavigation 9 wdReadingModePanningArea 11 wdSelection 6 wdShapeRectangle 1 wdSystem 7 wdTextRectangle 0 } }
WdReferenceKind [::Word::Enum]Top, Main, Index
WdReferenceKind
wdContentText | -1 |
wdEndnoteNumber | 6 |
wdEndnoteNumberFormatted | 17 |
wdEntireCaption | 2 |
wdFootnoteNumber | 5 |
wdFootnoteNumberFormatted | 16 |
wdNumberFullContext | -4 |
wdNumberNoContext | -3 |
wdNumberRelativeContext | -2 |
wdOnlyCaptionText | 4 |
wdOnlyLabelAndNumber | 3 |
wdPageNumber | 7 |
wdPosition | 15 |
proc ::Word::Enum::WdReferenceKind {} { # wdContentText - -1 # wdEndnoteNumber - 6 # wdEndnoteNumberFormatted - 17 # wdEntireCaption - 2 # wdFootnoteNumber - 5 # wdFootnoteNumberFormatted - 16 # wdNumberFullContext - -4 # wdNumberNoContext - -3 # wdNumberRelativeContext - -2 # wdOnlyCaptionText - 4 # wdOnlyLabelAndNumber - 3 # wdPageNumber - 7 # wdPosition - 15 return { wdContentText -1 wdEndnoteNumber 6 wdEndnoteNumberFormatted 17 wdEntireCaption 2 wdFootnoteNumber 5 wdFootnoteNumberFormatted 16 wdNumberFullContext -4 wdNumberNoContext -3 wdNumberRelativeContext -2 wdOnlyCaptionText 4 wdOnlyLabelAndNumber 3 wdPageNumber 7 wdPosition 15 } }
WdReferenceType [::Word::Enum]Top, Main, Index
WdReferenceType
wdRefTypeBookmark | 2 |
wdRefTypeEndnote | 4 |
wdRefTypeFootnote | 3 |
wdRefTypeHeading | 1 |
wdRefTypeNumberedItem | 0 |
proc ::Word::Enum::WdReferenceType {} { # wdRefTypeBookmark - 2 # wdRefTypeEndnote - 4 # wdRefTypeFootnote - 3 # wdRefTypeHeading - 1 # wdRefTypeNumberedItem - 0 return { wdRefTypeBookmark 2 wdRefTypeEndnote 4 wdRefTypeFootnote 3 wdRefTypeHeading 1 wdRefTypeNumberedItem 0 } }
WdRelativeHorizontalPosition [::Word::Enum]Top, Main, Index
WdRelativeHorizontalPosition
wdRelativeHorizontalPositionCharacter | 3 |
wdRelativeHorizontalPositionColumn | 2 |
wdRelativeHorizontalPositionInnerMarginArea | 6 |
wdRelativeHorizontalPositionLeftMarginArea | 4 |
wdRelativeHorizontalPositionMargin | 0 |
wdRelativeHorizontalPositionOuterMarginArea | 7 |
wdRelativeHorizontalPositionPage | 1 |
wdRelativeHorizontalPositionRightMarginArea | 5 |
proc ::Word::Enum::WdRelativeHorizontalPosition {} { # wdRelativeHorizontalPositionCharacter - 3 # wdRelativeHorizontalPositionColumn - 2 # wdRelativeHorizontalPositionInnerMarginArea - 6 # wdRelativeHorizontalPositionLeftMarginArea - 4 # wdRelativeHorizontalPositionMargin - 0 # wdRelativeHorizontalPositionOuterMarginArea - 7 # wdRelativeHorizontalPositionPage - 1 # wdRelativeHorizontalPositionRightMarginArea - 5 return { wdRelativeHorizontalPositionCharacter 3 wdRelativeHorizontalPositionColumn 2 wdRelativeHorizontalPositionInnerMarginArea 6 wdRelativeHorizontalPositionLeftMarginArea 4 wdRelativeHorizontalPositionMargin 0 wdRelativeHorizontalPositionOuterMarginArea 7 wdRelativeHorizontalPositionPage 1 wdRelativeHorizontalPositionRightMarginArea 5 } }
WdRelativeHorizontalSize [::Word::Enum]Top, Main, Index
WdRelativeHorizontalSize
wdRelativeHorizontalSizeInnerMarginArea | 4 |
wdRelativeHorizontalSizeLeftMarginArea | 2 |
wdRelativeHorizontalSizeMargin | 0 |
wdRelativeHorizontalSizeOuterMarginArea | 5 |
wdRelativeHorizontalSizePage | 1 |
wdRelativeHorizontalSizeRightMarginArea | 3 |
proc ::Word::Enum::WdRelativeHorizontalSize {} { # wdRelativeHorizontalSizeInnerMarginArea - 4 # wdRelativeHorizontalSizeLeftMarginArea - 2 # wdRelativeHorizontalSizeMargin - 0 # wdRelativeHorizontalSizeOuterMarginArea - 5 # wdRelativeHorizontalSizePage - 1 # wdRelativeHorizontalSizeRightMarginArea - 3 return { wdRelativeHorizontalSizeInnerMarginArea 4 wdRelativeHorizontalSizeLeftMarginArea 2 wdRelativeHorizontalSizeMargin 0 wdRelativeHorizontalSizeOuterMarginArea 5 wdRelativeHorizontalSizePage 1 wdRelativeHorizontalSizeRightMarginArea 3 } }
WdRelativeVerticalPosition [::Word::Enum]Top, Main, Index
WdRelativeVerticalPosition
wdRelativeVerticalPositionBottomMarginArea | 5 |
wdRelativeVerticalPositionInnerMarginArea | 6 |
wdRelativeVerticalPositionLine | 3 |
wdRelativeVerticalPositionMargin | 0 |
wdRelativeVerticalPositionOuterMarginArea | 7 |
wdRelativeVerticalPositionPage | 1 |
wdRelativeVerticalPositionParagraph | 2 |
wdRelativeVerticalPositionTopMarginArea | 4 |
proc ::Word::Enum::WdRelativeVerticalPosition {} { # wdRelativeVerticalPositionBottomMarginArea - 5 # wdRelativeVerticalPositionInnerMarginArea - 6 # wdRelativeVerticalPositionLine - 3 # wdRelativeVerticalPositionMargin - 0 # wdRelativeVerticalPositionOuterMarginArea - 7 # wdRelativeVerticalPositionPage - 1 # wdRelativeVerticalPositionParagraph - 2 # wdRelativeVerticalPositionTopMarginArea - 4 return { wdRelativeVerticalPositionBottomMarginArea 5 wdRelativeVerticalPositionInnerMarginArea 6 wdRelativeVerticalPositionLine 3 wdRelativeVerticalPositionMargin 0 wdRelativeVerticalPositionOuterMarginArea 7 wdRelativeVerticalPositionPage 1 wdRelativeVerticalPositionParagraph 2 wdRelativeVerticalPositionTopMarginArea 4 } }
WdRelativeVerticalSize [::Word::Enum]Top, Main, Index
WdRelativeVerticalSize
wdRelativeVerticalSizeBottomMarginArea | 3 |
wdRelativeVerticalSizeInnerMarginArea | 4 |
wdRelativeVerticalSizeMargin | 0 |
wdRelativeVerticalSizeOuterMarginArea | 5 |
wdRelativeVerticalSizePage | 1 |
wdRelativeVerticalSizeTopMarginArea | 2 |
proc ::Word::Enum::WdRelativeVerticalSize {} { # wdRelativeVerticalSizeBottomMarginArea - 3 # wdRelativeVerticalSizeInnerMarginArea - 4 # wdRelativeVerticalSizeMargin - 0 # wdRelativeVerticalSizeOuterMarginArea - 5 # wdRelativeVerticalSizePage - 1 # wdRelativeVerticalSizeTopMarginArea - 2 return { wdRelativeVerticalSizeBottomMarginArea 3 wdRelativeVerticalSizeInnerMarginArea 4 wdRelativeVerticalSizeMargin 0 wdRelativeVerticalSizeOuterMarginArea 5 wdRelativeVerticalSizePage 1 wdRelativeVerticalSizeTopMarginArea 2 } }
WdRelocate [::Word::Enum]Top, Main, Index
WdRelocate
wdRelocateDown | 1 |
wdRelocateUp | 0 |
proc ::Word::Enum::WdRelocate {} { # wdRelocateDown - 1 # wdRelocateUp - 0 return { wdRelocateDown 1 wdRelocateUp 0 } }
WdRemoveDocInfoType [::Word::Enum]Top, Main, Index
WdRemoveDocInfoType
wdRDIAll | 99 |
wdRDIAtMentions | 18 |
wdRDIComments | 1 |
wdRDIContentType | 16 |
wdRDIDocumentManagementPolicy | 15 |
wdRDIDocumentProperties | 8 |
wdRDIDocumentServerProperties | 14 |
wdRDIDocumentWorkspace | 10 |
wdRDIEmailHeader | 5 |
wdRDIInkAnnotations | 11 |
wdRDIRemovePersonalInformation | 4 |
wdRDIRevisions | 2 |
wdRDIRoutingSlip | 6 |
wdRDISendForReview | 7 |
wdRDITaskpaneWebExtensions | 17 |
wdRDITemplate | 9 |
wdRDIVersions | 3 |
proc ::Word::Enum::WdRemoveDocInfoType {} { # wdRDIAll - 99 # wdRDIAtMentions - 18 # wdRDIComments - 1 # wdRDIContentType - 16 # wdRDIDocumentManagementPolicy - 15 # wdRDIDocumentProperties - 8 # wdRDIDocumentServerProperties - 14 # wdRDIDocumentWorkspace - 10 # wdRDIEmailHeader - 5 # wdRDIInkAnnotations - 11 # wdRDIRemovePersonalInformation - 4 # wdRDIRevisions - 2 # wdRDIRoutingSlip - 6 # wdRDISendForReview - 7 # wdRDITaskpaneWebExtensions - 17 # wdRDITemplate - 9 # wdRDIVersions - 3 return { wdRDIAll 99 wdRDIAtMentions 18 wdRDIComments 1 wdRDIContentType 16 wdRDIDocumentManagementPolicy 15 wdRDIDocumentProperties 8 wdRDIDocumentServerProperties 14 wdRDIDocumentWorkspace 10 wdRDIEmailHeader 5 wdRDIInkAnnotations 11 wdRDIRemovePersonalInformation 4 wdRDIRevisions 2 wdRDIRoutingSlip 6 wdRDISendForReview 7 wdRDITaskpaneWebExtensions 17 wdRDITemplate 9 wdRDIVersions 3 } }
WdReplace [::Word::Enum]Top, Main, Index
WdReplace
wdReplaceAll | 2 |
wdReplaceNone | 0 |
wdReplaceOne | 1 |
proc ::Word::Enum::WdReplace {} { # wdReplaceAll - 2 # wdReplaceNone - 0 # wdReplaceOne - 1 return { wdReplaceAll 2 wdReplaceNone 0 wdReplaceOne 1 } }
WdRevisedLinesMark [::Word::Enum]Top, Main, Index
WdRevisedLinesMark
wdRevisedLinesMarkLeftBorder | 1 |
wdRevisedLinesMarkNone | 0 |
wdRevisedLinesMarkOutsideBorder | 3 |
wdRevisedLinesMarkRightBorder | 2 |
proc ::Word::Enum::WdRevisedLinesMark {} { # wdRevisedLinesMarkLeftBorder - 1 # wdRevisedLinesMarkNone - 0 # wdRevisedLinesMarkOutsideBorder - 3 # wdRevisedLinesMarkRightBorder - 2 return { wdRevisedLinesMarkLeftBorder 1 wdRevisedLinesMarkNone 0 wdRevisedLinesMarkOutsideBorder 3 wdRevisedLinesMarkRightBorder 2 } }
WdRevisedPropertiesMark [::Word::Enum]Top, Main, Index
WdRevisedPropertiesMark
wdRevisedPropertiesMarkBold | 1 |
wdRevisedPropertiesMarkColorOnly | 5 |
wdRevisedPropertiesMarkDoubleStrikeThrough | 7 |
wdRevisedPropertiesMarkDoubleUnderline | 4 |
wdRevisedPropertiesMarkItalic | 2 |
wdRevisedPropertiesMarkNone | 0 |
wdRevisedPropertiesMarkStrikeThrough | 6 |
wdRevisedPropertiesMarkUnderline | 3 |
proc ::Word::Enum::WdRevisedPropertiesMark {} { # wdRevisedPropertiesMarkBold - 1 # wdRevisedPropertiesMarkColorOnly - 5 # wdRevisedPropertiesMarkDoubleStrikeThrough - 7 # wdRevisedPropertiesMarkDoubleUnderline - 4 # wdRevisedPropertiesMarkItalic - 2 # wdRevisedPropertiesMarkNone - 0 # wdRevisedPropertiesMarkStrikeThrough - 6 # wdRevisedPropertiesMarkUnderline - 3 return { wdRevisedPropertiesMarkBold 1 wdRevisedPropertiesMarkColorOnly 5 wdRevisedPropertiesMarkDoubleStrikeThrough 7 wdRevisedPropertiesMarkDoubleUnderline 4 wdRevisedPropertiesMarkItalic 2 wdRevisedPropertiesMarkNone 0 wdRevisedPropertiesMarkStrikeThrough 6 wdRevisedPropertiesMarkUnderline 3 } }
WdRevisionsBalloonMargin [::Word::Enum]Top, Main, Index
WdRevisionsBalloonMargin
wdLeftMargin | 0 |
wdRightMargin | 1 |
proc ::Word::Enum::WdRevisionsBalloonMargin {} { # wdLeftMargin - 0 # wdRightMargin - 1 return { wdLeftMargin 0 wdRightMargin 1 } }
WdRevisionsBalloonPrintOrientation [::Word::Enum]Top, Main, Index
WdRevisionsBalloonPrintOrientation
wdBalloonPrintOrientationAuto | 0 |
wdBalloonPrintOrientationForceLandscape | 2 |
wdBalloonPrintOrientationPreserve | 1 |
proc ::Word::Enum::WdRevisionsBalloonPrintOrientation {} { # wdBalloonPrintOrientationAuto - 0 # wdBalloonPrintOrientationForceLandscape - 2 # wdBalloonPrintOrientationPreserve - 1 return { wdBalloonPrintOrientationAuto 0 wdBalloonPrintOrientationForceLandscape 2 wdBalloonPrintOrientationPreserve 1 } }
WdRevisionsBalloonWidthType [::Word::Enum]Top, Main, Index
WdRevisionsBalloonWidthType
wdBalloonWidthPercent | 0 |
wdBalloonWidthPoints | 1 |
proc ::Word::Enum::WdRevisionsBalloonWidthType {} { # wdBalloonWidthPercent - 0 # wdBalloonWidthPoints - 1 return { wdBalloonWidthPercent 0 wdBalloonWidthPoints 1 } }
WdRevisionsMarkup [::Word::Enum]Top, Main, Index
WdRevisionsMarkup
wdRevisionsMarkupAll | 2 |
wdRevisionsMarkupNone | 0 |
wdRevisionsMarkupSimple | 1 |
proc ::Word::Enum::WdRevisionsMarkup {} { # wdRevisionsMarkupAll - 2 # wdRevisionsMarkupNone - 0 # wdRevisionsMarkupSimple - 1 return { wdRevisionsMarkupAll 2 wdRevisionsMarkupNone 0 wdRevisionsMarkupSimple 1 } }
WdRevisionsMode [::Word::Enum]Top, Main, Index
WdRevisionsMode
wdBalloonRevisions | 0 |
wdInLineRevisions | 1 |
wdMixedRevisions | 2 |
proc ::Word::Enum::WdRevisionsMode {} { # wdBalloonRevisions - 0 # wdInLineRevisions - 1 # wdMixedRevisions - 2 return { wdBalloonRevisions 0 wdInLineRevisions 1 wdMixedRevisions 2 } }
WdRevisionsView [::Word::Enum]Top, Main, Index
WdRevisionsView
wdRevisionsViewFinal | 0 |
wdRevisionsViewOriginal | 1 |
proc ::Word::Enum::WdRevisionsView {} { # wdRevisionsViewFinal - 0 # wdRevisionsViewOriginal - 1 return { wdRevisionsViewFinal 0 wdRevisionsViewOriginal 1 } }
WdRevisionsWrap [::Word::Enum]Top, Main, Index
WdRevisionsWrap
wdWrapAlways | 1 |
wdWrapAsk | 2 |
wdWrapNever | 0 |
proc ::Word::Enum::WdRevisionsWrap {} { # wdWrapAlways - 1 # wdWrapAsk - 2 # wdWrapNever - 0 return { wdWrapAlways 1 wdWrapAsk 2 wdWrapNever 0 } }
WdRevisionType [::Word::Enum]Top, Main, Index
WdRevisionType
wdNoRevision | 0 |
wdRevisionCellDeletion | 17 |
wdRevisionCellInsertion | 16 |
wdRevisionCellMerge | 18 |
wdRevisionCellSplit | 19 |
wdRevisionConflict | 7 |
wdRevisionConflictDelete | 21 |
wdRevisionConflictInsert | 20 |
wdRevisionDelete | 2 |
wdRevisionDisplayField | 5 |
wdRevisionInsert | 1 |
wdRevisionMovedFrom | 14 |
wdRevisionMovedTo | 15 |
wdRevisionParagraphNumber | 4 |
wdRevisionParagraphProperty | 10 |
wdRevisionProperty | 3 |
wdRevisionReconcile | 6 |
wdRevisionReplace | 9 |
wdRevisionSectionProperty | 12 |
wdRevisionStyle | 8 |
wdRevisionStyleDefinition | 13 |
wdRevisionTableProperty | 11 |
proc ::Word::Enum::WdRevisionType {} { # wdNoRevision - 0 # wdRevisionCellDeletion - 17 # wdRevisionCellInsertion - 16 # wdRevisionCellMerge - 18 # wdRevisionCellSplit - 19 # wdRevisionConflict - 7 # wdRevisionConflictDelete - 21 # wdRevisionConflictInsert - 20 # wdRevisionDelete - 2 # wdRevisionDisplayField - 5 # wdRevisionInsert - 1 # wdRevisionMovedFrom - 14 # wdRevisionMovedTo - 15 # wdRevisionParagraphNumber - 4 # wdRevisionParagraphProperty - 10 # wdRevisionProperty - 3 # wdRevisionReconcile - 6 # wdRevisionReplace - 9 # wdRevisionSectionProperty - 12 # wdRevisionStyle - 8 # wdRevisionStyleDefinition - 13 # wdRevisionTableProperty - 11 return { wdNoRevision 0 wdRevisionCellDeletion 17 wdRevisionCellInsertion 16 wdRevisionCellMerge 18 wdRevisionCellSplit 19 wdRevisionConflict 7 wdRevisionConflictDelete 21 wdRevisionConflictInsert 20 wdRevisionDelete 2 wdRevisionDisplayField 5 wdRevisionInsert 1 wdRevisionMovedFrom 14 wdRevisionMovedTo 15 wdRevisionParagraphNumber 4 wdRevisionParagraphProperty 10 wdRevisionProperty 3 wdRevisionReconcile 6 wdRevisionReplace 9 wdRevisionSectionProperty 12 wdRevisionStyle 8 wdRevisionStyleDefinition 13 wdRevisionTableProperty 11 } }
WdRoutingSlipDelivery [::Word::Enum]Top, Main, Index
WdRoutingSlipDelivery
wdAllAtOnce | 1 |
wdOneAfterAnother | 0 |
proc ::Word::Enum::WdRoutingSlipDelivery {} { # wdAllAtOnce - 1 # wdOneAfterAnother - 0 return { wdAllAtOnce 1 wdOneAfterAnother 0 } }
WdRoutingSlipStatus [::Word::Enum]Top, Main, Index
WdRoutingSlipStatus
wdNotYetRouted | 0 |
wdRouteComplete | 2 |
wdRouteInProgress | 1 |
proc ::Word::Enum::WdRoutingSlipStatus {} { # wdNotYetRouted - 0 # wdRouteComplete - 2 # wdRouteInProgress - 1 return { wdNotYetRouted 0 wdRouteComplete 2 wdRouteInProgress 1 } }
WdRowAlignment [::Word::Enum]Top, Main, Index
WdRowAlignment
wdAlignRowCenter | 1 |
wdAlignRowLeft | 0 |
wdAlignRowRight | 2 |
proc ::Word::Enum::WdRowAlignment {} { # wdAlignRowCenter - 1 # wdAlignRowLeft - 0 # wdAlignRowRight - 2 return { wdAlignRowCenter 1 wdAlignRowLeft 0 wdAlignRowRight 2 } }
WdRowHeightRule [::Word::Enum]Top, Main, Index
WdRowHeightRule
wdRowHeightAtLeast | 1 |
wdRowHeightAuto | 0 |
wdRowHeightExactly | 2 |
proc ::Word::Enum::WdRowHeightRule {} { # wdRowHeightAtLeast - 1 # wdRowHeightAuto - 0 # wdRowHeightExactly - 2 return { wdRowHeightAtLeast 1 wdRowHeightAuto 0 wdRowHeightExactly 2 } }
WdRulerStyle [::Word::Enum]Top, Main, Index
WdRulerStyle
wdAdjustFirstColumn | 2 |
wdAdjustNone | 0 |
wdAdjustProportional | 1 |
wdAdjustSameWidth | 3 |
proc ::Word::Enum::WdRulerStyle {} { # wdAdjustFirstColumn - 2 # wdAdjustNone - 0 # wdAdjustProportional - 1 # wdAdjustSameWidth - 3 return { wdAdjustFirstColumn 2 wdAdjustNone 0 wdAdjustProportional 1 wdAdjustSameWidth 3 } }
WdSalutationGender [::Word::Enum]Top, Main, Index
WdSalutationGender
wdGenderFemale | 0 |
wdGenderMale | 1 |
wdGenderNeutral | 2 |
wdGenderUnknown | 3 |
proc ::Word::Enum::WdSalutationGender {} { # wdGenderFemale - 0 # wdGenderMale - 1 # wdGenderNeutral - 2 # wdGenderUnknown - 3 return { wdGenderFemale 0 wdGenderMale 1 wdGenderNeutral 2 wdGenderUnknown 3 } }
WdSalutationType [::Word::Enum]Top, Main, Index
WdSalutationType
wdSalutationBusiness | 2 |
wdSalutationFormal | 1 |
wdSalutationInformal | 0 |
wdSalutationOther | 3 |
proc ::Word::Enum::WdSalutationType {} { # wdSalutationBusiness - 2 # wdSalutationFormal - 1 # wdSalutationInformal - 0 # wdSalutationOther - 3 return { wdSalutationBusiness 2 wdSalutationFormal 1 wdSalutationInformal 0 wdSalutationOther 3 } }
WdSaveFormat [::Word::Enum]Top, Main, Index
WdSaveFormat
wdFormatDocument | 0 |
wdFormatDocument97 | 0 |
wdFormatDocumentDefault | 16 |
wdFormatDOSText | 4 |
wdFormatDOSTextLineBreaks | 5 |
wdFormatEncodedText | 7 |
wdFormatFilteredHTML | 10 |
wdFormatFlatXML | 19 |
wdFormatFlatXMLMacroEnabled | 20 |
wdFormatFlatXMLTemplate | 21 |
wdFormatFlatXMLTemplateMacroEnabled | 22 |
wdFormatHTML | 8 |
wdFormatOpenDocumentText | 23 |
wdFormatPDF | 17 |
wdFormatRTF | 6 |
wdFormatStrictOpenXMLDocument | 24 |
wdFormatTemplate | 1 |
wdFormatTemplate97 | 1 |
wdFormatText | 2 |
wdFormatTextLineBreaks | 3 |
wdFormatUnicodeText | 7 |
wdFormatWebArchive | 9 |
wdFormatXML | 11 |
wdFormatXMLDocument | 12 |
wdFormatXMLDocumentMacroEnabled | 13 |
wdFormatXMLTemplate | 14 |
wdFormatXMLTemplateMacroEnabled | 15 |
wdFormatXPS | 18 |
proc ::Word::Enum::WdSaveFormat {} { # wdFormatDocument - 0 # wdFormatDocument97 - 0 # wdFormatDocumentDefault - 16 # wdFormatDOSText - 4 # wdFormatDOSTextLineBreaks - 5 # wdFormatEncodedText - 7 # wdFormatFilteredHTML - 10 # wdFormatFlatXML - 19 # wdFormatFlatXMLMacroEnabled - 20 # wdFormatFlatXMLTemplate - 21 # wdFormatFlatXMLTemplateMacroEnabled - 22 # wdFormatHTML - 8 # wdFormatOpenDocumentText - 23 # wdFormatPDF - 17 # wdFormatRTF - 6 # wdFormatStrictOpenXMLDocument - 24 # wdFormatTemplate - 1 # wdFormatTemplate97 - 1 # wdFormatText - 2 # wdFormatTextLineBreaks - 3 # wdFormatUnicodeText - 7 # wdFormatWebArchive - 9 # wdFormatXML - 11 # wdFormatXMLDocument - 12 # wdFormatXMLDocumentMacroEnabled - 13 # wdFormatXMLTemplate - 14 # wdFormatXMLTemplateMacroEnabled - 15 # wdFormatXPS - 18 return { wdFormatDocument 0 wdFormatDocument97 0 wdFormatDocumentDefault 16 wdFormatDOSText 4 wdFormatDOSTextLineBreaks 5 wdFormatEncodedText 7 wdFormatFilteredHTML 10 wdFormatFlatXML 19 wdFormatFlatXMLMacroEnabled 20 wdFormatFlatXMLTemplate 21 wdFormatFlatXMLTemplateMacroEnabled 22 wdFormatHTML 8 wdFormatOpenDocumentText 23 wdFormatPDF 17 wdFormatRTF 6 wdFormatStrictOpenXMLDocument 24 wdFormatTemplate 1 wdFormatTemplate97 1 wdFormatText 2 wdFormatTextLineBreaks 3 wdFormatUnicodeText 7 wdFormatWebArchive 9 wdFormatXML 11 wdFormatXMLDocument 12 wdFormatXMLDocumentMacroEnabled 13 wdFormatXMLTemplate 14 wdFormatXMLTemplateMacroEnabled 15 wdFormatXPS 18 } }
WdSaveOptions [::Word::Enum]Top, Main, Index
WdSaveOptions
wdDoNotSaveChanges | 0 |
wdPromptToSaveChanges | -2 |
wdSaveChanges | -1 |
proc ::Word::Enum::WdSaveOptions {} { # wdDoNotSaveChanges - 0 # wdPromptToSaveChanges - -2 # wdSaveChanges - -1 return { wdDoNotSaveChanges 0 wdPromptToSaveChanges -2 wdSaveChanges -1 } }
WdScrollbarType [::Word::Enum]Top, Main, Index
WdScrollbarType
wdScrollbarTypeAuto | 0 |
wdScrollbarTypeNo | 2 |
wdScrollbarTypeYes | 1 |
proc ::Word::Enum::WdScrollbarType {} { # wdScrollbarTypeAuto - 0 # wdScrollbarTypeNo - 2 # wdScrollbarTypeYes - 1 return { wdScrollbarTypeAuto 0 wdScrollbarTypeNo 2 wdScrollbarTypeYes 1 } }
WdSectionDirection [::Word::Enum]Top, Main, Index
WdSectionDirection
wdSectionDirectionLtr | 1 |
wdSectionDirectionRtl | 0 |
proc ::Word::Enum::WdSectionDirection {} { # wdSectionDirectionLtr - 1 # wdSectionDirectionRtl - 0 return { wdSectionDirectionLtr 1 wdSectionDirectionRtl 0 } }
WdSectionStart [::Word::Enum]Top, Main, Index
WdSectionStart
wdSectionContinuous | 0 |
wdSectionEvenPage | 3 |
wdSectionNewColumn | 1 |
wdSectionNewPage | 2 |
wdSectionOddPage | 4 |
proc ::Word::Enum::WdSectionStart {} { # wdSectionContinuous - 0 # wdSectionEvenPage - 3 # wdSectionNewColumn - 1 # wdSectionNewPage - 2 # wdSectionOddPage - 4 return { wdSectionContinuous 0 wdSectionEvenPage 3 wdSectionNewColumn 1 wdSectionNewPage 2 wdSectionOddPage 4 } }
WdSeekView [::Word::Enum]Top, Main, Index
WdSeekView
wdSeekCurrentPageFooter | 10 |
wdSeekCurrentPageHeader | 9 |
wdSeekEndnotes | 8 |
wdSeekEvenPagesFooter | 6 |
wdSeekEvenPagesHeader | 3 |
wdSeekFirstPageFooter | 5 |
wdSeekFirstPageHeader | 2 |
wdSeekFootnotes | 7 |
wdSeekMainDocument | 0 |
wdSeekPrimaryFooter | 4 |
wdSeekPrimaryHeader | 1 |
proc ::Word::Enum::WdSeekView {} { # wdSeekCurrentPageFooter - 10 # wdSeekCurrentPageHeader - 9 # wdSeekEndnotes - 8 # wdSeekEvenPagesFooter - 6 # wdSeekEvenPagesHeader - 3 # wdSeekFirstPageFooter - 5 # wdSeekFirstPageHeader - 2 # wdSeekFootnotes - 7 # wdSeekMainDocument - 0 # wdSeekPrimaryFooter - 4 # wdSeekPrimaryHeader - 1 return { wdSeekCurrentPageFooter 10 wdSeekCurrentPageHeader 9 wdSeekEndnotes 8 wdSeekEvenPagesFooter 6 wdSeekEvenPagesHeader 3 wdSeekFirstPageFooter 5 wdSeekFirstPageHeader 2 wdSeekFootnotes 7 wdSeekMainDocument 0 wdSeekPrimaryFooter 4 wdSeekPrimaryHeader 1 } }
WdSelectionFlags [::Word::Enum]Top, Main, Index
WdSelectionFlags
wdSelActive | 8 |
wdSelAtEOL | 2 |
wdSelOvertype | 4 |
wdSelReplace | 16 |
wdSelStartActive | 1 |
proc ::Word::Enum::WdSelectionFlags {} { # wdSelActive - 8 # wdSelAtEOL - 2 # wdSelOvertype - 4 # wdSelReplace - 16 # wdSelStartActive - 1 return { wdSelActive 8 wdSelAtEOL 2 wdSelOvertype 4 wdSelReplace 16 wdSelStartActive 1 } }
WdSelectionType [::Word::Enum]Top, Main, Index
WdSelectionType
wdNoSelection | 0 |
wdSelectionBlock | 6 |
wdSelectionColumn | 4 |
wdSelectionFrame | 3 |
wdSelectionInlineShape | 7 |
wdSelectionIP | 1 |
wdSelectionNormal | 2 |
wdSelectionRow | 5 |
wdSelectionShape | 8 |
proc ::Word::Enum::WdSelectionType {} { # wdNoSelection - 0 # wdSelectionBlock - 6 # wdSelectionColumn - 4 # wdSelectionFrame - 3 # wdSelectionInlineShape - 7 # wdSelectionIP - 1 # wdSelectionNormal - 2 # wdSelectionRow - 5 # wdSelectionShape - 8 return { wdNoSelection 0 wdSelectionBlock 6 wdSelectionColumn 4 wdSelectionFrame 3 wdSelectionInlineShape 7 wdSelectionIP 1 wdSelectionNormal 2 wdSelectionRow 5 wdSelectionShape 8 } }
WdSeparatorType [::Word::Enum]Top, Main, Index
WdSeparatorType
wdSeparatorColon | 2 |
wdSeparatorEmDash | 3 |
wdSeparatorEnDash | 4 |
wdSeparatorHyphen | 0 |
wdSeparatorPeriod | 1 |
proc ::Word::Enum::WdSeparatorType {} { # wdSeparatorColon - 2 # wdSeparatorEmDash - 3 # wdSeparatorEnDash - 4 # wdSeparatorHyphen - 0 # wdSeparatorPeriod - 1 return { wdSeparatorColon 2 wdSeparatorEmDash 3 wdSeparatorEnDash 4 wdSeparatorHyphen 0 wdSeparatorPeriod 1 } }
WdShapePosition [::Word::Enum]Top, Main, Index
WdShapePosition
wdShapeBottom | -999997 |
wdShapeCenter | -999995 |
wdShapeInside | -999994 |
wdShapeLeft | -999998 |
wdShapeOutside | -999993 |
wdShapeRight | -999996 |
wdShapeTop | -999999 |
proc ::Word::Enum::WdShapePosition {} { # wdShapeBottom - -999997 # wdShapeCenter - -999995 # wdShapeInside - -999994 # wdShapeLeft - -999998 # wdShapeOutside - -999993 # wdShapeRight - -999996 # wdShapeTop - -999999 return { wdShapeBottom -999997 wdShapeCenter -999995 wdShapeInside -999994 wdShapeLeft -999998 wdShapeOutside -999993 wdShapeRight -999996 wdShapeTop -999999 } }
WdShapePositionRelative [::Word::Enum]Top, Main, Index
WdShapePositionRelative
wdShapePositionRelativeNone | -999999 |
proc ::Word::Enum::WdShapePositionRelative {} { # wdShapePositionRelativeNone - -999999 return { wdShapePositionRelativeNone -999999 } }
WdShapeSizeRelative [::Word::Enum]Top, Main, Index
WdShapeSizeRelative
wdShapeSizeRelativeNone | -999999 |
proc ::Word::Enum::WdShapeSizeRelative {} { # wdShapeSizeRelativeNone - -999999 return { wdShapeSizeRelativeNone -999999 } }
WdShowFilter [::Word::Enum]Top, Main, Index
WdShowFilter
wdShowFilterFormattingAvailable | 4 |
wdShowFilterFormattingInUse | 3 |
wdShowFilterFormattingRecommended | 5 |
wdShowFilterStylesAll | 2 |
wdShowFilterStylesAvailable | 0 |
wdShowFilterStylesInUse | 1 |
proc ::Word::Enum::WdShowFilter {} { # wdShowFilterFormattingAvailable - 4 # wdShowFilterFormattingInUse - 3 # wdShowFilterFormattingRecommended - 5 # wdShowFilterStylesAll - 2 # wdShowFilterStylesAvailable - 0 # wdShowFilterStylesInUse - 1 return { wdShowFilterFormattingAvailable 4 wdShowFilterFormattingInUse 3 wdShowFilterFormattingRecommended 5 wdShowFilterStylesAll 2 wdShowFilterStylesAvailable 0 wdShowFilterStylesInUse 1 } }
WdShowSourceDocuments [::Word::Enum]Top, Main, Index
WdShowSourceDocuments
wdShowSourceDocumentsBoth | 3 |
wdShowSourceDocumentsNone | 0 |
wdShowSourceDocumentsOriginal | 1 |
wdShowSourceDocumentsRevised | 2 |
proc ::Word::Enum::WdShowSourceDocuments {} { # wdShowSourceDocumentsBoth - 3 # wdShowSourceDocumentsNone - 0 # wdShowSourceDocumentsOriginal - 1 # wdShowSourceDocumentsRevised - 2 return { wdShowSourceDocumentsBoth 3 wdShowSourceDocumentsNone 0 wdShowSourceDocumentsOriginal 1 wdShowSourceDocumentsRevised 2 } }
WdSmartTagControlType [::Word::Enum]Top, Main, Index
WdSmartTagControlType
wdControlActiveX | 13 |
wdControlButton | 6 |
wdControlCheckbox | 9 |
wdControlCombo | 12 |
wdControlDocumentFragment | 14 |
wdControlDocumentFragmentURL | 15 |
wdControlHelp | 3 |
wdControlHelpURL | 4 |
wdControlImage | 8 |
wdControlLabel | 7 |
wdControlLink | 2 |
wdControlListbox | 11 |
wdControlRadioGroup | 16 |
wdControlSeparator | 5 |
wdControlSmartTag | 1 |
wdControlTextbox | 10 |
proc ::Word::Enum::WdSmartTagControlType {} { # wdControlActiveX - 13 # wdControlButton - 6 # wdControlCheckbox - 9 # wdControlCombo - 12 # wdControlDocumentFragment - 14 # wdControlDocumentFragmentURL - 15 # wdControlHelp - 3 # wdControlHelpURL - 4 # wdControlImage - 8 # wdControlLabel - 7 # wdControlLink - 2 # wdControlListbox - 11 # wdControlRadioGroup - 16 # wdControlSeparator - 5 # wdControlSmartTag - 1 # wdControlTextbox - 10 return { wdControlActiveX 13 wdControlButton 6 wdControlCheckbox 9 wdControlCombo 12 wdControlDocumentFragment 14 wdControlDocumentFragmentURL 15 wdControlHelp 3 wdControlHelpURL 4 wdControlImage 8 wdControlLabel 7 wdControlLink 2 wdControlListbox 11 wdControlRadioGroup 16 wdControlSeparator 5 wdControlSmartTag 1 wdControlTextbox 10 } }
WdSortFieldType [::Word::Enum]Top, Main, Index
WdSortFieldType
wdSortFieldAlphanumeric | 0 |
wdSortFieldDate | 2 |
wdSortFieldJapanJIS | 4 |
wdSortFieldKoreaKS | 6 |
wdSortFieldNumeric | 1 |
wdSortFieldStroke | 5 |
wdSortFieldSyllable | 3 |
proc ::Word::Enum::WdSortFieldType {} { # wdSortFieldAlphanumeric - 0 # wdSortFieldDate - 2 # wdSortFieldJapanJIS - 4 # wdSortFieldKoreaKS - 6 # wdSortFieldNumeric - 1 # wdSortFieldStroke - 5 # wdSortFieldSyllable - 3 return { wdSortFieldAlphanumeric 0 wdSortFieldDate 2 wdSortFieldJapanJIS 4 wdSortFieldKoreaKS 6 wdSortFieldNumeric 1 wdSortFieldStroke 5 wdSortFieldSyllable 3 } }
WdSortFieldTypeHID [::Word::Enum]Top, Main, Index
WdSortFieldTypeHID
emptyenum | 0 |
proc ::Word::Enum::WdSortFieldTypeHID {} { # emptyenum - 0 return { emptyenum 0 } }
WdSortOrder [::Word::Enum]Top, Main, Index
WdSortOrder
wdSortOrderAscending | 0 |
wdSortOrderDescending | 1 |
proc ::Word::Enum::WdSortOrder {} { # wdSortOrderAscending - 0 # wdSortOrderDescending - 1 return { wdSortOrderAscending 0 wdSortOrderDescending 1 } }
WdSortSeparator [::Word::Enum]Top, Main, Index
WdSortSeparator
wdSortSeparateByCommas | 1 |
wdSortSeparateByDefaultTableSeparator | 2 |
wdSortSeparateByTabs | 0 |
proc ::Word::Enum::WdSortSeparator {} { # wdSortSeparateByCommas - 1 # wdSortSeparateByDefaultTableSeparator - 2 # wdSortSeparateByTabs - 0 return { wdSortSeparateByCommas 1 wdSortSeparateByDefaultTableSeparator 2 wdSortSeparateByTabs 0 } }
WdSpanishSpeller [::Word::Enum]Top, Main, Index
WdSpanishSpeller
wdSpanishTuteoAndVoseo | 1 |
wdSpanishTuteoOnly | 0 |
wdSpanishVoseoOnly | 2 |
proc ::Word::Enum::WdSpanishSpeller {} { # wdSpanishTuteoAndVoseo - 1 # wdSpanishTuteoOnly - 0 # wdSpanishVoseoOnly - 2 return { wdSpanishTuteoAndVoseo 1 wdSpanishTuteoOnly 0 wdSpanishVoseoOnly 2 } }
WdSpecialPane [::Word::Enum]Top, Main, Index
WdSpecialPane
wdPaneComments | 15 |
wdPaneCurrentPageFooter | 17 |
wdPaneCurrentPageHeader | 16 |
wdPaneEndnoteContinuationNotice | 12 |
wdPaneEndnoteContinuationSeparator | 13 |
wdPaneEndnotes | 8 |
wdPaneEndnoteSeparator | 14 |
wdPaneEvenPagesFooter | 6 |
wdPaneEvenPagesHeader | 3 |
wdPaneFirstPageFooter | 5 |
wdPaneFirstPageHeader | 2 |
wdPaneFootnoteContinuationNotice | 9 |
wdPaneFootnoteContinuationSeparator | 10 |
wdPaneFootnotes | 7 |
wdPaneFootnoteSeparator | 11 |
wdPaneNone | 0 |
wdPanePrimaryFooter | 4 |
wdPanePrimaryHeader | 1 |
wdPaneRevisions | 18 |
wdPaneRevisionsHoriz | 19 |
wdPaneRevisionsVert | 20 |
proc ::Word::Enum::WdSpecialPane {} { # wdPaneComments - 15 # wdPaneCurrentPageFooter - 17 # wdPaneCurrentPageHeader - 16 # wdPaneEndnoteContinuationNotice - 12 # wdPaneEndnoteContinuationSeparator - 13 # wdPaneEndnotes - 8 # wdPaneEndnoteSeparator - 14 # wdPaneEvenPagesFooter - 6 # wdPaneEvenPagesHeader - 3 # wdPaneFirstPageFooter - 5 # wdPaneFirstPageHeader - 2 # wdPaneFootnoteContinuationNotice - 9 # wdPaneFootnoteContinuationSeparator - 10 # wdPaneFootnotes - 7 # wdPaneFootnoteSeparator - 11 # wdPaneNone - 0 # wdPanePrimaryFooter - 4 # wdPanePrimaryHeader - 1 # wdPaneRevisions - 18 # wdPaneRevisionsHoriz - 19 # wdPaneRevisionsVert - 20 return { wdPaneComments 15 wdPaneCurrentPageFooter 17 wdPaneCurrentPageHeader 16 wdPaneEndnoteContinuationNotice 12 wdPaneEndnoteContinuationSeparator 13 wdPaneEndnotes 8 wdPaneEndnoteSeparator 14 wdPaneEvenPagesFooter 6 wdPaneEvenPagesHeader 3 wdPaneFirstPageFooter 5 wdPaneFirstPageHeader 2 wdPaneFootnoteContinuationNotice 9 wdPaneFootnoteContinuationSeparator 10 wdPaneFootnotes 7 wdPaneFootnoteSeparator 11 wdPaneNone 0 wdPanePrimaryFooter 4 wdPanePrimaryHeader 1 wdPaneRevisions 18 wdPaneRevisionsHoriz 19 wdPaneRevisionsVert 20 } }
WdSpellingErrorType [::Word::Enum]Top, Main, Index
WdSpellingErrorType
wdSpellingCapitalization | 2 |
wdSpellingCorrect | 0 |
wdSpellingNotInDictionary | 1 |
proc ::Word::Enum::WdSpellingErrorType {} { # wdSpellingCapitalization - 2 # wdSpellingCorrect - 0 # wdSpellingNotInDictionary - 1 return { wdSpellingCapitalization 2 wdSpellingCorrect 0 wdSpellingNotInDictionary 1 } }
WdSpellingWordType [::Word::Enum]Top, Main, Index
WdSpellingWordType
wdAnagram | 2 |
wdSpellword | 0 |
wdWildcard | 1 |
proc ::Word::Enum::WdSpellingWordType {} { # wdAnagram - 2 # wdSpellword - 0 # wdWildcard - 1 return { wdAnagram 2 wdSpellword 0 wdWildcard 1 } }
WdStatistic [::Word::Enum]Top, Main, Index
WdStatistic
wdStatisticCharacters | 3 |
wdStatisticCharactersWithSpaces | 5 |
wdStatisticFarEastCharacters | 6 |
wdStatisticLines | 1 |
wdStatisticPages | 2 |
wdStatisticParagraphs | 4 |
wdStatisticWords | 0 |
proc ::Word::Enum::WdStatistic {} { # wdStatisticCharacters - 3 # wdStatisticCharactersWithSpaces - 5 # wdStatisticFarEastCharacters - 6 # wdStatisticLines - 1 # wdStatisticPages - 2 # wdStatisticParagraphs - 4 # wdStatisticWords - 0 return { wdStatisticCharacters 3 wdStatisticCharactersWithSpaces 5 wdStatisticFarEastCharacters 6 wdStatisticLines 1 wdStatisticPages 2 wdStatisticParagraphs 4 wdStatisticWords 0 } }
WdStatisticHID [::Word::Enum]Top, Main, Index
WdStatisticHID
emptyenum | 0 |
proc ::Word::Enum::WdStatisticHID {} { # emptyenum - 0 return { emptyenum 0 } }
WdStoryType [::Word::Enum]Top, Main, Index
WdStoryType
wdCommentsStory | 4 |
wdEndnoteContinuationNoticeStory | 17 |
wdEndnoteContinuationSeparatorStory | 16 |
wdEndnoteSeparatorStory | 15 |
wdEndnotesStory | 3 |
wdEvenPagesFooterStory | 8 |
wdEvenPagesHeaderStory | 6 |
wdFirstPageFooterStory | 11 |
wdFirstPageHeaderStory | 10 |
wdFootnoteContinuationNoticeStory | 14 |
wdFootnoteContinuationSeparatorStory | 13 |
wdFootnoteSeparatorStory | 12 |
wdFootnotesStory | 2 |
wdMainTextStory | 1 |
wdPrimaryFooterStory | 9 |
wdPrimaryHeaderStory | 7 |
wdTextFrameStory | 5 |
proc ::Word::Enum::WdStoryType {} { # wdCommentsStory - 4 # wdEndnoteContinuationNoticeStory - 17 # wdEndnoteContinuationSeparatorStory - 16 # wdEndnoteSeparatorStory - 15 # wdEndnotesStory - 3 # wdEvenPagesFooterStory - 8 # wdEvenPagesHeaderStory - 6 # wdFirstPageFooterStory - 11 # wdFirstPageHeaderStory - 10 # wdFootnoteContinuationNoticeStory - 14 # wdFootnoteContinuationSeparatorStory - 13 # wdFootnoteSeparatorStory - 12 # wdFootnotesStory - 2 # wdMainTextStory - 1 # wdPrimaryFooterStory - 9 # wdPrimaryHeaderStory - 7 # wdTextFrameStory - 5 return { wdCommentsStory 4 wdEndnoteContinuationNoticeStory 17 wdEndnoteContinuationSeparatorStory 16 wdEndnoteSeparatorStory 15 wdEndnotesStory 3 wdEvenPagesFooterStory 8 wdEvenPagesHeaderStory 6 wdFirstPageFooterStory 11 wdFirstPageHeaderStory 10 wdFootnoteContinuationNoticeStory 14 wdFootnoteContinuationSeparatorStory 13 wdFootnoteSeparatorStory 12 wdFootnotesStory 2 wdMainTextStory 1 wdPrimaryFooterStory 9 wdPrimaryHeaderStory 7 wdTextFrameStory 5 } }
WdStyleSheetLinkType [::Word::Enum]Top, Main, Index
WdStyleSheetLinkType
wdStyleSheetLinkTypeImported | 1 |
wdStyleSheetLinkTypeLinked | 0 |
proc ::Word::Enum::WdStyleSheetLinkType {} { # wdStyleSheetLinkTypeImported - 1 # wdStyleSheetLinkTypeLinked - 0 return { wdStyleSheetLinkTypeImported 1 wdStyleSheetLinkTypeLinked 0 } }
WdStyleSheetPrecedence [::Word::Enum]Top, Main, Index
WdStyleSheetPrecedence
wdStyleSheetPrecedenceHigher | -1 |
wdStyleSheetPrecedenceHighest | 1 |
wdStyleSheetPrecedenceLower | -2 |
wdStyleSheetPrecedenceLowest | 0 |
proc ::Word::Enum::WdStyleSheetPrecedence {} { # wdStyleSheetPrecedenceHigher - -1 # wdStyleSheetPrecedenceHighest - 1 # wdStyleSheetPrecedenceLower - -2 # wdStyleSheetPrecedenceLowest - 0 return { wdStyleSheetPrecedenceHigher -1 wdStyleSheetPrecedenceHighest 1 wdStyleSheetPrecedenceLower -2 wdStyleSheetPrecedenceLowest 0 } }
WdStyleSort [::Word::Enum]Top, Main, Index
WdStyleSort
wdStyleSortByBasedOn | 3 |
wdStyleSortByFont | 2 |
wdStyleSortByName | 0 |
wdStyleSortByType | 4 |
wdStyleSortRecommended | 1 |
proc ::Word::Enum::WdStyleSort {} { # wdStyleSortByBasedOn - 3 # wdStyleSortByFont - 2 # wdStyleSortByName - 0 # wdStyleSortByType - 4 # wdStyleSortRecommended - 1 return { wdStyleSortByBasedOn 3 wdStyleSortByFont 2 wdStyleSortByName 0 wdStyleSortByType 4 wdStyleSortRecommended 1 } }
WdStyleType [::Word::Enum]Top, Main, Index
WdStyleType
wdStyleTypeCharacter | 2 |
wdStyleTypeLinked | 6 |
wdStyleTypeList | 4 |
wdStyleTypeParagraph | 1 |
wdStyleTypeParagraphOnly | 5 |
wdStyleTypeTable | 3 |
proc ::Word::Enum::WdStyleType {} { # wdStyleTypeCharacter - 2 # wdStyleTypeLinked - 6 # wdStyleTypeList - 4 # wdStyleTypeParagraph - 1 # wdStyleTypeParagraphOnly - 5 # wdStyleTypeTable - 3 return { wdStyleTypeCharacter 2 wdStyleTypeLinked 6 wdStyleTypeList 4 wdStyleTypeParagraph 1 wdStyleTypeParagraphOnly 5 wdStyleTypeTable 3 } }
WdStylisticSet [::Word::Enum]Top, Main, Index
WdStylisticSet
wdStylisticSet01 | 1 |
wdStylisticSet02 | 2 |
wdStylisticSet03 | 4 |
wdStylisticSet04 | 8 |
wdStylisticSet05 | 16 |
wdStylisticSet06 | 32 |
wdStylisticSet07 | 64 |
wdStylisticSet08 | 128 |
wdStylisticSet09 | 256 |
wdStylisticSet10 | 512 |
wdStylisticSet11 | 1024 |
wdStylisticSet12 | 2048 |
wdStylisticSet13 | 4096 |
wdStylisticSet14 | 8192 |
wdStylisticSet15 | 16384 |
wdStylisticSet16 | 32768 |
wdStylisticSet17 | 65536 |
wdStylisticSet18 | 131072 |
wdStylisticSet19 | 262144 |
wdStylisticSet20 | 524288 |
wdStylisticSetDefault | 0 |
proc ::Word::Enum::WdStylisticSet {} { # wdStylisticSet01 - 1 # wdStylisticSet02 - 2 # wdStylisticSet03 - 4 # wdStylisticSet04 - 8 # wdStylisticSet05 - 16 # wdStylisticSet06 - 32 # wdStylisticSet07 - 64 # wdStylisticSet08 - 128 # wdStylisticSet09 - 256 # wdStylisticSet10 - 512 # wdStylisticSet11 - 1024 # wdStylisticSet12 - 2048 # wdStylisticSet13 - 4096 # wdStylisticSet14 - 8192 # wdStylisticSet15 - 16384 # wdStylisticSet16 - 32768 # wdStylisticSet17 - 65536 # wdStylisticSet18 - 131072 # wdStylisticSet19 - 262144 # wdStylisticSet20 - 524288 # wdStylisticSetDefault - 0 return { wdStylisticSet01 1 wdStylisticSet02 2 wdStylisticSet03 4 wdStylisticSet04 8 wdStylisticSet05 16 wdStylisticSet06 32 wdStylisticSet07 64 wdStylisticSet08 128 wdStylisticSet09 256 wdStylisticSet10 512 wdStylisticSet11 1024 wdStylisticSet12 2048 wdStylisticSet13 4096 wdStylisticSet14 8192 wdStylisticSet15 16384 wdStylisticSet16 32768 wdStylisticSet17 65536 wdStylisticSet18 131072 wdStylisticSet19 262144 wdStylisticSet20 524288 wdStylisticSetDefault 0 } }
WdSubscriberFormats [::Word::Enum]Top, Main, Index
WdSubscriberFormats
wdSubscriberBestFormat | 0 |
wdSubscriberPict | 4 |
wdSubscriberRTF | 1 |
wdSubscriberText | 2 |
proc ::Word::Enum::WdSubscriberFormats {} { # wdSubscriberBestFormat - 0 # wdSubscriberPict - 4 # wdSubscriberRTF - 1 # wdSubscriberText - 2 return { wdSubscriberBestFormat 0 wdSubscriberPict 4 wdSubscriberRTF 1 wdSubscriberText 2 } }
WdSummaryLength [::Word::Enum]Top, Main, Index
WdSummaryLength
wd10Percent | -6 |
wd10Sentences | -2 |
wd20Sentences | -3 |
wd25Percent | -7 |
wd50Percent | -8 |
wd75Percent | -9 |
wd100Words | -4 |
wd500Words | -5 |
proc ::Word::Enum::WdSummaryLength {} { # wd10Percent - -6 # wd10Sentences - -2 # wd20Sentences - -3 # wd25Percent - -7 # wd50Percent - -8 # wd75Percent - -9 # wd100Words - -4 # wd500Words - -5 return { wd10Percent -6 wd10Sentences -2 wd20Sentences -3 wd25Percent -7 wd50Percent -8 wd75Percent -9 wd100Words -4 wd500Words -5 } }
WdSummaryMode [::Word::Enum]Top, Main, Index
WdSummaryMode
wdSummaryModeCreateNew | 3 |
wdSummaryModeHideAllButSummary | 1 |
wdSummaryModeHighlight | 0 |
wdSummaryModeInsert | 2 |
proc ::Word::Enum::WdSummaryMode {} { # wdSummaryModeCreateNew - 3 # wdSummaryModeHideAllButSummary - 1 # wdSummaryModeHighlight - 0 # wdSummaryModeInsert - 2 return { wdSummaryModeCreateNew 3 wdSummaryModeHideAllButSummary 1 wdSummaryModeHighlight 0 wdSummaryModeInsert 2 } }
WdTabAlignment [::Word::Enum]Top, Main, Index
WdTabAlignment
wdAlignTabBar | 4 |
wdAlignTabCenter | 1 |
wdAlignTabDecimal | 3 |
wdAlignTabLeft | 0 |
wdAlignTabList | 6 |
wdAlignTabRight | 2 |
proc ::Word::Enum::WdTabAlignment {} { # wdAlignTabBar - 4 # wdAlignTabCenter - 1 # wdAlignTabDecimal - 3 # wdAlignTabLeft - 0 # wdAlignTabList - 6 # wdAlignTabRight - 2 return { wdAlignTabBar 4 wdAlignTabCenter 1 wdAlignTabDecimal 3 wdAlignTabLeft 0 wdAlignTabList 6 wdAlignTabRight 2 } }
WdTabLeader [::Word::Enum]Top, Main, Index
WdTabLeader
wdTabLeaderDashes | 2 |
wdTabLeaderDots | 1 |
wdTabLeaderHeavy | 4 |
wdTabLeaderLines | 3 |
wdTabLeaderMiddleDot | 5 |
wdTabLeaderSpaces | 0 |
proc ::Word::Enum::WdTabLeader {} { # wdTabLeaderDashes - 2 # wdTabLeaderDots - 1 # wdTabLeaderHeavy - 4 # wdTabLeaderLines - 3 # wdTabLeaderMiddleDot - 5 # wdTabLeaderSpaces - 0 return { wdTabLeaderDashes 2 wdTabLeaderDots 1 wdTabLeaderHeavy 4 wdTabLeaderLines 3 wdTabLeaderMiddleDot 5 wdTabLeaderSpaces 0 } }
WdTabLeaderHID [::Word::Enum]Top, Main, Index
WdTabLeaderHID
emptyenum | 0 |
proc ::Word::Enum::WdTabLeaderHID {} { # emptyenum - 0 return { emptyenum 0 } }
WdTableDirection [::Word::Enum]Top, Main, Index
WdTableDirection
wdTableDirectionLtr | 1 |
wdTableDirectionRtl | 0 |
proc ::Word::Enum::WdTableDirection {} { # wdTableDirectionLtr - 1 # wdTableDirectionRtl - 0 return { wdTableDirectionLtr 1 wdTableDirectionRtl 0 } }
WdTableFieldSeparator [::Word::Enum]Top, Main, Index
WdTableFieldSeparator
wdSeparateByCommas | 2 |
wdSeparateByDefaultListSeparator | 3 |
wdSeparateByParagraphs | 0 |
wdSeparateByTabs | 1 |
proc ::Word::Enum::WdTableFieldSeparator {} { # wdSeparateByCommas - 2 # wdSeparateByDefaultListSeparator - 3 # wdSeparateByParagraphs - 0 # wdSeparateByTabs - 1 return { wdSeparateByCommas 2 wdSeparateByDefaultListSeparator 3 wdSeparateByParagraphs 0 wdSeparateByTabs 1 } }
WdTableFormat [::Word::Enum]Top, Main, Index
WdTableFormat
wdTableFormat3DEffects1 | 32 |
wdTableFormat3DEffects2 | 33 |
wdTableFormat3DEffects3 | 34 |
wdTableFormatClassic1 | 4 |
wdTableFormatClassic2 | 5 |
wdTableFormatClassic3 | 6 |
wdTableFormatClassic4 | 7 |
wdTableFormatColorful1 | 8 |
wdTableFormatColorful2 | 9 |
wdTableFormatColorful3 | 10 |
wdTableFormatColumns1 | 11 |
wdTableFormatColumns2 | 12 |
wdTableFormatColumns3 | 13 |
wdTableFormatColumns4 | 14 |
wdTableFormatColumns5 | 15 |
wdTableFormatContemporary | 35 |
wdTableFormatElegant | 36 |
wdTableFormatGrid1 | 16 |
wdTableFormatGrid2 | 17 |
wdTableFormatGrid3 | 18 |
wdTableFormatGrid4 | 19 |
wdTableFormatGrid5 | 20 |
wdTableFormatGrid6 | 21 |
wdTableFormatGrid7 | 22 |
wdTableFormatGrid8 | 23 |
wdTableFormatList1 | 24 |
wdTableFormatList2 | 25 |
wdTableFormatList3 | 26 |
wdTableFormatList4 | 27 |
wdTableFormatList5 | 28 |
wdTableFormatList6 | 29 |
wdTableFormatList7 | 30 |
wdTableFormatList8 | 31 |
wdTableFormatNone | 0 |
wdTableFormatProfessional | 37 |
wdTableFormatSimple1 | 1 |
wdTableFormatSimple2 | 2 |
wdTableFormatSimple3 | 3 |
wdTableFormatSubtle1 | 38 |
wdTableFormatSubtle2 | 39 |
wdTableFormatWeb1 | 40 |
wdTableFormatWeb2 | 41 |
wdTableFormatWeb3 | 42 |
proc ::Word::Enum::WdTableFormat {} { # wdTableFormat3DEffects1 - 32 # wdTableFormat3DEffects2 - 33 # wdTableFormat3DEffects3 - 34 # wdTableFormatClassic1 - 4 # wdTableFormatClassic2 - 5 # wdTableFormatClassic3 - 6 # wdTableFormatClassic4 - 7 # wdTableFormatColorful1 - 8 # wdTableFormatColorful2 - 9 # wdTableFormatColorful3 - 10 # wdTableFormatColumns1 - 11 # wdTableFormatColumns2 - 12 # wdTableFormatColumns3 - 13 # wdTableFormatColumns4 - 14 # wdTableFormatColumns5 - 15 # wdTableFormatContemporary - 35 # wdTableFormatElegant - 36 # wdTableFormatGrid1 - 16 # wdTableFormatGrid2 - 17 # wdTableFormatGrid3 - 18 # wdTableFormatGrid4 - 19 # wdTableFormatGrid5 - 20 # wdTableFormatGrid6 - 21 # wdTableFormatGrid7 - 22 # wdTableFormatGrid8 - 23 # wdTableFormatList1 - 24 # wdTableFormatList2 - 25 # wdTableFormatList3 - 26 # wdTableFormatList4 - 27 # wdTableFormatList5 - 28 # wdTableFormatList6 - 29 # wdTableFormatList7 - 30 # wdTableFormatList8 - 31 # wdTableFormatNone - 0 # wdTableFormatProfessional - 37 # wdTableFormatSimple1 - 1 # wdTableFormatSimple2 - 2 # wdTableFormatSimple3 - 3 # wdTableFormatSubtle1 - 38 # wdTableFormatSubtle2 - 39 # wdTableFormatWeb1 - 40 # wdTableFormatWeb2 - 41 # wdTableFormatWeb3 - 42 return { wdTableFormat3DEffects1 32 wdTableFormat3DEffects2 33 wdTableFormat3DEffects3 34 wdTableFormatClassic1 4 wdTableFormatClassic2 5 wdTableFormatClassic3 6 wdTableFormatClassic4 7 wdTableFormatColorful1 8 wdTableFormatColorful2 9 wdTableFormatColorful3 10 wdTableFormatColumns1 11 wdTableFormatColumns2 12 wdTableFormatColumns3 13 wdTableFormatColumns4 14 wdTableFormatColumns5 15 wdTableFormatContemporary 35 wdTableFormatElegant 36 wdTableFormatGrid1 16 wdTableFormatGrid2 17 wdTableFormatGrid3 18 wdTableFormatGrid4 19 wdTableFormatGrid5 20 wdTableFormatGrid6 21 wdTableFormatGrid7 22 wdTableFormatGrid8 23 wdTableFormatList1 24 wdTableFormatList2 25 wdTableFormatList3 26 wdTableFormatList4 27 wdTableFormatList5 28 wdTableFormatList6 29 wdTableFormatList7 30 wdTableFormatList8 31 wdTableFormatNone 0 wdTableFormatProfessional 37 wdTableFormatSimple1 1 wdTableFormatSimple2 2 wdTableFormatSimple3 3 wdTableFormatSubtle1 38 wdTableFormatSubtle2 39 wdTableFormatWeb1 40 wdTableFormatWeb2 41 wdTableFormatWeb3 42 } }
WdTableFormatApply [::Word::Enum]Top, Main, Index
WdTableFormatApply
wdTableFormatApplyAutoFit | 16 |
wdTableFormatApplyBorders | 1 |
wdTableFormatApplyColor | 8 |
wdTableFormatApplyFirstColumn | 128 |
wdTableFormatApplyFont | 4 |
wdTableFormatApplyHeadingRows | 32 |
wdTableFormatApplyLastColumn | 256 |
wdTableFormatApplyLastRow | 64 |
wdTableFormatApplyShading | 2 |
proc ::Word::Enum::WdTableFormatApply {} { # wdTableFormatApplyAutoFit - 16 # wdTableFormatApplyBorders - 1 # wdTableFormatApplyColor - 8 # wdTableFormatApplyFirstColumn - 128 # wdTableFormatApplyFont - 4 # wdTableFormatApplyHeadingRows - 32 # wdTableFormatApplyLastColumn - 256 # wdTableFormatApplyLastRow - 64 # wdTableFormatApplyShading - 2 return { wdTableFormatApplyAutoFit 16 wdTableFormatApplyBorders 1 wdTableFormatApplyColor 8 wdTableFormatApplyFirstColumn 128 wdTableFormatApplyFont 4 wdTableFormatApplyHeadingRows 32 wdTableFormatApplyLastColumn 256 wdTableFormatApplyLastRow 64 wdTableFormatApplyShading 2 } }
WdTablePosition [::Word::Enum]Top, Main, Index
WdTablePosition
wdTableBottom | -999997 |
wdTableCenter | -999995 |
wdTableInside | -999994 |
wdTableLeft | -999998 |
wdTableOutside | -999993 |
wdTableRight | -999996 |
wdTableTop | -999999 |
proc ::Word::Enum::WdTablePosition {} { # wdTableBottom - -999997 # wdTableCenter - -999995 # wdTableInside - -999994 # wdTableLeft - -999998 # wdTableOutside - -999993 # wdTableRight - -999996 # wdTableTop - -999999 return { wdTableBottom -999997 wdTableCenter -999995 wdTableInside -999994 wdTableLeft -999998 wdTableOutside -999993 wdTableRight -999996 wdTableTop -999999 } }
WdTaskPanes [::Word::Enum]Top, Main, Index
WdTaskPanes
wdTaskPaneApplyStyles | 17 |
wdTaskPaneDocumentActions | 7 |
wdTaskPaneDocumentManagement | 16 |
wdTaskPaneDocumentProtection | 6 |
wdTaskPaneDocumentUpdates | 13 |
wdTaskPaneFaxService | 11 |
wdTaskPaneFormatting | 0 |
wdTaskPaneHelp | 9 |
wdTaskPaneMailMerge | 2 |
wdTaskPaneNav | 18 |
wdTaskPaneProofing | 20 |
wdTaskPaneResearch | 10 |
wdTaskPaneRevealFormatting | 1 |
wdTaskPaneRevPaneFlex | 22 |
wdTaskPaneSearch | 4 |
wdTaskPaneSelection | 19 |
wdTaskPaneSharedWorkspace | 8 |
wdTaskPaneSignature | 14 |
wdTaskPaneStyleInspector | 15 |
wdTaskPaneThesaurus | 23 |
wdTaskPaneTranslate | 3 |
wdTaskPaneXMLDocument | 12 |
wdTaskPaneXMLMapping | 21 |
wdTaskPaneXMLStructure | 5 |
proc ::Word::Enum::WdTaskPanes {} { # wdTaskPaneApplyStyles - 17 # wdTaskPaneDocumentActions - 7 # wdTaskPaneDocumentManagement - 16 # wdTaskPaneDocumentProtection - 6 # wdTaskPaneDocumentUpdates - 13 # wdTaskPaneFaxService - 11 # wdTaskPaneFormatting - 0 # wdTaskPaneHelp - 9 # wdTaskPaneMailMerge - 2 # wdTaskPaneNav - 18 # wdTaskPaneProofing - 20 # wdTaskPaneResearch - 10 # wdTaskPaneRevealFormatting - 1 # wdTaskPaneRevPaneFlex - 22 # wdTaskPaneSearch - 4 # wdTaskPaneSelection - 19 # wdTaskPaneSharedWorkspace - 8 # wdTaskPaneSignature - 14 # wdTaskPaneStyleInspector - 15 # wdTaskPaneThesaurus - 23 # wdTaskPaneTranslate - 3 # wdTaskPaneXMLDocument - 12 # wdTaskPaneXMLMapping - 21 # wdTaskPaneXMLStructure - 5 return { wdTaskPaneApplyStyles 17 wdTaskPaneDocumentActions 7 wdTaskPaneDocumentManagement 16 wdTaskPaneDocumentProtection 6 wdTaskPaneDocumentUpdates 13 wdTaskPaneFaxService 11 wdTaskPaneFormatting 0 wdTaskPaneHelp 9 wdTaskPaneMailMerge 2 wdTaskPaneNav 18 wdTaskPaneProofing 20 wdTaskPaneResearch 10 wdTaskPaneRevealFormatting 1 wdTaskPaneRevPaneFlex 22 wdTaskPaneSearch 4 wdTaskPaneSelection 19 wdTaskPaneSharedWorkspace 8 wdTaskPaneSignature 14 wdTaskPaneStyleInspector 15 wdTaskPaneThesaurus 23 wdTaskPaneTranslate 3 wdTaskPaneXMLDocument 12 wdTaskPaneXMLMapping 21 wdTaskPaneXMLStructure 5 } }
WdTCSCConverterDirection [::Word::Enum]Top, Main, Index
WdTCSCConverterDirection
wdTCSCConverterDirectionAuto | 2 |
wdTCSCConverterDirectionSCTC | 0 |
wdTCSCConverterDirectionTCSC | 1 |
proc ::Word::Enum::WdTCSCConverterDirection {} { # wdTCSCConverterDirectionAuto - 2 # wdTCSCConverterDirectionSCTC - 0 # wdTCSCConverterDirectionTCSC - 1 return { wdTCSCConverterDirectionAuto 2 wdTCSCConverterDirectionSCTC 0 wdTCSCConverterDirectionTCSC 1 } }
WdTemplateType [::Word::Enum]Top, Main, Index
WdTemplateType
wdAttachedTemplate | 2 |
wdGlobalTemplate | 1 |
wdNormalTemplate | 0 |
proc ::Word::Enum::WdTemplateType {} { # wdAttachedTemplate - 2 # wdGlobalTemplate - 1 # wdNormalTemplate - 0 return { wdAttachedTemplate 2 wdGlobalTemplate 1 wdNormalTemplate 0 } }
WdTextboxTightWrap [::Word::Enum]Top, Main, Index
WdTextboxTightWrap
wdTightAll | 1 |
wdTightFirstAndLastLines | 2 |
wdTightFirstLineOnly | 3 |
wdTightLastLineOnly | 4 |
wdTightNone | 0 |
proc ::Word::Enum::WdTextboxTightWrap {} { # wdTightAll - 1 # wdTightFirstAndLastLines - 2 # wdTightFirstLineOnly - 3 # wdTightLastLineOnly - 4 # wdTightNone - 0 return { wdTightAll 1 wdTightFirstAndLastLines 2 wdTightFirstLineOnly 3 wdTightLastLineOnly 4 wdTightNone 0 } }
WdTextFormFieldType [::Word::Enum]Top, Main, Index
WdTextFormFieldType
wdCalculationText | 5 |
wdCurrentDateText | 3 |
wdCurrentTimeText | 4 |
wdDateText | 2 |
wdNumberText | 1 |
wdRegularText | 0 |
proc ::Word::Enum::WdTextFormFieldType {} { # wdCalculationText - 5 # wdCurrentDateText - 3 # wdCurrentTimeText - 4 # wdDateText - 2 # wdNumberText - 1 # wdRegularText - 0 return { wdCalculationText 5 wdCurrentDateText 3 wdCurrentTimeText 4 wdDateText 2 wdNumberText 1 wdRegularText 0 } }
WdTextOrientation [::Word::Enum]Top, Main, Index
WdTextOrientation
wdTextOrientationDownward | 3 |
wdTextOrientationHorizontal | 0 |
wdTextOrientationHorizontalRotatedFarEast | 4 |
wdTextOrientationUpward | 2 |
wdTextOrientationVertical | 5 |
wdTextOrientationVerticalFarEast | 1 |
proc ::Word::Enum::WdTextOrientation {} { # wdTextOrientationDownward - 3 # wdTextOrientationHorizontal - 0 # wdTextOrientationHorizontalRotatedFarEast - 4 # wdTextOrientationUpward - 2 # wdTextOrientationVertical - 5 # wdTextOrientationVerticalFarEast - 1 return { wdTextOrientationDownward 3 wdTextOrientationHorizontal 0 wdTextOrientationHorizontalRotatedFarEast 4 wdTextOrientationUpward 2 wdTextOrientationVertical 5 wdTextOrientationVerticalFarEast 1 } }
WdTextOrientationHID [::Word::Enum]Top, Main, Index
WdTextOrientationHID
emptyenum | 0 |
proc ::Word::Enum::WdTextOrientationHID {} { # emptyenum - 0 return { emptyenum 0 } }
WdTextureIndex [::Word::Enum]Top, Main, Index
WdTextureIndex
wdTexture2Pt5Percent | 25 |
wdTexture5Percent | 50 |
wdTexture7Pt5Percent | 75 |
wdTexture10Percent | 100 |
wdTexture12Pt5Percent | 125 |
wdTexture15Percent | 150 |
wdTexture17Pt5Percent | 175 |
wdTexture20Percent | 200 |
wdTexture22Pt5Percent | 225 |
wdTexture25Percent | 250 |
wdTexture27Pt5Percent | 275 |
wdTexture30Percent | 300 |
wdTexture32Pt5Percent | 325 |
wdTexture35Percent | 350 |
wdTexture37Pt5Percent | 375 |
wdTexture40Percent | 400 |
wdTexture42Pt5Percent | 425 |
wdTexture45Percent | 450 |
wdTexture47Pt5Percent | 475 |
wdTexture50Percent | 500 |
wdTexture52Pt5Percent | 525 |
wdTexture55Percent | 550 |
wdTexture57Pt5Percent | 575 |
wdTexture60Percent | 600 |
wdTexture62Pt5Percent | 625 |
wdTexture65Percent | 650 |
wdTexture67Pt5Percent | 675 |
wdTexture70Percent | 700 |
wdTexture72Pt5Percent | 725 |
wdTexture75Percent | 750 |
wdTexture77Pt5Percent | 775 |
wdTexture80Percent | 800 |
wdTexture82Pt5Percent | 825 |
wdTexture85Percent | 850 |
wdTexture87Pt5Percent | 875 |
wdTexture90Percent | 900 |
wdTexture92Pt5Percent | 925 |
wdTexture95Percent | 950 |
wdTexture97Pt5Percent | 975 |
wdTextureCross | -11 |
wdTextureDarkCross | -5 |
wdTextureDarkDiagonalCross | -6 |
wdTextureDarkDiagonalDown | -3 |
wdTextureDarkDiagonalUp | -4 |
wdTextureDarkHorizontal | -1 |
wdTextureDarkVertical | -2 |
wdTextureDiagonalCross | -12 |
wdTextureDiagonalDown | -9 |
wdTextureDiagonalUp | -10 |
wdTextureHorizontal | -7 |
wdTextureNone | 0 |
wdTextureSolid | 1000 |
wdTextureVertical | -8 |
proc ::Word::Enum::WdTextureIndex {} { # wdTexture2Pt5Percent - 25 # wdTexture5Percent - 50 # wdTexture7Pt5Percent - 75 # wdTexture10Percent - 100 # wdTexture12Pt5Percent - 125 # wdTexture15Percent - 150 # wdTexture17Pt5Percent - 175 # wdTexture20Percent - 200 # wdTexture22Pt5Percent - 225 # wdTexture25Percent - 250 # wdTexture27Pt5Percent - 275 # wdTexture30Percent - 300 # wdTexture32Pt5Percent - 325 # wdTexture35Percent - 350 # wdTexture37Pt5Percent - 375 # wdTexture40Percent - 400 # wdTexture42Pt5Percent - 425 # wdTexture45Percent - 450 # wdTexture47Pt5Percent - 475 # wdTexture50Percent - 500 # wdTexture52Pt5Percent - 525 # wdTexture55Percent - 550 # wdTexture57Pt5Percent - 575 # wdTexture60Percent - 600 # wdTexture62Pt5Percent - 625 # wdTexture65Percent - 650 # wdTexture67Pt5Percent - 675 # wdTexture70Percent - 700 # wdTexture72Pt5Percent - 725 # wdTexture75Percent - 750 # wdTexture77Pt5Percent - 775 # wdTexture80Percent - 800 # wdTexture82Pt5Percent - 825 # wdTexture85Percent - 850 # wdTexture87Pt5Percent - 875 # wdTexture90Percent - 900 # wdTexture92Pt5Percent - 925 # wdTexture95Percent - 950 # wdTexture97Pt5Percent - 975 # wdTextureCross - -11 # wdTextureDarkCross - -5 # wdTextureDarkDiagonalCross - -6 # wdTextureDarkDiagonalDown - -3 # wdTextureDarkDiagonalUp - -4 # wdTextureDarkHorizontal - -1 # wdTextureDarkVertical - -2 # wdTextureDiagonalCross - -12 # wdTextureDiagonalDown - -9 # wdTextureDiagonalUp - -10 # wdTextureHorizontal - -7 # wdTextureNone - 0 # wdTextureSolid - 1000 # wdTextureVertical - -8 return { wdTexture2Pt5Percent 25 wdTexture5Percent 50 wdTexture7Pt5Percent 75 wdTexture10Percent 100 wdTexture12Pt5Percent 125 wdTexture15Percent 150 wdTexture17Pt5Percent 175 wdTexture20Percent 200 wdTexture22Pt5Percent 225 wdTexture25Percent 250 wdTexture27Pt5Percent 275 wdTexture30Percent 300 wdTexture32Pt5Percent 325 wdTexture35Percent 350 wdTexture37Pt5Percent 375 wdTexture40Percent 400 wdTexture42Pt5Percent 425 wdTexture45Percent 450 wdTexture47Pt5Percent 475 wdTexture50Percent 500 wdTexture52Pt5Percent 525 wdTexture55Percent 550 wdTexture57Pt5Percent 575 wdTexture60Percent 600 wdTexture62Pt5Percent 625 wdTexture65Percent 650 wdTexture67Pt5Percent 675 wdTexture70Percent 700 wdTexture72Pt5Percent 725 wdTexture75Percent 750 wdTexture77Pt5Percent 775 wdTexture80Percent 800 wdTexture82Pt5Percent 825 wdTexture85Percent 850 wdTexture87Pt5Percent 875 wdTexture90Percent 900 wdTexture92Pt5Percent 925 wdTexture95Percent 950 wdTexture97Pt5Percent 975 wdTextureCross -11 wdTextureDarkCross -5 wdTextureDarkDiagonalCross -6 wdTextureDarkDiagonalDown -3 wdTextureDarkDiagonalUp -4 wdTextureDarkHorizontal -1 wdTextureDarkVertical -2 wdTextureDiagonalCross -12 wdTextureDiagonalDown -9 wdTextureDiagonalUp -10 wdTextureHorizontal -7 wdTextureNone 0 wdTextureSolid 1000 wdTextureVertical -8 } }
WdThemeColorIndex [::Word::Enum]Top, Main, Index
WdThemeColorIndex
wdNotThemeColor | -1 |
wdThemeColorAccent1 | 4 |
wdThemeColorAccent2 | 5 |
wdThemeColorAccent3 | 6 |
wdThemeColorAccent4 | 7 |
wdThemeColorAccent5 | 8 |
wdThemeColorAccent6 | 9 |
wdThemeColorBackground1 | 12 |
wdThemeColorBackground2 | 14 |
wdThemeColorHyperlink | 10 |
wdThemeColorHyperlinkFollowed | 11 |
wdThemeColorMainDark1 | 0 |
wdThemeColorMainDark2 | 2 |
wdThemeColorMainLight1 | 1 |
wdThemeColorMainLight2 | 3 |
wdThemeColorText1 | 13 |
wdThemeColorText2 | 15 |
proc ::Word::Enum::WdThemeColorIndex {} { # wdNotThemeColor - -1 # wdThemeColorAccent1 - 4 # wdThemeColorAccent2 - 5 # wdThemeColorAccent3 - 6 # wdThemeColorAccent4 - 7 # wdThemeColorAccent5 - 8 # wdThemeColorAccent6 - 9 # wdThemeColorBackground1 - 12 # wdThemeColorBackground2 - 14 # wdThemeColorHyperlink - 10 # wdThemeColorHyperlinkFollowed - 11 # wdThemeColorMainDark1 - 0 # wdThemeColorMainDark2 - 2 # wdThemeColorMainLight1 - 1 # wdThemeColorMainLight2 - 3 # wdThemeColorText1 - 13 # wdThemeColorText2 - 15 return { wdNotThemeColor -1 wdThemeColorAccent1 4 wdThemeColorAccent2 5 wdThemeColorAccent3 6 wdThemeColorAccent4 7 wdThemeColorAccent5 8 wdThemeColorAccent6 9 wdThemeColorBackground1 12 wdThemeColorBackground2 14 wdThemeColorHyperlink 10 wdThemeColorHyperlinkFollowed 11 wdThemeColorMainDark1 0 wdThemeColorMainDark2 2 wdThemeColorMainLight1 1 wdThemeColorMainLight2 3 wdThemeColorText1 13 wdThemeColorText2 15 } }
WdToaFormat [::Word::Enum]Top, Main, Index
WdToaFormat
wdTOAClassic | 1 |
wdTOADistinctive | 2 |
wdTOAFormal | 3 |
wdTOASimple | 4 |
wdTOATemplate | 0 |
proc ::Word::Enum::WdToaFormat {} { # wdTOAClassic - 1 # wdTOADistinctive - 2 # wdTOAFormal - 3 # wdTOASimple - 4 # wdTOATemplate - 0 return { wdTOAClassic 1 wdTOADistinctive 2 wdTOAFormal 3 wdTOASimple 4 wdTOATemplate 0 } }
WdTocFormat [::Word::Enum]Top, Main, Index
WdTocFormat
wdTOCClassic | 1 |
wdTOCDistinctive | 2 |
wdTOCFancy | 3 |
wdTOCFormal | 5 |
wdTOCModern | 4 |
wdTOCSimple | 6 |
wdTOCTemplate | 0 |
proc ::Word::Enum::WdTocFormat {} { # wdTOCClassic - 1 # wdTOCDistinctive - 2 # wdTOCFancy - 3 # wdTOCFormal - 5 # wdTOCModern - 4 # wdTOCSimple - 6 # wdTOCTemplate - 0 return { wdTOCClassic 1 wdTOCDistinctive 2 wdTOCFancy 3 wdTOCFormal 5 wdTOCModern 4 wdTOCSimple 6 wdTOCTemplate 0 } }
WdTofFormat [::Word::Enum]Top, Main, Index
WdTofFormat
wdTOFCentered | 3 |
wdTOFClassic | 1 |
wdTOFDistinctive | 2 |
wdTOFFormal | 4 |
wdTOFSimple | 5 |
wdTOFTemplate | 0 |
proc ::Word::Enum::WdTofFormat {} { # wdTOFCentered - 3 # wdTOFClassic - 1 # wdTOFDistinctive - 2 # wdTOFFormal - 4 # wdTOFSimple - 5 # wdTOFTemplate - 0 return { wdTOFCentered 3 wdTOFClassic 1 wdTOFDistinctive 2 wdTOFFormal 4 wdTOFSimple 5 wdTOFTemplate 0 } }
WdTrailingCharacter [::Word::Enum]Top, Main, Index
WdTrailingCharacter
wdTrailingNone | 2 |
wdTrailingSpace | 1 |
wdTrailingTab | 0 |
proc ::Word::Enum::WdTrailingCharacter {} { # wdTrailingNone - 2 # wdTrailingSpace - 1 # wdTrailingTab - 0 return { wdTrailingNone 2 wdTrailingSpace 1 wdTrailingTab 0 } }
WdTwoLinesInOneType [::Word::Enum]Top, Main, Index
WdTwoLinesInOneType
wdTwoLinesInOneAngleBrackets | 4 |
wdTwoLinesInOneCurlyBrackets | 5 |
wdTwoLinesInOneNoBrackets | 1 |
wdTwoLinesInOneNone | 0 |
wdTwoLinesInOneParentheses | 2 |
wdTwoLinesInOneSquareBrackets | 3 |
proc ::Word::Enum::WdTwoLinesInOneType {} { # wdTwoLinesInOneAngleBrackets - 4 # wdTwoLinesInOneCurlyBrackets - 5 # wdTwoLinesInOneNoBrackets - 1 # wdTwoLinesInOneNone - 0 # wdTwoLinesInOneParentheses - 2 # wdTwoLinesInOneSquareBrackets - 3 return { wdTwoLinesInOneAngleBrackets 4 wdTwoLinesInOneCurlyBrackets 5 wdTwoLinesInOneNoBrackets 1 wdTwoLinesInOneNone 0 wdTwoLinesInOneParentheses 2 wdTwoLinesInOneSquareBrackets 3 } }
WdUnderline [::Word::Enum]Top, Main, Index
WdUnderline
wdUnderlineDash | 7 |
wdUnderlineDashHeavy | 23 |
wdUnderlineDashLong | 39 |
wdUnderlineDashLongHeavy | 55 |
wdUnderlineDotDash | 9 |
wdUnderlineDotDashHeavy | 25 |
wdUnderlineDotDotDash | 10 |
wdUnderlineDotDotDashHeavy | 26 |
wdUnderlineDotted | 4 |
wdUnderlineDottedHeavy | 20 |
wdUnderlineDouble | 3 |
wdUnderlineNone | 0 |
wdUnderlineSingle | 1 |
wdUnderlineThick | 6 |
wdUnderlineWavy | 11 |
wdUnderlineWavyDouble | 43 |
wdUnderlineWavyHeavy | 27 |
wdUnderlineWords | 2 |
proc ::Word::Enum::WdUnderline {} { # wdUnderlineDash - 7 # wdUnderlineDashHeavy - 23 # wdUnderlineDashLong - 39 # wdUnderlineDashLongHeavy - 55 # wdUnderlineDotDash - 9 # wdUnderlineDotDashHeavy - 25 # wdUnderlineDotDotDash - 10 # wdUnderlineDotDotDashHeavy - 26 # wdUnderlineDotted - 4 # wdUnderlineDottedHeavy - 20 # wdUnderlineDouble - 3 # wdUnderlineNone - 0 # wdUnderlineSingle - 1 # wdUnderlineThick - 6 # wdUnderlineWavy - 11 # wdUnderlineWavyDouble - 43 # wdUnderlineWavyHeavy - 27 # wdUnderlineWords - 2 return { wdUnderlineDash 7 wdUnderlineDashHeavy 23 wdUnderlineDashLong 39 wdUnderlineDashLongHeavy 55 wdUnderlineDotDash 9 wdUnderlineDotDashHeavy 25 wdUnderlineDotDotDash 10 wdUnderlineDotDotDashHeavy 26 wdUnderlineDotted 4 wdUnderlineDottedHeavy 20 wdUnderlineDouble 3 wdUnderlineNone 0 wdUnderlineSingle 1 wdUnderlineThick 6 wdUnderlineWavy 11 wdUnderlineWavyDouble 43 wdUnderlineWavyHeavy 27 wdUnderlineWords 2 } }
WdUnits [::Word::Enum]Top, Main, Index
WdUnits
wdCell | 12 |
wdCharacter | 1 |
wdCharacterFormatting | 13 |
wdColumn | 9 |
wdItem | 16 |
wdLine | 5 |
wdParagraph | 4 |
wdParagraphFormatting | 14 |
wdRow | 10 |
wdScreen | 7 |
wdSection | 8 |
wdSentence | 3 |
wdStory | 6 |
wdTable | 15 |
wdWindow | 11 |
wdWord | 2 |
proc ::Word::Enum::WdUnits {} { # wdCell - 12 # wdCharacter - 1 # wdCharacterFormatting - 13 # wdColumn - 9 # wdItem - 16 # wdLine - 5 # wdParagraph - 4 # wdParagraphFormatting - 14 # wdRow - 10 # wdScreen - 7 # wdSection - 8 # wdSentence - 3 # wdStory - 6 # wdTable - 15 # wdWindow - 11 # wdWord - 2 return { wdCell 12 wdCharacter 1 wdCharacterFormatting 13 wdColumn 9 wdItem 16 wdLine 5 wdParagraph 4 wdParagraphFormatting 14 wdRow 10 wdScreen 7 wdSection 8 wdSentence 3 wdStory 6 wdTable 15 wdWindow 11 wdWord 2 } }
WdUpdateStyleListBehavior [::Word::Enum]Top, Main, Index
WdUpdateStyleListBehavior
wdListBehaviorAddBulletsNumbering | 1 |
wdListBehaviorKeepPreviousPattern | 0 |
proc ::Word::Enum::WdUpdateStyleListBehavior {} { # wdListBehaviorAddBulletsNumbering - 1 # wdListBehaviorKeepPreviousPattern - 0 return { wdListBehaviorAddBulletsNumbering 1 wdListBehaviorKeepPreviousPattern 0 } }
WdUseFormattingFrom [::Word::Enum]Top, Main, Index
WdUseFormattingFrom
wdFormattingFromCurrent | 0 |
wdFormattingFromPrompt | 2 |
wdFormattingFromSelected | 1 |
proc ::Word::Enum::WdUseFormattingFrom {} { # wdFormattingFromCurrent - 0 # wdFormattingFromPrompt - 2 # wdFormattingFromSelected - 1 return { wdFormattingFromCurrent 0 wdFormattingFromPrompt 2 wdFormattingFromSelected 1 } }
WdVerticalAlignment [::Word::Enum]Top, Main, Index
WdVerticalAlignment
wdAlignVerticalBottom | 3 |
wdAlignVerticalCenter | 1 |
wdAlignVerticalJustify | 2 |
wdAlignVerticalTop | 0 |
proc ::Word::Enum::WdVerticalAlignment {} { # wdAlignVerticalBottom - 3 # wdAlignVerticalCenter - 1 # wdAlignVerticalJustify - 2 # wdAlignVerticalTop - 0 return { wdAlignVerticalBottom 3 wdAlignVerticalCenter 1 wdAlignVerticalJustify 2 wdAlignVerticalTop 0 } }
WdViewType [::Word::Enum]Top, Main, Index
WdViewType
wdConflictView | 8 |
wdMasterView | 5 |
wdNormalView | 1 |
wdOutlineView | 2 |
wdPrintPreview | 4 |
wdPrintView | 3 |
wdReadingView | 7 |
wdWebView | 6 |
proc ::Word::Enum::WdViewType {} { # wdConflictView - 8 # wdMasterView - 5 # wdNormalView - 1 # wdOutlineView - 2 # wdPrintPreview - 4 # wdPrintView - 3 # wdReadingView - 7 # wdWebView - 6 return { wdConflictView 8 wdMasterView 5 wdNormalView 1 wdOutlineView 2 wdPrintPreview 4 wdPrintView 3 wdReadingView 7 wdWebView 6 } }
WdViewTypeOld [::Word::Enum]Top, Main, Index
WdViewTypeOld
wdOnlineView | 6 |
wdPageView | 3 |
proc ::Word::Enum::WdViewTypeOld {} { # wdOnlineView - 6 # wdPageView - 3 return { wdOnlineView 6 wdPageView 3 } }
WdVisualSelection [::Word::Enum]Top, Main, Index
WdVisualSelection
wdVisualSelectionBlock | 0 |
wdVisualSelectionContinuous | 1 |
proc ::Word::Enum::WdVisualSelection {} { # wdVisualSelectionBlock - 0 # wdVisualSelectionContinuous - 1 return { wdVisualSelectionBlock 0 wdVisualSelectionContinuous 1 } }
WdWindowState [::Word::Enum]Top, Main, Index
WdWindowState
wdWindowStateMaximize | 1 |
wdWindowStateMinimize | 2 |
wdWindowStateNormal | 0 |
proc ::Word::Enum::WdWindowState {} { # wdWindowStateMaximize - 1 # wdWindowStateMinimize - 2 # wdWindowStateNormal - 0 return { wdWindowStateMaximize 1 wdWindowStateMinimize 2 wdWindowStateNormal 0 } }
WdWindowType [::Word::Enum]Top, Main, Index
WdWindowType
wdWindowDocument | 0 |
wdWindowTemplate | 1 |
proc ::Word::Enum::WdWindowType {} { # wdWindowDocument - 0 # wdWindowTemplate - 1 return { wdWindowDocument 0 wdWindowTemplate 1 } }
WdWordDialog [::Word::Enum]Top, Main, Index
WdWordDialog
wdDialogBuildingBlockOrganizer | 2067 |
wdDialogCompatibilityChecker | 2439 |
wdDialogConnect | 420 |
wdDialogConsistencyChecker | 1121 |
wdDialogContentControlProperties | 2394 |
wdDialogControlRun | 235 |
wdDialogConvertObject | 392 |
wdDialogCopyFile | 300 |
wdDialogCreateAutoText | 872 |
wdDialogCreateSource | 1922 |
wdDialogCSSLinks | 1261 |
wdDialogDocumentInspector | 1482 |
wdDialogDocumentStatistics | 78 |
wdDialogDrawAlign | 634 |
wdDialogDrawSnapToGrid | 633 |
wdDialogEditAutoText | 985 |
wdDialogEditCreatePublisher | 732 |
wdDialogEditFind | 112 |
wdDialogEditFrame | 458 |
wdDialogEditGoTo | 896 |
wdDialogEditGoToOld | 811 |
wdDialogEditLinks | 124 |
wdDialogEditObject | 125 |
wdDialogEditPasteSpecial | 111 |
wdDialogEditPublishOptions | 735 |
wdDialogEditReplace | 117 |
wdDialogEditStyle | 120 |
wdDialogEditSubscribeOptions | 736 |
wdDialogEditSubscribeTo | 733 |
wdDialogEditTOACategory | 625 |
wdDialogEmailOptions | 863 |
wdDialogExportAsFixedFormat | 2349 |
wdDialogFileDocumentLayout | 178 |
wdDialogFileFind | 99 |
wdDialogFileMacCustomPageSetupGX | 737 |
wdDialogFileMacPageSetup | 685 |
wdDialogFileMacPageSetupGX | 444 |
wdDialogFileNew | 79 |
wdDialogFileNew2007 | 1116 |
wdDialogFileOpen | 80 |
wdDialogFilePageSetup | 178 |
wdDialogFilePrint | 88 |
wdDialogFilePrintOneCopy | 445 |
wdDialogFilePrintSetup | 97 |
wdDialogFileRoutingSlip | 624 |
wdDialogFileSaveAs | 84 |
wdDialogFileSaveVersion | 1007 |
wdDialogFileSummaryInfo | 86 |
wdDialogFileVersions | 945 |
wdDialogFitText | 983 |
wdDialogFontSubstitution | 581 |
wdDialogFormatAddrFonts | 103 |
wdDialogFormatBordersAndShading | 189 |
wdDialogFormatBulletsAndNumbering | 824 |
wdDialogFormatCallout | 610 |
wdDialogFormatChangeCase | 322 |
wdDialogFormatColumns | 177 |
wdDialogFormatDefineStyleBorders | 185 |
wdDialogFormatDefineStyleFont | 181 |
wdDialogFormatDefineStyleFrame | 184 |
wdDialogFormatDefineStyleLang | 186 |
wdDialogFormatDefineStylePara | 182 |
wdDialogFormatDefineStyleTabs | 183 |
wdDialogFormatDrawingObject | 960 |
wdDialogFormatDropCap | 488 |
wdDialogFormatEncloseCharacters | 1162 |
wdDialogFormatFont | 174 |
wdDialogFormatFrame | 190 |
wdDialogFormatPageNumber | 298 |
wdDialogFormatParagraph | 175 |
wdDialogFormatPicture | 187 |
wdDialogFormatRetAddrFonts | 221 |
wdDialogFormatSectionLayout | 176 |
wdDialogFormatStyle | 180 |
wdDialogFormatStyleGallery | 505 |
wdDialogFormatStylesCustom | 1248 |
wdDialogFormatTabs | 179 |
wdDialogFormatTheme | 855 |
wdDialogFormattingRestrictions | 1427 |
wdDialogFormFieldHelp | 361 |
wdDialogFormFieldOptions | 353 |
wdDialogFrameSetProperties | 1074 |
wdDialogHelpAbout | 9 |
wdDialogHelpWordPerfectHelp | 10 |
wdDialogHelpWordPerfectHelpOptions | 511 |
wdDialogHorizontalInVertical | 1160 |
wdDialogIMESetDefault | 1094 |
wdDialogInsertAddCaption | 402 |
wdDialogInsertAutoCaption | 359 |
wdDialogInsertBookmark | 168 |
wdDialogInsertBreak | 159 |
wdDialogInsertCaption | 357 |
wdDialogInsertCaptionNumbering | 358 |
wdDialogInsertCrossReference | 367 |
wdDialogInsertDatabase | 341 |
wdDialogInsertDateTime | 165 |
wdDialogInsertField | 166 |
wdDialogInsertFile | 164 |
wdDialogInsertFootnote | 370 |
wdDialogInsertFormField | 483 |
wdDialogInsertHyperlink | 925 |
wdDialogInsertIndex | 170 |
wdDialogInsertIndexAndTables | 473 |
wdDialogInsertMergeField | 167 |
wdDialogInsertNumber | 812 |
wdDialogInsertObject | 172 |
wdDialogInsertPageNumbers | 294 |
wdDialogInsertPicture | 163 |
wdDialogInsertPlaceholder | 2348 |
wdDialogInsertSource | 2120 |
wdDialogInsertSubdocument | 583 |
wdDialogInsertSymbol | 162 |
wdDialogInsertTableOfAuthorities | 471 |
wdDialogInsertTableOfContents | 171 |
wdDialogInsertTableOfFigures | 472 |
wdDialogInsertWebComponent | 1324 |
wdDialogLabelOptions | 1367 |
wdDialogLetterWizard | 821 |
wdDialogListCommands | 723 |
wdDialogMailMerge | 676 |
wdDialogMailMergeCheck | 677 |
wdDialogMailMergeCreateDataSource | 642 |
wdDialogMailMergeCreateHeaderSource | 643 |
wdDialogMailMergeFieldMapping | 1304 |
wdDialogMailMergeFindRecipient | 1326 |
wdDialogMailMergeFindRecord | 569 |
wdDialogMailMergeHelper | 680 |
wdDialogMailMergeInsertAddressBlock | 1305 |
wdDialogMailMergeInsertAsk | 4047 |
wdDialogMailMergeInsertFields | 1307 |
wdDialogMailMergeInsertFillIn | 4048 |
wdDialogMailMergeInsertGreetingLine | 1306 |
wdDialogMailMergeInsertIf | 4049 |
wdDialogMailMergeInsertNextIf | 4053 |
wdDialogMailMergeInsertSet | 4054 |
wdDialogMailMergeInsertSkipIf | 4055 |
wdDialogMailMergeOpenDataSource | 81 |
wdDialogMailMergeOpenHeaderSource | 82 |
wdDialogMailMergeQueryOptions | 681 |
wdDialogMailMergeRecipients | 1308 |
wdDialogMailMergeSetDocumentType | 1339 |
wdDialogMailMergeUseAddressBook | 779 |
wdDialogMarkCitation | 463 |
wdDialogMarkIndexEntry | 169 |
wdDialogMarkTableOfContentsEntry | 442 |
wdDialogMyPermission | 1437 |
wdDialogNewToolbar | 586 |
wdDialogNoteOptions | 373 |
wdDialogOMathRecognizedFunctions | 2165 |
wdDialogOrganizer | 222 |
wdDialogPermission | 1469 |
wdDialogPhoneticGuide | 986 |
wdDialogReviewAfmtRevisions | 570 |
wdDialogSchemaLibrary | 1417 |
wdDialogSearch | 1363 |
wdDialogShowRepairs | 1381 |
wdDialogSourceManager | 1920 |
wdDialogStyleManagement | 1948 |
wdDialogTableAutoFormat | 563 |
wdDialogTableCellOptions | 1081 |
wdDialogTableColumnWidth | 143 |
wdDialogTableDeleteCells | 133 |
wdDialogTableFormatCell | 612 |
wdDialogTableFormula | 348 |
wdDialogTableInsertCells | 130 |
wdDialogTableInsertRow | 131 |
wdDialogTableInsertTable | 129 |
wdDialogTableOfCaptionsOptions | 551 |
wdDialogTableOfContentsOptions | 470 |
wdDialogTableProperties | 861 |
wdDialogTableRowHeight | 142 |
wdDialogTableSort | 199 |
wdDialogTableSplitCells | 137 |
wdDialogTableTableOptions | 1080 |
wdDialogTableToText | 128 |
wdDialogTableWrapping | 854 |
wdDialogTCSCTranslator | 1156 |
wdDialogTextToTable | 127 |
wdDialogToolsAcceptRejectChanges | 506 |
wdDialogToolsAdvancedSettings | 206 |
wdDialogToolsAutoCorrect | 378 |
wdDialogToolsAutoCorrectExceptions | 762 |
wdDialogToolsAutoManager | 915 |
wdDialogToolsAutoSummarize | 874 |
wdDialogToolsBulletsNumbers | 196 |
wdDialogToolsCompareDocuments | 198 |
wdDialogToolsCreateDirectory | 833 |
wdDialogToolsCreateEnvelope | 173 |
wdDialogToolsCreateLabels | 489 |
wdDialogToolsCustomize | 152 |
wdDialogToolsCustomizeKeyboard | 432 |
wdDialogToolsCustomizeMenuBar | 615 |
wdDialogToolsCustomizeMenus | 433 |
wdDialogToolsDictionary | 989 |
wdDialogToolsEnvelopesAndLabels | 607 |
wdDialogToolsGrammarSettings | 885 |
wdDialogToolsHangulHanjaConversion | 784 |
wdDialogToolsHighlightChanges | 197 |
wdDialogToolsHyphenation | 195 |
wdDialogToolsLanguage | 188 |
wdDialogToolsMacro | 215 |
wdDialogToolsMacroRecord | 214 |
wdDialogToolsManageFields | 631 |
wdDialogToolsMergeDocuments | 435 |
wdDialogToolsOptions | 974 |
wdDialogToolsOptionsAutoFormat | 959 |
wdDialogToolsOptionsAutoFormatAsYouType | 778 |
wdDialogToolsOptionsBidi | 1029 |
wdDialogToolsOptionsCompatibility | 525 |
wdDialogToolsOptionsEdit | 224 |
wdDialogToolsOptionsEditCopyPaste | 1356 |
wdDialogToolsOptionsFileLocations | 225 |
wdDialogToolsOptionsFuzzy | 790 |
wdDialogToolsOptionsGeneral | 203 |
wdDialogToolsOptionsPrint | 208 |
wdDialogToolsOptionsSave | 209 |
wdDialogToolsOptionsSecurity | 1361 |
wdDialogToolsOptionsSmartTag | 1395 |
wdDialogToolsOptionsSpellingAndGrammar | 211 |
wdDialogToolsOptionsTrackChanges | 386 |
wdDialogToolsOptionsTypography | 739 |
wdDialogToolsOptionsUserInfo | 213 |
wdDialogToolsOptionsView | 204 |
wdDialogToolsProtectDocument | 503 |
wdDialogToolsProtectSection | 578 |
wdDialogToolsRevisions | 197 |
wdDialogToolsSpellingAndGrammar | 828 |
wdDialogToolsTemplates | 87 |
wdDialogToolsThesaurus | 194 |
wdDialogToolsUnprotectDocument | 521 |
wdDialogToolsWordCount | 228 |
wdDialogTwoLinesInOne | 1161 |
wdDialogUpdateTOC | 331 |
wdDialogViewZoom | 577 |
wdDialogWebOptions | 898 |
wdDialogWindowActivate | 220 |
wdDialogXMLElementAttributes | 1460 |
wdDialogXMLOptions | 1425 |
proc ::Word::Enum::WdWordDialog {} { # wdDialogBuildingBlockOrganizer - 2067 # wdDialogCompatibilityChecker - 2439 # wdDialogConnect - 420 # wdDialogConsistencyChecker - 1121 # wdDialogContentControlProperties - 2394 # wdDialogControlRun - 235 # wdDialogConvertObject - 392 # wdDialogCopyFile - 300 # wdDialogCreateAutoText - 872 # wdDialogCreateSource - 1922 # wdDialogCSSLinks - 1261 # wdDialogDocumentInspector - 1482 # wdDialogDocumentStatistics - 78 # wdDialogDrawAlign - 634 # wdDialogDrawSnapToGrid - 633 # wdDialogEditAutoText - 985 # wdDialogEditCreatePublisher - 732 # wdDialogEditFind - 112 # wdDialogEditFrame - 458 # wdDialogEditGoTo - 896 # wdDialogEditGoToOld - 811 # wdDialogEditLinks - 124 # wdDialogEditObject - 125 # wdDialogEditPasteSpecial - 111 # wdDialogEditPublishOptions - 735 # wdDialogEditReplace - 117 # wdDialogEditStyle - 120 # wdDialogEditSubscribeOptions - 736 # wdDialogEditSubscribeTo - 733 # wdDialogEditTOACategory - 625 # wdDialogEmailOptions - 863 # wdDialogExportAsFixedFormat - 2349 # wdDialogFileDocumentLayout - 178 # wdDialogFileFind - 99 # wdDialogFileMacCustomPageSetupGX - 737 # wdDialogFileMacPageSetup - 685 # wdDialogFileMacPageSetupGX - 444 # wdDialogFileNew - 79 # wdDialogFileNew2007 - 1116 # wdDialogFileOpen - 80 # wdDialogFilePageSetup - 178 # wdDialogFilePrint - 88 # wdDialogFilePrintOneCopy - 445 # wdDialogFilePrintSetup - 97 # wdDialogFileRoutingSlip - 624 # wdDialogFileSaveAs - 84 # wdDialogFileSaveVersion - 1007 # wdDialogFileSummaryInfo - 86 # wdDialogFileVersions - 945 # wdDialogFitText - 983 # wdDialogFontSubstitution - 581 # wdDialogFormatAddrFonts - 103 # wdDialogFormatBordersAndShading - 189 # wdDialogFormatBulletsAndNumbering - 824 # wdDialogFormatCallout - 610 # wdDialogFormatChangeCase - 322 # wdDialogFormatColumns - 177 # wdDialogFormatDefineStyleBorders - 185 # wdDialogFormatDefineStyleFont - 181 # wdDialogFormatDefineStyleFrame - 184 # wdDialogFormatDefineStyleLang - 186 # wdDialogFormatDefineStylePara - 182 # wdDialogFormatDefineStyleTabs - 183 # wdDialogFormatDrawingObject - 960 # wdDialogFormatDropCap - 488 # wdDialogFormatEncloseCharacters - 1162 # wdDialogFormatFont - 174 # wdDialogFormatFrame - 190 # wdDialogFormatPageNumber - 298 # wdDialogFormatParagraph - 175 # wdDialogFormatPicture - 187 # wdDialogFormatRetAddrFonts - 221 # wdDialogFormatSectionLayout - 176 # wdDialogFormatStyle - 180 # wdDialogFormatStyleGallery - 505 # wdDialogFormatStylesCustom - 1248 # wdDialogFormatTabs - 179 # wdDialogFormatTheme - 855 # wdDialogFormattingRestrictions - 1427 # wdDialogFormFieldHelp - 361 # wdDialogFormFieldOptions - 353 # wdDialogFrameSetProperties - 1074 # wdDialogHelpAbout - 9 # wdDialogHelpWordPerfectHelp - 10 # wdDialogHelpWordPerfectHelpOptions - 511 # wdDialogHorizontalInVertical - 1160 # wdDialogIMESetDefault - 1094 # wdDialogInsertAddCaption - 402 # wdDialogInsertAutoCaption - 359 # wdDialogInsertBookmark - 168 # wdDialogInsertBreak - 159 # wdDialogInsertCaption - 357 # wdDialogInsertCaptionNumbering - 358 # wdDialogInsertCrossReference - 367 # wdDialogInsertDatabase - 341 # wdDialogInsertDateTime - 165 # wdDialogInsertField - 166 # wdDialogInsertFile - 164 # wdDialogInsertFootnote - 370 # wdDialogInsertFormField - 483 # wdDialogInsertHyperlink - 925 # wdDialogInsertIndex - 170 # wdDialogInsertIndexAndTables - 473 # wdDialogInsertMergeField - 167 # wdDialogInsertNumber - 812 # wdDialogInsertObject - 172 # wdDialogInsertPageNumbers - 294 # wdDialogInsertPicture - 163 # wdDialogInsertPlaceholder - 2348 # wdDialogInsertSource - 2120 # wdDialogInsertSubdocument - 583 # wdDialogInsertSymbol - 162 # wdDialogInsertTableOfAuthorities - 471 # wdDialogInsertTableOfContents - 171 # wdDialogInsertTableOfFigures - 472 # wdDialogInsertWebComponent - 1324 # wdDialogLabelOptions - 1367 # wdDialogLetterWizard - 821 # wdDialogListCommands - 723 # wdDialogMailMerge - 676 # wdDialogMailMergeCheck - 677 # wdDialogMailMergeCreateDataSource - 642 # wdDialogMailMergeCreateHeaderSource - 643 # wdDialogMailMergeFieldMapping - 1304 # wdDialogMailMergeFindRecipient - 1326 # wdDialogMailMergeFindRecord - 569 # wdDialogMailMergeHelper - 680 # wdDialogMailMergeInsertAddressBlock - 1305 # wdDialogMailMergeInsertAsk - 4047 # wdDialogMailMergeInsertFields - 1307 # wdDialogMailMergeInsertFillIn - 4048 # wdDialogMailMergeInsertGreetingLine - 1306 # wdDialogMailMergeInsertIf - 4049 # wdDialogMailMergeInsertNextIf - 4053 # wdDialogMailMergeInsertSet - 4054 # wdDialogMailMergeInsertSkipIf - 4055 # wdDialogMailMergeOpenDataSource - 81 # wdDialogMailMergeOpenHeaderSource - 82 # wdDialogMailMergeQueryOptions - 681 # wdDialogMailMergeRecipients - 1308 # wdDialogMailMergeSetDocumentType - 1339 # wdDialogMailMergeUseAddressBook - 779 # wdDialogMarkCitation - 463 # wdDialogMarkIndexEntry - 169 # wdDialogMarkTableOfContentsEntry - 442 # wdDialogMyPermission - 1437 # wdDialogNewToolbar - 586 # wdDialogNoteOptions - 373 # wdDialogOMathRecognizedFunctions - 2165 # wdDialogOrganizer - 222 # wdDialogPermission - 1469 # wdDialogPhoneticGuide - 986 # wdDialogReviewAfmtRevisions - 570 # wdDialogSchemaLibrary - 1417 # wdDialogSearch - 1363 # wdDialogShowRepairs - 1381 # wdDialogSourceManager - 1920 # wdDialogStyleManagement - 1948 # wdDialogTableAutoFormat - 563 # wdDialogTableCellOptions - 1081 # wdDialogTableColumnWidth - 143 # wdDialogTableDeleteCells - 133 # wdDialogTableFormatCell - 612 # wdDialogTableFormula - 348 # wdDialogTableInsertCells - 130 # wdDialogTableInsertRow - 131 # wdDialogTableInsertTable - 129 # wdDialogTableOfCaptionsOptions - 551 # wdDialogTableOfContentsOptions - 470 # wdDialogTableProperties - 861 # wdDialogTableRowHeight - 142 # wdDialogTableSort - 199 # wdDialogTableSplitCells - 137 # wdDialogTableTableOptions - 1080 # wdDialogTableToText - 128 # wdDialogTableWrapping - 854 # wdDialogTCSCTranslator - 1156 # wdDialogTextToTable - 127 # wdDialogToolsAcceptRejectChanges - 506 # wdDialogToolsAdvancedSettings - 206 # wdDialogToolsAutoCorrect - 378 # wdDialogToolsAutoCorrectExceptions - 762 # wdDialogToolsAutoManager - 915 # wdDialogToolsAutoSummarize - 874 # wdDialogToolsBulletsNumbers - 196 # wdDialogToolsCompareDocuments - 198 # wdDialogToolsCreateDirectory - 833 # wdDialogToolsCreateEnvelope - 173 # wdDialogToolsCreateLabels - 489 # wdDialogToolsCustomize - 152 # wdDialogToolsCustomizeKeyboard - 432 # wdDialogToolsCustomizeMenuBar - 615 # wdDialogToolsCustomizeMenus - 433 # wdDialogToolsDictionary - 989 # wdDialogToolsEnvelopesAndLabels - 607 # wdDialogToolsGrammarSettings - 885 # wdDialogToolsHangulHanjaConversion - 784 # wdDialogToolsHighlightChanges - 197 # wdDialogToolsHyphenation - 195 # wdDialogToolsLanguage - 188 # wdDialogToolsMacro - 215 # wdDialogToolsMacroRecord - 214 # wdDialogToolsManageFields - 631 # wdDialogToolsMergeDocuments - 435 # wdDialogToolsOptions - 974 # wdDialogToolsOptionsAutoFormat - 959 # wdDialogToolsOptionsAutoFormatAsYouType - 778 # wdDialogToolsOptionsBidi - 1029 # wdDialogToolsOptionsCompatibility - 525 # wdDialogToolsOptionsEdit - 224 # wdDialogToolsOptionsEditCopyPaste - 1356 # wdDialogToolsOptionsFileLocations - 225 # wdDialogToolsOptionsFuzzy - 790 # wdDialogToolsOptionsGeneral - 203 # wdDialogToolsOptionsPrint - 208 # wdDialogToolsOptionsSave - 209 # wdDialogToolsOptionsSecurity - 1361 # wdDialogToolsOptionsSmartTag - 1395 # wdDialogToolsOptionsSpellingAndGrammar - 211 # wdDialogToolsOptionsTrackChanges - 386 # wdDialogToolsOptionsTypography - 739 # wdDialogToolsOptionsUserInfo - 213 # wdDialogToolsOptionsView - 204 # wdDialogToolsProtectDocument - 503 # wdDialogToolsProtectSection - 578 # wdDialogToolsRevisions - 197 # wdDialogToolsSpellingAndGrammar - 828 # wdDialogToolsTemplates - 87 # wdDialogToolsThesaurus - 194 # wdDialogToolsUnprotectDocument - 521 # wdDialogToolsWordCount - 228 # wdDialogTwoLinesInOne - 1161 # wdDialogUpdateTOC - 331 # wdDialogViewZoom - 577 # wdDialogWebOptions - 898 # wdDialogWindowActivate - 220 # wdDialogXMLElementAttributes - 1460 # wdDialogXMLOptions - 1425 return { wdDialogBuildingBlockOrganizer 2067 wdDialogCompatibilityChecker 2439 wdDialogConnect 420 wdDialogConsistencyChecker 1121 wdDialogContentControlProperties 2394 wdDialogControlRun 235 wdDialogConvertObject 392 wdDialogCopyFile 300 wdDialogCreateAutoText 872 wdDialogCreateSource 1922 wdDialogCSSLinks 1261 wdDialogDocumentInspector 1482 wdDialogDocumentStatistics 78 wdDialogDrawAlign 634 wdDialogDrawSnapToGrid 633 wdDialogEditAutoText 985 wdDialogEditCreatePublisher 732 wdDialogEditFind 112 wdDialogEditFrame 458 wdDialogEditGoTo 896 wdDialogEditGoToOld 811 wdDialogEditLinks 124 wdDialogEditObject 125 wdDialogEditPasteSpecial 111 wdDialogEditPublishOptions 735 wdDialogEditReplace 117 wdDialogEditStyle 120 wdDialogEditSubscribeOptions 736 wdDialogEditSubscribeTo 733 wdDialogEditTOACategory 625 wdDialogEmailOptions 863 wdDialogExportAsFixedFormat 2349 wdDialogFileDocumentLayout 178 wdDialogFileFind 99 wdDialogFileMacCustomPageSetupGX 737 wdDialogFileMacPageSetup 685 wdDialogFileMacPageSetupGX 444 wdDialogFileNew 79 wdDialogFileNew2007 1116 wdDialogFileOpen 80 wdDialogFilePageSetup 178 wdDialogFilePrint 88 wdDialogFilePrintOneCopy 445 wdDialogFilePrintSetup 97 wdDialogFileRoutingSlip 624 wdDialogFileSaveAs 84 wdDialogFileSaveVersion 1007 wdDialogFileSummaryInfo 86 wdDialogFileVersions 945 wdDialogFitText 983 wdDialogFontSubstitution 581 wdDialogFormatAddrFonts 103 wdDialogFormatBordersAndShading 189 wdDialogFormatBulletsAndNumbering 824 wdDialogFormatCallout 610 wdDialogFormatChangeCase 322 wdDialogFormatColumns 177 wdDialogFormatDefineStyleBorders 185 wdDialogFormatDefineStyleFont 181 wdDialogFormatDefineStyleFrame 184 wdDialogFormatDefineStyleLang 186 wdDialogFormatDefineStylePara 182 wdDialogFormatDefineStyleTabs 183 wdDialogFormatDrawingObject 960 wdDialogFormatDropCap 488 wdDialogFormatEncloseCharacters 1162 wdDialogFormatFont 174 wdDialogFormatFrame 190 wdDialogFormatPageNumber 298 wdDialogFormatParagraph 175 wdDialogFormatPicture 187 wdDialogFormatRetAddrFonts 221 wdDialogFormatSectionLayout 176 wdDialogFormatStyle 180 wdDialogFormatStyleGallery 505 wdDialogFormatStylesCustom 1248 wdDialogFormatTabs 179 wdDialogFormatTheme 855 wdDialogFormattingRestrictions 1427 wdDialogFormFieldHelp 361 wdDialogFormFieldOptions 353 wdDialogFrameSetProperties 1074 wdDialogHelpAbout 9 wdDialogHelpWordPerfectHelp 10 wdDialogHelpWordPerfectHelpOptions 511 wdDialogHorizontalInVertical 1160 wdDialogIMESetDefault 1094 wdDialogInsertAddCaption 402 wdDialogInsertAutoCaption 359 wdDialogInsertBookmark 168 wdDialogInsertBreak 159 wdDialogInsertCaption 357 wdDialogInsertCaptionNumbering 358 wdDialogInsertCrossReference 367 wdDialogInsertDatabase 341 wdDialogInsertDateTime 165 wdDialogInsertField 166 wdDialogInsertFile 164 wdDialogInsertFootnote 370 wdDialogInsertFormField 483 wdDialogInsertHyperlink 925 wdDialogInsertIndex 170 wdDialogInsertIndexAndTables 473 wdDialogInsertMergeField 167 wdDialogInsertNumber 812 wdDialogInsertObject 172 wdDialogInsertPageNumbers 294 wdDialogInsertPicture 163 wdDialogInsertPlaceholder 2348 wdDialogInsertSource 2120 wdDialogInsertSubdocument 583 wdDialogInsertSymbol 162 wdDialogInsertTableOfAuthorities 471 wdDialogInsertTableOfContents 171 wdDialogInsertTableOfFigures 472 wdDialogInsertWebComponent 1324 wdDialogLabelOptions 1367 wdDialogLetterWizard 821 wdDialogListCommands 723 wdDialogMailMerge 676 wdDialogMailMergeCheck 677 wdDialogMailMergeCreateDataSource 642 wdDialogMailMergeCreateHeaderSource 643 wdDialogMailMergeFieldMapping 1304 wdDialogMailMergeFindRecipient 1326 wdDialogMailMergeFindRecord 569 wdDialogMailMergeHelper 680 wdDialogMailMergeInsertAddressBlock 1305 wdDialogMailMergeInsertAsk 4047 wdDialogMailMergeInsertFields 1307 wdDialogMailMergeInsertFillIn 4048 wdDialogMailMergeInsertGreetingLine 1306 wdDialogMailMergeInsertIf 4049 wdDialogMailMergeInsertNextIf 4053 wdDialogMailMergeInsertSet 4054 wdDialogMailMergeInsertSkipIf 4055 wdDialogMailMergeOpenDataSource 81 wdDialogMailMergeOpenHeaderSource 82 wdDialogMailMergeQueryOptions 681 wdDialogMailMergeRecipients 1308 wdDialogMailMergeSetDocumentType 1339 wdDialogMailMergeUseAddressBook 779 wdDialogMarkCitation 463 wdDialogMarkIndexEntry 169 wdDialogMarkTableOfContentsEntry 442 wdDialogMyPermission 1437 wdDialogNewToolbar 586 wdDialogNoteOptions 373 wdDialogOMathRecognizedFunctions 2165 wdDialogOrganizer 222 wdDialogPermission 1469 wdDialogPhoneticGuide 986 wdDialogReviewAfmtRevisions 570 wdDialogSchemaLibrary 1417 wdDialogSearch 1363 wdDialogShowRepairs 1381 wdDialogSourceManager 1920 wdDialogStyleManagement 1948 wdDialogTableAutoFormat 563 wdDialogTableCellOptions 1081 wdDialogTableColumnWidth 143 wdDialogTableDeleteCells 133 wdDialogTableFormatCell 612 wdDialogTableFormula 348 wdDialogTableInsertCells 130 wdDialogTableInsertRow 131 wdDialogTableInsertTable 129 wdDialogTableOfCaptionsOptions 551 wdDialogTableOfContentsOptions 470 wdDialogTableProperties 861 wdDialogTableRowHeight 142 wdDialogTableSort 199 wdDialogTableSplitCells 137 wdDialogTableTableOptions 1080 wdDialogTableToText 128 wdDialogTableWrapping 854 wdDialogTCSCTranslator 1156 wdDialogTextToTable 127 wdDialogToolsAcceptRejectChanges 506 wdDialogToolsAdvancedSettings 206 wdDialogToolsAutoCorrect 378 wdDialogToolsAutoCorrectExceptions 762 wdDialogToolsAutoManager 915 wdDialogToolsAutoSummarize 874 wdDialogToolsBulletsNumbers 196 wdDialogToolsCompareDocuments 198 wdDialogToolsCreateDirectory 833 wdDialogToolsCreateEnvelope 173 wdDialogToolsCreateLabels 489 wdDialogToolsCustomize 152 wdDialogToolsCustomizeKeyboard 432 wdDialogToolsCustomizeMenuBar 615 wdDialogToolsCustomizeMenus 433 wdDialogToolsDictionary 989 wdDialogToolsEnvelopesAndLabels 607 wdDialogToolsGrammarSettings 885 wdDialogToolsHangulHanjaConversion 784 wdDialogToolsHighlightChanges 197 wdDialogToolsHyphenation 195 wdDialogToolsLanguage 188 wdDialogToolsMacro 215 wdDialogToolsMacroRecord 214 wdDialogToolsManageFields 631 wdDialogToolsMergeDocuments 435 wdDialogToolsOptions 974 wdDialogToolsOptionsAutoFormat 959 wdDialogToolsOptionsAutoFormatAsYouType 778 wdDialogToolsOptionsBidi 1029 wdDialogToolsOptionsCompatibility 525 wdDialogToolsOptionsEdit 224 wdDialogToolsOptionsEditCopyPaste 1356 wdDialogToolsOptionsFileLocations 225 wdDialogToolsOptionsFuzzy 790 wdDialogToolsOptionsGeneral 203 wdDialogToolsOptionsPrint 208 wdDialogToolsOptionsSave 209 wdDialogToolsOptionsSecurity 1361 wdDialogToolsOptionsSmartTag 1395 wdDialogToolsOptionsSpellingAndGrammar 211 wdDialogToolsOptionsTrackChanges 386 wdDialogToolsOptionsTypography 739 wdDialogToolsOptionsUserInfo 213 wdDialogToolsOptionsView 204 wdDialogToolsProtectDocument 503 wdDialogToolsProtectSection 578 wdDialogToolsRevisions 197 wdDialogToolsSpellingAndGrammar 828 wdDialogToolsTemplates 87 wdDialogToolsThesaurus 194 wdDialogToolsUnprotectDocument 521 wdDialogToolsWordCount 228 wdDialogTwoLinesInOne 1161 wdDialogUpdateTOC 331 wdDialogViewZoom 577 wdDialogWebOptions 898 wdDialogWindowActivate 220 wdDialogXMLElementAttributes 1460 wdDialogXMLOptions 1425 } }
WdWordDialogHID [::Word::Enum]Top, Main, Index
WdWordDialogHID
emptyenum | 0 |
proc ::Word::Enum::WdWordDialogHID {} { # emptyenum - 0 return { emptyenum 0 } }
WdWordDialogTab [::Word::Enum]Top, Main, Index
WdWordDialogTab
wdDialogEmailOptionsTabQuoting | 1900002 |
wdDialogEmailOptionsTabSignature | 1900000 |
wdDialogEmailOptionsTabStationary | 1900001 |
wdDialogFilePageSetupTabCharsLines | 150004 |
wdDialogFilePageSetupTabLayout | 150003 |
wdDialogFilePageSetupTabMargins | 150000 |
wdDialogFilePageSetupTabPaper | 150001 |
wdDialogFormatBordersAndShadingTabBorders | 700000 |
wdDialogFormatBordersAndShadingTabPageBorder | 700001 |
wdDialogFormatBordersAndShadingTabShading | 700002 |
wdDialogFormatBulletsAndNumberingTabBulleted | 1500000 |
wdDialogFormatBulletsAndNumberingTabNumbered | 1500001 |
wdDialogFormatBulletsAndNumberingTabOutlineNumbered | 1500002 |
wdDialogFormatDrawingObjectTabColorsAndLines | 1200000 |
wdDialogFormatDrawingObjectTabHR | 1200007 |
wdDialogFormatDrawingObjectTabPicture | 1200004 |
wdDialogFormatDrawingObjectTabPosition | 1200002 |
wdDialogFormatDrawingObjectTabSize | 1200001 |
wdDialogFormatDrawingObjectTabTextbox | 1200005 |
wdDialogFormatDrawingObjectTabWeb | 1200006 |
wdDialogFormatDrawingObjectTabWrapping | 1200003 |
wdDialogFormatFontTabAnimation | 600002 |
wdDialogFormatFontTabCharacterSpacing | 600001 |
wdDialogFormatFontTabFont | 600000 |
wdDialogFormatParagraphTabIndentsAndSpacing | 1000000 |
wdDialogFormatParagraphTabTeisai | 1000002 |
wdDialogFormatParagraphTabTextFlow | 1000001 |
wdDialogInsertIndexAndTablesTabIndex | 400000 |
wdDialogInsertIndexAndTablesTabTableOfAuthorities | 400003 |
wdDialogInsertIndexAndTablesTabTableOfContents | 400001 |
wdDialogInsertIndexAndTablesTabTableOfFigures | 400002 |
wdDialogInsertSymbolTabSpecialCharacters | 200001 |
wdDialogInsertSymbolTabSymbols | 200000 |
wdDialogLetterWizardTabLetterFormat | 1600000 |
wdDialogLetterWizardTabOtherElements | 1600002 |
wdDialogLetterWizardTabRecipientInfo | 1600001 |
wdDialogLetterWizardTabSenderInfo | 1600003 |
wdDialogNoteOptionsTabAllEndnotes | 300001 |
wdDialogNoteOptionsTabAllFootnotes | 300000 |
wdDialogOrganizerTabAutoText | 500001 |
wdDialogOrganizerTabCommandBars | 500002 |
wdDialogOrganizerTabMacros | 500003 |
wdDialogOrganizerTabStyles | 500000 |
wdDialogStyleManagementTabEdit | 2200000 |
wdDialogStyleManagementTabRecommend | 2200001 |
wdDialogStyleManagementTabRestrict | 2200002 |
wdDialogTablePropertiesTabCell | 1800003 |
wdDialogTablePropertiesTabColumn | 1800002 |
wdDialogTablePropertiesTabRow | 1800001 |
wdDialogTablePropertiesTabTable | 1800000 |
wdDialogTemplates | 2100000 |
wdDialogTemplatesLinkedCSS | 2100003 |
wdDialogTemplatesXMLExpansionPacks | 2100002 |
wdDialogTemplatesXMLSchema | 2100001 |
wdDialogToolsAutoCorrectExceptionsTabFirstLetter | 1400000 |
wdDialogToolsAutoCorrectExceptionsTabHangulAndAlphabet | 1400002 |
wdDialogToolsAutoCorrectExceptionsTabIac | 1400003 |
wdDialogToolsAutoCorrectExceptionsTabInitialCaps | 1400001 |
wdDialogToolsAutoManagerTabAutoCorrect | 1700000 |
wdDialogToolsAutoManagerTabAutoFormat | 1700003 |
wdDialogToolsAutoManagerTabAutoFormatAsYouType | 1700001 |
wdDialogToolsAutoManagerTabAutoText | 1700002 |
wdDialogToolsAutoManagerTabSmartTags | 1700004 |
wdDialogToolsEnvelopesAndLabelsTabEnvelopes | 800000 |
wdDialogToolsEnvelopesAndLabelsTabLabels | 800001 |
wdDialogToolsOptionsTabAcetate | 1266 |
wdDialogToolsOptionsTabBidi | 1029 |
wdDialogToolsOptionsTabCompatibility | 525 |
wdDialogToolsOptionsTabEdit | 224 |
wdDialogToolsOptionsTabFileLocations | 225 |
wdDialogToolsOptionsTabFuzzy | 790 |
wdDialogToolsOptionsTabGeneral | 203 |
wdDialogToolsOptionsTabHangulHanjaConversion | 786 |
wdDialogToolsOptionsTabPrint | 208 |
wdDialogToolsOptionsTabProofread | 211 |
wdDialogToolsOptionsTabSave | 209 |
wdDialogToolsOptionsTabSecurity | 1361 |
wdDialogToolsOptionsTabTrackChanges | 386 |
wdDialogToolsOptionsTabTypography | 739 |
wdDialogToolsOptionsTabUserInfo | 213 |
wdDialogToolsOptionsTabView | 204 |
wdDialogWebOptionsBrowsers | 2000000 |
wdDialogWebOptionsEncoding | 2000003 |
wdDialogWebOptionsFiles | 2000001 |
wdDialogWebOptionsFonts | 2000004 |
wdDialogWebOptionsGeneral | 2000000 |
wdDialogWebOptionsPictures | 2000002 |
proc ::Word::Enum::WdWordDialogTab {} { # wdDialogEmailOptionsTabQuoting - 1900002 # wdDialogEmailOptionsTabSignature - 1900000 # wdDialogEmailOptionsTabStationary - 1900001 # wdDialogFilePageSetupTabCharsLines - 150004 # wdDialogFilePageSetupTabLayout - 150003 # wdDialogFilePageSetupTabMargins - 150000 # wdDialogFilePageSetupTabPaper - 150001 # wdDialogFormatBordersAndShadingTabBorders - 700000 # wdDialogFormatBordersAndShadingTabPageBorder - 700001 # wdDialogFormatBordersAndShadingTabShading - 700002 # wdDialogFormatBulletsAndNumberingTabBulleted - 1500000 # wdDialogFormatBulletsAndNumberingTabNumbered - 1500001 # wdDialogFormatBulletsAndNumberingTabOutlineNumbered - 1500002 # wdDialogFormatDrawingObjectTabColorsAndLines - 1200000 # wdDialogFormatDrawingObjectTabHR - 1200007 # wdDialogFormatDrawingObjectTabPicture - 1200004 # wdDialogFormatDrawingObjectTabPosition - 1200002 # wdDialogFormatDrawingObjectTabSize - 1200001 # wdDialogFormatDrawingObjectTabTextbox - 1200005 # wdDialogFormatDrawingObjectTabWeb - 1200006 # wdDialogFormatDrawingObjectTabWrapping - 1200003 # wdDialogFormatFontTabAnimation - 600002 # wdDialogFormatFontTabCharacterSpacing - 600001 # wdDialogFormatFontTabFont - 600000 # wdDialogFormatParagraphTabIndentsAndSpacing - 1000000 # wdDialogFormatParagraphTabTeisai - 1000002 # wdDialogFormatParagraphTabTextFlow - 1000001 # wdDialogInsertIndexAndTablesTabIndex - 400000 # wdDialogInsertIndexAndTablesTabTableOfAuthorities - 400003 # wdDialogInsertIndexAndTablesTabTableOfContents - 400001 # wdDialogInsertIndexAndTablesTabTableOfFigures - 400002 # wdDialogInsertSymbolTabSpecialCharacters - 200001 # wdDialogInsertSymbolTabSymbols - 200000 # wdDialogLetterWizardTabLetterFormat - 1600000 # wdDialogLetterWizardTabOtherElements - 1600002 # wdDialogLetterWizardTabRecipientInfo - 1600001 # wdDialogLetterWizardTabSenderInfo - 1600003 # wdDialogNoteOptionsTabAllEndnotes - 300001 # wdDialogNoteOptionsTabAllFootnotes - 300000 # wdDialogOrganizerTabAutoText - 500001 # wdDialogOrganizerTabCommandBars - 500002 # wdDialogOrganizerTabMacros - 500003 # wdDialogOrganizerTabStyles - 500000 # wdDialogStyleManagementTabEdit - 2200000 # wdDialogStyleManagementTabRecommend - 2200001 # wdDialogStyleManagementTabRestrict - 2200002 # wdDialogTablePropertiesTabCell - 1800003 # wdDialogTablePropertiesTabColumn - 1800002 # wdDialogTablePropertiesTabRow - 1800001 # wdDialogTablePropertiesTabTable - 1800000 # wdDialogTemplates - 2100000 # wdDialogTemplatesLinkedCSS - 2100003 # wdDialogTemplatesXMLExpansionPacks - 2100002 # wdDialogTemplatesXMLSchema - 2100001 # wdDialogToolsAutoCorrectExceptionsTabFirstLetter - 1400000 # wdDialogToolsAutoCorrectExceptionsTabHangulAndAlphabet - 1400002 # wdDialogToolsAutoCorrectExceptionsTabIac - 1400003 # wdDialogToolsAutoCorrectExceptionsTabInitialCaps - 1400001 # wdDialogToolsAutoManagerTabAutoCorrect - 1700000 # wdDialogToolsAutoManagerTabAutoFormat - 1700003 # wdDialogToolsAutoManagerTabAutoFormatAsYouType - 1700001 # wdDialogToolsAutoManagerTabAutoText - 1700002 # wdDialogToolsAutoManagerTabSmartTags - 1700004 # wdDialogToolsEnvelopesAndLabelsTabEnvelopes - 800000 # wdDialogToolsEnvelopesAndLabelsTabLabels - 800001 # wdDialogToolsOptionsTabAcetate - 1266 # wdDialogToolsOptionsTabBidi - 1029 # wdDialogToolsOptionsTabCompatibility - 525 # wdDialogToolsOptionsTabEdit - 224 # wdDialogToolsOptionsTabFileLocations - 225 # wdDialogToolsOptionsTabFuzzy - 790 # wdDialogToolsOptionsTabGeneral - 203 # wdDialogToolsOptionsTabHangulHanjaConversion - 786 # wdDialogToolsOptionsTabPrint - 208 # wdDialogToolsOptionsTabProofread - 211 # wdDialogToolsOptionsTabSave - 209 # wdDialogToolsOptionsTabSecurity - 1361 # wdDialogToolsOptionsTabTrackChanges - 386 # wdDialogToolsOptionsTabTypography - 739 # wdDialogToolsOptionsTabUserInfo - 213 # wdDialogToolsOptionsTabView - 204 # wdDialogWebOptionsBrowsers - 2000000 # wdDialogWebOptionsEncoding - 2000003 # wdDialogWebOptionsFiles - 2000001 # wdDialogWebOptionsFonts - 2000004 # wdDialogWebOptionsGeneral - 2000000 # wdDialogWebOptionsPictures - 2000002 return { wdDialogEmailOptionsTabQuoting 1900002 wdDialogEmailOptionsTabSignature 1900000 wdDialogEmailOptionsTabStationary 1900001 wdDialogFilePageSetupTabCharsLines 150004 wdDialogFilePageSetupTabLayout 150003 wdDialogFilePageSetupTabMargins 150000 wdDialogFilePageSetupTabPaper 150001 wdDialogFormatBordersAndShadingTabBorders 700000 wdDialogFormatBordersAndShadingTabPageBorder 700001 wdDialogFormatBordersAndShadingTabShading 700002 wdDialogFormatBulletsAndNumberingTabBulleted 1500000 wdDialogFormatBulletsAndNumberingTabNumbered 1500001 wdDialogFormatBulletsAndNumberingTabOutlineNumbered 1500002 wdDialogFormatDrawingObjectTabColorsAndLines 1200000 wdDialogFormatDrawingObjectTabHR 1200007 wdDialogFormatDrawingObjectTabPicture 1200004 wdDialogFormatDrawingObjectTabPosition 1200002 wdDialogFormatDrawingObjectTabSize 1200001 wdDialogFormatDrawingObjectTabTextbox 1200005 wdDialogFormatDrawingObjectTabWeb 1200006 wdDialogFormatDrawingObjectTabWrapping 1200003 wdDialogFormatFontTabAnimation 600002 wdDialogFormatFontTabCharacterSpacing 600001 wdDialogFormatFontTabFont 600000 wdDialogFormatParagraphTabIndentsAndSpacing 1000000 wdDialogFormatParagraphTabTeisai 1000002 wdDialogFormatParagraphTabTextFlow 1000001 wdDialogInsertIndexAndTablesTabIndex 400000 wdDialogInsertIndexAndTablesTabTableOfAuthorities 400003 wdDialogInsertIndexAndTablesTabTableOfContents 400001 wdDialogInsertIndexAndTablesTabTableOfFigures 400002 wdDialogInsertSymbolTabSpecialCharacters 200001 wdDialogInsertSymbolTabSymbols 200000 wdDialogLetterWizardTabLetterFormat 1600000 wdDialogLetterWizardTabOtherElements 1600002 wdDialogLetterWizardTabRecipientInfo 1600001 wdDialogLetterWizardTabSenderInfo 1600003 wdDialogNoteOptionsTabAllEndnotes 300001 wdDialogNoteOptionsTabAllFootnotes 300000 wdDialogOrganizerTabAutoText 500001 wdDialogOrganizerTabCommandBars 500002 wdDialogOrganizerTabMacros 500003 wdDialogOrganizerTabStyles 500000 wdDialogStyleManagementTabEdit 2200000 wdDialogStyleManagementTabRecommend 2200001 wdDialogStyleManagementTabRestrict 2200002 wdDialogTablePropertiesTabCell 1800003 wdDialogTablePropertiesTabColumn 1800002 wdDialogTablePropertiesTabRow 1800001 wdDialogTablePropertiesTabTable 1800000 wdDialogTemplates 2100000 wdDialogTemplatesLinkedCSS 2100003 wdDialogTemplatesXMLExpansionPacks 2100002 wdDialogTemplatesXMLSchema 2100001 wdDialogToolsAutoCorrectExceptionsTabFirstLetter 1400000 wdDialogToolsAutoCorrectExceptionsTabHangulAndAlphabet 1400002 wdDialogToolsAutoCorrectExceptionsTabIac 1400003 wdDialogToolsAutoCorrectExceptionsTabInitialCaps 1400001 wdDialogToolsAutoManagerTabAutoCorrect 1700000 wdDialogToolsAutoManagerTabAutoFormat 1700003 wdDialogToolsAutoManagerTabAutoFormatAsYouType 1700001 wdDialogToolsAutoManagerTabAutoText 1700002 wdDialogToolsAutoManagerTabSmartTags 1700004 wdDialogToolsEnvelopesAndLabelsTabEnvelopes 800000 wdDialogToolsEnvelopesAndLabelsTabLabels 800001 wdDialogToolsOptionsTabAcetate 1266 wdDialogToolsOptionsTabBidi 1029 wdDialogToolsOptionsTabCompatibility 525 wdDialogToolsOptionsTabEdit 224 wdDialogToolsOptionsTabFileLocations 225 wdDialogToolsOptionsTabFuzzy 790 wdDialogToolsOptionsTabGeneral 203 wdDialogToolsOptionsTabHangulHanjaConversion 786 wdDialogToolsOptionsTabPrint 208 wdDialogToolsOptionsTabProofread 211 wdDialogToolsOptionsTabSave 209 wdDialogToolsOptionsTabSecurity 1361 wdDialogToolsOptionsTabTrackChanges 386 wdDialogToolsOptionsTabTypography 739 wdDialogToolsOptionsTabUserInfo 213 wdDialogToolsOptionsTabView 204 wdDialogWebOptionsBrowsers 2000000 wdDialogWebOptionsEncoding 2000003 wdDialogWebOptionsFiles 2000001 wdDialogWebOptionsFonts 2000004 wdDialogWebOptionsGeneral 2000000 wdDialogWebOptionsPictures 2000002 } }
WdWordDialogTabHID [::Word::Enum]Top, Main, Index
WdWordDialogTabHID
wdDialogFilePageSetupTabPaperSize | 150001 |
wdDialogFilePageSetupTabPaperSource | 150002 |
proc ::Word::Enum::WdWordDialogTabHID {} { # wdDialogFilePageSetupTabPaperSize - 150001 # wdDialogFilePageSetupTabPaperSource - 150002 return { wdDialogFilePageSetupTabPaperSize 150001 wdDialogFilePageSetupTabPaperSource 150002 } }
WdWrapSideType [::Word::Enum]Top, Main, Index
WdWrapSideType
wdWrapBoth | 0 |
wdWrapLargest | 3 |
wdWrapLeft | 1 |
wdWrapRight | 2 |
proc ::Word::Enum::WdWrapSideType {} { # wdWrapBoth - 0 # wdWrapLargest - 3 # wdWrapLeft - 1 # wdWrapRight - 2 return { wdWrapBoth 0 wdWrapLargest 3 wdWrapLeft 1 wdWrapRight 2 } }
WdWrapType [::Word::Enum]Top, Main, Index
WdWrapType
wdWrapBehind | 5 |
wdWrapFront | 3 |
wdWrapInline | 7 |
wdWrapNone | 3 |
wdWrapSquare | 0 |
wdWrapThrough | 2 |
wdWrapTight | 1 |
wdWrapTopBottom | 4 |
proc ::Word::Enum::WdWrapType {} { # wdWrapBehind - 5 # wdWrapFront - 3 # wdWrapInline - 7 # wdWrapNone - 3 # wdWrapSquare - 0 # wdWrapThrough - 2 # wdWrapTight - 1 # wdWrapTopBottom - 4 return { wdWrapBehind 5 wdWrapFront 3 wdWrapInline 7 wdWrapNone 3 wdWrapSquare 0 wdWrapThrough 2 wdWrapTight 1 wdWrapTopBottom 4 } }
WdWrapTypeMerged [::Word::Enum]Top, Main, Index
WdWrapTypeMerged
wdWrapMergeBehind | 3 |
wdWrapMergeFront | 4 |
wdWrapMergeInline | 0 |
wdWrapMergeSquare | 1 |
wdWrapMergeThrough | 5 |
wdWrapMergeTight | 2 |
wdWrapMergeTopBottom | 6 |
proc ::Word::Enum::WdWrapTypeMerged {} { # wdWrapMergeBehind - 3 # wdWrapMergeFront - 4 # wdWrapMergeInline - 0 # wdWrapMergeSquare - 1 # wdWrapMergeThrough - 5 # wdWrapMergeTight - 2 # wdWrapMergeTopBottom - 6 return { wdWrapMergeBehind 3 wdWrapMergeFront 4 wdWrapMergeInline 0 wdWrapMergeSquare 1 wdWrapMergeThrough 5 wdWrapMergeTight 2 wdWrapMergeTopBottom 6 } }
WdXMLNodeLevel [::Word::Enum]Top, Main, Index
WdXMLNodeLevel
wdXMLNodeLevelCell | 3 |
wdXMLNodeLevelInline | 0 |
wdXMLNodeLevelParagraph | 1 |
wdXMLNodeLevelRow | 2 |
proc ::Word::Enum::WdXMLNodeLevel {} { # wdXMLNodeLevelCell - 3 # wdXMLNodeLevelInline - 0 # wdXMLNodeLevelParagraph - 1 # wdXMLNodeLevelRow - 2 return { wdXMLNodeLevelCell 3 wdXMLNodeLevelInline 0 wdXMLNodeLevelParagraph 1 wdXMLNodeLevelRow 2 } }
WdXMLNodeType [::Word::Enum]Top, Main, Index
WdXMLNodeType
wdXMLNodeAttribute | 2 |
wdXMLNodeElement | 1 |
proc ::Word::Enum::WdXMLNodeType {} { # wdXMLNodeAttribute - 2 # wdXMLNodeElement - 1 return { wdXMLNodeAttribute 2 wdXMLNodeElement 1 } }
WdXMLSelectionChangeReason [::Word::Enum]Top, Main, Index
WdXMLSelectionChangeReason
wdXMLSelectionChangeReasonDelete | 2 |
wdXMLSelectionChangeReasonInsert | 1 |
wdXMLSelectionChangeReasonMove | 0 |
proc ::Word::Enum::WdXMLSelectionChangeReason {} { # wdXMLSelectionChangeReasonDelete - 2 # wdXMLSelectionChangeReasonInsert - 1 # wdXMLSelectionChangeReasonMove - 0 return { wdXMLSelectionChangeReasonDelete 2 wdXMLSelectionChangeReasonInsert 1 wdXMLSelectionChangeReasonMove 0 } }
WdXMLValidationStatus [::Word::Enum]Top, Main, Index
WdXMLValidationStatus
wdXMLValidationStatusCustom | -1072898048 |
wdXMLValidationStatusOK | 0 |
proc ::Word::Enum::WdXMLValidationStatus {} { # wdXMLValidationStatusCustom - -1072898048 # wdXMLValidationStatusOK - 0 return { wdXMLValidationStatusCustom -1072898048 wdXMLValidationStatusOK 0 } }
XlAxisCrosses [::Word::Enum]Top, Main, Index
XlAxisCrosses
xlAxisCrossesAutomatic | -4105 |
xlAxisCrossesCustom | -4114 |
xlAxisCrossesMaximum | 2 |
xlAxisCrossesMinimum | 4 |
proc ::Word::Enum::XlAxisCrosses {} { # xlAxisCrossesAutomatic - -4105 # xlAxisCrossesCustom - -4114 # xlAxisCrossesMaximum - 2 # xlAxisCrossesMinimum - 4 return { xlAxisCrossesAutomatic -4105 xlAxisCrossesCustom -4114 xlAxisCrossesMaximum 2 xlAxisCrossesMinimum 4 } }
XlAxisGroup [::Word::Enum]Top, Main, Index
XlAxisGroup
xlPrimary | 1 |
xlSecondary | 2 |
proc ::Word::Enum::XlAxisGroup {} { # xlPrimary - 1 # xlSecondary - 2 return { xlPrimary 1 xlSecondary 2 } }
XlAxisType [::Word::Enum]Top, Main, Index
XlAxisType
xlCategory | 1 |
xlSeriesAxis | 3 |
xlValue | 2 |
proc ::Word::Enum::XlAxisType {} { # xlCategory - 1 # xlSeriesAxis - 3 # xlValue - 2 return { xlCategory 1 xlSeriesAxis 3 xlValue 2 } }
XlBackground [::Word::Enum]Top, Main, Index
XlBackground
xlBackgroundAutomatic | -4105 |
xlBackgroundOpaque | 3 |
xlBackgroundTransparent | 2 |
proc ::Word::Enum::XlBackground {} { # xlBackgroundAutomatic - -4105 # xlBackgroundOpaque - 3 # xlBackgroundTransparent - 2 return { xlBackgroundAutomatic -4105 xlBackgroundOpaque 3 xlBackgroundTransparent 2 } }
XlBarShape [::Word::Enum]Top, Main, Index
XlBarShape
xlBox | 0 |
xlConeToMax | 5 |
xlConeToPoint | 4 |
xlCylinder | 3 |
xlPyramidToMax | 2 |
xlPyramidToPoint | 1 |
proc ::Word::Enum::XlBarShape {} { # xlBox - 0 # xlConeToMax - 5 # xlConeToPoint - 4 # xlCylinder - 3 # xlPyramidToMax - 2 # xlPyramidToPoint - 1 return { xlBox 0 xlConeToMax 5 xlConeToPoint 4 xlCylinder 3 xlPyramidToMax 2 xlPyramidToPoint 1 } }
XlBinsType [::Word::Enum]Top, Main, Index
XlBinsType
xlBinsTypeAutomatic | 0 |
xlBinsTypeBinCount | 4 |
xlBinsTypeBinSize | 3 |
xlBinsTypeCategorical | 1 |
xlBinsTypeManual | 2 |
proc ::Word::Enum::XlBinsType {} { # xlBinsTypeAutomatic - 0 # xlBinsTypeBinCount - 4 # xlBinsTypeBinSize - 3 # xlBinsTypeCategorical - 1 # xlBinsTypeManual - 2 return { xlBinsTypeAutomatic 0 xlBinsTypeBinCount 4 xlBinsTypeBinSize 3 xlBinsTypeCategorical 1 xlBinsTypeManual 2 } }
XlBorderWeight [::Word::Enum]Top, Main, Index
XlBorderWeight
xlHairline | 1 |
xlMedium | -4138 |
xlThick | 4 |
xlThin | 2 |
proc ::Word::Enum::XlBorderWeight {} { # xlHairline - 1 # xlMedium - -4138 # xlThick - 4 # xlThin - 2 return { xlHairline 1 xlMedium -4138 xlThick 4 xlThin 2 } }
XlCategoryLabelLevel [::Word::Enum]Top, Main, Index
XlCategoryLabelLevel
xlCategoryLabelLevelAll | -1 |
xlCategoryLabelLevelCustom | -2 |
xlCategoryLabelLevelNone | -3 |
proc ::Word::Enum::XlCategoryLabelLevel {} { # xlCategoryLabelLevelAll - -1 # xlCategoryLabelLevelCustom - -2 # xlCategoryLabelLevelNone - -3 return { xlCategoryLabelLevelAll -1 xlCategoryLabelLevelCustom -2 xlCategoryLabelLevelNone -3 } }
XlCategorySortOrder [::Word::Enum]Top, Main, Index
XlCategorySortOrder
xlCategoryAscending | 2 |
xlCategoryDescending | 3 |
xlIndexAscending | 0 |
xlIndexDescending | 1 |
proc ::Word::Enum::XlCategorySortOrder {} { # xlCategoryAscending - 2 # xlCategoryDescending - 3 # xlIndexAscending - 0 # xlIndexDescending - 1 return { xlCategoryAscending 2 xlCategoryDescending 3 xlIndexAscending 0 xlIndexDescending 1 } }
XlCategoryType [::Word::Enum]Top, Main, Index
XlCategoryType
xlAutomaticScale | -4105 |
xlCategoryScale | 2 |
xlTimeScale | 3 |
proc ::Word::Enum::XlCategoryType {} { # xlAutomaticScale - -4105 # xlCategoryScale - 2 # xlTimeScale - 3 return { xlAutomaticScale -4105 xlCategoryScale 2 xlTimeScale 3 } }
XlChartElementPosition [::Word::Enum]Top, Main, Index
XlChartElementPosition
xlChartElementPositionAutomatic | -4105 |
xlChartElementPositionCustom | -4114 |
proc ::Word::Enum::XlChartElementPosition {} { # xlChartElementPositionAutomatic - -4105 # xlChartElementPositionCustom - -4114 return { xlChartElementPositionAutomatic -4105 xlChartElementPositionCustom -4114 } }
XlChartGallery [::Word::Enum]Top, Main, Index
XlChartGallery
xlAnyGallery | 23 |
xlBuiltIn | 21 |
xlUserDefined | 22 |
proc ::Word::Enum::XlChartGallery {} { # xlAnyGallery - 23 # xlBuiltIn - 21 # xlUserDefined - 22 return { xlAnyGallery 23 xlBuiltIn 21 xlUserDefined 22 } }
XlChartItem [::Word::Enum]Top, Main, Index
XlChartItem
xlAxis | 21 |
xlAxisTitle | 17 |
xlChartArea | 2 |
xlChartTitle | 4 |
xlCorners | 6 |
xlDataLabel | 0 |
xlDataTable | 7 |
xlDisplayUnitLabel | 30 |
xlDownBars | 20 |
xlDropLines | 26 |
xlErrorBars | 9 |
xlFloor | 23 |
xlHiLoLines | 25 |
xlLeaderLines | 29 |
xlLegend | 24 |
xlLegendEntry | 12 |
xlLegendKey | 13 |
xlMajorGridlines | 15 |
xlMinorGridlines | 16 |
xlNothing | 28 |
xlPivotChartDropZone | 32 |
xlPivotChartFieldButton | 31 |
xlPlotArea | 19 |
xlRadarAxisLabels | 27 |
xlSeries | 3 |
xlSeriesLines | 22 |
xlShape | 14 |
xlTrendline | 8 |
xlUpBars | 18 |
xlWalls | 5 |
xlXErrorBars | 10 |
xlYErrorBars | 11 |
proc ::Word::Enum::XlChartItem {} { # xlAxis - 21 # xlAxisTitle - 17 # xlChartArea - 2 # xlChartTitle - 4 # xlCorners - 6 # xlDataLabel - 0 # xlDataTable - 7 # xlDisplayUnitLabel - 30 # xlDownBars - 20 # xlDropLines - 26 # xlErrorBars - 9 # xlFloor - 23 # xlHiLoLines - 25 # xlLeaderLines - 29 # xlLegend - 24 # xlLegendEntry - 12 # xlLegendKey - 13 # xlMajorGridlines - 15 # xlMinorGridlines - 16 # xlNothing - 28 # xlPivotChartDropZone - 32 # xlPivotChartFieldButton - 31 # xlPlotArea - 19 # xlRadarAxisLabels - 27 # xlSeries - 3 # xlSeriesLines - 22 # xlShape - 14 # xlTrendline - 8 # xlUpBars - 18 # xlWalls - 5 # xlXErrorBars - 10 # xlYErrorBars - 11 return { xlAxis 21 xlAxisTitle 17 xlChartArea 2 xlChartTitle 4 xlCorners 6 xlDataLabel 0 xlDataTable 7 xlDisplayUnitLabel 30 xlDownBars 20 xlDropLines 26 xlErrorBars 9 xlFloor 23 xlHiLoLines 25 xlLeaderLines 29 xlLegend 24 xlLegendEntry 12 xlLegendKey 13 xlMajorGridlines 15 xlMinorGridlines 16 xlNothing 28 xlPivotChartDropZone 32 xlPivotChartFieldButton 31 xlPlotArea 19 xlRadarAxisLabels 27 xlSeries 3 xlSeriesLines 22 xlShape 14 xlTrendline 8 xlUpBars 18 xlWalls 5 xlXErrorBars 10 xlYErrorBars 11 } }
XlChartPicturePlacement [::Word::Enum]Top, Main, Index
XlChartPicturePlacement
xlAllFaces | 7 |
xlEnd | 2 |
xlEndSides | 3 |
xlFront | 4 |
xlFrontEnd | 6 |
xlFrontSides | 5 |
xlSides | 1 |
proc ::Word::Enum::XlChartPicturePlacement {} { # xlAllFaces - 7 # xlEnd - 2 # xlEndSides - 3 # xlFront - 4 # xlFrontEnd - 6 # xlFrontSides - 5 # xlSides - 1 return { xlAllFaces 7 xlEnd 2 xlEndSides 3 xlFront 4 xlFrontEnd 6 xlFrontSides 5 xlSides 1 } }
XlChartPictureType [::Word::Enum]Top, Main, Index
XlChartPictureType
xlStack | 2 |
xlStackScale | 3 |
xlStretch | 1 |
proc ::Word::Enum::XlChartPictureType {} { # xlStack - 2 # xlStackScale - 3 # xlStretch - 1 return { xlStack 2 xlStackScale 3 xlStretch 1 } }
XlChartSplitType [::Word::Enum]Top, Main, Index
XlChartSplitType
xlSplitByCustomSplit | 4 |
xlSplitByPercentValue | 3 |
xlSplitByPosition | 1 |
xlSplitByValue | 2 |
proc ::Word::Enum::XlChartSplitType {} { # xlSplitByCustomSplit - 4 # xlSplitByPercentValue - 3 # xlSplitByPosition - 1 # xlSplitByValue - 2 return { xlSplitByCustomSplit 4 xlSplitByPercentValue 3 xlSplitByPosition 1 xlSplitByValue 2 } }
XlColorIndex [::Word::Enum]Top, Main, Index
XlColorIndex
xlColorIndexAutomatic | -4105 |
xlColorIndexNone | -4142 |
proc ::Word::Enum::XlColorIndex {} { # xlColorIndexAutomatic - -4105 # xlColorIndexNone - -4142 return { xlColorIndexAutomatic -4105 xlColorIndexNone -4142 } }
XlConstants [::Word::Enum]Top, Main, Index
XlConstants
xl3DBar | -4099 |
xl3DSurface | -4103 |
xlAbove | 0 |
xlAutomatic | -4105 |
xlBar | 2 |
xlBelow | 1 |
xlBoth | 1 |
xlBottom | -4107 |
xlCenter | -4108 |
xlChecker | 9 |
xlCircle | 8 |
xlColumn | 3 |
xlCombination | -4111 |
xlCorner | 2 |
xlCrissCross | 16 |
xlCross | 4 |
xlCustom | -4114 |
xlDefaultAutoFormat | -1 |
xlDiamond | 2 |
xlDistributed | -4117 |
xlFill | 5 |
xlFixedValue | 1 |
xlGeneral | 1 |
xlGray8 | 18 |
xlGray16 | 17 |
xlGray25 | -4124 |
xlGray50 | -4125 |
xlGray75 | -4126 |
xlGrid | 15 |
xlHigh | -4127 |
xlInside | 2 |
xlJustify | -4130 |
xlLeft | -4131 |
xlLightDown | 13 |
xlLightHorizontal | 11 |
xlLightUp | 14 |
xlLightVertical | 12 |
xlLow | -4134 |
xlMaximum | 2 |
xlMinimum | 4 |
xlMinusValues | 3 |
xlNextToAxis | 4 |
xlNone | -4142 |
xlOpaque | 3 |
xlOutside | 3 |
xlPercent | 2 |
xlPlus | 9 |
xlPlusValues | 2 |
xlRight | -4152 |
xlScale | 3 |
xlSemiGray75 | 10 |
xlShowLabel | 4 |
xlShowLabelAndPercent | 5 |
xlShowPercent | 3 |
xlShowValue | 2 |
xlSingle | 2 |
xlSolid | 1 |
xlSquare | 1 |
xlStar | 5 |
xlStError | 4 |
xlTop | -4160 |
xlTransparent | 2 |
xlTriangle | 3 |
proc ::Word::Enum::XlConstants {} { # xl3DBar - -4099 # xl3DSurface - -4103 # xlAbove - 0 # xlAutomatic - -4105 # xlBar - 2 # xlBelow - 1 # xlBoth - 1 # xlBottom - -4107 # xlCenter - -4108 # xlChecker - 9 # xlCircle - 8 # xlColumn - 3 # xlCombination - -4111 # xlCorner - 2 # xlCrissCross - 16 # xlCross - 4 # xlCustom - -4114 # xlDefaultAutoFormat - -1 # xlDiamond - 2 # xlDistributed - -4117 # xlFill - 5 # xlFixedValue - 1 # xlGeneral - 1 # xlGray8 - 18 # xlGray16 - 17 # xlGray25 - -4124 # xlGray50 - -4125 # xlGray75 - -4126 # xlGrid - 15 # xlHigh - -4127 # xlInside - 2 # xlJustify - -4130 # xlLeft - -4131 # xlLightDown - 13 # xlLightHorizontal - 11 # xlLightUp - 14 # xlLightVertical - 12 # xlLow - -4134 # xlMaximum - 2 # xlMinimum - 4 # xlMinusValues - 3 # xlNextToAxis - 4 # xlNone - -4142 # xlOpaque - 3 # xlOutside - 3 # xlPercent - 2 # xlPlus - 9 # xlPlusValues - 2 # xlRight - -4152 # xlScale - 3 # xlSemiGray75 - 10 # xlShowLabel - 4 # xlShowLabelAndPercent - 5 # xlShowPercent - 3 # xlShowValue - 2 # xlSingle - 2 # xlSolid - 1 # xlSquare - 1 # xlStar - 5 # xlStError - 4 # xlTop - -4160 # xlTransparent - 2 # xlTriangle - 3 return { xl3DBar -4099 xl3DSurface -4103 xlAbove 0 xlAutomatic -4105 xlBar 2 xlBelow 1 xlBoth 1 xlBottom -4107 xlCenter -4108 xlChecker 9 xlCircle 8 xlColumn 3 xlCombination -4111 xlCorner 2 xlCrissCross 16 xlCross 4 xlCustom -4114 xlDefaultAutoFormat -1 xlDiamond 2 xlDistributed -4117 xlFill 5 xlFixedValue 1 xlGeneral 1 xlGray8 18 xlGray16 17 xlGray25 -4124 xlGray50 -4125 xlGray75 -4126 xlGrid 15 xlHigh -4127 xlInside 2 xlJustify -4130 xlLeft -4131 xlLightDown 13 xlLightHorizontal 11 xlLightUp 14 xlLightVertical 12 xlLow -4134 xlMaximum 2 xlMinimum 4 xlMinusValues 3 xlNextToAxis 4 xlNone -4142 xlOpaque 3 xlOutside 3 xlPercent 2 xlPlus 9 xlPlusValues 2 xlRight -4152 xlScale 3 xlSemiGray75 10 xlShowLabel 4 xlShowLabelAndPercent 5 xlShowPercent 3 xlShowValue 2 xlSingle 2 xlSolid 1 xlSquare 1 xlStar 5 xlStError 4 xlTop -4160 xlTransparent 2 xlTriangle 3 } }
XlCopyPictureFormat [::Word::Enum]Top, Main, Index
XlCopyPictureFormat
xlBitmap | 2 |
xlPicture | -4147 |
proc ::Word::Enum::XlCopyPictureFormat {} { # xlBitmap - 2 # xlPicture - -4147 return { xlBitmap 2 xlPicture -4147 } }
XlDataLabelPosition [::Word::Enum]Top, Main, Index
XlDataLabelPosition
xlLabelPositionAbove | 0 |
xlLabelPositionBelow | 1 |
xlLabelPositionBestFit | 5 |
xlLabelPositionCenter | -4108 |
xlLabelPositionCustom | 7 |
xlLabelPositionInsideBase | 4 |
xlLabelPositionInsideEnd | 3 |
xlLabelPositionLeft | -4131 |
xlLabelPositionMixed | 6 |
xlLabelPositionOutsideEnd | 2 |
xlLabelPositionRight | -4152 |
proc ::Word::Enum::XlDataLabelPosition {} { # xlLabelPositionAbove - 0 # xlLabelPositionBelow - 1 # xlLabelPositionBestFit - 5 # xlLabelPositionCenter - -4108 # xlLabelPositionCustom - 7 # xlLabelPositionInsideBase - 4 # xlLabelPositionInsideEnd - 3 # xlLabelPositionLeft - -4131 # xlLabelPositionMixed - 6 # xlLabelPositionOutsideEnd - 2 # xlLabelPositionRight - -4152 return { xlLabelPositionAbove 0 xlLabelPositionBelow 1 xlLabelPositionBestFit 5 xlLabelPositionCenter -4108 xlLabelPositionCustom 7 xlLabelPositionInsideBase 4 xlLabelPositionInsideEnd 3 xlLabelPositionLeft -4131 xlLabelPositionMixed 6 xlLabelPositionOutsideEnd 2 xlLabelPositionRight -4152 } }
XlDataLabelSeparator [::Word::Enum]Top, Main, Index
XlDataLabelSeparator
xlDataLabelSeparatorDefault | 1 |
proc ::Word::Enum::XlDataLabelSeparator {} { # xlDataLabelSeparatorDefault - 1 return { xlDataLabelSeparatorDefault 1 } }
XlDataLabelsType [::Word::Enum]Top, Main, Index
XlDataLabelsType
xlDataLabelsShowBubbleSizes | 6 |
xlDataLabelsShowLabel | 4 |
xlDataLabelsShowLabelAndPercent | 5 |
xlDataLabelsShowNone | -4142 |
xlDataLabelsShowPercent | 3 |
xlDataLabelsShowValue | 2 |
proc ::Word::Enum::XlDataLabelsType {} { # xlDataLabelsShowBubbleSizes - 6 # xlDataLabelsShowLabel - 4 # xlDataLabelsShowLabelAndPercent - 5 # xlDataLabelsShowNone - -4142 # xlDataLabelsShowPercent - 3 # xlDataLabelsShowValue - 2 return { xlDataLabelsShowBubbleSizes 6 xlDataLabelsShowLabel 4 xlDataLabelsShowLabelAndPercent 5 xlDataLabelsShowNone -4142 xlDataLabelsShowPercent 3 xlDataLabelsShowValue 2 } }
XlDisplayBlanksAs [::Word::Enum]Top, Main, Index
XlDisplayBlanksAs
xlInterpolated | 3 |
xlNotPlotted | 1 |
xlZero | 2 |
proc ::Word::Enum::XlDisplayBlanksAs {} { # xlInterpolated - 3 # xlNotPlotted - 1 # xlZero - 2 return { xlInterpolated 3 xlNotPlotted 1 xlZero 2 } }
XlDisplayUnit [::Word::Enum]Top, Main, Index
XlDisplayUnit
xlHundredMillions | -8 |
xlHundreds | -2 |
xlHundredThousands | -5 |
xlMillionMillions | -10 |
xlMillions | -6 |
xlTenMillions | -7 |
xlTenThousands | -4 |
xlThousandMillions | -9 |
xlThousands | -3 |
proc ::Word::Enum::XlDisplayUnit {} { # xlHundredMillions - -8 # xlHundreds - -2 # xlHundredThousands - -5 # xlMillionMillions - -10 # xlMillions - -6 # xlTenMillions - -7 # xlTenThousands - -4 # xlThousandMillions - -9 # xlThousands - -3 return { xlHundredMillions -8 xlHundreds -2 xlHundredThousands -5 xlMillionMillions -10 xlMillions -6 xlTenMillions -7 xlTenThousands -4 xlThousandMillions -9 xlThousands -3 } }
XlEndStyleCap [::Word::Enum]Top, Main, Index
XlEndStyleCap
xlCap | 1 |
xlNoCap | 2 |
proc ::Word::Enum::XlEndStyleCap {} { # xlCap - 1 # xlNoCap - 2 return { xlCap 1 xlNoCap 2 } }
XlErrorBarDirection [::Word::Enum]Top, Main, Index
XlErrorBarDirection
xlChartX | -4168 |
xlChartY | 1 |
proc ::Word::Enum::XlErrorBarDirection {} { # xlChartX - -4168 # xlChartY - 1 return { xlChartX -4168 xlChartY 1 } }
XlErrorBarInclude [::Word::Enum]Top, Main, Index
XlErrorBarInclude
xlErrorBarIncludeBoth | 1 |
xlErrorBarIncludeMinusValues | 3 |
xlErrorBarIncludeNone | -4142 |
xlErrorBarIncludePlusValues | 2 |
proc ::Word::Enum::XlErrorBarInclude {} { # xlErrorBarIncludeBoth - 1 # xlErrorBarIncludeMinusValues - 3 # xlErrorBarIncludeNone - -4142 # xlErrorBarIncludePlusValues - 2 return { xlErrorBarIncludeBoth 1 xlErrorBarIncludeMinusValues 3 xlErrorBarIncludeNone -4142 xlErrorBarIncludePlusValues 2 } }
XlErrorBarType [::Word::Enum]Top, Main, Index
XlErrorBarType
xlErrorBarTypeCustom | -4114 |
xlErrorBarTypeFixedValue | 1 |
xlErrorBarTypePercent | 2 |
xlErrorBarTypeStDev | -4155 |
xlErrorBarTypeStError | 4 |
proc ::Word::Enum::XlErrorBarType {} { # xlErrorBarTypeCustom - -4114 # xlErrorBarTypeFixedValue - 1 # xlErrorBarTypePercent - 2 # xlErrorBarTypeStDev - -4155 # xlErrorBarTypeStError - 4 return { xlErrorBarTypeCustom -4114 xlErrorBarTypeFixedValue 1 xlErrorBarTypePercent 2 xlErrorBarTypeStDev -4155 xlErrorBarTypeStError 4 } }
XlGeoMappingLevel [::Word::Enum]Top, Main, Index
XlGeoMappingLevel
xlGeoMappingLevelAutomatic | 0 |
xlGeoMappingLevelCountryRegion | 5 |
xlGeoMappingLevelCountryRegionList | 6 |
xlGeoMappingLevelCounty | 3 |
xlGeoMappingLevelDataOnly | 1 |
xlGeoMappingLevelPostalCode | 2 |
xlGeoMappingLevelState | 4 |
xlGeoMappingLevelWorld | 7 |
proc ::Word::Enum::XlGeoMappingLevel {} { # xlGeoMappingLevelAutomatic - 0 # xlGeoMappingLevelCountryRegion - 5 # xlGeoMappingLevelCountryRegionList - 6 # xlGeoMappingLevelCounty - 3 # xlGeoMappingLevelDataOnly - 1 # xlGeoMappingLevelPostalCode - 2 # xlGeoMappingLevelState - 4 # xlGeoMappingLevelWorld - 7 return { xlGeoMappingLevelAutomatic 0 xlGeoMappingLevelCountryRegion 5 xlGeoMappingLevelCountryRegionList 6 xlGeoMappingLevelCounty 3 xlGeoMappingLevelDataOnly 1 xlGeoMappingLevelPostalCode 2 xlGeoMappingLevelState 4 xlGeoMappingLevelWorld 7 } }
XlGeoProjectionType [::Word::Enum]Top, Main, Index
XlGeoProjectionType
xlGeoProjectionTypeAlbers | 3 |
xlGeoProjectionTypeAutomatic | 0 |
xlGeoProjectionTypeMercator | 1 |
xlGeoProjectionTypeMiller | 2 |
xlGeoProjectionTypeRobinson | 4 |
proc ::Word::Enum::XlGeoProjectionType {} { # xlGeoProjectionTypeAlbers - 3 # xlGeoProjectionTypeAutomatic - 0 # xlGeoProjectionTypeMercator - 1 # xlGeoProjectionTypeMiller - 2 # xlGeoProjectionTypeRobinson - 4 return { xlGeoProjectionTypeAlbers 3 xlGeoProjectionTypeAutomatic 0 xlGeoProjectionTypeMercator 1 xlGeoProjectionTypeMiller 2 xlGeoProjectionTypeRobinson 4 } }
XlGradientStopPositionType [::Word::Enum]Top, Main, Index
XlGradientStopPositionType
xlGradientStopPositionTypeExtremeValue | 0 |
xlGradientStopPositionTypeNumber | 1 |
xlGradientStopPositionTypePercent | 2 |
proc ::Word::Enum::XlGradientStopPositionType {} { # xlGradientStopPositionTypeExtremeValue - 0 # xlGradientStopPositionTypeNumber - 1 # xlGradientStopPositionTypePercent - 2 return { xlGradientStopPositionTypeExtremeValue 0 xlGradientStopPositionTypeNumber 1 xlGradientStopPositionTypePercent 2 } }
XlHAlign [::Word::Enum]Top, Main, Index
XlHAlign
xlHAlignCenter | -4108 |
xlHAlignCenterAcrossSelection | 7 |
xlHAlignDistributed | -4117 |
xlHAlignFill | 5 |
xlHAlignGeneral | 1 |
xlHAlignJustify | -4130 |
xlHAlignLeft | -4131 |
xlHAlignRight | -4152 |
proc ::Word::Enum::XlHAlign {} { # xlHAlignCenter - -4108 # xlHAlignCenterAcrossSelection - 7 # xlHAlignDistributed - -4117 # xlHAlignFill - 5 # xlHAlignGeneral - 1 # xlHAlignJustify - -4130 # xlHAlignLeft - -4131 # xlHAlignRight - -4152 return { xlHAlignCenter -4108 xlHAlignCenterAcrossSelection 7 xlHAlignDistributed -4117 xlHAlignFill 5 xlHAlignGeneral 1 xlHAlignJustify -4130 xlHAlignLeft -4131 xlHAlignRight -4152 } }
XlLegendPosition [::Word::Enum]Top, Main, Index
XlLegendPosition
xlLegendPositionBottom | -4107 |
xlLegendPositionCorner | 2 |
xlLegendPositionCustom | -4161 |
xlLegendPositionLeft | -4131 |
xlLegendPositionRight | -4152 |
xlLegendPositionTop | -4160 |
proc ::Word::Enum::XlLegendPosition {} { # xlLegendPositionBottom - -4107 # xlLegendPositionCorner - 2 # xlLegendPositionCustom - -4161 # xlLegendPositionLeft - -4131 # xlLegendPositionRight - -4152 # xlLegendPositionTop - -4160 return { xlLegendPositionBottom -4107 xlLegendPositionCorner 2 xlLegendPositionCustom -4161 xlLegendPositionLeft -4131 xlLegendPositionRight -4152 xlLegendPositionTop -4160 } }
XlLineStyle [::Word::Enum]Top, Main, Index
XlLineStyle
xlContinuous | 1 |
xlDash | -4115 |
xlDashDot | 4 |
xlDashDotDot | 5 |
xlDot | -4118 |
xlDouble | -4119 |
xlLineStyleNone | -4142 |
xlSlantDashDot | 13 |
proc ::Word::Enum::XlLineStyle {} { # xlContinuous - 1 # xlDash - -4115 # xlDashDot - 4 # xlDashDotDot - 5 # xlDot - -4118 # xlDouble - -4119 # xlLineStyleNone - -4142 # xlSlantDashDot - 13 return { xlContinuous 1 xlDash -4115 xlDashDot 4 xlDashDotDot 5 xlDot -4118 xlDouble -4119 xlLineStyleNone -4142 xlSlantDashDot 13 } }
XlMarkerStyle [::Word::Enum]Top, Main, Index
XlMarkerStyle
xlMarkerStyleAutomatic | -4105 |
xlMarkerStyleCircle | 8 |
xlMarkerStyleDash | -4115 |
xlMarkerStyleDiamond | 2 |
xlMarkerStyleDot | -4118 |
xlMarkerStyleNone | -4142 |
xlMarkerStylePicture | -4147 |
xlMarkerStylePlus | 9 |
xlMarkerStyleSquare | 1 |
xlMarkerStyleStar | 5 |
xlMarkerStyleTriangle | 3 |
xlMarkerStyleX | -4168 |
proc ::Word::Enum::XlMarkerStyle {} { # xlMarkerStyleAutomatic - -4105 # xlMarkerStyleCircle - 8 # xlMarkerStyleDash - -4115 # xlMarkerStyleDiamond - 2 # xlMarkerStyleDot - -4118 # xlMarkerStyleNone - -4142 # xlMarkerStylePicture - -4147 # xlMarkerStylePlus - 9 # xlMarkerStyleSquare - 1 # xlMarkerStyleStar - 5 # xlMarkerStyleTriangle - 3 # xlMarkerStyleX - -4168 return { xlMarkerStyleAutomatic -4105 xlMarkerStyleCircle 8 xlMarkerStyleDash -4115 xlMarkerStyleDiamond 2 xlMarkerStyleDot -4118 xlMarkerStyleNone -4142 xlMarkerStylePicture -4147 xlMarkerStylePlus 9 xlMarkerStyleSquare 1 xlMarkerStyleStar 5 xlMarkerStyleTriangle 3 xlMarkerStyleX -4168 } }
XlOrientation [::Word::Enum]Top, Main, Index
XlOrientation
xlDownward | -4170 |
xlHorizontal | -4128 |
xlUpward | -4171 |
xlVertical | -4166 |
proc ::Word::Enum::XlOrientation {} { # xlDownward - -4170 # xlHorizontal - -4128 # xlUpward - -4171 # xlVertical - -4166 return { xlDownward -4170 xlHorizontal -4128 xlUpward -4171 xlVertical -4166 } }
XlParentDataLabelOptions [::Word::Enum]Top, Main, Index
XlParentDataLabelOptions
xlParentDataLabelOptionsBanner | 1 |
xlParentDataLabelOptionsNone | 0 |
xlParentDataLabelOptionsOverlapping | 2 |
proc ::Word::Enum::XlParentDataLabelOptions {} { # xlParentDataLabelOptionsBanner - 1 # xlParentDataLabelOptionsNone - 0 # xlParentDataLabelOptionsOverlapping - 2 return { xlParentDataLabelOptionsBanner 1 xlParentDataLabelOptionsNone 0 xlParentDataLabelOptionsOverlapping 2 } }
XlPattern [::Word::Enum]Top, Main, Index
XlPattern
xlPatternAutomatic | -4105 |
xlPatternChecker | 9 |
xlPatternCrissCross | 16 |
xlPatternDown | -4121 |
xlPatternGray8 | 18 |
xlPatternGray16 | 17 |
xlPatternGray25 | -4124 |
xlPatternGray50 | -4125 |
xlPatternGray75 | -4126 |
xlPatternGrid | 15 |
xlPatternHorizontal | -4128 |
xlPatternLightDown | 13 |
xlPatternLightHorizontal | 11 |
xlPatternLightUp | 14 |
xlPatternLightVertical | 12 |
xlPatternLinearGradient | 4000 |
xlPatternNone | -4142 |
xlPatternRectangularGradient | 4001 |
xlPatternSemiGray75 | 10 |
xlPatternSolid | 1 |
xlPatternUp | -4162 |
xlPatternVertical | -4166 |
proc ::Word::Enum::XlPattern {} { # xlPatternAutomatic - -4105 # xlPatternChecker - 9 # xlPatternCrissCross - 16 # xlPatternDown - -4121 # xlPatternGray8 - 18 # xlPatternGray16 - 17 # xlPatternGray25 - -4124 # xlPatternGray50 - -4125 # xlPatternGray75 - -4126 # xlPatternGrid - 15 # xlPatternHorizontal - -4128 # xlPatternLightDown - 13 # xlPatternLightHorizontal - 11 # xlPatternLightUp - 14 # xlPatternLightVertical - 12 # xlPatternLinearGradient - 4000 # xlPatternNone - -4142 # xlPatternRectangularGradient - 4001 # xlPatternSemiGray75 - 10 # xlPatternSolid - 1 # xlPatternUp - -4162 # xlPatternVertical - -4166 return { xlPatternAutomatic -4105 xlPatternChecker 9 xlPatternCrissCross 16 xlPatternDown -4121 xlPatternGray8 18 xlPatternGray16 17 xlPatternGray25 -4124 xlPatternGray50 -4125 xlPatternGray75 -4126 xlPatternGrid 15 xlPatternHorizontal -4128 xlPatternLightDown 13 xlPatternLightHorizontal 11 xlPatternLightUp 14 xlPatternLightVertical 12 xlPatternLinearGradient 4000 xlPatternNone -4142 xlPatternRectangularGradient 4001 xlPatternSemiGray75 10 xlPatternSolid 1 xlPatternUp -4162 xlPatternVertical -4166 } }
XlPictureAppearance [::Word::Enum]Top, Main, Index
XlPictureAppearance
xlPrinter | 2 |
xlScreen | 1 |
proc ::Word::Enum::XlPictureAppearance {} { # xlPrinter - 2 # xlScreen - 1 return { xlPrinter 2 xlScreen 1 } }
XlPieSliceIndex [::Word::Enum]Top, Main, Index
XlPieSliceIndex
xlCenterPoint | 5 |
xlInnerCenterPoint | 8 |
xlInnerClockwisePoint | 7 |
xlInnerCounterClockwisePoint | 9 |
xlMidClockwiseRadiusPoint | 4 |
xlMidCounterClockwiseRadiusPoint | 6 |
xlOuterCenterPoint | 2 |
xlOuterClockwisePoint | 3 |
xlOuterCounterClockwisePoint | 1 |
proc ::Word::Enum::XlPieSliceIndex {} { # xlCenterPoint - 5 # xlInnerCenterPoint - 8 # xlInnerClockwisePoint - 7 # xlInnerCounterClockwisePoint - 9 # xlMidClockwiseRadiusPoint - 4 # xlMidCounterClockwiseRadiusPoint - 6 # xlOuterCenterPoint - 2 # xlOuterClockwisePoint - 3 # xlOuterCounterClockwisePoint - 1 return { xlCenterPoint 5 xlInnerCenterPoint 8 xlInnerClockwisePoint 7 xlInnerCounterClockwisePoint 9 xlMidClockwiseRadiusPoint 4 xlMidCounterClockwiseRadiusPoint 6 xlOuterCenterPoint 2 xlOuterClockwisePoint 3 xlOuterCounterClockwisePoint 1 } }
XlPieSliceLocation [::Word::Enum]Top, Main, Index
XlPieSliceLocation
xlHorizontalCoordinate | 1 |
xlVerticalCoordinate | 2 |
proc ::Word::Enum::XlPieSliceLocation {} { # xlHorizontalCoordinate - 1 # xlVerticalCoordinate - 2 return { xlHorizontalCoordinate 1 xlVerticalCoordinate 2 } }
XlPivotFieldOrientation [::Word::Enum]Top, Main, Index
XlPivotFieldOrientation
xlColumnField | 2 |
xlDataField | 4 |
xlHidden | 0 |
xlPageField | 3 |
xlRowField | 1 |
proc ::Word::Enum::XlPivotFieldOrientation {} { # xlColumnField - 2 # xlDataField - 4 # xlHidden - 0 # xlPageField - 3 # xlRowField - 1 return { xlColumnField 2 xlDataField 4 xlHidden 0 xlPageField 3 xlRowField 1 } }
XlReadingOrder [::Word::Enum]Top, Main, Index
XlReadingOrder
xlContext | -5002 |
xlLTR | -5003 |
xlRTL | -5004 |
proc ::Word::Enum::XlReadingOrder {} { # xlContext - -5002 # xlLTR - -5003 # xlRTL - -5004 return { xlContext -5002 xlLTR -5003 xlRTL -5004 } }
XlRegionLabelOptions [::Word::Enum]Top, Main, Index
XlRegionLabelOptions
xlRegionLabelOptionsBestFitOnly | 1 |
xlRegionLabelOptionsNone | 0 |
xlRegionLabelOptionsShowAll | 2 |
proc ::Word::Enum::XlRegionLabelOptions {} { # xlRegionLabelOptionsBestFitOnly - 1 # xlRegionLabelOptionsNone - 0 # xlRegionLabelOptionsShowAll - 2 return { xlRegionLabelOptionsBestFitOnly 1 xlRegionLabelOptionsNone 0 xlRegionLabelOptionsShowAll 2 } }
XlRgbColor [::Word::Enum]Top, Main, Index
XlRgbColor
xlAliceBlue | 16775408 |
xlAntiqueWhite | 14150650 |
xlAqua | 16776960 |
xlAquamarine | 13959039 |
xlAzure | 16777200 |
xlBeige | 14480885 |
xlBisque | 12903679 |
xlBlack | 0 |
xlBlanchedAlmond | 13495295 |
xlBlue | 16711680 |
xlBlueViolet | 14822282 |
xlBrown | 2763429 |
xlBurlyWood | 8894686 |
xlCadetBlue | 10526303 |
xlChartreuse | 65407 |
xlCoral | 5275647 |
xlCornflowerBlue | 15570276 |
xlCornsilk | 14481663 |
xlCrimson | 3937500 |
xlDarkBlue | 9109504 |
xlDarkCyan | 9145088 |
xlDarkGoldenrod | 755384 |
xlDarkGray | 11119017 |
xlDarkGreen | 25600 |
xlDarkGrey | 11119017 |
xlDarkKhaki | 7059389 |
xlDarkMagenta | 9109643 |
xlDarkOliveGreen | 3107669 |
xlDarkOrange | 36095 |
xlDarkOrchid | 13382297 |
xlDarkRed | 139 |
xlDarkSalmon | 8034025 |
xlDarkSeaGreen | 9419919 |
xlDarkSlateBlue | 9125192 |
xlDarkSlateGray | 5197615 |
xlDarkSlateGrey | 5197615 |
xlDarkTurquoise | 13749760 |
xlDarkViolet | 13828244 |
xlDeepPink | 9639167 |
xlDeepSkyBlue | 16760576 |
xlDimGray | 6908265 |
xlDimGrey | 6908265 |
xlDodgerBlue | 16748574 |
xlFireBrick | 2237106 |
xlFloralWhite | 15792895 |
xlForestGreen | 2263842 |
xlFuchsia | 16711935 |
xlGainsboro | 14474460 |
xlGhostWhite | 16775416 |
xlGold | 55295 |
xlGoldenrod | 2139610 |
xlGray | 8421504 |
xlGreen | 32768 |
xlGreenYellow | 3145645 |
xlGrey | 8421504 |
xlHoneydew | 15794160 |
xlHotPink | 11823615 |
xlIndianRed | 6053069 |
xlIndigo | 8519755 |
xlIvory | 15794175 |
xlKhaki | 9234160 |
xlLavender | 16443110 |
xlLavenderBlush | 16118015 |
xlLawnGreen | 64636 |
xlLemonChiffon | 13499135 |
xlLightBlue | 15128749 |
xlLightCoral | 8421616 |
xlLightCyan | 9145088 |
xlLightGoldenrodYellow | 13826810 |
xlLightGray | 13882323 |
xlLightGreen | 9498256 |
xlLightGrey | 13882323 |
xlLightPink | 12695295 |
xlLightSalmon | 8036607 |
xlLightSeaGreen | 11186720 |
xlLightSkyBlue | 16436871 |
xlLightSlateGray | 10061943 |
xlLightSlateGrey | 10061943 |
xlLightSteelBlue | 14599344 |
xlLightYellow | 14745599 |
xlLime | 65280 |
xlLimeGreen | 3329330 |
xlLinen | 15134970 |
xlMaroon | 128 |
xlMediumAquamarine | 11206502 |
xlMediumBlue | 13434880 |
xlMediumOrchid | 13850042 |
xlMediumPurple | 14381203 |
xlMediumSeaGreen | 7451452 |
xlMediumSlateBlue | 15624315 |
xlMediumSpringGreen | 10156544 |
xlMediumTurquoise | 13422920 |
xlMediumVioletRed | 8721863 |
xlMidnightBlue | 7346457 |
xlMintCream | 16449525 |
xlMistyRose | 14804223 |
xlMoccasin | 11920639 |
xlNavajoWhite | 11394815 |
xlNavy | 8388608 |
xlNavyBlue | 8388608 |
xlOldLace | 15136253 |
xlOlive | 32896 |
xlOliveDrab | 2330219 |
xlOrange | 42495 |
xlOrangeRed | 17919 |
xlOrchid | 14053594 |
xlPaleGoldenrod | 7071982 |
xlPaleGreen | 10025880 |
xlPaleTurquoise | 15658671 |
xlPaleVioletRed | 9662683 |
xlPapayaWhip | 14020607 |
xlPeachPuff | 12180223 |
xlPeru | 4163021 |
xlPink | 13353215 |
xlPlum | 14524637 |
xlPowderBlue | 15130800 |
xlPurple | 8388736 |
xlRed | 255 |
xlRosyBrown | 9408444 |
xlRoyalBlue | 14772545 |
xlSalmon | 7504122 |
xlSandyBrown | 6333684 |
xlSeaGreen | 5737262 |
xlSeashell | 15660543 |
xlSienna | 2970272 |
xlSilver | 12632256 |
xlSkyBlue | 15453831 |
xlSlateBlue | 13458026 |
xlSlateGray | 9470064 |
xlSlateGrey | 9470064 |
xlSnow | 16448255 |
xlSpringGreen | 8388352 |
xlSteelBlue | 11829830 |
xlTan | 9221330 |
xlTeal | 8421376 |
xlThistle | 14204888 |
xlTomato | 4678655 |
xlTurquoise | 13688896 |
xlViolet | 15631086 |
xlWheat | 11788021 |
xlWhite | 16777215 |
xlWhiteSmoke | 16119285 |
xlYellow | 65535 |
xlYellowGreen | 3329434 |
proc ::Word::Enum::XlRgbColor {} { # xlAliceBlue - 16775408 # xlAntiqueWhite - 14150650 # xlAqua - 16776960 # xlAquamarine - 13959039 # xlAzure - 16777200 # xlBeige - 14480885 # xlBisque - 12903679 # xlBlack - 0 # xlBlanchedAlmond - 13495295 # xlBlue - 16711680 # xlBlueViolet - 14822282 # xlBrown - 2763429 # xlBurlyWood - 8894686 # xlCadetBlue - 10526303 # xlChartreuse - 65407 # xlCoral - 5275647 # xlCornflowerBlue - 15570276 # xlCornsilk - 14481663 # xlCrimson - 3937500 # xlDarkBlue - 9109504 # xlDarkCyan - 9145088 # xlDarkGoldenrod - 755384 # xlDarkGray - 11119017 # xlDarkGreen - 25600 # xlDarkGrey - 11119017 # xlDarkKhaki - 7059389 # xlDarkMagenta - 9109643 # xlDarkOliveGreen - 3107669 # xlDarkOrange - 36095 # xlDarkOrchid - 13382297 # xlDarkRed - 139 # xlDarkSalmon - 8034025 # xlDarkSeaGreen - 9419919 # xlDarkSlateBlue - 9125192 # xlDarkSlateGray - 5197615 # xlDarkSlateGrey - 5197615 # xlDarkTurquoise - 13749760 # xlDarkViolet - 13828244 # xlDeepPink - 9639167 # xlDeepSkyBlue - 16760576 # xlDimGray - 6908265 # xlDimGrey - 6908265 # xlDodgerBlue - 16748574 # xlFireBrick - 2237106 # xlFloralWhite - 15792895 # xlForestGreen - 2263842 # xlFuchsia - 16711935 # xlGainsboro - 14474460 # xlGhostWhite - 16775416 # xlGold - 55295 # xlGoldenrod - 2139610 # xlGray - 8421504 # xlGreen - 32768 # xlGreenYellow - 3145645 # xlGrey - 8421504 # xlHoneydew - 15794160 # xlHotPink - 11823615 # xlIndianRed - 6053069 # xlIndigo - 8519755 # xlIvory - 15794175 # xlKhaki - 9234160 # xlLavender - 16443110 # xlLavenderBlush - 16118015 # xlLawnGreen - 64636 # xlLemonChiffon - 13499135 # xlLightBlue - 15128749 # xlLightCoral - 8421616 # xlLightCyan - 9145088 # xlLightGoldenrodYellow - 13826810 # xlLightGray - 13882323 # xlLightGreen - 9498256 # xlLightGrey - 13882323 # xlLightPink - 12695295 # xlLightSalmon - 8036607 # xlLightSeaGreen - 11186720 # xlLightSkyBlue - 16436871 # xlLightSlateGray - 10061943 # xlLightSlateGrey - 10061943 # xlLightSteelBlue - 14599344 # xlLightYellow - 14745599 # xlLime - 65280 # xlLimeGreen - 3329330 # xlLinen - 15134970 # xlMaroon - 128 # xlMediumAquamarine - 11206502 # xlMediumBlue - 13434880 # xlMediumOrchid - 13850042 # xlMediumPurple - 14381203 # xlMediumSeaGreen - 7451452 # xlMediumSlateBlue - 15624315 # xlMediumSpringGreen - 10156544 # xlMediumTurquoise - 13422920 # xlMediumVioletRed - 8721863 # xlMidnightBlue - 7346457 # xlMintCream - 16449525 # xlMistyRose - 14804223 # xlMoccasin - 11920639 # xlNavajoWhite - 11394815 # xlNavy - 8388608 # xlNavyBlue - 8388608 # xlOldLace - 15136253 # xlOlive - 32896 # xlOliveDrab - 2330219 # xlOrange - 42495 # xlOrangeRed - 17919 # xlOrchid - 14053594 # xlPaleGoldenrod - 7071982 # xlPaleGreen - 10025880 # xlPaleTurquoise - 15658671 # xlPaleVioletRed - 9662683 # xlPapayaWhip - 14020607 # xlPeachPuff - 12180223 # xlPeru - 4163021 # xlPink - 13353215 # xlPlum - 14524637 # xlPowderBlue - 15130800 # xlPurple - 8388736 # xlRed - 255 # xlRosyBrown - 9408444 # xlRoyalBlue - 14772545 # xlSalmon - 7504122 # xlSandyBrown - 6333684 # xlSeaGreen - 5737262 # xlSeashell - 15660543 # xlSienna - 2970272 # xlSilver - 12632256 # xlSkyBlue - 15453831 # xlSlateBlue - 13458026 # xlSlateGray - 9470064 # xlSlateGrey - 9470064 # xlSnow - 16448255 # xlSpringGreen - 8388352 # xlSteelBlue - 11829830 # xlTan - 9221330 # xlTeal - 8421376 # xlThistle - 14204888 # xlTomato - 4678655 # xlTurquoise - 13688896 # xlViolet - 15631086 # xlWheat - 11788021 # xlWhite - 16777215 # xlWhiteSmoke - 16119285 # xlYellow - 65535 # xlYellowGreen - 3329434 return { xlAliceBlue 16775408 xlAntiqueWhite 14150650 xlAqua 16776960 xlAquamarine 13959039 xlAzure 16777200 xlBeige 14480885 xlBisque 12903679 xlBlack 0 xlBlanchedAlmond 13495295 xlBlue 16711680 xlBlueViolet 14822282 xlBrown 2763429 xlBurlyWood 8894686 xlCadetBlue 10526303 xlChartreuse 65407 xlCoral 5275647 xlCornflowerBlue 15570276 xlCornsilk 14481663 xlCrimson 3937500 xlDarkBlue 9109504 xlDarkCyan 9145088 xlDarkGoldenrod 755384 xlDarkGray 11119017 xlDarkGreen 25600 xlDarkGrey 11119017 xlDarkKhaki 7059389 xlDarkMagenta 9109643 xlDarkOliveGreen 3107669 xlDarkOrange 36095 xlDarkOrchid 13382297 xlDarkRed 139 xlDarkSalmon 8034025 xlDarkSeaGreen 9419919 xlDarkSlateBlue 9125192 xlDarkSlateGray 5197615 xlDarkSlateGrey 5197615 xlDarkTurquoise 13749760 xlDarkViolet 13828244 xlDeepPink 9639167 xlDeepSkyBlue 16760576 xlDimGray 6908265 xlDimGrey 6908265 xlDodgerBlue 16748574 xlFireBrick 2237106 xlFloralWhite 15792895 xlForestGreen 2263842 xlFuchsia 16711935 xlGainsboro 14474460 xlGhostWhite 16775416 xlGold 55295 xlGoldenrod 2139610 xlGray 8421504 xlGreen 32768 xlGreenYellow 3145645 xlGrey 8421504 xlHoneydew 15794160 xlHotPink 11823615 xlIndianRed 6053069 xlIndigo 8519755 xlIvory 15794175 xlKhaki 9234160 xlLavender 16443110 xlLavenderBlush 16118015 xlLawnGreen 64636 xlLemonChiffon 13499135 xlLightBlue 15128749 xlLightCoral 8421616 xlLightCyan 9145088 xlLightGoldenrodYellow 13826810 xlLightGray 13882323 xlLightGreen 9498256 xlLightGrey 13882323 xlLightPink 12695295 xlLightSalmon 8036607 xlLightSeaGreen 11186720 xlLightSkyBlue 16436871 xlLightSlateGray 10061943 xlLightSlateGrey 10061943 xlLightSteelBlue 14599344 xlLightYellow 14745599 xlLime 65280 xlLimeGreen 3329330 xlLinen 15134970 xlMaroon 128 xlMediumAquamarine 11206502 xlMediumBlue 13434880 xlMediumOrchid 13850042 xlMediumPurple 14381203 xlMediumSeaGreen 7451452 xlMediumSlateBlue 15624315 xlMediumSpringGreen 10156544 xlMediumTurquoise 13422920 xlMediumVioletRed 8721863 xlMidnightBlue 7346457 xlMintCream 16449525 xlMistyRose 14804223 xlMoccasin 11920639 xlNavajoWhite 11394815 xlNavy 8388608 xlNavyBlue 8388608 xlOldLace 15136253 xlOlive 32896 xlOliveDrab 2330219 xlOrange 42495 xlOrangeRed 17919 xlOrchid 14053594 xlPaleGoldenrod 7071982 xlPaleGreen 10025880 xlPaleTurquoise 15658671 xlPaleVioletRed 9662683 xlPapayaWhip 14020607 xlPeachPuff 12180223 xlPeru 4163021 xlPink 13353215 xlPlum 14524637 xlPowderBlue 15130800 xlPurple 8388736 xlRed 255 xlRosyBrown 9408444 xlRoyalBlue 14772545 xlSalmon 7504122 xlSandyBrown 6333684 xlSeaGreen 5737262 xlSeashell 15660543 xlSienna 2970272 xlSilver 12632256 xlSkyBlue 15453831 xlSlateBlue 13458026 xlSlateGray 9470064 xlSlateGrey 9470064 xlSnow 16448255 xlSpringGreen 8388352 xlSteelBlue 11829830 xlTan 9221330 xlTeal 8421376 xlThistle 14204888 xlTomato 4678655 xlTurquoise 13688896 xlViolet 15631086 xlWheat 11788021 xlWhite 16777215 xlWhiteSmoke 16119285 xlYellow 65535 xlYellowGreen 3329434 } }
XlRowCol [::Word::Enum]Top, Main, Index
XlRowCol
xlColumns | 2 |
xlRows | 1 |
proc ::Word::Enum::XlRowCol {} { # xlColumns - 2 # xlRows - 1 return { xlColumns 2 xlRows 1 } }
XlScaleType [::Word::Enum]Top, Main, Index
XlScaleType
xlScaleLinear | -4132 |
xlScaleLogarithmic | -4133 |
proc ::Word::Enum::XlScaleType {} { # xlScaleLinear - -4132 # xlScaleLogarithmic - -4133 return { xlScaleLinear -4132 xlScaleLogarithmic -4133 } }
XlSeriesColorGradientStyle [::Word::Enum]Top, Main, Index
XlSeriesColorGradientStyle
xlSeriesColorGradientStyleDiverging | 1 |
xlSeriesColorGradientStyleSequential | 0 |
proc ::Word::Enum::XlSeriesColorGradientStyle {} { # xlSeriesColorGradientStyleDiverging - 1 # xlSeriesColorGradientStyleSequential - 0 return { xlSeriesColorGradientStyleDiverging 1 xlSeriesColorGradientStyleSequential 0 } }
XlSeriesNameLevel [::Word::Enum]Top, Main, Index
XlSeriesNameLevel
xlSeriesNameLevelAll | -1 |
xlSeriesNameLevelCustom | -2 |
xlSeriesNameLevelNone | -3 |
proc ::Word::Enum::XlSeriesNameLevel {} { # xlSeriesNameLevelAll - -1 # xlSeriesNameLevelCustom - -2 # xlSeriesNameLevelNone - -3 return { xlSeriesNameLevelAll -1 xlSeriesNameLevelCustom -2 xlSeriesNameLevelNone -3 } }
XlSizeRepresents [::Word::Enum]Top, Main, Index
XlSizeRepresents
xlSizeIsArea | 1 |
xlSizeIsWidth | 2 |
proc ::Word::Enum::XlSizeRepresents {} { # xlSizeIsArea - 1 # xlSizeIsWidth - 2 return { xlSizeIsArea 1 xlSizeIsWidth 2 } }
XlTickLabelOrientation [::Word::Enum]Top, Main, Index
XlTickLabelOrientation
xlTickLabelOrientationAutomatic | -4105 |
xlTickLabelOrientationDownward | -4170 |
xlTickLabelOrientationHorizontal | -4128 |
xlTickLabelOrientationUpward | -4171 |
xlTickLabelOrientationVertical | -4166 |
proc ::Word::Enum::XlTickLabelOrientation {} { # xlTickLabelOrientationAutomatic - -4105 # xlTickLabelOrientationDownward - -4170 # xlTickLabelOrientationHorizontal - -4128 # xlTickLabelOrientationUpward - -4171 # xlTickLabelOrientationVertical - -4166 return { xlTickLabelOrientationAutomatic -4105 xlTickLabelOrientationDownward -4170 xlTickLabelOrientationHorizontal -4128 xlTickLabelOrientationUpward -4171 xlTickLabelOrientationVertical -4166 } }
XlTickLabelPosition [::Word::Enum]Top, Main, Index
XlTickLabelPosition
xlTickLabelPositionHigh | -4127 |
xlTickLabelPositionLow | -4134 |
xlTickLabelPositionNextToAxis | 4 |
xlTickLabelPositionNone | -4142 |
proc ::Word::Enum::XlTickLabelPosition {} { # xlTickLabelPositionHigh - -4127 # xlTickLabelPositionLow - -4134 # xlTickLabelPositionNextToAxis - 4 # xlTickLabelPositionNone - -4142 return { xlTickLabelPositionHigh -4127 xlTickLabelPositionLow -4134 xlTickLabelPositionNextToAxis 4 xlTickLabelPositionNone -4142 } }
XlTickMark [::Word::Enum]Top, Main, Index
XlTickMark
xlTickMarkCross | 4 |
xlTickMarkInside | 2 |
xlTickMarkNone | -4142 |
xlTickMarkOutside | 3 |
proc ::Word::Enum::XlTickMark {} { # xlTickMarkCross - 4 # xlTickMarkInside - 2 # xlTickMarkNone - -4142 # xlTickMarkOutside - 3 return { xlTickMarkCross 4 xlTickMarkInside 2 xlTickMarkNone -4142 xlTickMarkOutside 3 } }
XlTimeUnit [::Word::Enum]Top, Main, Index
XlTimeUnit
xlDays | 0 |
xlMonths | 1 |
xlYears | 2 |
proc ::Word::Enum::XlTimeUnit {} { # xlDays - 0 # xlMonths - 1 # xlYears - 2 return { xlDays 0 xlMonths 1 xlYears 2 } }
XlTrendlineType [::Word::Enum]Top, Main, Index
XlTrendlineType
xlExponential | 5 |
xlLinear | -4132 |
xlLogarithmic | -4133 |
xlMovingAvg | 6 |
xlPolynomial | 3 |
xlPower | 4 |
proc ::Word::Enum::XlTrendlineType {} { # xlExponential - 5 # xlLinear - -4132 # xlLogarithmic - -4133 # xlMovingAvg - 6 # xlPolynomial - 3 # xlPower - 4 return { xlExponential 5 xlLinear -4132 xlLogarithmic -4133 xlMovingAvg 6 xlPolynomial 3 xlPower 4 } }
XlUnderlineStyle [::Word::Enum]Top, Main, Index
XlUnderlineStyle
xlUnderlineStyleDouble | -4119 |
xlUnderlineStyleDoubleAccounting | 5 |
xlUnderlineStyleNone | -4142 |
xlUnderlineStyleSingle | 2 |
xlUnderlineStyleSingleAccounting | 4 |
proc ::Word::Enum::XlUnderlineStyle {} { # xlUnderlineStyleDouble - -4119 # xlUnderlineStyleDoubleAccounting - 5 # xlUnderlineStyleNone - -4142 # xlUnderlineStyleSingle - 2 # xlUnderlineStyleSingleAccounting - 4 return { xlUnderlineStyleDouble -4119 xlUnderlineStyleDoubleAccounting 5 xlUnderlineStyleNone -4142 xlUnderlineStyleSingle 2 xlUnderlineStyleSingleAccounting 4 } }
XlVAlign [::Word::Enum]Top, Main, Index
XlVAlign
xlVAlignBottom | -4107 |
xlVAlignCenter | -4108 |
xlVAlignDistributed | -4117 |
xlVAlignJustify | -4130 |
xlVAlignTop | -4160 |
proc ::Word::Enum::XlVAlign {} { # xlVAlignBottom - -4107 # xlVAlignCenter - -4108 # xlVAlignDistributed - -4117 # xlVAlignJustify - -4130 # xlVAlignTop - -4160 return { xlVAlignBottom -4107 xlVAlignCenter -4108 xlVAlignDistributed -4117 xlVAlignJustify -4130 xlVAlignTop -4160 } }
XlValueSortOrder [::Word::Enum]Top, Main, Index
XlValueSortOrder
xlValueAscending | 1 |
xlValueDescending | 2 |
xlValueNone | 0 |
proc ::Word::Enum::XlValueSortOrder {} { # xlValueAscending - 1 # xlValueDescending - 2 # xlValueNone - 0 return { xlValueAscending 1 xlValueDescending 2 xlValueNone 0 } }