d2/lib/pptx/templates/app.xml

51 lines
1.8 KiB
XML
Raw Normal View History

2023-04-10 16:49:30 +00:00
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Properties xmlns="http://schemas.openxmlformats.org/officeDocument/2006/extended-properties"
xmlns:vt="http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes">
<TotalTime>1</TotalTime>
<Words>0</Words>
<Application>D2</Application>
2023-04-10 18:45:10 +00:00
<PresentationFormat>On-screen Show (16:9)</PresentationFormat>
2023-04-10 16:49:30 +00:00
<Paragraphs>0</Paragraphs>
2023-04-10 18:45:10 +00:00
<Slides>{{.SlideCount}}</Slides>
2023-04-10 16:49:30 +00:00
<Notes>0</Notes>
<HiddenSlides>0</HiddenSlides>
<MMClips>0</MMClips>
<ScaleCrop>false</ScaleCrop>
<HeadingPairs>
<vt:vector size="6" baseType="variant">
<vt:variant>
<vt:lpstr>Fonts</vt:lpstr>
</vt:variant>
<vt:variant>
<vt:i4>2</vt:i4>
</vt:variant>
<vt:variant>
<vt:lpstr>Theme</vt:lpstr>
</vt:variant>
<vt:variant>
<vt:i4>1</vt:i4>
</vt:variant>
<vt:variant>
<vt:lpstr>Slide Titles</vt:lpstr>
</vt:variant>
<vt:variant>
2023-04-10 18:45:10 +00:00
<vt:i4>{{.SlideCount}}</vt:i4>
2023-04-10 16:49:30 +00:00
</vt:variant>
</vt:vector>
</HeadingPairs>
<TitlesOfParts>
2023-04-10 18:45:10 +00:00
<vt:vector size="{{.TitlesOfPartsCount}}" baseType="lpstr">
2023-04-10 16:49:30 +00:00
<vt:lpstr>Arial</vt:lpstr>
<vt:lpstr>Calibri</vt:lpstr>
<vt:lpstr>Office Theme</vt:lpstr>
2023-04-10 18:45:10 +00:00
{{range .Titles}}
<vt:lpstr>{{.}}</vt:lpstr>
{{end}}
2023-04-10 16:49:30 +00:00
</vt:vector>
</TitlesOfParts>
<LinksUpToDate>false</LinksUpToDate>
<SharedDoc>false</SharedDoc>
<HyperlinkBase></HyperlinkBase>
<HyperlinksChanged>false</HyperlinksChanged>
2023-04-10 18:45:10 +00:00
<AppVersion>{{.D2Version}}</AppVersion>
2023-04-10 16:49:30 +00:00
</Properties>