Skip to content

Commit 42517d6

Browse files
committed
更新文档
1 parent 0bdd805 commit 42517d6

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

src/DocumentFormat.OpenXml.Flatten/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22

33
将 OpenXML 里面的 PPT 元素继承的属性拍平,让元素可以获取到最终的属性值。属性继承顺序是,先找元素本身,再找 SlideLayout 再找 SlideMaster 再找 Theme 如果依然找不到,就使用放在 App 里面的默认值
44

5-
| Build | NuGet |
5+
| Build |
6+
|--|
7+
|![](https://github.com/dotnet-campus/dotnetCampus.OfficeDocumentZipper/workflows/.NET%20Core/badge.svg)|
8+
9+
| Name | NuGet|
610
|--|--|
7-
|![](https://github.com/dotnet-campus/DocumentFormat.OpenXml.Flatten/workflows/.NET%20Build/badge.svg)|[![](https://img.shields.io/nuget/v/DocumentFormat.OpenXml.Flatten.svg)](https://www.nuget.org/packages/DocumentFormat.OpenXml.Flatten)|
11+
|dotnetCampus.DocumentFormat.OpenXml.Flatten|[![](https://img.shields.io/nuget/v/dotnetCampus.DocumentFormat.OpenXml.Flatten.svg)](https://www.nuget.org/packages/dotnetCampus.DocumentFormat.OpenXml.Flatten)|
12+
|dotnetCampus.DocumentFormat.OpenXml.Flatten.Source|[![](https://img.shields.io/nuget/v/dotnetCampus.DocumentFormat.OpenXml.Flatten.Source.svg)](https://www.nuget.org/packages/dotnetCampus.DocumentFormat.OpenXml.Flatten.Source)|
813

914
## 功能
1015

0 commit comments

Comments
 (0)