WmlComparerConsolidateSettings.cs 296 B

12345678910
  1. // Copyright (c) Microsoft. All rights reserved.
  2. // Licensed under the MIT license. See LICENSE file in the project root for full license information.
  3. namespace OpenXmlPowerTools
  4. {
  5. public class WmlComparerConsolidateSettings
  6. {
  7. public bool ConsolidateWithTable = true;
  8. }
  9. }