WdGranularity 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 the granularity of changes to track when comparing two documents. Version Added: Word 2007.
public enum class WdGranularity
[System.Runtime.InteropServices.Guid("AAAF85A7-31AF-3EE3-B5AA-99ECEDEEBAFF")]
public enum WdGranularity
type WdGranularity =
Public Enum WdGranularity
- Inheritance
-
WdGranularity
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdGranularityCharLevel | 0 | Tracks character-level changes. |
wdGranularityWordLevel | 1 | Tracks word-level changes. |
Remarks
Used with the CompareDocuments(Document, Document, WdCompareDestination, WdGranularity, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, Boolean) method.