51 lines
No EOL
1.8 KiB
XML
51 lines
No EOL
1.8 KiB
XML
<?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>
|
|
<PresentationFormat>On-screen Show (16:9)</PresentationFormat>
|
|
<Paragraphs>0</Paragraphs>
|
|
<Slides>{{.SlideCount}}</Slides>
|
|
<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>
|
|
<vt:i4>{{.SlideCount}}</vt:i4>
|
|
</vt:variant>
|
|
</vt:vector>
|
|
</HeadingPairs>
|
|
<TitlesOfParts>
|
|
<vt:vector size="{{.TitlesOfPartsCount}}" baseType="lpstr">
|
|
<vt:lpstr>Arial</vt:lpstr>
|
|
<vt:lpstr>Calibri</vt:lpstr>
|
|
<vt:lpstr>Office Theme</vt:lpstr>
|
|
{{range .Titles}}
|
|
<vt:lpstr>{{.}}</vt:lpstr>
|
|
{{end}}
|
|
</vt:vector>
|
|
</TitlesOfParts>
|
|
<LinksUpToDate>false</LinksUpToDate>
|
|
<SharedDoc>false</SharedDoc>
|
|
<HyperlinkBase></HyperlinkBase>
|
|
<HyperlinksChanged>false</HyperlinksChanged>
|
|
<AppVersion>{{.D2Version}}</AppVersion>
|
|
</Properties> |