Skip to content

Commit 6bbf9d7

Browse files
Publishing Example Project
1 parent 4e33f06 commit 6bbf9d7

File tree

78 files changed

+1976
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+1976
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
<TargetFramework>netcoreapp3.1</TargetFramework>
6+
</PropertyGroup>
7+
8+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
9+
<DocumentationFile>D:\Local_Repos\FileFormat.Examples\FileFormat.Slides-for-.NET\FileFormat.Slides.Examples\FileFormat.Slides.Examples.Usage\FileFormat.Slides.Examples.Usage.xml</DocumentationFile>
10+
</PropertyGroup>
11+
12+
<ItemGroup>
13+
<ProjectReference Include="..\FileFormat.Slides.Examples\FileFormat.Slides.Examples.csproj" />
14+
</ItemGroup>
15+
16+
</Project>
Binary file not shown.
7.87 KB
Loading
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
using System;
2+
using FileFormat.Slides.Examples;
3+
4+
namespace FileFormat.Slides.Examples.Usage
5+
{
6+
class Program
7+
{
8+
static void Main (string[ ] args)
9+
{
10+
// SlideExamples slideExamples = new SlideExamples();
11+
// slideExamples.CreateNewSlideInNewPresentation();
12+
13+
// slideExamples.CreateNewSlideInExistingPresentation(filename:"test.pptx");
14+
15+
// slideExamples.RemoveSlideInAnExistingPresentation(filename: "test.pptx");
16+
17+
//TextExamples textExamples = new TextExamples();
18+
//textExamples.CreateNewTextShapeInNewSlide();
19+
//textExamples.AddNewTextShapeExistingSlide(filename: "sample.pptx");
20+
21+
ImageExamples imageExamples = new ImageExamples();
22+
//imageExamples.AddImageInASlide(imagename:"sample.jpg");
23+
imageExamples.UpdateImageInExistingSlide(filename: "sample.pptx", xAxis: 300.0, yAxis: 200.0);
24+
25+
}
26+
}
27+
}
Binary file not shown.
Binary file not shown.
Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
{
2+
"runtimeTarget": {
3+
"name": ".NETCoreApp,Version=v3.1",
4+
"signature": ""
5+
},
6+
"compilationOptions": {},
7+
"targets": {
8+
".NETCoreApp,Version=v3.1": {
9+
"FileFormat.Slides.Examples.Usage/1.0.0": {
10+
"dependencies": {
11+
"FileFormat.Slides.Examples": "1.0.0"
12+
},
13+
"runtime": {
14+
"FileFormat.Slides.Examples.Usage.dll": {}
15+
}
16+
},
17+
"DocumentFormat.OpenXml/2.20.0": {
18+
"dependencies": {
19+
"System.IO.Packaging": "4.7.0"
20+
},
21+
"runtime": {
22+
"lib/netstandard2.0/DocumentFormat.OpenXml.dll": {
23+
"assemblyVersion": "2.20.0.0",
24+
"fileVersion": "2.20.0.0"
25+
}
26+
}
27+
},
28+
"FileFormat.Slides/23.12.1": {
29+
"dependencies": {
30+
"DocumentFormat.OpenXml": "2.20.0"
31+
},
32+
"runtime": {
33+
"lib/netcoreapp3.1/FileFormat.Slides.Common.dll": {
34+
"assemblyVersion": "1.0.0.0",
35+
"fileVersion": "1.0.0.0"
36+
},
37+
"lib/netcoreapp3.1/FileFormat.Slides.Facade.dll": {
38+
"assemblyVersion": "1.0.0.0",
39+
"fileVersion": "1.0.0.0"
40+
},
41+
"lib/netcoreapp3.1/FileFormat.Slides.dll": {
42+
"assemblyVersion": "1.0.0.0",
43+
"fileVersion": "1.0.0.0"
44+
}
45+
}
46+
},
47+
"System.IO.Packaging/4.7.0": {
48+
"runtime": {
49+
"lib/netstandard2.0/System.IO.Packaging.dll": {
50+
"assemblyVersion": "4.0.5.0",
51+
"fileVersion": "4.700.19.56404"
52+
}
53+
}
54+
},
55+
"FileFormat.Slides.Examples/1.0.0": {
56+
"dependencies": {
57+
"FileFormat.Slides": "23.12.1"
58+
},
59+
"runtime": {
60+
"FileFormat.Slides.Examples.dll": {}
61+
}
62+
}
63+
}
64+
},
65+
"libraries": {
66+
"FileFormat.Slides.Examples.Usage/1.0.0": {
67+
"type": "project",
68+
"serviceable": false,
69+
"sha512": ""
70+
},
71+
"DocumentFormat.OpenXml/2.20.0": {
72+
"type": "package",
73+
"serviceable": true,
74+
"sha512": "sha512-+oFMsEppo/W6KpGTRXaJl2jTFYn9zeon4FaZuDoCijQ1/0JaPENaCef7d4Y3f8v116eKhVBwd4Ya+/NDglxkjw==",
75+
"path": "documentformat.openxml/2.20.0",
76+
"hashPath": "documentformat.openxml.2.20.0.nupkg.sha512"
77+
},
78+
"FileFormat.Slides/23.12.1": {
79+
"type": "package",
80+
"serviceable": true,
81+
"sha512": "sha512-Tb6rUzj6FqOk9GV3PqDaF5Uw2lsORTXDDNvpaFm5kcse+lvFyVO8KVLgwpJeDpPxcb+4CVBXIuEUBfEby2D8Ug==",
82+
"path": "fileformat.slides/23.12.1",
83+
"hashPath": "fileformat.slides.23.12.1.nupkg.sha512"
84+
},
85+
"System.IO.Packaging/4.7.0": {
86+
"type": "package",
87+
"serviceable": true,
88+
"sha512": "sha512-9VV4KAbgRQZ79iEoG40KIeZy38O30oWwewScAST879+oki8g/Wa2HXZQgrhDDxQM4GkP1PnRJll05NMiVPbYAw==",
89+
"path": "system.io.packaging/4.7.0",
90+
"hashPath": "system.io.packaging.4.7.0.nupkg.sha512"
91+
},
92+
"FileFormat.Slides.Examples/1.0.0": {
93+
"type": "project",
94+
"serviceable": false,
95+
"sha512": ""
96+
}
97+
}
98+
}
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)