返回 ppt-master
04_title_content.svg
根目录 / skills / ppt-master / templates / layouts / report_core / templates / 04_title_content.svg
1 <?xml version="1.0" encoding="UTF-8"?>
2 <svg xmlns="http://www.w3.org/2000/svg" width="1280" height="720" viewBox="0 0 1280 720"
3 data-pptx-master="report_core_content_master" data-pptx-master-name="Report Core Content"
4 data-pptx-layout="title_content" data-pptx-layout-name="Title and Content">
5 <rect id="master-background" x="0" y="0" width="1280" height="720" fill="#FFFFFF"
6 data-pptx-layer="master" data-pptx-editable="false"/>
7 <line id="master-header-rule" x1="48" y1="64" x2="1232" y2="64" stroke="#E2E8F0"
8 stroke-width="1" data-pptx-layer="master" data-pptx-editable="false"/>
9 <line id="master-footer-rule" x1="48" y1="664" x2="1232" y2="664" stroke="#E2E8F0"
10 stroke-width="1" data-pptx-layer="master" data-pptx-editable="false"/>
11 <g id="title-content-title-slot" data-pptx-placeholder="title"
12 data-pptx-bounds="48 88 1184 56">
13 <text id="title-content-title-carrier" data-pptx-carrier="true"
14 x="48" y="130" fill="#1E293B" font-family="Arial, Microsoft YaHei, sans-serif"
15 font-size="28" font-weight="700">{{PAGE_TITLE}}</text>
16 </g>
17 <g id="title-content-body-slot" data-pptx-placeholder="body" data-pptx-idx="1"
18 data-pptx-bounds="48 176 1184 464">
19 <text id="title-content-body-carrier" data-pptx-carrier="true"
20 x="48" y="216" fill="#475569" font-family="Arial, Microsoft YaHei, sans-serif"
21 font-size="20">{{CONTENT_AREA}}</text>
22 </g>
23 <g id="title-content-footer-slot" data-pptx-placeholder="footer" data-pptx-idx="2"
24 data-pptx-bounds="48 676 900 32">
25 <text id="title-content-footer-carrier" data-pptx-carrier="true"
26 x="48" y="698" fill="#94A3B8" font-family="Arial, Microsoft YaHei, sans-serif"
27 font-size="12">{{FOOTER_NOTE}}</text>
28 </g>
29 <g id="title-content-pagenum-slot" data-pptx-placeholder="slide-number" data-pptx-idx="3"
30 data-pptx-bounds="1112 676 120 32">
31 <text id="title-content-pagenum-carrier" data-pptx-carrier="true"
32 x="1232" y="698" text-anchor="end" fill="#94A3B8"
33 font-family="Arial, Microsoft YaHei, sans-serif" font-size="12">{{PAGE_NUM}}</text>
34 </g>
35 </svg>
36
36 lines Plain Text