Htex.cs 510 B

1234567891011121314151617
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. namespace HTEXLib
  5. {
  6. public class Htex
  7. {
  8. ///spTree
  9. /// DocumentFormat.OpenXml.Presentation.Shape
  10. /// DocumentFormat.OpenXml.Presentation.GroupShape
  11. /// DocumentFormat.OpenXml.Presentation.GraphicFrame
  12. /// DocumentFormat.OpenXml.Presentation.ConnectionShape
  13. /// DocumentFormat.OpenXml.Presentation.Picture
  14. /// DocumentFormat.OpenXml.Presentation.ContentPart Office2010
  15. }
  16. }