WmlRevisedDocumentInfo.cs 365 B

1234567891011121314
  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. using System.Drawing;
  4. namespace OpenXmlPowerTools
  5. {
  6. public class WmlRevisedDocumentInfo
  7. {
  8. public WmlDocument RevisedDocument;
  9. public string Revisor;
  10. public Color Color;
  11. }
  12. }