WdUnits Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a unit of measure to use.
public enum class WdUnits
[System.Runtime.InteropServices.Guid("D66B392B-BDA5-3778-A812-F6EEA5A96C2F")]
public enum WdUnits
type WdUnits =
Public Enum WdUnits
- Inheritance
-
WdUnits
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdCharacter | 1 | A character. |
wdWord | 2 | A word. |
wdSentence | 3 | A sentence. |
wdParagraph | 4 | A paragraph. |
wdLine | 5 | A line. |
wdStory | 6 | A story. |
wdScreen | 7 | The screen dimensions. |
wdSection | 8 | A section. |
wdColumn | 9 | A column. |
wdRow | 10 | A row. |
wdWindow | 11 | A window. |
wdCell | 12 | A cell. |
wdCharacterFormatting | 13 | Character formatting. |
wdParagraphFormatting | 14 | Paragraph formatting. |
wdTable | 15 | A table. |
wdItem | 16 | The selected item. |