Enumerations

An Enumeration is a collection of constants that have fixed numeric values.
Enumerations provide a way of categorising (or grouping) your constants into a defined structure.
Most of the built-in enumerations for Word start with the characters wd.


Added in 2021

none 
none

Added in 2019

none 
none

Added in 2016

wdPageMovementTypeSpecifies the page movement type.
wdPageMovementType
Specifies the page movement type.

Added in 2013

wdContentControlAppearanceSpecifies the visualization for a content control.
wdContentControlLevelSpecifies the different levels that surround the content control
wdColumnWidthSpecifies the column width used in reading layout
wdPageColorSpecifies the background page colour used in reading mode
wdRevisionsMarkupSpecifies the extent of markup that is visible in the document
xlSeriesNameLevelSpecifies the series level constants passed to and returned by the Chart.SeriesNameLevel property
xlCategoryLabelLevelSpecifies the category label levels passed to and returned by the Chart.CategoryLabelLevel property
wdContentControlAppearance
Specifies the visualization for a content control.
wdContentControlLevel
Specifies the different levels that surround the content control
wdColumnWidth
Specifies the column width used in reading layout
wdPageColor
Specifies the background page colour used in reading mode
wdRevisionsMarkup
Specifies the extent of markup that is visible in the document
xlSeriesNameLevel
Specifies the series level constants passed to and returned by the Chart.SeriesNameLevel property
xlCategoryLabelLevel
Specifies the category label levels passed to and returned by the Chart.CategoryLabelLevel property

Added in 2010

wdApplyQuickStyleSetsSpecifies a Quick Style set to apply to the document.
wdCompatibilityModeSpecifies the compatibility mode that Word 2010 uses when opening a document.
wdLigaturesSpecifies the type of ligatures applied to a font.
wdLockTypeSpecifies the type of lock for a CoAuthLock object.
wdNumberFormSpecifies the number form setting for an OpenType font.
wdNumberSpacingSpecifies the number spacing setting for an OpenType font.
wdPortugueseReformSpecifies the mode for the Brazilian or European Portuguese spellers. Read/write.
wdProtectedViewCloseReasonSpecifies how the Protected View window was closed.
wdSpanishSpellerSpecifies the Spanish speller modes.
wdStylisticSetSpecifies the stylistic set to apply to the font.
wdUpdateStyleListBehaviorSpecifies the behavior Word 2010 should take when updating a style to match a selection that contains numbering or bullets.
wdApplyQuickStyleSets
Specifies a Quick Style set to apply to the document.
wdCompatibilityMode
Specifies the compatibility mode that Word 2010 uses when opening a document.
wdLigatures
Specifies the type of ligatures applied to a font.
wdLockType
Specifies the type of lock for a CoAuthLock object.
wdNumberForm
Specifies the number form setting for an OpenType font.
wdNumberSpacing
Specifies the number spacing setting for an OpenType font.
wdPortugueseReform
Specifies the mode for the Brazilian or European Portuguese spellers. Read/write.
wdProtectedViewCloseReason
Specifies how the Protected View window was closed.
wdSpanishSpeller
Specifies the Spanish speller modes.
wdStylisticSet
Specifies the stylistic set to apply to the font.
wdUpdateStyleListBehavior
Specifies the behavior Word 2010 should take when updating a style to match a selection that contains numbering or bullets.

Added in 2007

wdAlignmentTabAlignmentSpecifies tab alignment.
wdAlignmentTabRelativeSpecifies whether Microsoft Office Word calculates the alignment for a tab relative to the section margins or the paragraph indents.
wdBuildingBlockTypesSpecifies the type of building block.
wdCellColorSpecifies the color of highlighting for table cells that were added, deleted, or merged in the current document.
wdCheckInVersionTypeSpecifies the type of version for the document checked in when using the CheckIn method. Applies to documents stored in a SharePoint library.
wdCompareDestinationWhen comparing two files for differences, specifies whether to create a new file or mark the differences between the two documents in the original document or the revised document.
wdContentControlDateStorageFormatIndicates how the date for a date content control is stored or retrieved when the date control is bound to an XML node in the document's data store.
wdContentControlTypeIndicates the type of content control.
wdDocPartInsertOptionsSpecifies how a building block is inserted into a document.
wdExportCreateBookmarksSpecifies what bookmarks to include when exporting a document.
wdExportFormatSpecifies format to use for exporting a document.
wdExportItemSpecifies whether to export the document with markup.
wdExportOptimizeForSpecifies the resolution and quality of the exported document.
wdExportRangeSpecifies how much of the document to export.
wdFrenchSpellerIndicates which version of French to use when using the French language spelling checker dictionaries.
wdGranularitySpecifies the granularity of changes to track when comparing two documents.
wdMergeFormatFromSpecifies the document from which to retain formatting during a document compare function.
wdMoveFromTextMarkMarks the moved-from text when text in a document with tracked changes is moved from one place to another.
wdMoveToTextMarkMarks the moved-to text when text in a document with tracked changes is moved from one place to another.
wdOMathBreakBinSpecifies where Microsoft Office Word places binary operators when equations span two or more lines.
wdOMathBreakSubSpecifies how Microsoft Office Word handles a subtraction operator that falls before a line break.
wdOMathFracTypeSpecifies the type of fraction bar.
wdOMathFunctionTypeSpecifies the type of equation function.
wdOMathHorizAlignTypeSpecifies the horizontal alignment for an equation.
wdOMathJcSpecifies the default justification for equations.
wdOMathShapeTypeSpecifies the appearance of delimiters (parentheses, braces, brackets) in relationship to the content that they surround.
wdOMathSpacingRuleSpecifies spacing for an equation.
wdOMathTypeSpecifies the display format type of equation.
wdOMathVertAlignTypeSpecifies the vertical alignment of equations within the shape canvas or the line, for inline equations.
wdPasteOptionsIndicates how to paste copied text.
wdReadingLayoutMarginSpecifies whether margins are visible or hidden when a document is viewed in Full Screen Reading view.
wdRelativeHorizontalSizeSpecifies the relative width of a shape using the value specified in the WidthRelative property for a Shape or ShapeRange object.
wdRelativeVerticalSizeSpecifies the relative height of a shape using the value specified in the HeightRelative property for a Shape or ShapeRange object.
wdRemoveDocInfoTypeSpecifies the type of information to remove from a document.
wdShapePositionRelativeSpecifies whether the LeftRelative or TopRelative property for a Shape or ShapeRange object is valid.
wdShapeSizeRelativeSpecifies whether the WidthRelative or HeightRelative property for a Shape or ShapeRange object is valid.
wdShowSourceDocumentsSpecifies how to display source documents when two documents are compared using the Word Compare functions.
wdStyleSortIndicates how to sort styles in the Styles task pane.
wdTextboxTightWrapSpecifies how Microsoft Office Word tightly wraps text around text boxes.
wdThemeColorIndexSpecifies the theme colors for document themes.
wdAlignmentTabAlignment
Specifies tab alignment.
wdAlignmentTabRelative
Specifies whether Microsoft Office Word calculates the alignment for a tab relative to the section margins or the paragraph indents.
wdBuildingBlockTypes
Specifies the type of building block.
wdCellColor
Specifies the color of highlighting for table cells that were added, deleted, or merged in the current document.
wdCheckInVersionType
Specifies the type of version for the document checked in when using the CheckIn method. Applies to documents stored in a SharePoint library.
wdCompareDestination
When comparing two files for differences, specifies whether to create a new file or mark the differences between the two documents in the original document or the revised document.
wdContentControlDateStorageFormat
Indicates how the date for a date content control is stored or retrieved when the date control is bound to an XML node in the document's data store.
wdContentControlType
Indicates the type of content control.
wdDocPartInsertOptions
Specifies how a building block is inserted into a document.
wdExportCreateBookmarks
Specifies what bookmarks to include when exporting a document.
wdExportFormat
Specifies format to use for exporting a document.
wdExportItem
Specifies whether to export the document with markup.
wdExportOptimizeFor
Specifies the resolution and quality of the exported document.
wdExportRange
Specifies how much of the document to export.
wdFrenchSpeller
Indicates which version of French to use when using the French language spelling checker dictionaries.
wdGranularity
Specifies the granularity of changes to track when comparing two documents.
wdMergeFormatFrom
Specifies the document from which to retain formatting during a document compare function.
wdMoveFromTextMark
Marks the moved-from text when text in a document with tracked changes is moved from one place to another.
wdMoveToTextMark
Marks the moved-to text when text in a document with tracked changes is moved from one place to another.
wdOMathBreakBin
Specifies where Microsoft Office Word places binary operators when equations span two or more lines.
wdOMathBreakSub
Specifies how Microsoft Office Word handles a subtraction operator that falls before a line break.
wdOMathFracType
Specifies the type of fraction bar.
wdOMathFunctionType
Specifies the type of equation function.
wdOMathHorizAlignType
Specifies the horizontal alignment for an equation.
wdOMathJc
Specifies the default justification for equations.
wdOMathShapeType
Specifies the appearance of delimiters (parentheses, braces, brackets) in relationship to the content that they surround.
wdOMathSpacingRule
Specifies spacing for an equation.
wdOMathType
Specifies the display format type of equation.
wdOMathVertAlignType
Specifies the vertical alignment of equations within the shape canvas or the line, for inline equations.
wdPasteOptions
Indicates how to paste copied text.
wdReadingLayoutMargin
Specifies whether margins are visible or hidden when a document is viewed in Full Screen Reading view.
wdRelativeHorizontalSize
Specifies the relative width of a shape using the value specified in the WidthRelative property for a Shape or ShapeRange object.
wdRelativeVerticalSize
Specifies the relative height of a shape using the value specified in the HeightRelative property for a Shape or ShapeRange object.
wdRemoveDocInfoType
Specifies the type of information to remove from a document.
wdShapePositionRelative
Specifies whether the LeftRelative or TopRelative property for a Shape or ShapeRange object is valid.
wdShapeSizeRelative
Specifies whether the WidthRelative or HeightRelative property for a Shape or ShapeRange object is valid.
wdShowSourceDocuments
Specifies how to display source documents when two documents are compared using the Word Compare functions.
wdStyleSort
Indicates how to sort styles in the Styles task pane.
wdTextboxTightWrap
Specifies how Microsoft Office Word tightly wraps text around text boxes.
wdThemeColorIndex
Specifies the theme colors for document themes.

© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext