1234567891011121314151617 |
- using System;
- using System.Collections.Generic;
- using System.Text;
- namespace HTEXLib
- {
- public class Htex
- {
- ///spTree
- /// DocumentFormat.OpenXml.Presentation.Shape
- /// DocumentFormat.OpenXml.Presentation.GroupShape
- /// DocumentFormat.OpenXml.Presentation.GraphicFrame
- /// DocumentFormat.OpenXml.Presentation.ConnectionShape
- /// DocumentFormat.OpenXml.Presentation.Picture
- /// DocumentFormat.OpenXml.Presentation.ContentPart Office2010
- }
- }
|