Property CompatibilityMode
CompatibilityMode
Gets or sets the OOXML compatibility mode from w:compat/w:compatSetting[name="compatibilityMode"], or null when the document does not state one. The resolver treats null as mode 15 and reports DXP1001 for explicit legacy modes (12/14), which are rendered with mode-15 behavior.
public int? CompatibilityMode { get; set; }
Property Value
- int?