2020-10-05 16:46:18 +03:00
|
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
2021-06-23 12:39:01 +03:00
|
|
|
|
exports[`reader should read custom docx 1`] = `
|
|
|
|
|
Object {
|
|
|
|
|
"comments": Object {
|
|
|
|
|
"comments": Array [],
|
|
|
|
|
},
|
|
|
|
|
"commentsExtended": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
},
|
|
|
|
|
"contentType": Object {
|
2021-07-13 12:46:15 +03:00
|
|
|
|
"custom_xml_count": 1,
|
2021-06-23 12:39:01 +03:00
|
|
|
|
"types": Object {
|
|
|
|
|
"/_rels/.rels": "application/vnd.openxmlformats-package.relationships+xml",
|
|
|
|
|
"/docProps/app.xml": "application/vnd.openxmlformats-officedocument.extended-properties+xml",
|
|
|
|
|
"/docProps/core.xml": "application/vnd.openxmlformats-package.core-properties+xml",
|
|
|
|
|
"/docProps/custom.xml": "application/vnd.openxmlformats-officedocument.custom-properties+xml",
|
|
|
|
|
"/word/_rels/document.xml.rels": "application/vnd.openxmlformats-package.relationships+xml",
|
|
|
|
|
"/word/comments.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml",
|
|
|
|
|
"/word/commentsExtended.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.commentsExtended+xml",
|
|
|
|
|
"/word/document.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml",
|
|
|
|
|
"/word/fontTable.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml",
|
|
|
|
|
"/word/header1.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.header+xml",
|
|
|
|
|
"/word/numbering.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml",
|
|
|
|
|
"/word/settings.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml",
|
|
|
|
|
"/word/styles.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml",
|
|
|
|
|
},
|
2021-06-30 16:37:13 +03:00
|
|
|
|
"web_extension_count": 1,
|
2021-06-23 12:39:01 +03:00
|
|
|
|
},
|
2021-07-13 12:46:15 +03:00
|
|
|
|
"customItemProps": Array [],
|
|
|
|
|
"customItemRels": Array [],
|
|
|
|
|
"customItems": Array [],
|
2021-06-23 12:39:01 +03:00
|
|
|
|
"docProps": Object {
|
|
|
|
|
"app": Object {},
|
|
|
|
|
"core": Object {
|
|
|
|
|
"config": Object {
|
|
|
|
|
"created": null,
|
|
|
|
|
"creator": null,
|
|
|
|
|
"description": null,
|
|
|
|
|
"language": null,
|
|
|
|
|
"lastModifiedBy": null,
|
|
|
|
|
"modified": null,
|
|
|
|
|
"revision": null,
|
|
|
|
|
"subject": null,
|
|
|
|
|
"title": null,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"custom": Object {
|
|
|
|
|
"properties": Object {
|
|
|
|
|
"hello": "world",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"document": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "Hello",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-06-23 12:39:01 +03:00
|
|
|
|
"color": null,
|
|
|
|
|
"del": null,
|
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
|
|
|
|
"ins": null,
|
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
|
|
|
|
"vertAlign": null,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "00000001",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
|
|
|
|
"divId": null,
|
|
|
|
|
"indent": null,
|
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2021-06-23 12:39:01 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-06-23 12:39:01 +03:00
|
|
|
|
"pageBreakBefore": false,
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-06-23 12:39:01 +03:00
|
|
|
|
"color": null,
|
|
|
|
|
"del": null,
|
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
|
|
|
|
"ins": null,
|
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
|
|
|
|
"vertAlign": null,
|
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"windowControl": false,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"sectionProperty": Object {
|
|
|
|
|
"columns": 425,
|
|
|
|
|
"docGrid": Object {
|
|
|
|
|
"charSpace": null,
|
|
|
|
|
"gridType": "lines",
|
|
|
|
|
"linePitch": 360,
|
|
|
|
|
},
|
|
|
|
|
"headerReference": Object {
|
|
|
|
|
"headerType": "default",
|
|
|
|
|
"id": "rId4",
|
|
|
|
|
},
|
|
|
|
|
"pageMargin": Object {
|
|
|
|
|
"bottom": 1701,
|
|
|
|
|
"footer": 992,
|
|
|
|
|
"gutter": 0,
|
|
|
|
|
"header": 851,
|
|
|
|
|
"left": 1701,
|
|
|
|
|
"right": 1701,
|
|
|
|
|
"top": 1985,
|
|
|
|
|
},
|
|
|
|
|
"pageSize": Object {
|
|
|
|
|
"h": 16838,
|
|
|
|
|
"orient": null,
|
|
|
|
|
"w": 11906,
|
|
|
|
|
},
|
|
|
|
|
"sectionType": null,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"documentRels": Object {
|
2021-07-13 12:46:15 +03:00
|
|
|
|
"customXmlCount": 0,
|
2021-06-23 12:39:01 +03:00
|
|
|
|
"hasComments": false,
|
|
|
|
|
"hasNumberings": false,
|
|
|
|
|
"imageIds": Array [],
|
|
|
|
|
},
|
|
|
|
|
"fontTable": Object {},
|
|
|
|
|
"header": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
},
|
|
|
|
|
"media": Array [],
|
|
|
|
|
"numberings": Object {
|
|
|
|
|
"abstractNums": Array [],
|
|
|
|
|
"numberings": Array [],
|
|
|
|
|
},
|
|
|
|
|
"rels": Object {
|
|
|
|
|
"rels": Array [
|
|
|
|
|
Array [
|
|
|
|
|
"http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties",
|
|
|
|
|
"rId1",
|
|
|
|
|
"docProps/core.xml",
|
|
|
|
|
],
|
|
|
|
|
Array [
|
|
|
|
|
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties",
|
|
|
|
|
"rId2",
|
|
|
|
|
"docProps/app.xml",
|
|
|
|
|
],
|
|
|
|
|
Array [
|
|
|
|
|
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument",
|
|
|
|
|
"rId3",
|
|
|
|
|
"word/document.xml",
|
|
|
|
|
],
|
|
|
|
|
Array [
|
|
|
|
|
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties",
|
|
|
|
|
"rId4",
|
|
|
|
|
"docProps/custom.xml",
|
|
|
|
|
],
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
"settings": Object {
|
|
|
|
|
"defaultTabStop": 840,
|
|
|
|
|
"docId": null,
|
|
|
|
|
"docVars": Array [],
|
|
|
|
|
"zoom": 100,
|
|
|
|
|
},
|
|
|
|
|
"styles": Object {
|
|
|
|
|
"docDefaults": Object {
|
|
|
|
|
"runPropertyDefault": Object {
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-06-23 12:39:01 +03:00
|
|
|
|
"color": null,
|
|
|
|
|
"del": null,
|
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
|
|
|
|
"ins": null,
|
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
|
|
|
|
"vertAlign": null,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"styles": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"basedOn": "Normal",
|
|
|
|
|
"name": "Normal",
|
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
|
|
|
|
"divId": null,
|
|
|
|
|
"indent": null,
|
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2021-06-23 12:39:01 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-06-23 12:39:01 +03:00
|
|
|
|
"pageBreakBefore": false,
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-06-23 12:39:01 +03:00
|
|
|
|
"color": null,
|
|
|
|
|
"del": null,
|
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
|
|
|
|
"ins": null,
|
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
|
|
|
|
"vertAlign": null,
|
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"windowControl": false,
|
|
|
|
|
},
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-06-23 12:39:01 +03:00
|
|
|
|
"color": null,
|
|
|
|
|
"del": null,
|
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
|
|
|
|
"ins": null,
|
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
|
|
|
|
"vertAlign": null,
|
|
|
|
|
},
|
|
|
|
|
"styleId": "Normal",
|
|
|
|
|
"styleType": "paragraph",
|
|
|
|
|
"tableCellProperty": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": null,
|
|
|
|
|
},
|
|
|
|
|
"tableProperty": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideH",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideV": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideV",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
|
|
|
|
"layout": null,
|
|
|
|
|
"margins": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"val": 0,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
|
|
|
|
"val": 0,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
2021-06-30 16:37:13 +03:00
|
|
|
|
"taskpanes": null,
|
|
|
|
|
"taskpanesRels": Object {
|
|
|
|
|
"rels": Array [],
|
|
|
|
|
},
|
|
|
|
|
"webExtensions": Array [],
|
2021-06-23 12:39:01 +03:00
|
|
|
|
"webSettings": Object {
|
|
|
|
|
"divs": Array [],
|
|
|
|
|
},
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
|
2021-04-09 05:30:50 +03:00
|
|
|
|
exports[`reader should read div docx 1`] = `
|
|
|
|
|
Object {
|
|
|
|
|
"comments": Object {
|
|
|
|
|
"comments": Array [],
|
|
|
|
|
},
|
|
|
|
|
"commentsExtended": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
},
|
|
|
|
|
"contentType": Object {
|
2021-07-13 12:46:15 +03:00
|
|
|
|
"custom_xml_count": 1,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"types": Object {
|
|
|
|
|
"/_rels/.rels": "application/vnd.openxmlformats-package.relationships+xml",
|
|
|
|
|
"/docProps/app.xml": "application/vnd.openxmlformats-officedocument.extended-properties+xml",
|
|
|
|
|
"/docProps/core.xml": "application/vnd.openxmlformats-package.core-properties+xml",
|
2021-06-23 12:39:01 +03:00
|
|
|
|
"/docProps/custom.xml": "application/vnd.openxmlformats-officedocument.custom-properties+xml",
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"/word/_rels/document.xml.rels": "application/vnd.openxmlformats-package.relationships+xml",
|
|
|
|
|
"/word/comments.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml",
|
|
|
|
|
"/word/commentsExtended.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.commentsExtended+xml",
|
|
|
|
|
"/word/document.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml",
|
|
|
|
|
"/word/fontTable.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml",
|
|
|
|
|
"/word/header1.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.header+xml",
|
|
|
|
|
"/word/numbering.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml",
|
|
|
|
|
"/word/settings.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml",
|
|
|
|
|
"/word/styles.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml",
|
|
|
|
|
},
|
2021-06-30 16:37:13 +03:00
|
|
|
|
"web_extension_count": 1,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
},
|
2021-07-13 12:46:15 +03:00
|
|
|
|
"customItemProps": Array [],
|
|
|
|
|
"customItemRels": Array [],
|
|
|
|
|
"customItems": Array [],
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"docProps": Object {
|
|
|
|
|
"app": Object {},
|
|
|
|
|
"core": Object {
|
|
|
|
|
"config": Object {
|
|
|
|
|
"created": null,
|
|
|
|
|
"creator": null,
|
|
|
|
|
"description": null,
|
|
|
|
|
"language": null,
|
|
|
|
|
"lastModifiedBy": null,
|
|
|
|
|
"modified": null,
|
|
|
|
|
"revision": null,
|
|
|
|
|
"subject": null,
|
|
|
|
|
"title": null,
|
|
|
|
|
},
|
|
|
|
|
},
|
2021-06-23 12:39:01 +03:00
|
|
|
|
"custom": Object {
|
|
|
|
|
"properties": Object {},
|
|
|
|
|
},
|
2021-04-09 05:30:50 +03:00
|
|
|
|
},
|
|
|
|
|
"document": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "23803594",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
|
|
|
|
"divId": null,
|
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "A",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "rticle1",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": " ",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "H",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "ello",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "0151416E",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": "left",
|
|
|
|
|
"divId": "143931232",
|
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": null,
|
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
|
|
|
|
"specialIndent": Object {
|
|
|
|
|
"type": "hanging",
|
|
|
|
|
"val": 1224,
|
|
|
|
|
},
|
|
|
|
|
"start": null,
|
|
|
|
|
"startChars": null,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "World",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "2547CF23",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
|
|
|
|
"divId": "999622277",
|
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "5485B331",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
|
|
|
|
"divId": null,
|
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"sectionProperty": Object {
|
|
|
|
|
"columns": 425,
|
|
|
|
|
"docGrid": Object {
|
|
|
|
|
"charSpace": null,
|
|
|
|
|
"gridType": "lines",
|
|
|
|
|
"linePitch": 360,
|
|
|
|
|
},
|
|
|
|
|
"headerReference": Object {
|
|
|
|
|
"headerType": "default",
|
|
|
|
|
"id": "rId4",
|
|
|
|
|
},
|
|
|
|
|
"pageMargin": Object {
|
|
|
|
|
"bottom": 1701,
|
|
|
|
|
"footer": 992,
|
|
|
|
|
"gutter": 0,
|
|
|
|
|
"header": 851,
|
|
|
|
|
"left": 1701,
|
|
|
|
|
"right": 1701,
|
|
|
|
|
"top": 1985,
|
|
|
|
|
},
|
|
|
|
|
"pageSize": Object {
|
|
|
|
|
"h": 16840,
|
|
|
|
|
"orient": null,
|
|
|
|
|
"w": 11900,
|
|
|
|
|
},
|
|
|
|
|
"sectionType": null,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"documentRels": Object {
|
2021-07-13 12:46:15 +03:00
|
|
|
|
"customXmlCount": 0,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"hasComments": false,
|
|
|
|
|
"hasNumberings": false,
|
|
|
|
|
"imageIds": Array [],
|
|
|
|
|
},
|
|
|
|
|
"fontTable": Object {},
|
|
|
|
|
"header": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
},
|
|
|
|
|
"media": Array [],
|
|
|
|
|
"numberings": Object {
|
|
|
|
|
"abstractNums": Array [],
|
|
|
|
|
"numberings": Array [],
|
|
|
|
|
},
|
|
|
|
|
"rels": Object {
|
|
|
|
|
"rels": Array [
|
|
|
|
|
Array [
|
|
|
|
|
"http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties",
|
|
|
|
|
"rId1",
|
|
|
|
|
"docProps/core.xml",
|
|
|
|
|
],
|
|
|
|
|
Array [
|
|
|
|
|
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties",
|
|
|
|
|
"rId2",
|
|
|
|
|
"docProps/app.xml",
|
|
|
|
|
],
|
|
|
|
|
Array [
|
|
|
|
|
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument",
|
|
|
|
|
"rId3",
|
|
|
|
|
"word/document.xml",
|
|
|
|
|
],
|
2021-06-23 12:39:01 +03:00
|
|
|
|
Array [
|
|
|
|
|
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties",
|
|
|
|
|
"rId4",
|
|
|
|
|
"docProps/custom.xml",
|
|
|
|
|
],
|
2021-04-09 05:30:50 +03:00
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
"settings": Object {
|
|
|
|
|
"defaultTabStop": 840,
|
|
|
|
|
"docId": "A1898E6C-1AED-3C4D-9CCF-C24208DA732E",
|
|
|
|
|
"docVars": Array [],
|
|
|
|
|
"zoom": 100,
|
|
|
|
|
},
|
|
|
|
|
"styles": Object {
|
|
|
|
|
"docDefaults": Object {
|
|
|
|
|
"runPropertyDefault": Object {
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": 21,
|
|
|
|
|
"szCs": 21,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"styles": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"basedOn": null,
|
|
|
|
|
"name": "Normal",
|
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": "both",
|
|
|
|
|
"divId": null,
|
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
},
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
},
|
|
|
|
|
"styleId": "a",
|
|
|
|
|
"styleType": "paragraph",
|
|
|
|
|
"tableCellProperty": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": null,
|
|
|
|
|
},
|
|
|
|
|
"tableProperty": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideH",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideV": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideV",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
|
|
|
|
"layout": null,
|
|
|
|
|
"margins": Object {
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"bottom": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
2021-04-09 05:30:50 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"basedOn": null,
|
|
|
|
|
"name": "Default Paragraph Font",
|
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
|
|
|
|
"divId": null,
|
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
},
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
},
|
|
|
|
|
"styleId": "a0",
|
|
|
|
|
"styleType": "character",
|
|
|
|
|
"tableCellProperty": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": null,
|
|
|
|
|
},
|
|
|
|
|
"tableProperty": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideH",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideV": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideV",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
|
|
|
|
"layout": null,
|
|
|
|
|
"margins": Object {
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"bottom": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
2021-04-09 05:30:50 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"basedOn": null,
|
|
|
|
|
"name": "Normal Table",
|
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
|
|
|
|
"divId": null,
|
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
},
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
},
|
|
|
|
|
"styleId": "a1",
|
|
|
|
|
"styleType": "table",
|
|
|
|
|
"tableCellProperty": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": null,
|
|
|
|
|
},
|
|
|
|
|
"tableProperty": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": null,
|
|
|
|
|
"insideH": null,
|
|
|
|
|
"insideV": null,
|
|
|
|
|
"left": null,
|
|
|
|
|
"right": null,
|
|
|
|
|
"top": null,
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
|
|
|
|
"layout": null,
|
|
|
|
|
"margins": Object {
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"bottom": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
2021-04-09 05:30:50 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"basedOn": null,
|
|
|
|
|
"name": "No List",
|
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
|
|
|
|
"divId": null,
|
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
},
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
},
|
|
|
|
|
"styleId": "a2",
|
|
|
|
|
"styleType": "numbering",
|
|
|
|
|
"tableCellProperty": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": null,
|
|
|
|
|
},
|
|
|
|
|
"tableProperty": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideH",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideV": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideV",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
|
|
|
|
"layout": null,
|
|
|
|
|
"margins": Object {
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"bottom": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
2021-04-09 05:30:50 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
2021-06-30 16:37:13 +03:00
|
|
|
|
"taskpanes": null,
|
|
|
|
|
"taskpanesRels": Object {
|
|
|
|
|
"rels": Array [],
|
|
|
|
|
},
|
|
|
|
|
"webExtensions": Array [],
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"webSettings": Object {
|
|
|
|
|
"divs": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"divsChild": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"divsChild": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"divsChild": Array [],
|
|
|
|
|
"id": "550842998",
|
|
|
|
|
"marginBottom": 0,
|
|
|
|
|
"marginLeft": 1224,
|
|
|
|
|
"marginRight": 0,
|
|
|
|
|
"marginTop": 0,
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"id": "1891112237",
|
|
|
|
|
"marginBottom": 0,
|
|
|
|
|
"marginLeft": 0,
|
|
|
|
|
"marginRight": 0,
|
|
|
|
|
"marginTop": 0,
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"divsChild": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"divsChild": Array [],
|
|
|
|
|
"id": "2111929312",
|
|
|
|
|
"marginBottom": 0,
|
|
|
|
|
"marginLeft": 918,
|
|
|
|
|
"marginRight": 0,
|
|
|
|
|
"marginTop": 0,
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"id": "2092265353",
|
|
|
|
|
"marginBottom": 0,
|
|
|
|
|
"marginLeft": 0,
|
|
|
|
|
"marginRight": 0,
|
|
|
|
|
"marginTop": 0,
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"id": "344401095",
|
|
|
|
|
"marginBottom": 0,
|
|
|
|
|
"marginLeft": 0,
|
|
|
|
|
"marginRight": 0,
|
|
|
|
|
"marginTop": 0,
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"divsChild": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"divsChild": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"divsChild": Array [],
|
|
|
|
|
"id": "143931232",
|
|
|
|
|
"marginBottom": 0,
|
|
|
|
|
"marginLeft": 1224,
|
|
|
|
|
"marginRight": 0,
|
|
|
|
|
"marginTop": 0,
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"id": "1721401288",
|
|
|
|
|
"marginBottom": 0,
|
|
|
|
|
"marginLeft": 0,
|
|
|
|
|
"marginRight": 0,
|
|
|
|
|
"marginTop": 0,
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"divsChild": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"divsChild": Array [],
|
|
|
|
|
"id": "999622277",
|
|
|
|
|
"marginBottom": 0,
|
|
|
|
|
"marginLeft": 918,
|
|
|
|
|
"marginRight": 0,
|
|
|
|
|
"marginTop": 0,
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"id": "530803451",
|
|
|
|
|
"marginBottom": 0,
|
|
|
|
|
"marginLeft": 0,
|
|
|
|
|
"marginRight": 0,
|
|
|
|
|
"marginTop": 0,
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"id": "1448353598",
|
|
|
|
|
"marginBottom": 0,
|
|
|
|
|
"marginLeft": 0,
|
|
|
|
|
"marginRight": 0,
|
|
|
|
|
"marginTop": 0,
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"divsChild": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"divsChild": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"divsChild": Array [],
|
|
|
|
|
"id": "1628391179",
|
|
|
|
|
"marginBottom": 0,
|
|
|
|
|
"marginLeft": 1224,
|
|
|
|
|
"marginRight": 0,
|
|
|
|
|
"marginTop": 0,
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"id": "517744164",
|
|
|
|
|
"marginBottom": 0,
|
|
|
|
|
"marginLeft": 0,
|
|
|
|
|
"marginRight": 0,
|
|
|
|
|
"marginTop": 0,
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"divsChild": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"divsChild": Array [],
|
|
|
|
|
"id": "868185557",
|
|
|
|
|
"marginBottom": 0,
|
|
|
|
|
"marginLeft": 918,
|
|
|
|
|
"marginRight": 0,
|
|
|
|
|
"marginTop": 0,
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"id": "448283929",
|
|
|
|
|
"marginBottom": 0,
|
|
|
|
|
"marginLeft": 0,
|
|
|
|
|
"marginRight": 0,
|
|
|
|
|
"marginTop": 0,
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"id": "1539781370",
|
|
|
|
|
"marginBottom": 0,
|
|
|
|
|
"marginLeft": 0,
|
|
|
|
|
"marginRight": 0,
|
|
|
|
|
"marginTop": 0,
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
|
2020-12-15 15:33:01 +02:00
|
|
|
|
exports[`reader should read extended comments docx 1`] = `
|
|
|
|
|
Object {
|
|
|
|
|
"comments": Object {
|
|
|
|
|
"comments": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"author": "あどみん てすと",
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "yey",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "00000064",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
},
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"type": "paragraph",
|
2020-12-15 15:33:01 +02:00
|
|
|
|
},
|
2020-12-21 10:30:42 +02:00
|
|
|
|
],
|
|
|
|
|
"date": "2020-12-15T15:54:25.705Z",
|
|
|
|
|
"id": 1,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"parentCommentId": null,
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"author": "あどみん てすと",
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "yo",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "00000066",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
},
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"type": "paragraph",
|
2020-12-15 15:33:01 +02:00
|
|
|
|
},
|
2020-12-21 10:30:42 +02:00
|
|
|
|
],
|
|
|
|
|
"date": "2020-12-15T15:54:32.752Z",
|
|
|
|
|
"id": 2,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"parentCommentId": 1,
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
"commentsExtended": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"done": false,
|
|
|
|
|
"paragraphId": "00000064",
|
|
|
|
|
"parentParagraphId": null,
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"done": false,
|
|
|
|
|
"paragraphId": "00000066",
|
|
|
|
|
"parentParagraphId": "00000064",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
"contentType": Object {
|
2021-07-13 12:46:15 +03:00
|
|
|
|
"custom_xml_count": 1,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"types": Object {
|
|
|
|
|
"/_rels/.rels": "application/vnd.openxmlformats-package.relationships+xml",
|
|
|
|
|
"/docProps/app.xml": "application/vnd.openxmlformats-officedocument.extended-properties+xml",
|
|
|
|
|
"/docProps/core.xml": "application/vnd.openxmlformats-package.core-properties+xml",
|
2021-06-23 12:39:01 +03:00
|
|
|
|
"/docProps/custom.xml": "application/vnd.openxmlformats-officedocument.custom-properties+xml",
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"/word/_rels/document.xml.rels": "application/vnd.openxmlformats-package.relationships+xml",
|
|
|
|
|
"/word/comments.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml",
|
|
|
|
|
"/word/commentsExtended.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.commentsExtended+xml",
|
|
|
|
|
"/word/document.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml",
|
|
|
|
|
"/word/fontTable.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml",
|
|
|
|
|
"/word/header1.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.header+xml",
|
|
|
|
|
"/word/numbering.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml",
|
|
|
|
|
"/word/settings.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml",
|
|
|
|
|
"/word/styles.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml",
|
|
|
|
|
},
|
2021-06-30 16:37:13 +03:00
|
|
|
|
"web_extension_count": 1,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
},
|
2021-07-13 12:46:15 +03:00
|
|
|
|
"customItemProps": Array [],
|
|
|
|
|
"customItemRels": Array [],
|
|
|
|
|
"customItems": Array [],
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"docProps": Object {
|
|
|
|
|
"app": Object {},
|
|
|
|
|
"core": Object {
|
|
|
|
|
"config": Object {
|
|
|
|
|
"created": null,
|
|
|
|
|
"creator": null,
|
|
|
|
|
"description": null,
|
|
|
|
|
"language": null,
|
|
|
|
|
"lastModifiedBy": null,
|
|
|
|
|
"modified": null,
|
|
|
|
|
"revision": null,
|
|
|
|
|
"subject": null,
|
|
|
|
|
"title": null,
|
|
|
|
|
},
|
|
|
|
|
},
|
2021-06-23 12:39:01 +03:00
|
|
|
|
"custom": Object {
|
|
|
|
|
"properties": Object {},
|
|
|
|
|
},
|
2020-12-15 15:33:01 +02:00
|
|
|
|
},
|
|
|
|
|
"document": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"id": 1,
|
|
|
|
|
"name": "LWG=563188eb-11ef-484b-9fe4-088029361a5d",
|
|
|
|
|
},
|
|
|
|
|
"type": "bookmarkStart",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "Hello w",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": 21,
|
|
|
|
|
"szCs": 21,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"comment": Object {
|
|
|
|
|
"author": "あどみん てすと",
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "yey",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "00000064",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
},
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"type": "paragraph",
|
2020-12-15 15:33:01 +02:00
|
|
|
|
},
|
2020-12-21 10:30:42 +02:00
|
|
|
|
],
|
|
|
|
|
"date": "2020-12-15T15:54:25.705Z",
|
|
|
|
|
"id": 1,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"parentCommentId": null,
|
|
|
|
|
},
|
|
|
|
|
"id": 1,
|
|
|
|
|
},
|
|
|
|
|
"type": "commentRangeStart",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"id": 2,
|
|
|
|
|
"name": "LRC=a187fb71-b95b-46d9-a379-121fe85b1fdc",
|
|
|
|
|
},
|
|
|
|
|
"type": "bookmarkStart",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"comment": Object {
|
|
|
|
|
"author": "あどみん てすと",
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "yo",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "00000066",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
},
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"type": "paragraph",
|
2020-12-15 15:33:01 +02:00
|
|
|
|
},
|
2020-12-21 10:30:42 +02:00
|
|
|
|
],
|
|
|
|
|
"date": "2020-12-15T15:54:32.752Z",
|
|
|
|
|
"id": 2,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"parentCommentId": 1,
|
|
|
|
|
},
|
|
|
|
|
"id": 2,
|
|
|
|
|
},
|
|
|
|
|
"type": "commentRangeStart",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"id": 3,
|
|
|
|
|
"name": "LRC=a187fb71-b95b-46d9-a379-121fe85b1fdc",
|
|
|
|
|
},
|
|
|
|
|
"type": "bookmarkStart",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "orld",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": 21,
|
|
|
|
|
"szCs": 21,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"id": 1,
|
|
|
|
|
},
|
|
|
|
|
"type": "commentRangeEnd",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"id": 2,
|
|
|
|
|
},
|
|
|
|
|
"type": "bookmarkEnd",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"id": 2,
|
|
|
|
|
},
|
|
|
|
|
"type": "commentRangeEnd",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"id": 3,
|
|
|
|
|
},
|
|
|
|
|
"type": "bookmarkEnd",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "00000062",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": "left",
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": 0,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"specialIndent": null,
|
|
|
|
|
"start": 0,
|
|
|
|
|
"startChars": null,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": 21,
|
|
|
|
|
"szCs": 21,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"id": 1,
|
|
|
|
|
},
|
|
|
|
|
"type": "bookmarkEnd",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "00000067",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"sectionProperty": Object {
|
|
|
|
|
"columns": 425,
|
2021-03-19 18:38:22 +02:00
|
|
|
|
"docGrid": Object {
|
|
|
|
|
"charSpace": null,
|
|
|
|
|
"gridType": "lines",
|
|
|
|
|
"linePitch": 360,
|
|
|
|
|
},
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"headerReference": Object {
|
|
|
|
|
"headerType": "default",
|
|
|
|
|
"id": "rId4",
|
|
|
|
|
},
|
|
|
|
|
"pageMargin": Object {
|
|
|
|
|
"bottom": 1701,
|
|
|
|
|
"footer": 992,
|
|
|
|
|
"gutter": 0,
|
|
|
|
|
"header": 851,
|
|
|
|
|
"left": 1701,
|
|
|
|
|
"right": 1701,
|
|
|
|
|
"top": 1985,
|
|
|
|
|
},
|
|
|
|
|
"pageSize": Object {
|
|
|
|
|
"h": 16838,
|
2021-03-24 09:51:11 +02:00
|
|
|
|
"orient": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"w": 11906,
|
|
|
|
|
},
|
|
|
|
|
"sectionType": null,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"documentRels": Object {
|
2021-07-13 12:46:15 +03:00
|
|
|
|
"customXmlCount": 0,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"hasComments": true,
|
|
|
|
|
"hasNumberings": false,
|
|
|
|
|
"imageIds": Array [],
|
|
|
|
|
},
|
|
|
|
|
"fontTable": Object {},
|
|
|
|
|
"header": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
},
|
|
|
|
|
"media": Array [],
|
|
|
|
|
"numberings": Object {
|
|
|
|
|
"abstractNums": Array [],
|
|
|
|
|
"numberings": Array [],
|
|
|
|
|
},
|
|
|
|
|
"rels": Object {
|
|
|
|
|
"rels": Array [
|
|
|
|
|
Array [
|
|
|
|
|
"http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties",
|
|
|
|
|
"rId1",
|
|
|
|
|
"docProps/core.xml",
|
|
|
|
|
],
|
|
|
|
|
Array [
|
|
|
|
|
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties",
|
|
|
|
|
"rId2",
|
|
|
|
|
"docProps/app.xml",
|
|
|
|
|
],
|
|
|
|
|
Array [
|
|
|
|
|
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument",
|
|
|
|
|
"rId3",
|
|
|
|
|
"word/document.xml",
|
|
|
|
|
],
|
2021-06-23 12:39:01 +03:00
|
|
|
|
Array [
|
|
|
|
|
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties",
|
|
|
|
|
"rId4",
|
|
|
|
|
"docProps/custom.xml",
|
|
|
|
|
],
|
2020-12-15 15:33:01 +02:00
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
"settings": Object {
|
|
|
|
|
"defaultTabStop": 709,
|
|
|
|
|
"docId": "50d61cff-8055-4197-917b-3993d0243c46",
|
|
|
|
|
"docVars": Array [],
|
|
|
|
|
"zoom": 100,
|
|
|
|
|
},
|
|
|
|
|
"styles": Object {
|
|
|
|
|
"docDefaults": Object {
|
|
|
|
|
"runPropertyDefault": Object {
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": 21,
|
|
|
|
|
"szCs": 21,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"styles": Array [
|
|
|
|
|
Object {
|
2021-03-17 05:56:48 +02:00
|
|
|
|
"basedOn": "Normal",
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"name": "Normal",
|
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
},
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
},
|
|
|
|
|
"styleId": "Normal",
|
|
|
|
|
"styleType": "paragraph",
|
2021-03-25 08:30:33 +02:00
|
|
|
|
"tableCellProperty": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": null,
|
|
|
|
|
},
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"tableProperty": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideH",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideV": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideV",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
2021-03-23 05:01:09 +02:00
|
|
|
|
"layout": null,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"margins": Object {
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"bottom": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
2020-12-15 15:33:01 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
2021-06-30 16:37:13 +03:00
|
|
|
|
"taskpanes": null,
|
|
|
|
|
"taskpanesRels": Object {
|
|
|
|
|
"rels": Array [],
|
|
|
|
|
},
|
|
|
|
|
"webExtensions": Array [],
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"webSettings": Object {
|
|
|
|
|
"divs": Array [],
|
|
|
|
|
},
|
2020-12-15 15:33:01 +02:00
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
|
2020-10-09 08:11:46 +03:00
|
|
|
|
exports[`reader should read gridAfter docx 1`] = `
|
|
|
|
|
Object {
|
|
|
|
|
"comments": Object {
|
|
|
|
|
"comments": Array [],
|
|
|
|
|
},
|
|
|
|
|
"commentsExtended": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
},
|
|
|
|
|
"contentType": Object {
|
2021-07-13 12:46:15 +03:00
|
|
|
|
"custom_xml_count": 1,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"types": Object {
|
|
|
|
|
"/_rels/.rels": "application/vnd.openxmlformats-package.relationships+xml",
|
|
|
|
|
"/docProps/app.xml": "application/vnd.openxmlformats-officedocument.extended-properties+xml",
|
|
|
|
|
"/docProps/core.xml": "application/vnd.openxmlformats-package.core-properties+xml",
|
2021-06-23 12:39:01 +03:00
|
|
|
|
"/docProps/custom.xml": "application/vnd.openxmlformats-officedocument.custom-properties+xml",
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"/word/_rels/document.xml.rels": "application/vnd.openxmlformats-package.relationships+xml",
|
|
|
|
|
"/word/comments.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml",
|
|
|
|
|
"/word/commentsExtended.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.commentsExtended+xml",
|
|
|
|
|
"/word/document.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml",
|
|
|
|
|
"/word/fontTable.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml",
|
|
|
|
|
"/word/header1.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.header+xml",
|
|
|
|
|
"/word/numbering.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml",
|
|
|
|
|
"/word/settings.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml",
|
|
|
|
|
"/word/styles.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml",
|
|
|
|
|
},
|
2021-06-30 16:37:13 +03:00
|
|
|
|
"web_extension_count": 1,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
2021-07-13 12:46:15 +03:00
|
|
|
|
"customItemProps": Array [],
|
|
|
|
|
"customItemRels": Array [],
|
|
|
|
|
"customItems": Array [],
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"docProps": Object {
|
|
|
|
|
"app": Object {},
|
|
|
|
|
"core": Object {
|
|
|
|
|
"config": Object {
|
|
|
|
|
"created": null,
|
|
|
|
|
"creator": null,
|
|
|
|
|
"description": null,
|
|
|
|
|
"language": null,
|
|
|
|
|
"lastModifiedBy": null,
|
|
|
|
|
"modified": null,
|
|
|
|
|
"revision": null,
|
|
|
|
|
"subject": null,
|
|
|
|
|
"title": null,
|
|
|
|
|
},
|
|
|
|
|
},
|
2021-06-23 12:39:01 +03:00
|
|
|
|
"custom": Object {
|
|
|
|
|
"properties": Object {},
|
|
|
|
|
},
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"document": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"id": "16FEACB3",
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": true,
|
|
|
|
|
"boldCs": true,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"grid": Array [
|
|
|
|
|
1078,
|
|
|
|
|
929,
|
|
|
|
|
3895,
|
|
|
|
|
2652,
|
|
|
|
|
1065,
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideH",
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideV": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideV",
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "left",
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "right",
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
2021-03-23 05:01:09 +02:00
|
|
|
|
"layout": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"margins": Object {
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"bottom": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"style": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 9619,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"rows": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"cells": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"id": "43341E9A",
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "nil",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
2021-03-24 11:00:17 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": null,
|
|
|
|
|
"insideV": null,
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "nil",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "left",
|
2021-03-24 11:00:17 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "nil",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "right",
|
2021-03-24 11:00:17 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tl2br": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "nil",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
2021-03-24 11:00:17 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tr2bl": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"gridSpan": 5,
|
2021-03-18 12:02:28 +02:00
|
|
|
|
"shading": null,
|
2021-03-03 03:35:50 +02:00
|
|
|
|
"textDirection": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 9619,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
2020-10-09 10:02:33 +03:00
|
|
|
|
"gridAfter": null,
|
2021-05-11 05:01:35 +03:00
|
|
|
|
"gridBefore": null,
|
2021-03-15 08:54:14 +02:00
|
|
|
|
"heightRule": "atLeast",
|
2020-10-09 10:02:33 +03:00
|
|
|
|
"rowHeight": 970,
|
|
|
|
|
"widthAfter": null,
|
2021-05-11 05:01:35 +03:00
|
|
|
|
"widthBefore": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"cells": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"id": "6BE7DE28",
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": "center",
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": 22,
|
|
|
|
|
"szCs": 22,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": null,
|
|
|
|
|
"insideV": null,
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tl2br": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tr2bl": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"gridSpan": 3,
|
2021-03-18 12:02:28 +02:00
|
|
|
|
"shading": Object {
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"fill": "auto",
|
2021-03-19 05:31:36 +02:00
|
|
|
|
"shdType": "clear",
|
2021-03-18 12:02:28 +02:00
|
|
|
|
},
|
2021-03-03 03:35:50 +02:00
|
|
|
|
"textDirection": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"verticalAlign": "center",
|
|
|
|
|
"verticalMerge": "restart",
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 5902,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"id": "39428C28",
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": "center",
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": 18,
|
|
|
|
|
"szCs": 18,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": null,
|
|
|
|
|
"insideV": null,
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tl2br": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tr2bl": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"gridSpan": null,
|
2021-03-18 12:02:28 +02:00
|
|
|
|
"shading": Object {
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"fill": "auto",
|
2021-03-19 05:31:36 +02:00
|
|
|
|
"shdType": "clear",
|
2021-03-18 12:02:28 +02:00
|
|
|
|
},
|
2021-03-03 03:35:50 +02:00
|
|
|
|
"textDirection": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"verticalAlign": "center",
|
|
|
|
|
"verticalMerge": "restart",
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 2652,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
2020-10-09 10:02:33 +03:00
|
|
|
|
"gridAfter": 1,
|
2021-05-11 05:01:35 +03:00
|
|
|
|
"gridBefore": null,
|
2021-03-15 08:54:14 +02:00
|
|
|
|
"heightRule": "atLeast",
|
2020-10-09 10:02:33 +03:00
|
|
|
|
"rowHeight": 55,
|
|
|
|
|
"widthAfter": 1065,
|
2021-05-11 05:01:35 +03:00
|
|
|
|
"widthBefore": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"cells": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"id": "48D5E437",
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": "left",
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": 22,
|
|
|
|
|
"szCs": 22,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": null,
|
|
|
|
|
"insideV": null,
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tl2br": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tr2bl": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"gridSpan": 3,
|
2021-03-18 12:02:28 +02:00
|
|
|
|
"shading": Object {
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"fill": "auto",
|
2021-03-19 05:31:36 +02:00
|
|
|
|
"shdType": "clear",
|
2021-03-18 12:02:28 +02:00
|
|
|
|
},
|
2021-03-03 03:35:50 +02:00
|
|
|
|
"textDirection": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"verticalAlign": "center",
|
|
|
|
|
"verticalMerge": "continue",
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 5902,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"id": "50A0FAA8",
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": "left",
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": 18,
|
|
|
|
|
"szCs": 18,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": null,
|
|
|
|
|
"insideV": null,
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tl2br": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tr2bl": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"gridSpan": null,
|
2021-03-18 12:02:28 +02:00
|
|
|
|
"shading": Object {
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"fill": "auto",
|
2021-03-19 05:31:36 +02:00
|
|
|
|
"shdType": "clear",
|
2021-03-18 12:02:28 +02:00
|
|
|
|
},
|
2021-03-03 03:35:50 +02:00
|
|
|
|
"textDirection": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"verticalAlign": "center",
|
|
|
|
|
"verticalMerge": "continue",
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 2652,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
2020-10-09 10:02:33 +03:00
|
|
|
|
"gridAfter": 1,
|
2021-05-11 05:01:35 +03:00
|
|
|
|
"gridBefore": null,
|
2021-03-15 08:54:14 +02:00
|
|
|
|
"heightRule": "atLeast",
|
2020-10-09 10:02:33 +03:00
|
|
|
|
"rowHeight": 675,
|
|
|
|
|
"widthAfter": 1065,
|
2021-05-11 05:01:35 +03:00
|
|
|
|
"widthBefore": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"cells": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"id": "486BA51C",
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": 20,
|
|
|
|
|
"szCs": 20,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "nil",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
2021-03-24 11:00:17 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": null,
|
|
|
|
|
"insideV": null,
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "nil",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "right",
|
2021-03-24 11:00:17 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tl2br": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tr2bl": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"gridSpan": 2,
|
2021-03-18 12:02:28 +02:00
|
|
|
|
"shading": Object {
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"fill": "auto",
|
2021-03-19 05:31:36 +02:00
|
|
|
|
"shdType": "clear",
|
2021-03-18 12:02:28 +02:00
|
|
|
|
},
|
2021-03-03 03:35:50 +02:00
|
|
|
|
"textDirection": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 2007,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"id": "64A9EED9",
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": 20,
|
|
|
|
|
"szCs": 20,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "nil",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
2021-03-24 11:00:17 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": null,
|
|
|
|
|
"insideV": null,
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "nil",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "left",
|
2021-03-24 11:00:17 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tl2br": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "nil",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
2021-03-24 11:00:17 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tr2bl": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"gridSpan": null,
|
2021-03-18 12:02:28 +02:00
|
|
|
|
"shading": Object {
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"fill": "auto",
|
2021-03-19 05:31:36 +02:00
|
|
|
|
"shdType": "clear",
|
2021-03-18 12:02:28 +02:00
|
|
|
|
},
|
2021-03-03 03:35:50 +02:00
|
|
|
|
"textDirection": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 3895,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
2020-10-09 10:02:33 +03:00
|
|
|
|
"gridAfter": 2,
|
2021-05-11 05:01:35 +03:00
|
|
|
|
"gridBefore": null,
|
2021-03-15 08:54:14 +02:00
|
|
|
|
"heightRule": "atLeast",
|
2020-10-09 10:02:33 +03:00
|
|
|
|
"rowHeight": 397,
|
|
|
|
|
"widthAfter": 3717,
|
2021-05-11 05:01:35 +03:00
|
|
|
|
"widthBefore": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"cells": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"id": "49583DE5",
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": 20,
|
|
|
|
|
"szCs": 20,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "nil",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
2021-03-24 11:00:17 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": null,
|
|
|
|
|
"insideV": null,
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "nil",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "right",
|
2021-03-24 11:00:17 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tl2br": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "nil",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
2021-03-24 11:00:17 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tr2bl": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"gridSpan": null,
|
2021-03-18 12:02:28 +02:00
|
|
|
|
"shading": Object {
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"fill": "auto",
|
2021-03-19 05:31:36 +02:00
|
|
|
|
"shdType": "clear",
|
2021-03-18 12:02:28 +02:00
|
|
|
|
},
|
2021-03-03 03:35:50 +02:00
|
|
|
|
"textDirection": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 1078,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"id": "594B4E56",
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": 20,
|
|
|
|
|
"szCs": 20,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "nil",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
2021-03-24 11:00:17 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": null,
|
|
|
|
|
"insideV": null,
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tl2br": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tr2bl": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"gridSpan": 2,
|
2021-03-18 12:02:28 +02:00
|
|
|
|
"shading": Object {
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"fill": "auto",
|
2021-03-19 05:31:36 +02:00
|
|
|
|
"shdType": "clear",
|
2021-03-18 12:02:28 +02:00
|
|
|
|
},
|
2021-03-03 03:35:50 +02:00
|
|
|
|
"textDirection": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 4824,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
2020-10-09 10:02:33 +03:00
|
|
|
|
"gridAfter": 2,
|
2021-05-11 05:01:35 +03:00
|
|
|
|
"gridBefore": null,
|
2021-03-15 08:54:14 +02:00
|
|
|
|
"heightRule": "atLeast",
|
2020-10-09 10:02:33 +03:00
|
|
|
|
"rowHeight": 397,
|
|
|
|
|
"widthAfter": 3717,
|
2021-05-11 05:01:35 +03:00
|
|
|
|
"widthBefore": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"cells": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"id": "2C13FF77",
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": 20,
|
|
|
|
|
"szCs": 20,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "nil",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
2021-03-24 11:00:17 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": null,
|
|
|
|
|
"insideV": null,
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tl2br": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "nil",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
2021-03-24 11:00:17 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tr2bl": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"gridSpan": null,
|
2021-03-18 12:02:28 +02:00
|
|
|
|
"shading": Object {
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"fill": "auto",
|
2021-03-19 05:31:36 +02:00
|
|
|
|
"shdType": "clear",
|
2021-03-18 12:02:28 +02:00
|
|
|
|
},
|
2021-03-03 03:35:50 +02:00
|
|
|
|
"textDirection": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 1078,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"id": "163C5059",
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": 20,
|
|
|
|
|
"szCs": 20,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "nil",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
2021-03-24 11:00:17 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": null,
|
|
|
|
|
"insideV": null,
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "nil",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "left",
|
2021-03-24 11:00:17 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tl2br": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "nil",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
2021-03-24 11:00:17 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tr2bl": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"gridSpan": null,
|
2021-03-18 12:02:28 +02:00
|
|
|
|
"shading": Object {
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"fill": "auto",
|
2021-03-19 05:31:36 +02:00
|
|
|
|
"shdType": "clear",
|
2021-03-18 12:02:28 +02:00
|
|
|
|
},
|
2021-03-03 03:35:50 +02:00
|
|
|
|
"textDirection": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 929,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"id": "22E33130",
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": 20,
|
|
|
|
|
"szCs": 20,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": null,
|
|
|
|
|
"insideV": null,
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "nil",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "left",
|
2021-03-24 11:00:17 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tl2br": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tr2bl": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"gridSpan": null,
|
2021-03-18 12:02:28 +02:00
|
|
|
|
"shading": Object {
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"fill": "auto",
|
2021-03-19 05:31:36 +02:00
|
|
|
|
"shdType": "clear",
|
2021-03-18 12:02:28 +02:00
|
|
|
|
},
|
2021-03-03 03:35:50 +02:00
|
|
|
|
"textDirection": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 3895,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
2020-10-09 10:02:33 +03:00
|
|
|
|
"gridAfter": 2,
|
2021-05-11 05:01:35 +03:00
|
|
|
|
"gridBefore": null,
|
2021-03-15 08:54:14 +02:00
|
|
|
|
"heightRule": "atLeast",
|
2020-10-09 10:02:33 +03:00
|
|
|
|
"rowHeight": 397,
|
|
|
|
|
"widthAfter": 3717,
|
2021-05-11 05:01:35 +03:00
|
|
|
|
"widthBefore": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"cells": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"id": "1673B14A",
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": 20,
|
|
|
|
|
"szCs": 20,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "nil",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
2021-03-24 11:00:17 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": null,
|
|
|
|
|
"insideV": null,
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "nil",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "right",
|
2021-03-24 11:00:17 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tl2br": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "nil",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
2021-03-24 11:00:17 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tr2bl": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"gridSpan": null,
|
2021-03-18 12:02:28 +02:00
|
|
|
|
"shading": Object {
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"fill": "auto",
|
2021-03-19 05:31:36 +02:00
|
|
|
|
"shdType": "clear",
|
2021-03-18 12:02:28 +02:00
|
|
|
|
},
|
2021-03-03 03:35:50 +02:00
|
|
|
|
"textDirection": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 1078,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"id": "6F6533E8",
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": 20,
|
|
|
|
|
"szCs": 20,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "nil",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
2021-03-24 11:00:17 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": null,
|
|
|
|
|
"insideV": null,
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tl2br": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "nil",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
2021-03-24 11:00:17 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tr2bl": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"gridSpan": null,
|
2021-03-18 12:02:28 +02:00
|
|
|
|
"shading": Object {
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"fill": "auto",
|
2021-03-19 05:31:36 +02:00
|
|
|
|
"shdType": "clear",
|
2021-03-18 12:02:28 +02:00
|
|
|
|
},
|
2021-03-03 03:35:50 +02:00
|
|
|
|
"textDirection": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 929,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"id": "18853053",
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": 20,
|
|
|
|
|
"szCs": 20,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": null,
|
|
|
|
|
"insideV": null,
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "nil",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "left",
|
2021-03-24 11:00:17 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tl2br": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "nil",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
2021-03-24 11:00:17 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tr2bl": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"gridSpan": null,
|
2021-03-18 12:02:28 +02:00
|
|
|
|
"shading": Object {
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"fill": "auto",
|
2021-03-19 05:31:36 +02:00
|
|
|
|
"shdType": "clear",
|
2021-03-18 12:02:28 +02:00
|
|
|
|
},
|
2021-03-03 03:35:50 +02:00
|
|
|
|
"textDirection": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 3895,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
2020-10-09 10:02:33 +03:00
|
|
|
|
"gridAfter": 2,
|
2021-05-11 05:01:35 +03:00
|
|
|
|
"gridBefore": null,
|
2021-03-15 08:54:14 +02:00
|
|
|
|
"heightRule": "atLeast",
|
2020-10-09 10:02:33 +03:00
|
|
|
|
"rowHeight": 397,
|
|
|
|
|
"widthAfter": 3717,
|
2021-05-11 05:01:35 +03:00
|
|
|
|
"widthBefore": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"cells": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"id": "160ABBAD",
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": 20,
|
|
|
|
|
"szCs": 20,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": null,
|
|
|
|
|
"insideH": null,
|
|
|
|
|
"insideV": null,
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "nil",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "right",
|
2021-03-24 11:00:17 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tl2br": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "nil",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
2021-03-24 11:00:17 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tr2bl": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"gridSpan": null,
|
2021-03-18 12:02:28 +02:00
|
|
|
|
"shading": Object {
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"fill": "auto",
|
2021-03-19 05:31:36 +02:00
|
|
|
|
"shdType": "clear",
|
2021-03-18 12:02:28 +02:00
|
|
|
|
},
|
2021-03-03 03:35:50 +02:00
|
|
|
|
"textDirection": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 1078,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"id": "34CEA25B",
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": 20,
|
|
|
|
|
"szCs": 20,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": null,
|
|
|
|
|
"insideH": null,
|
|
|
|
|
"insideV": null,
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tl2br": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "nil",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
2021-03-24 11:00:17 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tr2bl": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"gridSpan": null,
|
2021-03-18 12:02:28 +02:00
|
|
|
|
"shading": Object {
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"fill": "auto",
|
2021-03-19 05:31:36 +02:00
|
|
|
|
"shdType": "clear",
|
2021-03-18 12:02:28 +02:00
|
|
|
|
},
|
2021-03-03 03:35:50 +02:00
|
|
|
|
"textDirection": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 929,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"id": "763753F9",
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": 20,
|
|
|
|
|
"szCs": 20,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": null,
|
|
|
|
|
"insideV": null,
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "nil",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "left",
|
2021-03-24 11:00:17 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tl2br": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "nil",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
2021-03-24 11:00:17 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tr2bl": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"gridSpan": null,
|
2021-03-18 12:02:28 +02:00
|
|
|
|
"shading": Object {
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"fill": "auto",
|
2021-03-19 05:31:36 +02:00
|
|
|
|
"shdType": "clear",
|
2021-03-18 12:02:28 +02:00
|
|
|
|
},
|
2021-03-03 03:35:50 +02:00
|
|
|
|
"textDirection": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 3895,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
2020-10-09 10:02:33 +03:00
|
|
|
|
"gridAfter": 2,
|
2021-05-11 05:01:35 +03:00
|
|
|
|
"gridBefore": null,
|
2021-03-15 08:54:14 +02:00
|
|
|
|
"heightRule": "atLeast",
|
2020-10-09 10:02:33 +03:00
|
|
|
|
"rowHeight": 397,
|
|
|
|
|
"widthAfter": 3717,
|
2021-05-11 05:01:35 +03:00
|
|
|
|
"widthBefore": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"cells": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"id": "094F73CD",
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": 20,
|
|
|
|
|
"szCs": 20,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": null,
|
|
|
|
|
"insideV": null,
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "nil",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "right",
|
2021-03-24 11:00:17 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tl2br": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "nil",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
2021-03-24 11:00:17 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tr2bl": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"gridSpan": null,
|
2021-03-18 12:02:28 +02:00
|
|
|
|
"shading": Object {
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"fill": "auto",
|
2021-03-19 05:31:36 +02:00
|
|
|
|
"shdType": "clear",
|
2021-03-18 12:02:28 +02:00
|
|
|
|
},
|
2021-03-03 03:35:50 +02:00
|
|
|
|
"textDirection": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 1078,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"id": "481A460E",
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": 20,
|
|
|
|
|
"szCs": 20,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": null,
|
|
|
|
|
"insideV": null,
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tl2br": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "nil",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
2021-03-24 11:00:17 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tr2bl": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"gridSpan": null,
|
2021-03-18 12:02:28 +02:00
|
|
|
|
"shading": Object {
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"fill": "auto",
|
2021-03-19 05:31:36 +02:00
|
|
|
|
"shdType": "clear",
|
2021-03-18 12:02:28 +02:00
|
|
|
|
},
|
2021-03-03 03:35:50 +02:00
|
|
|
|
"textDirection": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 929,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"id": "32FE64F9",
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": 20,
|
|
|
|
|
"szCs": 20,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": null,
|
|
|
|
|
"insideV": null,
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "nil",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "left",
|
2021-03-24 11:00:17 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tl2br": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "nil",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
2021-03-24 11:00:17 +02:00
|
|
|
|
"size": 4,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
2021-03-16 09:09:39 +02:00
|
|
|
|
"tr2bl": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"gridSpan": null,
|
2021-03-18 12:02:28 +02:00
|
|
|
|
"shading": Object {
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"fill": "auto",
|
2021-03-19 05:31:36 +02:00
|
|
|
|
"shdType": "clear",
|
2021-03-18 12:02:28 +02:00
|
|
|
|
},
|
2021-03-03 03:35:50 +02:00
|
|
|
|
"textDirection": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 3895,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
2020-10-09 10:02:33 +03:00
|
|
|
|
"gridAfter": 2,
|
2021-05-11 05:01:35 +03:00
|
|
|
|
"gridBefore": null,
|
2021-03-15 08:54:14 +02:00
|
|
|
|
"heightRule": "atLeast",
|
2020-10-09 10:02:33 +03:00
|
|
|
|
"rowHeight": 397,
|
|
|
|
|
"widthAfter": 3717,
|
2021-05-11 05:01:35 +03:00
|
|
|
|
"widthBefore": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
"type": "table",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"id": "6B1CEEA4",
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"sectionProperty": Object {
|
|
|
|
|
"columns": 425,
|
2021-03-19 18:38:22 +02:00
|
|
|
|
"docGrid": Object {
|
|
|
|
|
"charSpace": null,
|
|
|
|
|
"gridType": "lines",
|
|
|
|
|
"linePitch": 360,
|
|
|
|
|
},
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"headerReference": Object {
|
|
|
|
|
"headerType": "default",
|
|
|
|
|
"id": "rId4",
|
|
|
|
|
},
|
|
|
|
|
"pageMargin": Object {
|
2020-10-09 14:30:55 +03:00
|
|
|
|
"bottom": 600,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"footer": 992,
|
|
|
|
|
"gutter": 0,
|
|
|
|
|
"header": 851,
|
|
|
|
|
"left": 1701,
|
2020-10-09 14:30:55 +03:00
|
|
|
|
"right": 1400,
|
|
|
|
|
"top": 1700,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"pageSize": Object {
|
|
|
|
|
"h": 16838,
|
2021-03-24 09:51:11 +02:00
|
|
|
|
"orient": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"w": 11906,
|
|
|
|
|
},
|
|
|
|
|
"sectionType": null,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"documentRels": Object {
|
2021-07-13 12:46:15 +03:00
|
|
|
|
"customXmlCount": 0,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"hasComments": false,
|
|
|
|
|
"hasNumberings": false,
|
|
|
|
|
"imageIds": Array [],
|
|
|
|
|
},
|
|
|
|
|
"fontTable": Object {},
|
|
|
|
|
"header": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
},
|
|
|
|
|
"media": Array [],
|
|
|
|
|
"numberings": Object {
|
|
|
|
|
"abstractNums": Array [],
|
|
|
|
|
"numberings": Array [],
|
|
|
|
|
},
|
|
|
|
|
"rels": Object {
|
|
|
|
|
"rels": Array [
|
|
|
|
|
Array [
|
|
|
|
|
"http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties",
|
|
|
|
|
"rId1",
|
|
|
|
|
"docProps/core.xml",
|
|
|
|
|
],
|
|
|
|
|
Array [
|
|
|
|
|
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties",
|
|
|
|
|
"rId2",
|
|
|
|
|
"docProps/app.xml",
|
|
|
|
|
],
|
|
|
|
|
Array [
|
|
|
|
|
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument",
|
|
|
|
|
"rId3",
|
|
|
|
|
"word/document.xml",
|
|
|
|
|
],
|
2021-06-23 12:39:01 +03:00
|
|
|
|
Array [
|
|
|
|
|
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties",
|
|
|
|
|
"rId4",
|
|
|
|
|
"docProps/custom.xml",
|
|
|
|
|
],
|
2020-10-09 08:11:46 +03:00
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
"settings": Object {
|
2021-03-26 06:37:01 +02:00
|
|
|
|
"defaultTabStop": 840,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"docId": "E43E077A-3477-A242-BD53-4313974E06A2",
|
2020-12-15 08:38:17 +02:00
|
|
|
|
"docVars": Array [],
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"zoom": 100,
|
|
|
|
|
},
|
|
|
|
|
"styles": Object {
|
|
|
|
|
"docDefaults": Object {
|
|
|
|
|
"runPropertyDefault": Object {
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
2020-12-14 08:01:23 +02:00
|
|
|
|
"sz": 21,
|
|
|
|
|
"szCs": 21,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"styles": Array [
|
|
|
|
|
Object {
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"basedOn": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"name": "Normal",
|
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": "both",
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"styleId": "a",
|
|
|
|
|
"styleType": "paragraph",
|
2021-03-25 08:30:33 +02:00
|
|
|
|
"tableCellProperty": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": null,
|
|
|
|
|
},
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"tableProperty": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideH",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideV": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideV",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
2021-03-23 05:01:09 +02:00
|
|
|
|
"layout": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"margins": Object {
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"bottom": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
Object {
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"basedOn": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"name": "Default Paragraph Font",
|
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"styleId": "a0",
|
|
|
|
|
"styleType": "character",
|
2021-03-25 08:30:33 +02:00
|
|
|
|
"tableCellProperty": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": null,
|
|
|
|
|
},
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"tableProperty": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideH",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideV": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideV",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
2021-03-23 05:01:09 +02:00
|
|
|
|
"layout": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"margins": Object {
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"bottom": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
Object {
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"basedOn": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"name": "Normal Table",
|
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"styleId": "a1",
|
|
|
|
|
"styleType": "table",
|
2021-03-25 08:30:33 +02:00
|
|
|
|
"tableCellProperty": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": null,
|
|
|
|
|
},
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"tableProperty": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": null,
|
|
|
|
|
"insideH": null,
|
|
|
|
|
"insideV": null,
|
|
|
|
|
"left": null,
|
|
|
|
|
"right": null,
|
|
|
|
|
"top": null,
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
2021-03-23 05:01:09 +02:00
|
|
|
|
"layout": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"margins": Object {
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"bottom": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
Object {
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"basedOn": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"name": "No List",
|
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
"styleId": "a2",
|
|
|
|
|
"styleType": "numbering",
|
2021-03-25 08:30:33 +02:00
|
|
|
|
"tableCellProperty": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": null,
|
|
|
|
|
},
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"tableProperty": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideH",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideV": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideV",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
2021-03-23 05:01:09 +02:00
|
|
|
|
"layout": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"margins": Object {
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"bottom": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
2020-10-09 08:11:46 +03:00
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
2021-06-30 16:37:13 +03:00
|
|
|
|
"taskpanes": null,
|
|
|
|
|
"taskpanesRels": Object {
|
|
|
|
|
"rels": Array [],
|
|
|
|
|
},
|
|
|
|
|
"webExtensions": Array [],
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"webSettings": Object {
|
|
|
|
|
"divs": Array [],
|
|
|
|
|
},
|
2020-10-09 08:11:46 +03:00
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
|
2021-09-29 03:03:39 +03:00
|
|
|
|
exports[`reader should read line spacing docx 1`] = `
|
|
|
|
|
Object {
|
|
|
|
|
"comments": Object {
|
|
|
|
|
"comments": Array [],
|
|
|
|
|
},
|
|
|
|
|
"commentsExtended": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
},
|
|
|
|
|
"contentType": Object {
|
|
|
|
|
"custom_xml_count": 1,
|
|
|
|
|
"types": Object {
|
|
|
|
|
"/_rels/.rels": "application/vnd.openxmlformats-package.relationships+xml",
|
|
|
|
|
"/docProps/app.xml": "application/vnd.openxmlformats-officedocument.extended-properties+xml",
|
|
|
|
|
"/docProps/core.xml": "application/vnd.openxmlformats-package.core-properties+xml",
|
|
|
|
|
"/docProps/custom.xml": "application/vnd.openxmlformats-officedocument.custom-properties+xml",
|
|
|
|
|
"/word/_rels/document.xml.rels": "application/vnd.openxmlformats-package.relationships+xml",
|
|
|
|
|
"/word/comments.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml",
|
|
|
|
|
"/word/commentsExtended.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.commentsExtended+xml",
|
|
|
|
|
"/word/document.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml",
|
|
|
|
|
"/word/fontTable.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml",
|
|
|
|
|
"/word/header1.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.header+xml",
|
|
|
|
|
"/word/numbering.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml",
|
|
|
|
|
"/word/settings.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml",
|
|
|
|
|
"/word/styles.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml",
|
|
|
|
|
},
|
|
|
|
|
"web_extension_count": 1,
|
|
|
|
|
},
|
|
|
|
|
"customItemProps": Array [],
|
|
|
|
|
"customItemRels": Array [],
|
|
|
|
|
"customItems": Array [],
|
|
|
|
|
"docProps": Object {
|
|
|
|
|
"app": Object {},
|
|
|
|
|
"core": Object {
|
|
|
|
|
"config": Object {
|
|
|
|
|
"created": null,
|
|
|
|
|
"creator": null,
|
|
|
|
|
"description": null,
|
|
|
|
|
"language": null,
|
|
|
|
|
"lastModifiedBy": null,
|
|
|
|
|
"modified": null,
|
|
|
|
|
"revision": null,
|
|
|
|
|
"subject": null,
|
|
|
|
|
"title": null,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"custom": Object {
|
|
|
|
|
"properties": Object {},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"document": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
|
|
|
|
"characterSpacing": null,
|
|
|
|
|
"color": null,
|
|
|
|
|
"del": null,
|
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
|
|
|
|
"ins": null,
|
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
|
|
|
|
"vertAlign": null,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "00000001",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
|
|
|
|
"divId": null,
|
|
|
|
|
"indent": null,
|
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
|
|
|
|
"lineSpacing": Object {
|
|
|
|
|
"before": 300,
|
|
|
|
|
"line": 300,
|
|
|
|
|
"lineRule": "Auto",
|
|
|
|
|
},
|
|
|
|
|
"numberingProperty": null,
|
|
|
|
|
"outlineLvl": null,
|
|
|
|
|
"pageBreakBefore": false,
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
|
|
|
|
"characterSpacing": null,
|
|
|
|
|
"color": null,
|
|
|
|
|
"del": null,
|
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
|
|
|
|
"ins": null,
|
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
|
|
|
|
"vertAlign": null,
|
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"windowControl": false,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
|
|
|
|
"characterSpacing": null,
|
|
|
|
|
"color": null,
|
|
|
|
|
"del": null,
|
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
|
|
|
|
"ins": null,
|
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
|
|
|
|
"vertAlign": null,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "00000002",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
|
|
|
|
"divId": null,
|
|
|
|
|
"indent": null,
|
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
|
|
|
|
"lineSpacing": Object {
|
|
|
|
|
"line": 300,
|
|
|
|
|
"lineRule": "AtLeast",
|
|
|
|
|
},
|
|
|
|
|
"numberingProperty": null,
|
|
|
|
|
"outlineLvl": null,
|
|
|
|
|
"pageBreakBefore": false,
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
|
|
|
|
"characterSpacing": null,
|
|
|
|
|
"color": null,
|
|
|
|
|
"del": null,
|
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
|
|
|
|
"ins": null,
|
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
|
|
|
|
"vertAlign": null,
|
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"windowControl": false,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
|
|
|
|
"characterSpacing": 100,
|
|
|
|
|
"color": null,
|
|
|
|
|
"del": null,
|
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
|
|
|
|
"ins": null,
|
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
|
|
|
|
"vertAlign": null,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "00000003",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
|
|
|
|
"divId": null,
|
|
|
|
|
"indent": null,
|
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
|
|
|
|
"lineSpacing": Object {
|
|
|
|
|
"after": 300,
|
|
|
|
|
"line": 300,
|
|
|
|
|
"lineRule": "Exact",
|
|
|
|
|
},
|
|
|
|
|
"numberingProperty": null,
|
|
|
|
|
"outlineLvl": null,
|
|
|
|
|
"pageBreakBefore": false,
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
|
|
|
|
"characterSpacing": null,
|
|
|
|
|
"color": null,
|
|
|
|
|
"del": null,
|
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
|
|
|
|
"ins": null,
|
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
|
|
|
|
"vertAlign": null,
|
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"windowControl": false,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"sectionProperty": Object {
|
|
|
|
|
"columns": 425,
|
|
|
|
|
"docGrid": Object {
|
|
|
|
|
"charSpace": null,
|
|
|
|
|
"gridType": "lines",
|
|
|
|
|
"linePitch": 360,
|
|
|
|
|
},
|
|
|
|
|
"headerReference": Object {
|
|
|
|
|
"headerType": "default",
|
|
|
|
|
"id": "rId4",
|
|
|
|
|
},
|
|
|
|
|
"pageMargin": Object {
|
|
|
|
|
"bottom": 1701,
|
|
|
|
|
"footer": 992,
|
|
|
|
|
"gutter": 0,
|
|
|
|
|
"header": 851,
|
|
|
|
|
"left": 1701,
|
|
|
|
|
"right": 1701,
|
|
|
|
|
"top": 1985,
|
|
|
|
|
},
|
|
|
|
|
"pageSize": Object {
|
|
|
|
|
"h": 16838,
|
|
|
|
|
"orient": null,
|
|
|
|
|
"w": 11906,
|
|
|
|
|
},
|
|
|
|
|
"sectionType": null,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"documentRels": Object {
|
|
|
|
|
"customXmlCount": 0,
|
|
|
|
|
"hasComments": false,
|
|
|
|
|
"hasNumberings": false,
|
|
|
|
|
"imageIds": Array [],
|
|
|
|
|
},
|
|
|
|
|
"fontTable": Object {},
|
|
|
|
|
"header": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
},
|
|
|
|
|
"media": Array [],
|
|
|
|
|
"numberings": Object {
|
|
|
|
|
"abstractNums": Array [],
|
|
|
|
|
"numberings": Array [],
|
|
|
|
|
},
|
|
|
|
|
"rels": Object {
|
|
|
|
|
"rels": Array [
|
|
|
|
|
Array [
|
|
|
|
|
"http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties",
|
|
|
|
|
"rId1",
|
|
|
|
|
"docProps/core.xml",
|
|
|
|
|
],
|
|
|
|
|
Array [
|
|
|
|
|
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties",
|
|
|
|
|
"rId2",
|
|
|
|
|
"docProps/app.xml",
|
|
|
|
|
],
|
|
|
|
|
Array [
|
|
|
|
|
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument",
|
|
|
|
|
"rId3",
|
|
|
|
|
"word/document.xml",
|
|
|
|
|
],
|
|
|
|
|
Array [
|
|
|
|
|
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties",
|
|
|
|
|
"rId4",
|
|
|
|
|
"docProps/custom.xml",
|
|
|
|
|
],
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
"settings": Object {
|
|
|
|
|
"defaultTabStop": 840,
|
|
|
|
|
"docId": null,
|
|
|
|
|
"docVars": Array [],
|
|
|
|
|
"zoom": 100,
|
|
|
|
|
},
|
|
|
|
|
"styles": Object {
|
|
|
|
|
"docDefaults": Object {
|
|
|
|
|
"runPropertyDefault": Object {
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
|
|
|
|
"characterSpacing": null,
|
|
|
|
|
"color": null,
|
|
|
|
|
"del": null,
|
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
|
|
|
|
"ins": null,
|
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
|
|
|
|
"vertAlign": null,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"styles": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"basedOn": "Normal",
|
|
|
|
|
"name": "Normal",
|
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
|
|
|
|
"divId": null,
|
|
|
|
|
"indent": null,
|
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
|
|
|
|
"lineSpacing": null,
|
|
|
|
|
"numberingProperty": null,
|
|
|
|
|
"outlineLvl": null,
|
|
|
|
|
"pageBreakBefore": false,
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
|
|
|
|
"characterSpacing": null,
|
|
|
|
|
"color": null,
|
|
|
|
|
"del": null,
|
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
|
|
|
|
"ins": null,
|
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
|
|
|
|
"vertAlign": null,
|
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"windowControl": false,
|
|
|
|
|
},
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
|
|
|
|
"characterSpacing": null,
|
|
|
|
|
"color": null,
|
|
|
|
|
"del": null,
|
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
|
|
|
|
"ins": null,
|
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
|
|
|
|
"vertAlign": null,
|
|
|
|
|
},
|
|
|
|
|
"styleId": "Normal",
|
|
|
|
|
"styleType": "paragraph",
|
|
|
|
|
"tableCellProperty": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": null,
|
|
|
|
|
},
|
|
|
|
|
"tableProperty": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideH",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideV": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideV",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
|
|
|
|
"layout": null,
|
|
|
|
|
"margins": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"val": 0,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
|
|
|
|
"val": 0,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
"taskpanes": null,
|
|
|
|
|
"taskpanesRels": Object {
|
|
|
|
|
"rels": Array [],
|
|
|
|
|
},
|
|
|
|
|
"webExtensions": Array [],
|
|
|
|
|
"webSettings": Object {
|
|
|
|
|
"divs": Array [],
|
|
|
|
|
},
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
|
2020-10-05 16:46:18 +03:00
|
|
|
|
exports[`reader should read lvlOverride docx 1`] = `
|
|
|
|
|
Object {
|
|
|
|
|
"comments": Object {
|
|
|
|
|
"comments": Array [],
|
|
|
|
|
},
|
|
|
|
|
"commentsExtended": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
},
|
|
|
|
|
"contentType": Object {
|
2021-07-13 12:46:15 +03:00
|
|
|
|
"custom_xml_count": 1,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"types": Object {
|
|
|
|
|
"/_rels/.rels": "application/vnd.openxmlformats-package.relationships+xml",
|
|
|
|
|
"/docProps/app.xml": "application/vnd.openxmlformats-officedocument.extended-properties+xml",
|
|
|
|
|
"/docProps/core.xml": "application/vnd.openxmlformats-package.core-properties+xml",
|
2021-06-23 12:39:01 +03:00
|
|
|
|
"/docProps/custom.xml": "application/vnd.openxmlformats-officedocument.custom-properties+xml",
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"/word/_rels/document.xml.rels": "application/vnd.openxmlformats-package.relationships+xml",
|
|
|
|
|
"/word/comments.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml",
|
|
|
|
|
"/word/commentsExtended.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.commentsExtended+xml",
|
|
|
|
|
"/word/document.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml",
|
|
|
|
|
"/word/fontTable.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml",
|
|
|
|
|
"/word/header1.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.header+xml",
|
|
|
|
|
"/word/numbering.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml",
|
|
|
|
|
"/word/settings.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml",
|
|
|
|
|
"/word/styles.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml",
|
|
|
|
|
},
|
2021-06-30 16:37:13 +03:00
|
|
|
|
"web_extension_count": 1,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
2021-07-13 12:46:15 +03:00
|
|
|
|
"customItemProps": Array [],
|
|
|
|
|
"customItemRels": Array [],
|
|
|
|
|
"customItems": Array [],
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"docProps": Object {
|
|
|
|
|
"app": Object {},
|
|
|
|
|
"core": Object {
|
|
|
|
|
"config": Object {
|
|
|
|
|
"created": null,
|
|
|
|
|
"creator": null,
|
|
|
|
|
"description": null,
|
|
|
|
|
"language": null,
|
|
|
|
|
"lastModifiedBy": null,
|
|
|
|
|
"modified": null,
|
|
|
|
|
"revision": null,
|
|
|
|
|
"subject": null,
|
|
|
|
|
"title": null,
|
|
|
|
|
},
|
|
|
|
|
},
|
2021-06-23 12:39:01 +03:00
|
|
|
|
"custom": Object {
|
|
|
|
|
"properties": Object {},
|
|
|
|
|
},
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"document": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "H",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "ello",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": true,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"id": "67BF3DED",
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": null,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"specialIndent": null,
|
|
|
|
|
"start": null,
|
|
|
|
|
"startChars": 0,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"numberingProperty": Object {
|
|
|
|
|
"id": 1,
|
|
|
|
|
"level": 0,
|
|
|
|
|
},
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"style": "a3",
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "W",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "orld",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": true,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"id": "42242901",
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": null,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"specialIndent": null,
|
|
|
|
|
"start": null,
|
|
|
|
|
"startChars": 0,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"numberingProperty": Object {
|
|
|
|
|
"id": 1,
|
|
|
|
|
"level": 0,
|
|
|
|
|
},
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"style": "a3",
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"id": "59ED53E4",
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"id": "0037D9B1",
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "Foo",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": true,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"id": "1B25007E",
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": null,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"specialIndent": null,
|
|
|
|
|
"start": null,
|
|
|
|
|
"startChars": 0,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"numberingProperty": Object {
|
|
|
|
|
"id": 3,
|
|
|
|
|
"level": 0,
|
|
|
|
|
},
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"style": "a3",
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": true,
|
|
|
|
|
"sectionProperty": Object {
|
|
|
|
|
"columns": 425,
|
2021-03-19 18:38:22 +02:00
|
|
|
|
"docGrid": Object {
|
|
|
|
|
"charSpace": null,
|
|
|
|
|
"gridType": "lines",
|
|
|
|
|
"linePitch": 360,
|
|
|
|
|
},
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"headerReference": Object {
|
|
|
|
|
"headerType": "default",
|
|
|
|
|
"id": "rId4",
|
|
|
|
|
},
|
|
|
|
|
"pageMargin": Object {
|
|
|
|
|
"bottom": 1701,
|
|
|
|
|
"footer": 992,
|
|
|
|
|
"gutter": 0,
|
|
|
|
|
"header": 851,
|
|
|
|
|
"left": 1701,
|
|
|
|
|
"right": 1701,
|
|
|
|
|
"top": 1985,
|
|
|
|
|
},
|
|
|
|
|
"pageSize": Object {
|
2020-10-09 14:30:55 +03:00
|
|
|
|
"h": 16840,
|
2021-03-24 09:51:11 +02:00
|
|
|
|
"orient": null,
|
2020-10-09 14:30:55 +03:00
|
|
|
|
"w": 11900,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"sectionType": null,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"documentRels": Object {
|
2021-07-13 12:46:15 +03:00
|
|
|
|
"customXmlCount": 0,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"hasComments": false,
|
|
|
|
|
"hasNumberings": false,
|
|
|
|
|
"imageIds": Array [],
|
|
|
|
|
},
|
|
|
|
|
"fontTable": Object {},
|
|
|
|
|
"header": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
},
|
|
|
|
|
"media": Array [],
|
|
|
|
|
"numberings": Object {
|
|
|
|
|
"abstractNums": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"id": 0,
|
|
|
|
|
"levels": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"format": "decimal",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 0,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": null,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"specialIndent": Object {
|
|
|
|
|
"type": "firstLine",
|
|
|
|
|
"val": 147,
|
|
|
|
|
},
|
|
|
|
|
"start": 420,
|
|
|
|
|
"startChars": null,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
},
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"start": 1,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "%1.",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"format": "aiueoFullWidth",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 1,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": null,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"specialIndent": Object {
|
|
|
|
|
"type": "hanging",
|
|
|
|
|
"val": 420,
|
|
|
|
|
},
|
|
|
|
|
"start": 840,
|
|
|
|
|
"startChars": null,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
},
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"start": 1,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "(%2)",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"format": "decimalEnclosedCircle",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 2,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": null,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"specialIndent": Object {
|
|
|
|
|
"type": "hanging",
|
|
|
|
|
"val": 420,
|
|
|
|
|
},
|
|
|
|
|
"start": 1260,
|
|
|
|
|
"startChars": null,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
},
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"start": 1,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "%3",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"format": "decimal",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 3,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": null,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"specialIndent": Object {
|
|
|
|
|
"type": "hanging",
|
|
|
|
|
"val": 420,
|
|
|
|
|
},
|
|
|
|
|
"start": 1680,
|
|
|
|
|
"startChars": null,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
},
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"start": 1,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "%4.",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"format": "aiueoFullWidth",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 4,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": null,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"specialIndent": Object {
|
|
|
|
|
"type": "hanging",
|
|
|
|
|
"val": 420,
|
|
|
|
|
},
|
|
|
|
|
"start": 2100,
|
|
|
|
|
"startChars": null,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
},
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"start": 1,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "(%5)",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"format": "decimalEnclosedCircle",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 5,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": null,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"specialIndent": Object {
|
|
|
|
|
"type": "hanging",
|
|
|
|
|
"val": 420,
|
|
|
|
|
},
|
|
|
|
|
"start": 2520,
|
|
|
|
|
"startChars": null,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
},
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"start": 1,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "%6",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"format": "decimal",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 6,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": null,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"specialIndent": Object {
|
|
|
|
|
"type": "hanging",
|
|
|
|
|
"val": 420,
|
|
|
|
|
},
|
|
|
|
|
"start": 2940,
|
|
|
|
|
"startChars": null,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
},
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"start": 1,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "%7.",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"format": "aiueoFullWidth",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 7,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": null,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"specialIndent": Object {
|
|
|
|
|
"type": "hanging",
|
|
|
|
|
"val": 420,
|
|
|
|
|
},
|
|
|
|
|
"start": 3360,
|
|
|
|
|
"startChars": null,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
},
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"start": 1,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "(%8)",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"format": "decimalEnclosedCircle",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 8,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": null,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"specialIndent": Object {
|
|
|
|
|
"type": "hanging",
|
|
|
|
|
"val": 420,
|
|
|
|
|
},
|
|
|
|
|
"start": 3780,
|
|
|
|
|
"startChars": null,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
},
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"start": 1,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "%9",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"numStyleLink": null,
|
|
|
|
|
"styleLink": null,
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"id": 1,
|
|
|
|
|
"levels": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"format": "decimal",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 0,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": null,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"specialIndent": Object {
|
|
|
|
|
"type": "hanging",
|
|
|
|
|
"val": 420,
|
|
|
|
|
},
|
|
|
|
|
"start": 420,
|
|
|
|
|
"startChars": null,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
},
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"start": 1,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "%1.",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"format": "aiueoFullWidth",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 1,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": null,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"specialIndent": Object {
|
|
|
|
|
"type": "hanging",
|
|
|
|
|
"val": 420,
|
|
|
|
|
},
|
|
|
|
|
"start": 840,
|
|
|
|
|
"startChars": null,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
},
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"start": 1,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "(%2)",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"format": "decimalEnclosedCircle",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 2,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": null,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"specialIndent": Object {
|
|
|
|
|
"type": "hanging",
|
|
|
|
|
"val": 420,
|
|
|
|
|
},
|
|
|
|
|
"start": 1260,
|
|
|
|
|
"startChars": null,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
},
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"start": 1,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "%3",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"format": "decimal",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 3,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": null,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"specialIndent": Object {
|
|
|
|
|
"type": "hanging",
|
|
|
|
|
"val": 420,
|
|
|
|
|
},
|
|
|
|
|
"start": 1680,
|
|
|
|
|
"startChars": null,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
},
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"start": 1,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "%4.",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"format": "aiueoFullWidth",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 4,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": null,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"specialIndent": Object {
|
|
|
|
|
"type": "hanging",
|
|
|
|
|
"val": 420,
|
|
|
|
|
},
|
|
|
|
|
"start": 2100,
|
|
|
|
|
"startChars": null,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
},
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"start": 1,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "(%5)",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"format": "decimalEnclosedCircle",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 5,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": null,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"specialIndent": Object {
|
|
|
|
|
"type": "hanging",
|
|
|
|
|
"val": 420,
|
|
|
|
|
},
|
|
|
|
|
"start": 2520,
|
|
|
|
|
"startChars": null,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
},
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"start": 1,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "%6",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"format": "decimal",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 6,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": null,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"specialIndent": Object {
|
|
|
|
|
"type": "hanging",
|
|
|
|
|
"val": 420,
|
|
|
|
|
},
|
|
|
|
|
"start": 2940,
|
|
|
|
|
"startChars": null,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
},
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"start": 1,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "%7.",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"format": "aiueoFullWidth",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 7,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": null,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"specialIndent": Object {
|
|
|
|
|
"type": "hanging",
|
|
|
|
|
"val": 420,
|
|
|
|
|
},
|
|
|
|
|
"start": 3360,
|
|
|
|
|
"startChars": null,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
},
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"start": 1,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "(%8)",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"format": "decimalEnclosedCircle",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 8,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": null,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"specialIndent": Object {
|
|
|
|
|
"type": "hanging",
|
|
|
|
|
"val": 420,
|
|
|
|
|
},
|
|
|
|
|
"start": 3780,
|
|
|
|
|
"startChars": null,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
},
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"start": 1,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "%9",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"numStyleLink": null,
|
|
|
|
|
"styleLink": null,
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"id": 2,
|
|
|
|
|
"levels": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"format": "decimal",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 0,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": null,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"specialIndent": Object {
|
|
|
|
|
"type": "firstLine",
|
|
|
|
|
"val": 147,
|
|
|
|
|
},
|
|
|
|
|
"start": 420,
|
|
|
|
|
"startChars": null,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
},
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"start": 1,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "%1.",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"format": "aiueoFullWidth",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 1,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": null,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"specialIndent": Object {
|
|
|
|
|
"type": "hanging",
|
|
|
|
|
"val": 420,
|
|
|
|
|
},
|
|
|
|
|
"start": 840,
|
|
|
|
|
"startChars": null,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
},
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"start": 1,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "(%2)",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"format": "decimalEnclosedCircle",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 2,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": null,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"specialIndent": Object {
|
|
|
|
|
"type": "hanging",
|
|
|
|
|
"val": 420,
|
|
|
|
|
},
|
|
|
|
|
"start": 1260,
|
|
|
|
|
"startChars": null,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
},
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"start": 1,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "%3",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"format": "decimal",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 3,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": null,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"specialIndent": Object {
|
|
|
|
|
"type": "hanging",
|
|
|
|
|
"val": 420,
|
|
|
|
|
},
|
|
|
|
|
"start": 1680,
|
|
|
|
|
"startChars": null,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
},
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"start": 1,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "%4.",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"format": "aiueoFullWidth",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 4,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": null,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"specialIndent": Object {
|
|
|
|
|
"type": "hanging",
|
|
|
|
|
"val": 420,
|
|
|
|
|
},
|
|
|
|
|
"start": 2100,
|
|
|
|
|
"startChars": null,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
},
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"start": 1,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "(%5)",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"format": "decimalEnclosedCircle",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 5,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": null,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"specialIndent": Object {
|
|
|
|
|
"type": "hanging",
|
|
|
|
|
"val": 420,
|
|
|
|
|
},
|
|
|
|
|
"start": 2520,
|
|
|
|
|
"startChars": null,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
},
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"start": 1,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "%6",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"format": "decimal",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 6,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": null,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"specialIndent": Object {
|
|
|
|
|
"type": "hanging",
|
|
|
|
|
"val": 420,
|
|
|
|
|
},
|
|
|
|
|
"start": 2940,
|
|
|
|
|
"startChars": null,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
},
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"start": 1,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "%7.",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"format": "aiueoFullWidth",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 7,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": null,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"specialIndent": Object {
|
|
|
|
|
"type": "hanging",
|
|
|
|
|
"val": 420,
|
|
|
|
|
},
|
|
|
|
|
"start": 3360,
|
|
|
|
|
"startChars": null,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
},
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"start": 1,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "(%8)",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"format": "decimalEnclosedCircle",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 8,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": null,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"specialIndent": Object {
|
|
|
|
|
"type": "hanging",
|
|
|
|
|
"val": 420,
|
|
|
|
|
},
|
|
|
|
|
"start": 3780,
|
|
|
|
|
"startChars": null,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
},
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"start": 1,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "%9",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"numStyleLink": null,
|
|
|
|
|
"styleLink": null,
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"numberings": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"abstractNumId": 0,
|
|
|
|
|
"id": 1,
|
|
|
|
|
"levelOverrides": Array [],
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"abstractNumId": 1,
|
|
|
|
|
"id": 2,
|
|
|
|
|
"levelOverrides": Array [],
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"abstractNumId": 1,
|
|
|
|
|
"id": 3,
|
|
|
|
|
"levelOverrides": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"level": 0,
|
|
|
|
|
"overrideLevel": Object {
|
|
|
|
|
"format": "decimal",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 0,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-14 04:42:07 +02:00
|
|
|
|
},
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"start": 10,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "override %1.",
|
|
|
|
|
},
|
|
|
|
|
"overrideStart": null,
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
"rels": Object {
|
|
|
|
|
"rels": Array [
|
|
|
|
|
Array [
|
|
|
|
|
"http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties",
|
|
|
|
|
"rId1",
|
|
|
|
|
"docProps/core.xml",
|
|
|
|
|
],
|
|
|
|
|
Array [
|
|
|
|
|
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties",
|
|
|
|
|
"rId2",
|
|
|
|
|
"docProps/app.xml",
|
|
|
|
|
],
|
|
|
|
|
Array [
|
|
|
|
|
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument",
|
|
|
|
|
"rId3",
|
|
|
|
|
"word/document.xml",
|
|
|
|
|
],
|
2021-06-23 12:39:01 +03:00
|
|
|
|
Array [
|
|
|
|
|
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties",
|
|
|
|
|
"rId4",
|
|
|
|
|
"docProps/custom.xml",
|
|
|
|
|
],
|
2020-10-05 16:46:18 +03:00
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
"settings": Object {
|
2021-03-26 06:37:01 +02:00
|
|
|
|
"defaultTabStop": 840,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"docId": "10BE20B6-DCA9-7441-B548-606D7D9EDD92",
|
2020-12-15 08:38:17 +02:00
|
|
|
|
"docVars": Array [],
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"zoom": 100,
|
|
|
|
|
},
|
|
|
|
|
"styles": Object {
|
|
|
|
|
"docDefaults": Object {
|
|
|
|
|
"runPropertyDefault": Object {
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
2020-12-14 08:01:23 +02:00
|
|
|
|
"sz": 21,
|
|
|
|
|
"szCs": 21,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"styles": Array [
|
|
|
|
|
Object {
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"basedOn": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"name": "Normal",
|
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": "both",
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"styleId": "a",
|
|
|
|
|
"styleType": "paragraph",
|
2021-03-25 08:30:33 +02:00
|
|
|
|
"tableCellProperty": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": null,
|
|
|
|
|
},
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"tableProperty": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideH",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideV": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideV",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
2021-03-23 05:01:09 +02:00
|
|
|
|
"layout": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"margins": Object {
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"bottom": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
Object {
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"basedOn": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"name": "Default Paragraph Font",
|
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"styleId": "a0",
|
|
|
|
|
"styleType": "character",
|
2021-03-25 08:30:33 +02:00
|
|
|
|
"tableCellProperty": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": null,
|
|
|
|
|
},
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"tableProperty": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideH",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideV": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideV",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
2021-03-23 05:01:09 +02:00
|
|
|
|
"layout": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"margins": Object {
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"bottom": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
Object {
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"basedOn": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"name": "Normal Table",
|
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"styleId": "a1",
|
|
|
|
|
"styleType": "table",
|
2021-03-25 08:30:33 +02:00
|
|
|
|
"tableCellProperty": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": null,
|
|
|
|
|
},
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"tableProperty": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": null,
|
|
|
|
|
"insideH": null,
|
|
|
|
|
"insideV": null,
|
|
|
|
|
"left": null,
|
|
|
|
|
"right": null,
|
|
|
|
|
"top": null,
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
2021-03-23 05:01:09 +02:00
|
|
|
|
"layout": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"margins": Object {
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"bottom": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
Object {
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"basedOn": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"name": "No List",
|
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"styleId": "a2",
|
|
|
|
|
"styleType": "numbering",
|
2021-03-25 08:30:33 +02:00
|
|
|
|
"tableCellProperty": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": null,
|
|
|
|
|
},
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"tableProperty": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideH",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideV": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideV",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
2021-03-23 05:01:09 +02:00
|
|
|
|
"layout": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"margins": Object {
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"bottom": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
Object {
|
2021-03-17 05:56:48 +02:00
|
|
|
|
"basedOn": "a",
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"name": "List Paragraph",
|
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": null,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"specialIndent": null,
|
|
|
|
|
"start": 840,
|
|
|
|
|
"startChars": 400,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
"styleId": "a3",
|
|
|
|
|
"styleType": "paragraph",
|
2021-03-25 08:30:33 +02:00
|
|
|
|
"tableCellProperty": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": null,
|
|
|
|
|
},
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"tableProperty": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideH",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideV": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideV",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
2021-03-23 05:01:09 +02:00
|
|
|
|
"layout": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"margins": Object {
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"bottom": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
2021-06-30 16:37:13 +03:00
|
|
|
|
"taskpanes": null,
|
|
|
|
|
"taskpanesRels": Object {
|
|
|
|
|
"rels": Array [],
|
|
|
|
|
},
|
|
|
|
|
"webExtensions": Array [],
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"webSettings": Object {
|
|
|
|
|
"divs": Array [],
|
|
|
|
|
},
|
2020-10-30 13:29:06 +02:00
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
|
2020-12-21 10:30:42 +02:00
|
|
|
|
exports[`reader should read multi paragraph comments docx 1`] = `
|
|
|
|
|
Object {
|
|
|
|
|
"comments": Object {
|
|
|
|
|
"comments": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"author": "admin",
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "Hello",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "00000008",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"date": "2020-12-18T15:28:00Z",
|
|
|
|
|
"id": 2,
|
|
|
|
|
"parentCommentId": null,
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"author": "admin",
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "World",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "0000000C",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"date": "2020-12-18T15:29:00Z",
|
|
|
|
|
"id": 4,
|
|
|
|
|
"parentCommentId": null,
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"author": "bokuweb",
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "Aaaaaa",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "7D16F7F3",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": "a3",
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "a",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "aaa",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "6BD9526A",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": "a3",
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "0B3BA2D3",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": "a3",
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "09E224F0",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": "a3",
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "4A34DA48",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": "a3",
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "68A6CCC7",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": "a3",
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "620AD937",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": "a3",
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "4E7C0B2F",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": "a3",
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"date": "2020-12-18T17:30:00Z",
|
|
|
|
|
"id": 5,
|
|
|
|
|
"parentCommentId": null,
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
"commentsExtended": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"done": false,
|
|
|
|
|
"paragraphId": "00000008",
|
|
|
|
|
"parentParagraphId": null,
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"done": false,
|
|
|
|
|
"paragraphId": "0000000C",
|
|
|
|
|
"parentParagraphId": null,
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"done": false,
|
|
|
|
|
"paragraphId": "4E7C0B2F",
|
|
|
|
|
"parentParagraphId": null,
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
"contentType": Object {
|
2021-07-13 12:46:15 +03:00
|
|
|
|
"custom_xml_count": 1,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"types": Object {
|
|
|
|
|
"/_rels/.rels": "application/vnd.openxmlformats-package.relationships+xml",
|
|
|
|
|
"/docProps/app.xml": "application/vnd.openxmlformats-officedocument.extended-properties+xml",
|
|
|
|
|
"/docProps/core.xml": "application/vnd.openxmlformats-package.core-properties+xml",
|
2021-06-23 12:39:01 +03:00
|
|
|
|
"/docProps/custom.xml": "application/vnd.openxmlformats-officedocument.custom-properties+xml",
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"/word/_rels/document.xml.rels": "application/vnd.openxmlformats-package.relationships+xml",
|
|
|
|
|
"/word/comments.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml",
|
|
|
|
|
"/word/commentsExtended.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.commentsExtended+xml",
|
|
|
|
|
"/word/document.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml",
|
|
|
|
|
"/word/fontTable.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml",
|
|
|
|
|
"/word/header1.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.header+xml",
|
|
|
|
|
"/word/numbering.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml",
|
|
|
|
|
"/word/settings.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml",
|
|
|
|
|
"/word/styles.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml",
|
|
|
|
|
},
|
2021-06-30 16:37:13 +03:00
|
|
|
|
"web_extension_count": 1,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
2021-07-13 12:46:15 +03:00
|
|
|
|
"customItemProps": Array [],
|
|
|
|
|
"customItemRels": Array [],
|
|
|
|
|
"customItems": Array [],
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"docProps": Object {
|
|
|
|
|
"app": Object {},
|
|
|
|
|
"core": Object {
|
|
|
|
|
"config": Object {
|
|
|
|
|
"created": null,
|
|
|
|
|
"creator": null,
|
|
|
|
|
"description": null,
|
|
|
|
|
"language": null,
|
|
|
|
|
"lastModifiedBy": null,
|
|
|
|
|
"modified": null,
|
|
|
|
|
"revision": null,
|
|
|
|
|
"subject": null,
|
|
|
|
|
"title": null,
|
|
|
|
|
},
|
|
|
|
|
},
|
2021-06-23 12:39:01 +03:00
|
|
|
|
"custom": Object {
|
|
|
|
|
"properties": Object {},
|
|
|
|
|
},
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"document": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"id": 0,
|
|
|
|
|
"name": "LWG=55b04568-28f5-467e-b69c-51a057caeda2",
|
|
|
|
|
},
|
|
|
|
|
"type": "bookmarkStart",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "comment ",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"id": 1,
|
|
|
|
|
"name": "LRC=6a46e35b-c93f-4462-8aff-6361aa20f521",
|
|
|
|
|
},
|
|
|
|
|
"type": "bookmarkStart",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"comment": Object {
|
|
|
|
|
"author": "admin",
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "Hello",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "00000008",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"date": "2020-12-18T15:28:00Z",
|
|
|
|
|
"id": 2,
|
|
|
|
|
"parentCommentId": null,
|
|
|
|
|
},
|
|
|
|
|
"id": 2,
|
|
|
|
|
},
|
|
|
|
|
"type": "commentRangeStart",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "test",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "00000006",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"id": 2,
|
|
|
|
|
},
|
|
|
|
|
"type": "commentRangeEnd",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"id": 1,
|
|
|
|
|
},
|
|
|
|
|
"type": "bookmarkEnd",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "00000009",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"id": 3,
|
|
|
|
|
"name": "LRC=f99415d6-2c18-4a4c-8635-370b0fa48e57",
|
|
|
|
|
},
|
|
|
|
|
"type": "bookmarkStart",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"comment": Object {
|
|
|
|
|
"author": "admin",
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "World",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "0000000C",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"date": "2020-12-18T15:29:00Z",
|
|
|
|
|
"id": 4,
|
|
|
|
|
"parentCommentId": null,
|
|
|
|
|
},
|
|
|
|
|
"id": 4,
|
|
|
|
|
},
|
|
|
|
|
"type": "commentRangeStart",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "Hello",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": true,
|
|
|
|
|
"id": "0000000A",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": Object {
|
|
|
|
|
"id": 2,
|
|
|
|
|
"level": 0,
|
|
|
|
|
},
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "World",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": true,
|
|
|
|
|
"id": "0000000D",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": Object {
|
|
|
|
|
"id": 2,
|
|
|
|
|
"level": 0,
|
|
|
|
|
},
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"id": 4,
|
|
|
|
|
},
|
|
|
|
|
"type": "commentRangeEnd",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"id": 3,
|
|
|
|
|
},
|
|
|
|
|
"type": "bookmarkEnd",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "0000000E",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"comment": Object {
|
|
|
|
|
"author": "bokuweb",
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "Aaaaaa",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "7D16F7F3",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": "a3",
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "a",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "aaa",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "6BD9526A",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": "a3",
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "0B3BA2D3",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": "a3",
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "09E224F0",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": "a3",
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "4A34DA48",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": "a3",
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "68A6CCC7",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": "a3",
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "620AD937",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": "a3",
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "4E7C0B2F",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": "a3",
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"date": "2020-12-18T17:30:00Z",
|
|
|
|
|
"id": 5,
|
|
|
|
|
"parentCommentId": null,
|
|
|
|
|
},
|
|
|
|
|
"id": 5,
|
|
|
|
|
},
|
|
|
|
|
"type": "commentRangeStart",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "H",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "ello",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"id": 5,
|
|
|
|
|
},
|
|
|
|
|
"type": "commentRangeEnd",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"id": 0,
|
|
|
|
|
},
|
|
|
|
|
"type": "bookmarkEnd",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "0288E91C",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": true,
|
|
|
|
|
"sectionProperty": Object {
|
|
|
|
|
"columns": 425,
|
2021-03-19 18:38:22 +02:00
|
|
|
|
"docGrid": Object {
|
|
|
|
|
"charSpace": null,
|
|
|
|
|
"gridType": "lines",
|
|
|
|
|
"linePitch": 360,
|
|
|
|
|
},
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"headerReference": Object {
|
|
|
|
|
"headerType": "default",
|
|
|
|
|
"id": "rId4",
|
|
|
|
|
},
|
|
|
|
|
"pageMargin": Object {
|
|
|
|
|
"bottom": 1701,
|
|
|
|
|
"footer": 992,
|
|
|
|
|
"gutter": 0,
|
|
|
|
|
"header": 851,
|
|
|
|
|
"left": 1701,
|
|
|
|
|
"right": 1701,
|
|
|
|
|
"top": 1985,
|
|
|
|
|
},
|
|
|
|
|
"pageSize": Object {
|
|
|
|
|
"h": 16838,
|
2021-03-24 09:51:11 +02:00
|
|
|
|
"orient": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"w": 11906,
|
|
|
|
|
},
|
|
|
|
|
"sectionType": null,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"documentRels": Object {
|
2021-07-13 12:46:15 +03:00
|
|
|
|
"customXmlCount": 0,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"hasComments": true,
|
|
|
|
|
"hasNumberings": false,
|
|
|
|
|
"imageIds": Array [],
|
|
|
|
|
},
|
|
|
|
|
"fontTable": Object {},
|
|
|
|
|
"header": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
},
|
|
|
|
|
"media": Array [],
|
|
|
|
|
"numberings": Object {
|
|
|
|
|
"abstractNums": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"id": 0,
|
|
|
|
|
"levels": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"format": "decimal",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 0,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": 0,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"specialIndent": Object {
|
|
|
|
|
"type": "hanging",
|
|
|
|
|
"val": 420,
|
|
|
|
|
},
|
|
|
|
|
"start": 420,
|
|
|
|
|
"startChars": null,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"start": 1,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "%1.",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"format": "decimal",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 1,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": 0,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"specialIndent": Object {
|
|
|
|
|
"type": "hanging",
|
|
|
|
|
"val": 420,
|
|
|
|
|
},
|
|
|
|
|
"start": 840,
|
|
|
|
|
"startChars": null,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"start": 1,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "(%2)",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"format": "decimalEnclosedCircle",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 2,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": 0,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"specialIndent": Object {
|
|
|
|
|
"type": "hanging",
|
|
|
|
|
"val": 420,
|
|
|
|
|
},
|
|
|
|
|
"start": 1260,
|
|
|
|
|
"startChars": null,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"start": 1,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "%3",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"format": "decimal",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 3,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": 0,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"specialIndent": Object {
|
|
|
|
|
"type": "hanging",
|
|
|
|
|
"val": 420,
|
|
|
|
|
},
|
|
|
|
|
"start": 1680,
|
|
|
|
|
"startChars": null,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"start": 1,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "%4.",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"format": "decimal",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 4,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": 0,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"specialIndent": Object {
|
|
|
|
|
"type": "hanging",
|
|
|
|
|
"val": 420,
|
|
|
|
|
},
|
|
|
|
|
"start": 2100,
|
|
|
|
|
"startChars": null,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"start": 1,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "(%5)",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"format": "decimalEnclosedCircle",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 5,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": 0,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"specialIndent": Object {
|
|
|
|
|
"type": "hanging",
|
|
|
|
|
"val": 420,
|
|
|
|
|
},
|
|
|
|
|
"start": 2520,
|
|
|
|
|
"startChars": null,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"start": 1,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "%6",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"format": "decimal",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 6,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": 0,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"specialIndent": Object {
|
|
|
|
|
"type": "hanging",
|
|
|
|
|
"val": 420,
|
|
|
|
|
},
|
|
|
|
|
"start": 2940,
|
|
|
|
|
"startChars": null,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"start": 1,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "%7.",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"format": "decimal",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 7,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": 0,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"specialIndent": Object {
|
|
|
|
|
"type": "hanging",
|
|
|
|
|
"val": 420,
|
|
|
|
|
},
|
|
|
|
|
"start": 3360,
|
|
|
|
|
"startChars": null,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"start": 1,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "(%8)",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"format": "decimalEnclosedCircle",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 8,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": 0,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"specialIndent": Object {
|
|
|
|
|
"type": "hanging",
|
|
|
|
|
"val": 420,
|
|
|
|
|
},
|
|
|
|
|
"start": 3780,
|
|
|
|
|
"startChars": null,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"start": 1,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "%9",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"numStyleLink": null,
|
|
|
|
|
"styleLink": null,
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"id": 1,
|
|
|
|
|
"levels": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"format": "decimal",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 0,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": Object {
|
|
|
|
|
"end": 0,
|
2021-04-08 10:53:21 +03:00
|
|
|
|
"firstLineChars": null,
|
|
|
|
|
"hangingChars": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"specialIndent": Object {
|
|
|
|
|
"type": "hanging",
|
|
|
|
|
"val": 608,
|
|
|
|
|
},
|
|
|
|
|
"start": 1216,
|
|
|
|
|
"startChars": null,
|
|
|
|
|
},
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"start": 1,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "%1.",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"format": "decimal",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 1,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"start": 0,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"format": "decimal",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 2,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"start": 0,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"format": "decimal",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 3,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"start": 0,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"format": "decimal",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 4,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"start": 0,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"format": "decimal",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 5,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"start": 0,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"format": "decimal",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 6,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"start": 0,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"format": "decimal",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 7,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"start": 0,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"format": "decimal",
|
|
|
|
|
"jc": "left",
|
|
|
|
|
"level": 8,
|
2021-04-27 12:18:44 +03:00
|
|
|
|
"levelRestart": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"pstyle": null,
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"start": 0,
|
|
|
|
|
"suffix": "tab",
|
|
|
|
|
"text": "",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"numStyleLink": null,
|
|
|
|
|
"styleLink": null,
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"numberings": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"abstractNumId": 0,
|
|
|
|
|
"id": 1,
|
|
|
|
|
"levelOverrides": Array [],
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"abstractNumId": 1,
|
|
|
|
|
"id": 2,
|
|
|
|
|
"levelOverrides": Array [],
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
"rels": Object {
|
|
|
|
|
"rels": Array [
|
|
|
|
|
Array [
|
|
|
|
|
"http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties",
|
|
|
|
|
"rId1",
|
|
|
|
|
"docProps/core.xml",
|
|
|
|
|
],
|
|
|
|
|
Array [
|
|
|
|
|
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties",
|
|
|
|
|
"rId2",
|
|
|
|
|
"docProps/app.xml",
|
|
|
|
|
],
|
|
|
|
|
Array [
|
|
|
|
|
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument",
|
|
|
|
|
"rId3",
|
|
|
|
|
"word/document.xml",
|
|
|
|
|
],
|
2021-06-23 12:39:01 +03:00
|
|
|
|
Array [
|
|
|
|
|
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties",
|
|
|
|
|
"rId4",
|
|
|
|
|
"docProps/custom.xml",
|
|
|
|
|
],
|
2020-12-21 10:30:42 +02:00
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
"settings": Object {
|
|
|
|
|
"defaultTabStop": 709,
|
|
|
|
|
"docId": "70F68831-609A-4ACC-87CE-416E9D216976",
|
|
|
|
|
"docVars": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"name": "lawgueComment0",
|
|
|
|
|
"val": "{\\"id\\":\\"dede4272-888b-44c2-840e-ee0c494e84b9\\",\\"commentHash\\":\\"f5a7924e621e84c9280a9a27e1bcb7f6\\",\\"articleId\\":\\"55b04568-28f5-467e-b69c-51a057caeda2\\",\\"commentRangeId\\":\\"f99415d6-2c18-4a4c-8635-370b0fa48e57\\",\\"createdBy\\":\\"admin\\",\\"updatedAt\\":\\"2020-12-18T06:29:02.576Z\\",\\"parentCommentId\\":null}",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"name": "lawgueComment1",
|
|
|
|
|
"val": "{\\"id\\":\\"c3327226-c646-42fd-8747-366d471232d7\\",\\"commentHash\\":\\"8b1a9953c4611296a827abf8c47804d7\\",\\"articleId\\":\\"55b04568-28f5-467e-b69c-51a057caeda2\\",\\"commentRangeId\\":\\"6a46e35b-c93f-4462-8aff-6361aa20f521\\",\\"createdBy\\":\\"admin\\",\\"updatedAt\\":\\"2020-12-18T06:28:45.760Z\\",\\"parentCommentId\\":null}",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"zoom": 100,
|
|
|
|
|
},
|
|
|
|
|
"styles": Object {
|
|
|
|
|
"docDefaults": Object {
|
|
|
|
|
"runPropertyDefault": Object {
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": 21,
|
|
|
|
|
"szCs": 21,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"styles": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"basedOn": null,
|
|
|
|
|
"name": "Normal",
|
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"styleId": "a",
|
|
|
|
|
"styleType": "paragraph",
|
2021-03-25 08:30:33 +02:00
|
|
|
|
"tableCellProperty": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": null,
|
|
|
|
|
},
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"tableProperty": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideH",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideV": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideV",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
2021-03-23 05:01:09 +02:00
|
|
|
|
"layout": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"margins": Object {
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"bottom": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"basedOn": null,
|
|
|
|
|
"name": "Default Paragraph Font",
|
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"styleId": "a0",
|
|
|
|
|
"styleType": "character",
|
2021-03-25 08:30:33 +02:00
|
|
|
|
"tableCellProperty": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": null,
|
|
|
|
|
},
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"tableProperty": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideH",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideV": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideV",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
2021-03-23 05:01:09 +02:00
|
|
|
|
"layout": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"margins": Object {
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"bottom": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"basedOn": null,
|
|
|
|
|
"name": "Normal Table",
|
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"styleId": "a1",
|
|
|
|
|
"styleType": "table",
|
2021-03-25 08:30:33 +02:00
|
|
|
|
"tableCellProperty": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": null,
|
|
|
|
|
},
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"tableProperty": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": null,
|
|
|
|
|
"insideH": null,
|
|
|
|
|
"insideV": null,
|
|
|
|
|
"left": null,
|
|
|
|
|
"right": null,
|
|
|
|
|
"top": null,
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
2021-03-23 05:01:09 +02:00
|
|
|
|
"layout": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"margins": Object {
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"bottom": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"basedOn": null,
|
|
|
|
|
"name": "No List",
|
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"styleId": "a2",
|
|
|
|
|
"styleType": "numbering",
|
2021-03-25 08:30:33 +02:00
|
|
|
|
"tableCellProperty": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": null,
|
|
|
|
|
},
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"tableProperty": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideH",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideV": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideV",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
2021-03-23 05:01:09 +02:00
|
|
|
|
"layout": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"margins": Object {
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"bottom": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
2021-03-17 05:56:48 +02:00
|
|
|
|
"basedOn": "a",
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"name": "annotation text",
|
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"styleId": "a3",
|
|
|
|
|
"styleType": "paragraph",
|
2021-03-25 08:30:33 +02:00
|
|
|
|
"tableCellProperty": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": null,
|
|
|
|
|
},
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"tableProperty": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideH",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideV": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideV",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
2021-03-23 05:01:09 +02:00
|
|
|
|
"layout": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"margins": Object {
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"bottom": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
2021-03-17 05:56:48 +02:00
|
|
|
|
"basedOn": "a0",
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"name": "コメント文字列 (文字)",
|
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"styleId": "a4",
|
|
|
|
|
"styleType": "character",
|
2021-03-25 08:30:33 +02:00
|
|
|
|
"tableCellProperty": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": null,
|
|
|
|
|
},
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"tableProperty": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideH",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideV": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideV",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
2021-03-23 05:01:09 +02:00
|
|
|
|
"layout": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"margins": Object {
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"bottom": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
2021-03-17 05:56:48 +02:00
|
|
|
|
"basedOn": "a0",
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"name": "annotation reference",
|
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": 18,
|
|
|
|
|
"szCs": 18,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"styleId": "a5",
|
|
|
|
|
"styleType": "character",
|
2021-03-25 08:30:33 +02:00
|
|
|
|
"tableCellProperty": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": null,
|
|
|
|
|
},
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"tableProperty": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideH",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideV": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideV",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
2021-03-23 05:01:09 +02:00
|
|
|
|
"layout": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"margins": Object {
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"bottom": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
2021-03-17 05:56:48 +02:00
|
|
|
|
"basedOn": "a3",
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"name": "annotation subject",
|
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": true,
|
|
|
|
|
"boldCs": true,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"styleId": "a6",
|
|
|
|
|
"styleType": "paragraph",
|
2021-03-25 08:30:33 +02:00
|
|
|
|
"tableCellProperty": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": null,
|
|
|
|
|
},
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"tableProperty": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideH",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideV": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideV",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
2021-03-23 05:01:09 +02:00
|
|
|
|
"layout": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"margins": Object {
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"bottom": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
2021-03-17 05:56:48 +02:00
|
|
|
|
"basedOn": "a4",
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"name": "コメント内容 (文字)",
|
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": true,
|
|
|
|
|
"boldCs": true,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"styleId": "a7",
|
|
|
|
|
"styleType": "character",
|
2021-03-25 08:30:33 +02:00
|
|
|
|
"tableCellProperty": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": null,
|
|
|
|
|
},
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"tableProperty": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideH",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideV": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideV",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
2021-03-23 05:01:09 +02:00
|
|
|
|
"layout": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"margins": Object {
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"bottom": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
2021-03-17 05:56:48 +02:00
|
|
|
|
"basedOn": "a1",
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"name": "Table Grid",
|
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"styleId": "a8",
|
|
|
|
|
"styleType": "table",
|
2021-03-25 08:30:33 +02:00
|
|
|
|
"tableCellProperty": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": null,
|
|
|
|
|
},
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"tableProperty": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "insideH",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideV": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "insideV",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
2021-03-23 05:01:09 +02:00
|
|
|
|
"layout": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"margins": Object {
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"bottom": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"basedOn": null,
|
|
|
|
|
"name": "Revision",
|
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"styleId": "a9",
|
|
|
|
|
"styleType": "paragraph",
|
2021-03-25 08:30:33 +02:00
|
|
|
|
"tableCellProperty": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": null,
|
|
|
|
|
},
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"tableProperty": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideH",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideV": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideV",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
2021-03-23 05:01:09 +02:00
|
|
|
|
"layout": null,
|
2020-12-21 10:30:42 +02:00
|
|
|
|
"margins": Object {
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"bottom": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
2020-12-21 10:30:42 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
2021-06-30 16:37:13 +03:00
|
|
|
|
"taskpanes": null,
|
|
|
|
|
"taskpanesRels": Object {
|
|
|
|
|
"rels": Array [],
|
|
|
|
|
},
|
|
|
|
|
"webExtensions": Array [],
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"webSettings": Object {
|
|
|
|
|
"divs": Array [],
|
|
|
|
|
},
|
2020-12-21 10:30:42 +02:00
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
|
2020-10-30 13:29:06 +02:00
|
|
|
|
exports[`reader should read table style docx 1`] = `
|
|
|
|
|
Object {
|
|
|
|
|
"comments": Object {
|
|
|
|
|
"comments": Array [],
|
|
|
|
|
},
|
|
|
|
|
"commentsExtended": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
},
|
|
|
|
|
"contentType": Object {
|
2021-07-13 12:46:15 +03:00
|
|
|
|
"custom_xml_count": 1,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"types": Object {
|
|
|
|
|
"/_rels/.rels": "application/vnd.openxmlformats-package.relationships+xml",
|
|
|
|
|
"/docProps/app.xml": "application/vnd.openxmlformats-officedocument.extended-properties+xml",
|
|
|
|
|
"/docProps/core.xml": "application/vnd.openxmlformats-package.core-properties+xml",
|
2021-06-23 12:39:01 +03:00
|
|
|
|
"/docProps/custom.xml": "application/vnd.openxmlformats-officedocument.custom-properties+xml",
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"/word/_rels/document.xml.rels": "application/vnd.openxmlformats-package.relationships+xml",
|
|
|
|
|
"/word/comments.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml",
|
|
|
|
|
"/word/commentsExtended.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.commentsExtended+xml",
|
|
|
|
|
"/word/document.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml",
|
|
|
|
|
"/word/fontTable.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml",
|
|
|
|
|
"/word/header1.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.header+xml",
|
|
|
|
|
"/word/numbering.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml",
|
|
|
|
|
"/word/settings.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml",
|
|
|
|
|
"/word/styles.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml",
|
|
|
|
|
},
|
2021-06-30 16:37:13 +03:00
|
|
|
|
"web_extension_count": 1,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
2021-07-13 12:46:15 +03:00
|
|
|
|
"customItemProps": Array [],
|
|
|
|
|
"customItemRels": Array [],
|
|
|
|
|
"customItems": Array [],
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"docProps": Object {
|
|
|
|
|
"app": Object {},
|
|
|
|
|
"core": Object {
|
|
|
|
|
"config": Object {
|
|
|
|
|
"created": null,
|
|
|
|
|
"creator": null,
|
|
|
|
|
"description": null,
|
|
|
|
|
"language": null,
|
|
|
|
|
"lastModifiedBy": null,
|
|
|
|
|
"modified": null,
|
|
|
|
|
"revision": null,
|
|
|
|
|
"subject": null,
|
|
|
|
|
"title": null,
|
|
|
|
|
},
|
|
|
|
|
},
|
2021-06-23 12:39:01 +03:00
|
|
|
|
"custom": Object {
|
|
|
|
|
"properties": Object {},
|
|
|
|
|
},
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"document": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"grid": Array [
|
|
|
|
|
2122,
|
|
|
|
|
2122,
|
|
|
|
|
2122,
|
|
|
|
|
2122,
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"borders": Object {
|
2021-02-25 09:16:20 +02:00
|
|
|
|
"bottom": null,
|
|
|
|
|
"insideH": null,
|
|
|
|
|
"insideV": null,
|
|
|
|
|
"left": null,
|
|
|
|
|
"right": null,
|
|
|
|
|
"top": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
2021-03-23 05:01:09 +02:00
|
|
|
|
"layout": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"margins": Object {
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"bottom": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"style": "a3",
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"rows": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"cells": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"id": "5EE642D9",
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
2021-03-18 12:02:28 +02:00
|
|
|
|
"shading": null,
|
2021-03-03 03:35:50 +02:00
|
|
|
|
"textDirection": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 2122,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"id": "429F5872",
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
2021-03-18 12:02:28 +02:00
|
|
|
|
"shading": null,
|
2021-03-03 03:35:50 +02:00
|
|
|
|
"textDirection": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 2122,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"id": "7610F08B",
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
2021-03-18 12:02:28 +02:00
|
|
|
|
"shading": null,
|
2021-03-03 03:35:50 +02:00
|
|
|
|
"textDirection": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 2122,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"id": "02E8EA41",
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
2021-03-18 12:02:28 +02:00
|
|
|
|
"shading": null,
|
2021-03-03 03:35:50 +02:00
|
|
|
|
"textDirection": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 2122,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"gridAfter": null,
|
2021-05-11 05:01:35 +03:00
|
|
|
|
"gridBefore": null,
|
2021-03-15 08:54:14 +02:00
|
|
|
|
"heightRule": "atLeast",
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"rowHeight": null,
|
|
|
|
|
"widthAfter": null,
|
2021-05-11 05:01:35 +03:00
|
|
|
|
"widthBefore": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"cells": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"id": "18BC20C2",
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
2021-03-18 12:02:28 +02:00
|
|
|
|
"shading": null,
|
2021-03-03 03:35:50 +02:00
|
|
|
|
"textDirection": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 2122,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"id": "04417E4F",
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
2021-03-18 12:02:28 +02:00
|
|
|
|
"shading": null,
|
2021-03-03 03:35:50 +02:00
|
|
|
|
"textDirection": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 2122,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"id": "5F974948",
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
2021-03-18 12:02:28 +02:00
|
|
|
|
"shading": null,
|
2021-03-03 03:35:50 +02:00
|
|
|
|
"textDirection": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 2122,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"id": "49E32BEB",
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
2021-03-18 12:02:28 +02:00
|
|
|
|
"shading": null,
|
2021-03-03 03:35:50 +02:00
|
|
|
|
"textDirection": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 2122,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"gridAfter": null,
|
2021-05-11 05:01:35 +03:00
|
|
|
|
"gridBefore": null,
|
2021-03-15 08:54:14 +02:00
|
|
|
|
"heightRule": "atLeast",
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"rowHeight": null,
|
|
|
|
|
"widthAfter": null,
|
2021-05-11 05:01:35 +03:00
|
|
|
|
"widthBefore": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"cells": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"id": "6C6F21D2",
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
2021-03-18 12:02:28 +02:00
|
|
|
|
"shading": null,
|
2021-03-03 03:35:50 +02:00
|
|
|
|
"textDirection": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 2122,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"id": "7E71787C",
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
2021-03-18 12:02:28 +02:00
|
|
|
|
"shading": null,
|
2021-03-03 03:35:50 +02:00
|
|
|
|
"textDirection": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 2122,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"id": "62282F58",
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
2021-03-18 12:02:28 +02:00
|
|
|
|
"shading": null,
|
2021-03-03 03:35:50 +02:00
|
|
|
|
"textDirection": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 2122,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"id": "3AAD3E60",
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
2021-03-18 12:02:28 +02:00
|
|
|
|
"shading": null,
|
2021-03-03 03:35:50 +02:00
|
|
|
|
"textDirection": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 2122,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"gridAfter": null,
|
2021-05-11 05:01:35 +03:00
|
|
|
|
"gridBefore": null,
|
2021-03-15 08:54:14 +02:00
|
|
|
|
"heightRule": "atLeast",
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"rowHeight": null,
|
|
|
|
|
"widthAfter": null,
|
2021-05-11 05:01:35 +03:00
|
|
|
|
"widthBefore": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
"type": "table",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
2020-12-15 15:33:01 +02:00
|
|
|
|
"id": "65163AE0",
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"sectionProperty": Object {
|
|
|
|
|
"columns": 425,
|
2021-03-19 18:38:22 +02:00
|
|
|
|
"docGrid": Object {
|
|
|
|
|
"charSpace": null,
|
|
|
|
|
"gridType": "lines",
|
|
|
|
|
"linePitch": 360,
|
|
|
|
|
},
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"headerReference": Object {
|
|
|
|
|
"headerType": "default",
|
|
|
|
|
"id": "rId4",
|
|
|
|
|
},
|
|
|
|
|
"pageMargin": Object {
|
|
|
|
|
"bottom": 1701,
|
|
|
|
|
"footer": 992,
|
|
|
|
|
"gutter": 0,
|
|
|
|
|
"header": 851,
|
|
|
|
|
"left": 1701,
|
|
|
|
|
"right": 1701,
|
|
|
|
|
"top": 1985,
|
|
|
|
|
},
|
|
|
|
|
"pageSize": Object {
|
|
|
|
|
"h": 16840,
|
2021-03-24 09:51:11 +02:00
|
|
|
|
"orient": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"w": 11900,
|
|
|
|
|
},
|
|
|
|
|
"sectionType": null,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"documentRels": Object {
|
2021-07-13 12:46:15 +03:00
|
|
|
|
"customXmlCount": 0,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"hasComments": false,
|
|
|
|
|
"hasNumberings": false,
|
|
|
|
|
"imageIds": Array [],
|
|
|
|
|
},
|
|
|
|
|
"fontTable": Object {},
|
|
|
|
|
"header": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
},
|
|
|
|
|
"media": Array [],
|
|
|
|
|
"numberings": Object {
|
|
|
|
|
"abstractNums": Array [],
|
|
|
|
|
"numberings": Array [],
|
|
|
|
|
},
|
|
|
|
|
"rels": Object {
|
|
|
|
|
"rels": Array [
|
|
|
|
|
Array [
|
|
|
|
|
"http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties",
|
|
|
|
|
"rId1",
|
|
|
|
|
"docProps/core.xml",
|
|
|
|
|
],
|
|
|
|
|
Array [
|
|
|
|
|
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties",
|
|
|
|
|
"rId2",
|
|
|
|
|
"docProps/app.xml",
|
|
|
|
|
],
|
|
|
|
|
Array [
|
|
|
|
|
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument",
|
|
|
|
|
"rId3",
|
|
|
|
|
"word/document.xml",
|
|
|
|
|
],
|
2021-06-23 12:39:01 +03:00
|
|
|
|
Array [
|
|
|
|
|
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties",
|
|
|
|
|
"rId4",
|
|
|
|
|
"docProps/custom.xml",
|
|
|
|
|
],
|
2020-10-30 13:29:06 +02:00
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
"settings": Object {
|
2021-03-26 06:37:01 +02:00
|
|
|
|
"defaultTabStop": 840,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"docId": "C272B628-6DE8-264A-8734-9D2219FFD42F",
|
2020-12-15 08:38:17 +02:00
|
|
|
|
"docVars": Array [],
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"zoom": 100,
|
|
|
|
|
},
|
|
|
|
|
"styles": Object {
|
|
|
|
|
"docDefaults": Object {
|
|
|
|
|
"runPropertyDefault": Object {
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
2020-12-14 08:01:23 +02:00
|
|
|
|
"sz": 21,
|
|
|
|
|
"szCs": 21,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"styles": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"basedOn": null,
|
|
|
|
|
"name": "Normal",
|
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": "both",
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"styleId": "a",
|
|
|
|
|
"styleType": "paragraph",
|
2021-03-25 08:30:33 +02:00
|
|
|
|
"tableCellProperty": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": null,
|
|
|
|
|
},
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"tableProperty": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideH",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideV": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideV",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
2021-03-23 05:01:09 +02:00
|
|
|
|
"layout": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"margins": Object {
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"bottom": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"basedOn": null,
|
|
|
|
|
"name": "Default Paragraph Font",
|
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"styleId": "a0",
|
|
|
|
|
"styleType": "character",
|
2021-03-25 08:30:33 +02:00
|
|
|
|
"tableCellProperty": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": null,
|
|
|
|
|
},
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"tableProperty": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideH",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideV": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideV",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
2021-03-23 05:01:09 +02:00
|
|
|
|
"layout": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"margins": Object {
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"bottom": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"basedOn": null,
|
|
|
|
|
"name": "Normal Table",
|
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"styleId": "a1",
|
|
|
|
|
"styleType": "table",
|
2021-03-25 08:30:33 +02:00
|
|
|
|
"tableCellProperty": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": null,
|
|
|
|
|
},
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"tableProperty": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": Object {
|
|
|
|
|
"borderType": "dotted",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "insideH",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideV": null,
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": null,
|
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "dotted",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
2021-03-23 05:01:09 +02:00
|
|
|
|
"layout": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"margins": Object {
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"bottom": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"basedOn": null,
|
|
|
|
|
"name": "No List",
|
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"styleId": "a2",
|
|
|
|
|
"styleType": "numbering",
|
2021-03-25 08:30:33 +02:00
|
|
|
|
"tableCellProperty": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": null,
|
|
|
|
|
},
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"tableProperty": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideH",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideV": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideV",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
2021-03-23 05:01:09 +02:00
|
|
|
|
"layout": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"margins": Object {
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"bottom": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
2021-03-17 05:56:48 +02:00
|
|
|
|
"basedOn": "a1",
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"name": "Table Grid",
|
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
2021-03-20 17:16:43 +02:00
|
|
|
|
"textBorder": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"styleId": "a3",
|
|
|
|
|
"styleType": "table",
|
2021-03-25 08:30:33 +02:00
|
|
|
|
"tableCellProperty": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": null,
|
|
|
|
|
},
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"tableProperty": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": null,
|
|
|
|
|
"insideV": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "insideV",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
2021-03-23 05:01:09 +02:00
|
|
|
|
"layout": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"margins": Object {
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"bottom": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
2021-03-22 16:30:58 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
2021-06-30 16:37:13 +03:00
|
|
|
|
"taskpanes": null,
|
|
|
|
|
"taskpanesRels": Object {
|
|
|
|
|
"rels": Array [],
|
|
|
|
|
},
|
|
|
|
|
"webExtensions": Array [],
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"webSettings": Object {
|
|
|
|
|
"divs": Array [],
|
|
|
|
|
},
|
2021-03-22 16:30:58 +02:00
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`reader should read tr2bl docx 1`] = `
|
|
|
|
|
Object {
|
|
|
|
|
"comments": Object {
|
|
|
|
|
"comments": Array [],
|
|
|
|
|
},
|
|
|
|
|
"commentsExtended": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
},
|
|
|
|
|
"contentType": Object {
|
2021-07-13 12:46:15 +03:00
|
|
|
|
"custom_xml_count": 1,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"types": Object {
|
|
|
|
|
"/_rels/.rels": "application/vnd.openxmlformats-package.relationships+xml",
|
|
|
|
|
"/docProps/app.xml": "application/vnd.openxmlformats-officedocument.extended-properties+xml",
|
|
|
|
|
"/docProps/core.xml": "application/vnd.openxmlformats-package.core-properties+xml",
|
2021-06-23 12:39:01 +03:00
|
|
|
|
"/docProps/custom.xml": "application/vnd.openxmlformats-officedocument.custom-properties+xml",
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"/word/_rels/document.xml.rels": "application/vnd.openxmlformats-package.relationships+xml",
|
|
|
|
|
"/word/comments.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml",
|
|
|
|
|
"/word/commentsExtended.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.commentsExtended+xml",
|
|
|
|
|
"/word/document.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml",
|
|
|
|
|
"/word/fontTable.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml",
|
|
|
|
|
"/word/header1.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.header+xml",
|
|
|
|
|
"/word/numbering.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml",
|
|
|
|
|
"/word/settings.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml",
|
|
|
|
|
"/word/styles.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml",
|
|
|
|
|
},
|
2021-06-30 16:37:13 +03:00
|
|
|
|
"web_extension_count": 1,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
},
|
2021-07-13 12:46:15 +03:00
|
|
|
|
"customItemProps": Array [],
|
|
|
|
|
"customItemRels": Array [],
|
|
|
|
|
"customItems": Array [],
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"docProps": Object {
|
|
|
|
|
"app": Object {},
|
|
|
|
|
"core": Object {
|
|
|
|
|
"config": Object {
|
|
|
|
|
"created": null,
|
|
|
|
|
"creator": null,
|
|
|
|
|
"description": null,
|
|
|
|
|
"language": null,
|
|
|
|
|
"lastModifiedBy": null,
|
|
|
|
|
"modified": null,
|
|
|
|
|
"revision": null,
|
|
|
|
|
"subject": null,
|
|
|
|
|
"title": null,
|
|
|
|
|
},
|
|
|
|
|
},
|
2021-06-23 12:39:01 +03:00
|
|
|
|
"custom": Object {
|
|
|
|
|
"properties": Object {},
|
|
|
|
|
},
|
2021-03-22 16:30:58 +02:00
|
|
|
|
},
|
|
|
|
|
"document": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"grid": Array [
|
|
|
|
|
2829,
|
|
|
|
|
2829,
|
|
|
|
|
2830,
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": null,
|
|
|
|
|
"insideH": null,
|
|
|
|
|
"insideV": null,
|
|
|
|
|
"left": null,
|
|
|
|
|
"right": null,
|
|
|
|
|
"top": null,
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
2021-03-23 05:01:09 +02:00
|
|
|
|
"layout": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"margins": Object {
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"bottom": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
2021-03-22 16:30:58 +02:00
|
|
|
|
},
|
|
|
|
|
"style": "a3",
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"rows": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"cells": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "5586561A",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": null,
|
|
|
|
|
"insideH": null,
|
|
|
|
|
"insideV": null,
|
|
|
|
|
"left": null,
|
|
|
|
|
"right": null,
|
|
|
|
|
"tl2br": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "tl2br",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"top": null,
|
|
|
|
|
"tr2bl": null,
|
|
|
|
|
},
|
|
|
|
|
"gridSpan": 2,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 5658,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "1DA21770",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": null,
|
|
|
|
|
"insideH": null,
|
|
|
|
|
"insideV": null,
|
|
|
|
|
"left": null,
|
|
|
|
|
"right": null,
|
|
|
|
|
"tl2br": null,
|
|
|
|
|
"top": null,
|
|
|
|
|
"tr2bl": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "tr2bl",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 2830,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"gridAfter": null,
|
2021-05-11 05:01:35 +03:00
|
|
|
|
"gridBefore": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"heightRule": "atLeast",
|
|
|
|
|
"rowHeight": 730,
|
|
|
|
|
"widthAfter": null,
|
2021-05-11 05:01:35 +03:00
|
|
|
|
"widthBefore": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"cells": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "31861494",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": null,
|
|
|
|
|
"insideH": null,
|
|
|
|
|
"insideV": null,
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "dashed",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": null,
|
|
|
|
|
"tl2br": null,
|
|
|
|
|
"top": null,
|
|
|
|
|
"tr2bl": null,
|
|
|
|
|
},
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 2829,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "7FD0387F",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": null,
|
|
|
|
|
"insideH": null,
|
|
|
|
|
"insideV": null,
|
|
|
|
|
"left": null,
|
|
|
|
|
"right": null,
|
|
|
|
|
"tl2br": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "tl2br",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"top": null,
|
|
|
|
|
"tr2bl": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "tr2bl",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 2829,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "721462F5",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 2830,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"property": Object {
|
|
|
|
|
"gridAfter": null,
|
2021-05-11 05:01:35 +03:00
|
|
|
|
"gridBefore": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"heightRule": "atLeast",
|
|
|
|
|
"rowHeight": null,
|
|
|
|
|
"widthAfter": null,
|
2021-05-11 05:01:35 +03:00
|
|
|
|
"widthBefore": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
"type": "table",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "1D17E6B2",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"sectionProperty": Object {
|
|
|
|
|
"columns": 425,
|
|
|
|
|
"docGrid": Object {
|
|
|
|
|
"charSpace": null,
|
|
|
|
|
"gridType": "lines",
|
|
|
|
|
"linePitch": 360,
|
|
|
|
|
},
|
|
|
|
|
"headerReference": Object {
|
|
|
|
|
"headerType": "default",
|
|
|
|
|
"id": "rId4",
|
|
|
|
|
},
|
|
|
|
|
"pageMargin": Object {
|
|
|
|
|
"bottom": 1701,
|
|
|
|
|
"footer": 992,
|
|
|
|
|
"gutter": 0,
|
|
|
|
|
"header": 851,
|
|
|
|
|
"left": 1701,
|
|
|
|
|
"right": 1701,
|
|
|
|
|
"top": 1985,
|
|
|
|
|
},
|
|
|
|
|
"pageSize": Object {
|
|
|
|
|
"h": 16840,
|
2021-03-24 09:51:11 +02:00
|
|
|
|
"orient": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"w": 11900,
|
|
|
|
|
},
|
|
|
|
|
"sectionType": null,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"documentRels": Object {
|
2021-07-13 12:46:15 +03:00
|
|
|
|
"customXmlCount": 0,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"hasComments": false,
|
|
|
|
|
"hasNumberings": false,
|
|
|
|
|
"imageIds": Array [],
|
|
|
|
|
},
|
|
|
|
|
"fontTable": Object {},
|
|
|
|
|
"header": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
},
|
|
|
|
|
"media": Array [],
|
|
|
|
|
"numberings": Object {
|
|
|
|
|
"abstractNums": Array [],
|
|
|
|
|
"numberings": Array [],
|
|
|
|
|
},
|
|
|
|
|
"rels": Object {
|
|
|
|
|
"rels": Array [
|
|
|
|
|
Array [
|
|
|
|
|
"http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties",
|
|
|
|
|
"rId1",
|
|
|
|
|
"docProps/core.xml",
|
|
|
|
|
],
|
|
|
|
|
Array [
|
|
|
|
|
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties",
|
|
|
|
|
"rId2",
|
|
|
|
|
"docProps/app.xml",
|
|
|
|
|
],
|
|
|
|
|
Array [
|
|
|
|
|
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument",
|
|
|
|
|
"rId3",
|
|
|
|
|
"word/document.xml",
|
|
|
|
|
],
|
2021-06-23 12:39:01 +03:00
|
|
|
|
Array [
|
|
|
|
|
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties",
|
|
|
|
|
"rId4",
|
|
|
|
|
"docProps/custom.xml",
|
|
|
|
|
],
|
2021-03-22 16:30:58 +02:00
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
"settings": Object {
|
2021-03-26 06:37:01 +02:00
|
|
|
|
"defaultTabStop": 840,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"docId": "9F52F717-3F03-584C-ACEF-96E0106FA905",
|
|
|
|
|
"docVars": Array [],
|
|
|
|
|
"zoom": 100,
|
|
|
|
|
},
|
|
|
|
|
"styles": Object {
|
|
|
|
|
"docDefaults": Object {
|
|
|
|
|
"runPropertyDefault": Object {
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": 21,
|
|
|
|
|
"szCs": 21,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"styles": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"basedOn": null,
|
|
|
|
|
"name": "Normal",
|
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
},
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
},
|
|
|
|
|
"styleId": "a",
|
|
|
|
|
"styleType": "paragraph",
|
2021-03-25 08:30:33 +02:00
|
|
|
|
"tableCellProperty": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": null,
|
|
|
|
|
},
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"tableProperty": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideH",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideV": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideV",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
2021-03-23 05:01:09 +02:00
|
|
|
|
"layout": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"margins": Object {
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"bottom": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
2021-03-22 16:30:58 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"basedOn": null,
|
|
|
|
|
"name": "Default Paragraph Font",
|
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
},
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
},
|
|
|
|
|
"styleId": "a0",
|
|
|
|
|
"styleType": "character",
|
2021-03-25 08:30:33 +02:00
|
|
|
|
"tableCellProperty": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": null,
|
|
|
|
|
},
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"tableProperty": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideH",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideV": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideV",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
2021-03-23 05:01:09 +02:00
|
|
|
|
"layout": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"margins": Object {
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"bottom": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
2021-03-22 16:30:58 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"basedOn": null,
|
|
|
|
|
"name": "Normal Table",
|
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
},
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
},
|
|
|
|
|
"styleId": "a1",
|
|
|
|
|
"styleType": "table",
|
2021-03-25 08:30:33 +02:00
|
|
|
|
"tableCellProperty": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": null,
|
|
|
|
|
},
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"tableProperty": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": null,
|
|
|
|
|
"insideH": null,
|
|
|
|
|
"insideV": null,
|
|
|
|
|
"left": null,
|
|
|
|
|
"right": null,
|
|
|
|
|
"top": null,
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
2021-03-23 05:01:09 +02:00
|
|
|
|
"layout": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"margins": Object {
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"bottom": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
2021-03-22 16:30:58 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"basedOn": null,
|
|
|
|
|
"name": "No List",
|
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
},
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
},
|
|
|
|
|
"styleId": "a2",
|
|
|
|
|
"styleType": "numbering",
|
2021-03-25 08:30:33 +02:00
|
|
|
|
"tableCellProperty": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": null,
|
|
|
|
|
},
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"tableProperty": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideH",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideV": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideV",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
2021-03-23 05:01:09 +02:00
|
|
|
|
"layout": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"margins": Object {
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"bottom": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
2021-03-22 16:30:58 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"basedOn": "a1",
|
|
|
|
|
"name": "Table Grid",
|
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"divId": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"indent": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"pageBreakBefore": false,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
2021-04-14 06:01:38 +03:00
|
|
|
|
"windowControl": false,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
},
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"color": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"del": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
2021-06-07 13:30:05 +03:00
|
|
|
|
"ins": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"vertAlign": null,
|
2021-03-22 16:30:58 +02:00
|
|
|
|
},
|
|
|
|
|
"styleId": "a3",
|
|
|
|
|
"styleType": "table",
|
2021-03-25 08:30:33 +02:00
|
|
|
|
"tableCellProperty": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": null,
|
|
|
|
|
},
|
2021-03-22 16:30:58 +02:00
|
|
|
|
"tableProperty": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "insideH",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideV": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "insideV",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "auto",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 4,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
2021-03-23 05:01:09 +02:00
|
|
|
|
"layout": null,
|
2020-10-30 13:29:06 +02:00
|
|
|
|
"margins": Object {
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"bottom": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
2021-04-14 11:27:11 +03:00
|
|
|
|
"val": 0,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
2021-06-30 16:37:13 +03:00
|
|
|
|
"taskpanes": null,
|
|
|
|
|
"taskpanesRels": Object {
|
|
|
|
|
"rels": Array [],
|
|
|
|
|
},
|
|
|
|
|
"webExtensions": Array [],
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"webSettings": Object {
|
|
|
|
|
"divs": Array [],
|
|
|
|
|
},
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`reader should read vertAlign docx 1`] = `
|
|
|
|
|
Object {
|
|
|
|
|
"comments": Object {
|
|
|
|
|
"comments": Array [],
|
|
|
|
|
},
|
|
|
|
|
"commentsExtended": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
},
|
|
|
|
|
"contentType": Object {
|
2021-07-13 12:46:15 +03:00
|
|
|
|
"custom_xml_count": 1,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"types": Object {
|
|
|
|
|
"/_rels/.rels": "application/vnd.openxmlformats-package.relationships+xml",
|
|
|
|
|
"/docProps/app.xml": "application/vnd.openxmlformats-officedocument.extended-properties+xml",
|
|
|
|
|
"/docProps/core.xml": "application/vnd.openxmlformats-package.core-properties+xml",
|
2021-06-23 12:39:01 +03:00
|
|
|
|
"/docProps/custom.xml": "application/vnd.openxmlformats-officedocument.custom-properties+xml",
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"/word/_rels/document.xml.rels": "application/vnd.openxmlformats-package.relationships+xml",
|
|
|
|
|
"/word/comments.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml",
|
|
|
|
|
"/word/commentsExtended.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.commentsExtended+xml",
|
|
|
|
|
"/word/document.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml",
|
|
|
|
|
"/word/fontTable.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml",
|
|
|
|
|
"/word/header1.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.header+xml",
|
|
|
|
|
"/word/numbering.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml",
|
|
|
|
|
"/word/settings.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml",
|
|
|
|
|
"/word/styles.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml",
|
|
|
|
|
},
|
2021-06-30 16:37:13 +03:00
|
|
|
|
"web_extension_count": 1,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
},
|
2021-07-13 12:46:15 +03:00
|
|
|
|
"customItemProps": Array [],
|
|
|
|
|
"customItemRels": Array [],
|
|
|
|
|
"customItems": Array [],
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"docProps": Object {
|
|
|
|
|
"app": Object {},
|
|
|
|
|
"core": Object {
|
|
|
|
|
"config": Object {
|
|
|
|
|
"created": null,
|
|
|
|
|
"creator": null,
|
|
|
|
|
"description": null,
|
|
|
|
|
"language": null,
|
|
|
|
|
"lastModifiedBy": null,
|
|
|
|
|
"modified": null,
|
|
|
|
|
"revision": null,
|
|
|
|
|
"subject": null,
|
|
|
|
|
"title": null,
|
|
|
|
|
},
|
|
|
|
|
},
|
2021-06-23 12:39:01 +03:00
|
|
|
|
"custom": Object {
|
|
|
|
|
"properties": Object {},
|
|
|
|
|
},
|
2021-06-07 18:10:44 +03:00
|
|
|
|
},
|
|
|
|
|
"document": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "H",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"color": null,
|
|
|
|
|
"del": null,
|
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
|
|
|
|
"ins": null,
|
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
|
|
|
|
"vertAlign": null,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "ell",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"color": null,
|
|
|
|
|
"del": null,
|
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
|
|
|
|
"ins": null,
|
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
|
|
|
|
"vertAlign": null,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "o",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"color": null,
|
|
|
|
|
"del": null,
|
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
|
|
|
|
"ins": null,
|
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
|
|
|
|
"vertAlign": "superscript",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"color": null,
|
|
|
|
|
"del": null,
|
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
|
|
|
|
"ins": null,
|
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
|
|
|
|
"vertAlign": null,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "Worl",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"color": null,
|
|
|
|
|
"del": null,
|
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
|
|
|
|
"ins": null,
|
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
|
|
|
|
"vertAlign": null,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "d",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"color": null,
|
|
|
|
|
"del": null,
|
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
|
|
|
|
"ins": null,
|
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
|
|
|
|
"vertAlign": "subscript",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"children": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"preserveSpace": true,
|
|
|
|
|
"text": "AAA",
|
|
|
|
|
},
|
|
|
|
|
"type": "text",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"color": null,
|
|
|
|
|
"del": null,
|
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
|
|
|
|
"ins": null,
|
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
|
|
|
|
"vertAlign": "baseline",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "run",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"id": "63971CD5",
|
|
|
|
|
"property": Object {
|
|
|
|
|
"alignment": null,
|
|
|
|
|
"divId": null,
|
|
|
|
|
"indent": null,
|
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"pageBreakBefore": false,
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"color": null,
|
|
|
|
|
"del": null,
|
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
|
|
|
|
"ins": null,
|
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
|
|
|
|
"vertAlign": null,
|
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"windowControl": false,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"type": "paragraph",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"hasNumbering": false,
|
|
|
|
|
"sectionProperty": Object {
|
|
|
|
|
"columns": 425,
|
|
|
|
|
"docGrid": Object {
|
|
|
|
|
"charSpace": null,
|
|
|
|
|
"gridType": "lines",
|
|
|
|
|
"linePitch": 360,
|
|
|
|
|
},
|
|
|
|
|
"headerReference": Object {
|
|
|
|
|
"headerType": "default",
|
|
|
|
|
"id": "rId4",
|
|
|
|
|
},
|
|
|
|
|
"pageMargin": Object {
|
|
|
|
|
"bottom": 1701,
|
|
|
|
|
"footer": 992,
|
|
|
|
|
"gutter": 0,
|
|
|
|
|
"header": 851,
|
|
|
|
|
"left": 1701,
|
|
|
|
|
"right": 1701,
|
|
|
|
|
"top": 1985,
|
|
|
|
|
},
|
|
|
|
|
"pageSize": Object {
|
|
|
|
|
"h": 16840,
|
|
|
|
|
"orient": null,
|
|
|
|
|
"w": 11900,
|
|
|
|
|
},
|
|
|
|
|
"sectionType": null,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"documentRels": Object {
|
2021-07-13 12:46:15 +03:00
|
|
|
|
"customXmlCount": 0,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"hasComments": false,
|
|
|
|
|
"hasNumberings": false,
|
|
|
|
|
"imageIds": Array [],
|
|
|
|
|
},
|
|
|
|
|
"fontTable": Object {},
|
|
|
|
|
"header": Object {
|
|
|
|
|
"children": Array [],
|
|
|
|
|
},
|
|
|
|
|
"media": Array [],
|
|
|
|
|
"numberings": Object {
|
|
|
|
|
"abstractNums": Array [],
|
|
|
|
|
"numberings": Array [],
|
|
|
|
|
},
|
|
|
|
|
"rels": Object {
|
|
|
|
|
"rels": Array [
|
|
|
|
|
Array [
|
|
|
|
|
"http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties",
|
|
|
|
|
"rId1",
|
|
|
|
|
"docProps/core.xml",
|
|
|
|
|
],
|
|
|
|
|
Array [
|
|
|
|
|
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties",
|
|
|
|
|
"rId2",
|
|
|
|
|
"docProps/app.xml",
|
|
|
|
|
],
|
|
|
|
|
Array [
|
|
|
|
|
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument",
|
|
|
|
|
"rId3",
|
|
|
|
|
"word/document.xml",
|
|
|
|
|
],
|
2021-06-23 12:39:01 +03:00
|
|
|
|
Array [
|
|
|
|
|
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties",
|
|
|
|
|
"rId4",
|
|
|
|
|
"docProps/custom.xml",
|
|
|
|
|
],
|
2021-06-07 18:10:44 +03:00
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
"settings": Object {
|
|
|
|
|
"defaultTabStop": 840,
|
|
|
|
|
"docId": "7501A506-09EA-0F4C-ACFF-789B81CBED2D",
|
|
|
|
|
"docVars": Array [],
|
|
|
|
|
"zoom": 100,
|
|
|
|
|
},
|
|
|
|
|
"styles": Object {
|
|
|
|
|
"docDefaults": Object {
|
|
|
|
|
"runPropertyDefault": Object {
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"color": null,
|
|
|
|
|
"del": null,
|
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
|
|
|
|
"ins": null,
|
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": 21,
|
|
|
|
|
"szCs": 21,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
|
|
|
|
"vertAlign": null,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"styles": Array [
|
|
|
|
|
Object {
|
|
|
|
|
"basedOn": null,
|
|
|
|
|
"name": "Normal",
|
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": "both",
|
|
|
|
|
"divId": null,
|
|
|
|
|
"indent": null,
|
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"pageBreakBefore": false,
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"color": null,
|
|
|
|
|
"del": null,
|
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
|
|
|
|
"ins": null,
|
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
|
|
|
|
"vertAlign": null,
|
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"windowControl": false,
|
|
|
|
|
},
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"color": null,
|
|
|
|
|
"del": null,
|
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
|
|
|
|
"ins": null,
|
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
|
|
|
|
"vertAlign": null,
|
|
|
|
|
},
|
|
|
|
|
"styleId": "a",
|
|
|
|
|
"styleType": "paragraph",
|
|
|
|
|
"tableCellProperty": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": null,
|
|
|
|
|
},
|
|
|
|
|
"tableProperty": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideH",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideV": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideV",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
|
|
|
|
"layout": null,
|
|
|
|
|
"margins": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"val": 0,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
|
|
|
|
"val": 0,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"basedOn": null,
|
|
|
|
|
"name": "Default Paragraph Font",
|
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
|
|
|
|
"divId": null,
|
|
|
|
|
"indent": null,
|
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"pageBreakBefore": false,
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"color": null,
|
|
|
|
|
"del": null,
|
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
|
|
|
|
"ins": null,
|
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
|
|
|
|
"vertAlign": null,
|
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"windowControl": false,
|
|
|
|
|
},
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"color": null,
|
|
|
|
|
"del": null,
|
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
|
|
|
|
"ins": null,
|
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
|
|
|
|
"vertAlign": null,
|
|
|
|
|
},
|
|
|
|
|
"styleId": "a0",
|
|
|
|
|
"styleType": "character",
|
|
|
|
|
"tableCellProperty": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": null,
|
|
|
|
|
},
|
|
|
|
|
"tableProperty": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideH",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideV": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideV",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
|
|
|
|
"layout": null,
|
|
|
|
|
"margins": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"val": 0,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
|
|
|
|
"val": 0,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"basedOn": null,
|
|
|
|
|
"name": "Normal Table",
|
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
|
|
|
|
"divId": null,
|
|
|
|
|
"indent": null,
|
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"pageBreakBefore": false,
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"color": null,
|
|
|
|
|
"del": null,
|
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
|
|
|
|
"ins": null,
|
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
|
|
|
|
"vertAlign": null,
|
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"windowControl": false,
|
|
|
|
|
},
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"color": null,
|
|
|
|
|
"del": null,
|
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
|
|
|
|
"ins": null,
|
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
|
|
|
|
"vertAlign": null,
|
|
|
|
|
},
|
|
|
|
|
"styleId": "a1",
|
|
|
|
|
"styleType": "table",
|
|
|
|
|
"tableCellProperty": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": null,
|
|
|
|
|
},
|
|
|
|
|
"tableProperty": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": null,
|
|
|
|
|
"insideH": null,
|
|
|
|
|
"insideV": null,
|
|
|
|
|
"left": null,
|
|
|
|
|
"right": null,
|
|
|
|
|
"top": null,
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
|
|
|
|
"layout": null,
|
|
|
|
|
"margins": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"val": 0,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
|
|
|
|
"val": 0,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Object {
|
|
|
|
|
"basedOn": null,
|
|
|
|
|
"name": "No List",
|
|
|
|
|
"paragraphProperty": Object {
|
|
|
|
|
"alignment": null,
|
|
|
|
|
"divId": null,
|
|
|
|
|
"indent": null,
|
|
|
|
|
"keepLines": false,
|
|
|
|
|
"keepNext": false,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"lineSpacing": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"numberingProperty": null,
|
2021-09-10 09:51:12 +03:00
|
|
|
|
"outlineLvl": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"pageBreakBefore": false,
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"color": null,
|
|
|
|
|
"del": null,
|
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
|
|
|
|
"ins": null,
|
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
|
|
|
|
"vertAlign": null,
|
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"windowControl": false,
|
|
|
|
|
},
|
|
|
|
|
"runProperty": Object {
|
|
|
|
|
"bold": null,
|
|
|
|
|
"boldCs": null,
|
2021-09-29 03:03:39 +03:00
|
|
|
|
"characterSpacing": null,
|
2021-06-07 18:10:44 +03:00
|
|
|
|
"color": null,
|
|
|
|
|
"del": null,
|
|
|
|
|
"fonts": null,
|
|
|
|
|
"highlight": null,
|
|
|
|
|
"ins": null,
|
|
|
|
|
"italic": null,
|
|
|
|
|
"italicCs": null,
|
|
|
|
|
"sz": null,
|
|
|
|
|
"szCs": null,
|
|
|
|
|
"textBorder": null,
|
|
|
|
|
"underline": null,
|
|
|
|
|
"vanish": null,
|
|
|
|
|
"vertAlign": null,
|
|
|
|
|
},
|
|
|
|
|
"styleId": "a2",
|
|
|
|
|
"styleType": "numbering",
|
|
|
|
|
"tableCellProperty": Object {
|
|
|
|
|
"borders": null,
|
|
|
|
|
"gridSpan": null,
|
|
|
|
|
"shading": null,
|
|
|
|
|
"textDirection": null,
|
|
|
|
|
"verticalAlign": null,
|
|
|
|
|
"verticalMerge": null,
|
|
|
|
|
"width": null,
|
|
|
|
|
},
|
|
|
|
|
"tableProperty": Object {
|
|
|
|
|
"borders": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "bottom",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideH": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideH",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"insideV": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "insideV",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "left",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "right",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
|
|
|
|
"borderType": "single",
|
|
|
|
|
"color": "000000",
|
|
|
|
|
"position": "top",
|
|
|
|
|
"size": 2,
|
|
|
|
|
"space": 0,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"indent": null,
|
|
|
|
|
"justification": "left",
|
|
|
|
|
"layout": null,
|
|
|
|
|
"margins": Object {
|
|
|
|
|
"bottom": Object {
|
|
|
|
|
"val": 0,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"left": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"right": Object {
|
|
|
|
|
"val": 55,
|
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
|
|
|
|
"top": Object {
|
|
|
|
|
"val": 0,
|
2021-04-14 07:47:46 +03:00
|
|
|
|
"widthType": "DXA",
|
|
|
|
|
},
|
2020-10-30 13:29:06 +02:00
|
|
|
|
},
|
|
|
|
|
"style": null,
|
|
|
|
|
"width": Object {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"widthType": "Auto",
|
|
|
|
|
},
|
|
|
|
|
},
|
2020-10-05 16:46:18 +03:00
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
2021-06-30 16:37:13 +03:00
|
|
|
|
"taskpanes": null,
|
|
|
|
|
"taskpanesRels": Object {
|
|
|
|
|
"rels": Array [],
|
|
|
|
|
},
|
|
|
|
|
"webExtensions": Array [],
|
2021-04-09 05:30:50 +03:00
|
|
|
|
"webSettings": Object {
|
|
|
|
|
"divs": Array [],
|
|
|
|
|
},
|
2020-10-05 16:46:18 +03:00
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
|
2021-03-18 12:02:28 +02:00
|
|
|
|
exports[`writer should write cell shading 1`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\"?>
|
|
|
|
|
<Relationships xmlns=\\"http://schemas.openxmlformats.org/package/2006/relationships\\">
|
|
|
|
|
<Relationship Id=\\"rId1\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles\\" Target=\\"styles.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId2\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable\\" Target=\\"fontTable.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId3\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings\\" Target=\\"settings.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId4\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/header\\" Target=\\"header1.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId5\\" Type=\\"http://schemas.microsoft.com/office/2011/relationships/commentsExtended\\" Target=\\"commentsExtended.xml\\" />
|
|
|
|
|
</Relationships>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write cell shading 2`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\" standalone=\\"yes\\"?>
|
|
|
|
|
<w:document xmlns:o=\\"urn:schemas-microsoft-com:office:office\\" xmlns:r=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\\" xmlns:v=\\"urn:schemas-microsoft-com:vml\\" xmlns:w=\\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\\" xmlns:w10=\\"urn:schemas-microsoft-com:office:word\\" xmlns:wp=\\"http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing\\" xmlns:wps=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingShape\\" xmlns:wpg=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingGroup\\" xmlns:mc=\\"http://schemas.openxmlformats.org/markup-compatibility/2006\\" xmlns:wp14=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing\\" xmlns:w14=\\"http://schemas.microsoft.com/office/word/2010/wordml\\" xmlns:w15=\\"http://schemas.microsoft.com/office/word/2012/wordml\\" mc:Ignorable=\\"w14 wp14\\">
|
|
|
|
|
<w:body><w:tbl><w:tblPr><w:tblW w:w=\\"0\\" w:type=\\"dxa\\" /><w:jc w:val=\\"left\\" /><w:tblBorders><w:top w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:left w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:bottom w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:right w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:insideH w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:insideV w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /></w:tblBorders><w:tblCellMar>
|
2021-04-14 11:27:11 +03:00
|
|
|
|
<w:top w:w=\\"0\\" w:type=\\"dxa\\" />
|
2021-04-14 07:47:46 +03:00
|
|
|
|
<w:left w:w=\\"55\\" w:type=\\"dxa\\" />
|
2021-04-14 11:27:11 +03:00
|
|
|
|
<w:bottom w:w=\\"0\\" w:type=\\"dxa\\" />
|
2021-03-18 12:02:28 +02:00
|
|
|
|
<w:right w:w=\\"55\\" w:type=\\"dxa\\" />
|
2021-03-19 18:38:22 +02:00
|
|
|
|
</w:tblCellMar><w:tblInd w:w=\\"0\\" w:type=\\"dxa\\" /></w:tblPr><w:tblGrid /><w:tr><w:trPr /><w:tc><w:tcPr><w:tcBorders><w:top w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:left w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:bottom w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:right w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:insideH w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:insideV w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /></w:tcBorders><w:shd w:val=\\"clear\\" w:color=\\"auto\\" w:fill=\\"FF0000\\" /></w:tcPr><w:p w14:paraId=\\"00000001\\"><w:pPr><w:rPr /></w:pPr><w:r><w:rPr><w:rFonts /></w:rPr><w:t xml:space=\\"preserve\\">Hello!!</w:t></w:r></w:p></w:tc></w:tr></w:tbl><w:sectPr><w:pgSz w:w=\\"11906\\" w:h=\\"16838\\" /><w:pgMar w:top=\\"1985\\" w:right=\\"1701\\" w:bottom=\\"1701\\" w:left=\\"1701\\" w:header=\\"851\\" w:footer=\\"992\\" w:gutter=\\"0\\" /><w:headerReference w:type=\\"default\\" r:id=\\"rId4\\" /><w:cols w:space=\\"425\\" /><w:docGrid w:type=\\"lines\\" w:linePitch=\\"360\\" /></w:sectPr></w:body>
|
2021-03-18 12:02:28 +02:00
|
|
|
|
</w:document>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write cell shading 3`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\" standalone=\\"yes\\"?>
|
2021-06-23 12:39:01 +03:00
|
|
|
|
<w:numbering xmlns:r=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\\" xmlns:o=\\"urn:schemas-microsoft-com:office:office\\" xmlns:v=\\"urn:schemas-microsoft-com:vml\\" xmlns:w=\\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\\"><w:abstractNum w:abstractNumId=\\"1\\"><w:lvl w:ilvl=\\"0\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%1.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"420\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"1\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%2)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"840\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"2\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%3\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"1260\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"3\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%4.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"1680\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"4\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%5)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2100\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"5\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%6\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2520\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"6\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%7.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2940\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"7\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%8)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"3360\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"8\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%9\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"3780\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl></w:abstractNum><w:num w:numId=\\"1\\">
|
|
|
|
|
<w:abstractNumId w:val=\\"1\\" />
|
|
|
|
|
</w:num></w:numbering>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write custom props 1`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\" standalone=\\"yes\\"?>
|
|
|
|
|
<Properties xmlns=\\"http://schemas.openxmlformats.org/officeDocument/2006/custom-properties\\" xmlns:vt=\\"http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes\\">
|
|
|
|
|
<property fmtid=\\"{D5CDD505-2E9C-101B-9397-08002B2CF9AE}\\" pid=\\"2\\" name=\\"hello\\">
|
|
|
|
|
<vt:lpwstr>{\\"world\\": 0}</vt:lpwstr>
|
|
|
|
|
</property>
|
|
|
|
|
</Properties>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write custom props 2`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\"?>
|
|
|
|
|
<Relationships xmlns=\\"http://schemas.openxmlformats.org/package/2006/relationships\\">
|
|
|
|
|
<Relationship Id=\\"rId1\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles\\" Target=\\"styles.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId2\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable\\" Target=\\"fontTable.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId3\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings\\" Target=\\"settings.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId4\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/header\\" Target=\\"header1.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId5\\" Type=\\"http://schemas.microsoft.com/office/2011/relationships/commentsExtended\\" Target=\\"commentsExtended.xml\\" />
|
|
|
|
|
</Relationships>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write custom props 3`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\" standalone=\\"yes\\"?>
|
|
|
|
|
<w:document xmlns:o=\\"urn:schemas-microsoft-com:office:office\\" xmlns:r=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\\" xmlns:v=\\"urn:schemas-microsoft-com:vml\\" xmlns:w=\\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\\" xmlns:w10=\\"urn:schemas-microsoft-com:office:word\\" xmlns:wp=\\"http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing\\" xmlns:wps=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingShape\\" xmlns:wpg=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingGroup\\" xmlns:mc=\\"http://schemas.openxmlformats.org/markup-compatibility/2006\\" xmlns:wp14=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing\\" xmlns:w14=\\"http://schemas.microsoft.com/office/word/2010/wordml\\" xmlns:w15=\\"http://schemas.microsoft.com/office/word/2012/wordml\\" mc:Ignorable=\\"w14 wp14\\">
|
|
|
|
|
<w:body><w:p w14:paraId=\\"00000001\\"><w:pPr><w:rPr /></w:pPr><w:r><w:rPr><w:rFonts /></w:rPr><w:t xml:space=\\"preserve\\">Hello!!</w:t></w:r></w:p><w:sectPr><w:pgSz w:w=\\"11906\\" w:h=\\"16838\\" /><w:pgMar w:top=\\"1985\\" w:right=\\"1701\\" w:bottom=\\"1701\\" w:left=\\"1701\\" w:header=\\"851\\" w:footer=\\"992\\" w:gutter=\\"0\\" /><w:headerReference w:type=\\"default\\" r:id=\\"rId4\\" /><w:cols w:space=\\"425\\" /><w:docGrid w:type=\\"lines\\" w:linePitch=\\"360\\" /></w:sectPr></w:body>
|
|
|
|
|
</w:document>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write custom props 4`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\" standalone=\\"yes\\"?>
|
2021-03-18 12:02:28 +02:00
|
|
|
|
<w:numbering xmlns:r=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\\" xmlns:o=\\"urn:schemas-microsoft-com:office:office\\" xmlns:v=\\"urn:schemas-microsoft-com:vml\\" xmlns:w=\\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\\"><w:abstractNum w:abstractNumId=\\"1\\"><w:lvl w:ilvl=\\"0\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%1.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"420\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"1\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%2)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"840\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"2\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%3\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"1260\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"3\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%4.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"1680\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"4\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%5)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2100\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"5\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%6\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2520\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"6\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%7.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2940\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"7\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%8)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"3360\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"8\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%9\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"3780\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl></w:abstractNum><w:num w:numId=\\"1\\">
|
|
|
|
|
<w:abstractNumId w:val=\\"1\\" />
|
|
|
|
|
</w:num></w:numbering>"
|
|
|
|
|
`;
|
|
|
|
|
|
2021-07-13 12:46:15 +03:00
|
|
|
|
exports[`writer should write customItem 1`] = `""`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write customItem 2`] = `""`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write customItem 3`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\"?>
|
|
|
|
|
<Relationships xmlns=\\"http://schemas.openxmlformats.org/package/2006/relationships\\">
|
|
|
|
|
<Relationship Id=\\"rId1\\" Type=\\"http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties\\" Target=\\"docProps/core.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId2\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties\\" Target=\\"docProps/app.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId3\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument\\" Target=\\"word/document.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId4\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties\\" Target=\\"docProps/custom.xml\\" />
|
|
|
|
|
</Relationships>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write customItem 4`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\"?>
|
|
|
|
|
<Relationships xmlns=\\"http://schemas.openxmlformats.org/package/2006/relationships\\">
|
|
|
|
|
<Relationship Id=\\"rId1\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles\\" Target=\\"styles.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId2\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable\\" Target=\\"fontTable.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId3\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings\\" Target=\\"settings.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId4\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/header\\" Target=\\"header1.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId5\\" Type=\\"http://schemas.microsoft.com/office/2011/relationships/commentsExtended\\" Target=\\"commentsExtended.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId8\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/customXml\\" Target=\\"../customXml/item1.xml\\" />
|
|
|
|
|
</Relationships>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write customItem 5`] = `""`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write customItem 6`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\" standalone=\\"yes\\"?>
|
|
|
|
|
<Relationships xmlns=\\"http://schemas.openxmlformats.org/package/2006/relationships\\">
|
|
|
|
|
<Relationship Id=\\"rId1\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/customXmlProps\\" Target=\\"itemProps1.xml\\" />
|
|
|
|
|
</Relationships>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write customItem 7`] = `
|
|
|
|
|
"<root xmlns=\\"https://example.com\\">
|
|
|
|
|
<item name=\\"Cheap Item\\" price=\\"$193.95\\">
|
|
|
|
|
</item>
|
|
|
|
|
<item name=\\"Expensive Item\\" price=\\"$931.88\\">
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
|
|
</root>
|
|
|
|
|
"
|
|
|
|
|
`;
|
|
|
|
|
|
2020-12-14 08:01:23 +02:00
|
|
|
|
exports[`writer should write default font 1`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\"?>
|
|
|
|
|
<Relationships xmlns=\\"http://schemas.openxmlformats.org/package/2006/relationships\\">
|
|
|
|
|
<Relationship Id=\\"rId1\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles\\" Target=\\"styles.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId2\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable\\" Target=\\"fontTable.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId3\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings\\" Target=\\"settings.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId4\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/header\\" Target=\\"header1.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId5\\" Type=\\"http://schemas.microsoft.com/office/2011/relationships/commentsExtended\\" Target=\\"commentsExtended.xml\\" />
|
|
|
|
|
</Relationships>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write default font 2`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\" standalone=\\"yes\\"?>
|
|
|
|
|
<w:document xmlns:o=\\"urn:schemas-microsoft-com:office:office\\" xmlns:r=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\\" xmlns:v=\\"urn:schemas-microsoft-com:vml\\" xmlns:w=\\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\\" xmlns:w10=\\"urn:schemas-microsoft-com:office:word\\" xmlns:wp=\\"http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing\\" xmlns:wps=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingShape\\" xmlns:wpg=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingGroup\\" xmlns:mc=\\"http://schemas.openxmlformats.org/markup-compatibility/2006\\" xmlns:wp14=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing\\" xmlns:w14=\\"http://schemas.microsoft.com/office/word/2010/wordml\\" xmlns:w15=\\"http://schemas.microsoft.com/office/word/2012/wordml\\" mc:Ignorable=\\"w14 wp14\\">
|
2021-03-19 18:38:22 +02:00
|
|
|
|
<w:body><w:p w14:paraId=\\"00000001\\"><w:pPr><w:rPr /></w:pPr><w:r><w:rPr><w:rFonts /></w:rPr><w:t xml:space=\\"preserve\\">Hello world!!!!</w:t></w:r></w:p><w:sectPr><w:pgSz w:w=\\"11906\\" w:h=\\"16838\\" /><w:pgMar w:top=\\"1985\\" w:right=\\"1701\\" w:bottom=\\"1701\\" w:left=\\"1701\\" w:header=\\"851\\" w:footer=\\"992\\" w:gutter=\\"0\\" /><w:headerReference w:type=\\"default\\" r:id=\\"rId4\\" /><w:cols w:space=\\"425\\" /><w:docGrid w:type=\\"lines\\" w:linePitch=\\"360\\" /></w:sectPr></w:body>
|
2020-12-14 08:01:23 +02:00
|
|
|
|
</w:document>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write default font 3`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\" standalone=\\"yes\\"?>
|
2020-12-15 08:38:17 +02:00
|
|
|
|
<w:numbering xmlns:r=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\\" xmlns:o=\\"urn:schemas-microsoft-com:office:office\\" xmlns:v=\\"urn:schemas-microsoft-com:vml\\" xmlns:w=\\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\\"><w:abstractNum w:abstractNumId=\\"1\\"><w:lvl w:ilvl=\\"0\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%1.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"420\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"1\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%2)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"840\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"2\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%3\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"1260\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"3\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%4.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"1680\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"4\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%5)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2100\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"5\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%6\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2520\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"6\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%7.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2940\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"7\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%8)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"3360\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"8\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%9\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"3780\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl></w:abstractNum><w:num w:numId=\\"1\\">
|
|
|
|
|
<w:abstractNumId w:val=\\"1\\" />
|
|
|
|
|
</w:num></w:numbering>"
|
|
|
|
|
`;
|
|
|
|
|
|
2021-03-19 18:38:22 +02:00
|
|
|
|
exports[`writer should write doc grid 1`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\"?>
|
|
|
|
|
<Relationships xmlns=\\"http://schemas.openxmlformats.org/package/2006/relationships\\">
|
|
|
|
|
<Relationship Id=\\"rId1\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles\\" Target=\\"styles.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId2\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable\\" Target=\\"fontTable.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId3\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings\\" Target=\\"settings.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId4\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/header\\" Target=\\"header1.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId5\\" Type=\\"http://schemas.microsoft.com/office/2011/relationships/commentsExtended\\" Target=\\"commentsExtended.xml\\" />
|
|
|
|
|
</Relationships>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write doc grid 2`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\" standalone=\\"yes\\"?>
|
|
|
|
|
<w:document xmlns:o=\\"urn:schemas-microsoft-com:office:office\\" xmlns:r=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\\" xmlns:v=\\"urn:schemas-microsoft-com:vml\\" xmlns:w=\\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\\" xmlns:w10=\\"urn:schemas-microsoft-com:office:word\\" xmlns:wp=\\"http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing\\" xmlns:wps=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingShape\\" xmlns:wpg=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingGroup\\" xmlns:mc=\\"http://schemas.openxmlformats.org/markup-compatibility/2006\\" xmlns:wp14=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing\\" xmlns:w14=\\"http://schemas.microsoft.com/office/word/2010/wordml\\" xmlns:w15=\\"http://schemas.microsoft.com/office/word/2012/wordml\\" mc:Ignorable=\\"w14 wp14\\">
|
|
|
|
|
<w:body><w:p w14:paraId=\\"00000001\\"><w:pPr><w:rPr /></w:pPr><w:r><w:rPr><w:rFonts /></w:rPr><w:t xml:space=\\"preserve\\">Hello world!!!!</w:t></w:r></w:p><w:sectPr><w:pgSz w:w=\\"11906\\" w:h=\\"16838\\" /><w:pgMar w:top=\\"1985\\" w:right=\\"1701\\" w:bottom=\\"1701\\" w:left=\\"1701\\" w:header=\\"851\\" w:footer=\\"992\\" w:gutter=\\"0\\" /><w:headerReference w:type=\\"default\\" r:id=\\"rId4\\" /><w:cols w:space=\\"425\\" /><w:docGrid w:type=\\"default\\" w:linePitch=\\"360\\" /></w:sectPr></w:body>
|
|
|
|
|
</w:document>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write doc grid 3`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\" standalone=\\"yes\\"?>
|
|
|
|
|
<w:numbering xmlns:r=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\\" xmlns:o=\\"urn:schemas-microsoft-com:office:office\\" xmlns:v=\\"urn:schemas-microsoft-com:vml\\" xmlns:w=\\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\\"><w:abstractNum w:abstractNumId=\\"1\\"><w:lvl w:ilvl=\\"0\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%1.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"420\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"1\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%2)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"840\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"2\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%3\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"1260\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"3\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%4.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"1680\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"4\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%5)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2100\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"5\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%6\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2520\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"6\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%7.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2940\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"7\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%8)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"3360\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"8\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%9\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"3780\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl></w:abstractNum><w:num w:numId=\\"1\\">
|
|
|
|
|
<w:abstractNumId w:val=\\"1\\" />
|
|
|
|
|
</w:num></w:numbering>"
|
|
|
|
|
`;
|
|
|
|
|
|
2020-12-15 08:38:17 +02:00
|
|
|
|
exports[`writer should write doc vars 1`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\"?>
|
|
|
|
|
<Relationships xmlns=\\"http://schemas.openxmlformats.org/package/2006/relationships\\">
|
|
|
|
|
<Relationship Id=\\"rId1\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles\\" Target=\\"styles.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId2\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable\\" Target=\\"fontTable.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId3\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings\\" Target=\\"settings.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId4\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/header\\" Target=\\"header1.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId5\\" Type=\\"http://schemas.microsoft.com/office/2011/relationships/commentsExtended\\" Target=\\"commentsExtended.xml\\" />
|
|
|
|
|
</Relationships>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write doc vars 2`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\" standalone=\\"yes\\"?>
|
|
|
|
|
<w:document xmlns:o=\\"urn:schemas-microsoft-com:office:office\\" xmlns:r=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\\" xmlns:v=\\"urn:schemas-microsoft-com:vml\\" xmlns:w=\\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\\" xmlns:w10=\\"urn:schemas-microsoft-com:office:word\\" xmlns:wp=\\"http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing\\" xmlns:wps=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingShape\\" xmlns:wpg=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingGroup\\" xmlns:mc=\\"http://schemas.openxmlformats.org/markup-compatibility/2006\\" xmlns:wp14=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing\\" xmlns:w14=\\"http://schemas.microsoft.com/office/word/2010/wordml\\" xmlns:w15=\\"http://schemas.microsoft.com/office/word/2012/wordml\\" mc:Ignorable=\\"w14 wp14\\">
|
2021-03-19 18:38:22 +02:00
|
|
|
|
<w:body><w:p w14:paraId=\\"00000001\\"><w:pPr><w:rPr /></w:pPr><w:r><w:rPr><w:rFonts /></w:rPr><w:t xml:space=\\"preserve\\">Hello world!!!!</w:t></w:r></w:p><w:sectPr><w:pgSz w:w=\\"11906\\" w:h=\\"16838\\" /><w:pgMar w:top=\\"1985\\" w:right=\\"1701\\" w:bottom=\\"1701\\" w:left=\\"1701\\" w:header=\\"851\\" w:footer=\\"992\\" w:gutter=\\"0\\" /><w:headerReference w:type=\\"default\\" r:id=\\"rId4\\" /><w:cols w:space=\\"425\\" /><w:docGrid w:type=\\"lines\\" w:linePitch=\\"360\\" /></w:sectPr></w:body>
|
2020-12-15 08:38:17 +02:00
|
|
|
|
</w:document>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write doc vars 3`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\" standalone=\\"yes\\"?>
|
2020-12-14 08:01:23 +02:00
|
|
|
|
<w:numbering xmlns:r=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\\" xmlns:o=\\"urn:schemas-microsoft-com:office:office\\" xmlns:v=\\"urn:schemas-microsoft-com:vml\\" xmlns:w=\\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\\"><w:abstractNum w:abstractNumId=\\"1\\"><w:lvl w:ilvl=\\"0\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%1.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"420\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"1\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%2)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"840\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"2\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%3\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"1260\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"3\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%4.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"1680\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"4\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%5)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2100\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"5\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%6\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2520\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"6\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%7.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2940\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"7\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%8)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"3360\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"8\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%9\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"3780\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl></w:abstractNum><w:num w:numId=\\"1\\">
|
|
|
|
|
<w:abstractNumId w:val=\\"1\\" />
|
|
|
|
|
</w:num></w:numbering>"
|
|
|
|
|
`;
|
|
|
|
|
|
2020-10-05 16:46:18 +03:00
|
|
|
|
exports[`writer should write hello 1`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\"?>
|
|
|
|
|
<Relationships xmlns=\\"http://schemas.openxmlformats.org/package/2006/relationships\\">
|
|
|
|
|
<Relationship Id=\\"rId1\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles\\" Target=\\"styles.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId2\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable\\" Target=\\"fontTable.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId3\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings\\" Target=\\"settings.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId4\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/header\\" Target=\\"header1.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId5\\" Type=\\"http://schemas.microsoft.com/office/2011/relationships/commentsExtended\\" Target=\\"commentsExtended.xml\\" />
|
|
|
|
|
</Relationships>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write hello 2`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\" standalone=\\"yes\\"?>
|
|
|
|
|
<w:document xmlns:o=\\"urn:schemas-microsoft-com:office:office\\" xmlns:r=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\\" xmlns:v=\\"urn:schemas-microsoft-com:vml\\" xmlns:w=\\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\\" xmlns:w10=\\"urn:schemas-microsoft-com:office:word\\" xmlns:wp=\\"http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing\\" xmlns:wps=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingShape\\" xmlns:wpg=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingGroup\\" xmlns:mc=\\"http://schemas.openxmlformats.org/markup-compatibility/2006\\" xmlns:wp14=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing\\" xmlns:w14=\\"http://schemas.microsoft.com/office/word/2010/wordml\\" xmlns:w15=\\"http://schemas.microsoft.com/office/word/2012/wordml\\" mc:Ignorable=\\"w14 wp14\\">
|
2021-03-19 18:38:22 +02:00
|
|
|
|
<w:body><w:p w14:paraId=\\"00000001\\"><w:pPr><w:rPr /></w:pPr><w:r><w:rPr><w:rFonts /></w:rPr><w:t xml:space=\\"preserve\\">Hello world!!</w:t></w:r></w:p><w:sectPr><w:pgSz w:w=\\"11906\\" w:h=\\"16838\\" /><w:pgMar w:top=\\"1985\\" w:right=\\"1701\\" w:bottom=\\"1701\\" w:left=\\"1701\\" w:header=\\"851\\" w:footer=\\"992\\" w:gutter=\\"0\\" /><w:headerReference w:type=\\"default\\" r:id=\\"rId4\\" /><w:cols w:space=\\"425\\" /><w:docGrid w:type=\\"lines\\" w:linePitch=\\"360\\" /></w:sectPr></w:body>
|
2020-10-05 16:46:18 +03:00
|
|
|
|
</w:document>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write hello 3`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\" standalone=\\"yes\\"?>
|
2021-09-29 03:03:39 +03:00
|
|
|
|
<w:numbering xmlns:r=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\\" xmlns:o=\\"urn:schemas-microsoft-com:office:office\\" xmlns:v=\\"urn:schemas-microsoft-com:vml\\" xmlns:w=\\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\\"><w:abstractNum w:abstractNumId=\\"1\\"><w:lvl w:ilvl=\\"0\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%1.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"420\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"1\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%2)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"840\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"2\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%3\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"1260\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"3\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%4.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"1680\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"4\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%5)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2100\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"5\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%6\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2520\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"6\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%7.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2940\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"7\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%8)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"3360\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"8\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%9\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"3780\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl></w:abstractNum><w:num w:numId=\\"1\\">
|
|
|
|
|
<w:abstractNumId w:val=\\"1\\" />
|
|
|
|
|
</w:num></w:numbering>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write line spacing 1`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\"?>
|
|
|
|
|
<Relationships xmlns=\\"http://schemas.openxmlformats.org/package/2006/relationships\\">
|
|
|
|
|
<Relationship Id=\\"rId1\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles\\" Target=\\"styles.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId2\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable\\" Target=\\"fontTable.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId3\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings\\" Target=\\"settings.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId4\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/header\\" Target=\\"header1.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId5\\" Type=\\"http://schemas.microsoft.com/office/2011/relationships/commentsExtended\\" Target=\\"commentsExtended.xml\\" />
|
|
|
|
|
</Relationships>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write line spacing 2`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\" standalone=\\"yes\\"?>
|
|
|
|
|
<w:document xmlns:o=\\"urn:schemas-microsoft-com:office:office\\" xmlns:r=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\\" xmlns:v=\\"urn:schemas-microsoft-com:vml\\" xmlns:w=\\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\\" xmlns:w10=\\"urn:schemas-microsoft-com:office:word\\" xmlns:wp=\\"http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing\\" xmlns:wps=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingShape\\" xmlns:wpg=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingGroup\\" xmlns:mc=\\"http://schemas.openxmlformats.org/markup-compatibility/2006\\" xmlns:wp14=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing\\" xmlns:w14=\\"http://schemas.microsoft.com/office/word/2010/wordml\\" xmlns:w15=\\"http://schemas.microsoft.com/office/word/2012/wordml\\" mc:Ignorable=\\"w14 wp14\\">
|
|
|
|
|
<w:body><w:p w14:paraId=\\"00000001\\"><w:pPr><w:rPr /><w:spacing w:before=\\"100\\" w:after=\\"0\\" w:line=\\"100\\" /></w:pPr><w:r><w:rPr><w:rFonts /></w:rPr><w:t xml:space=\\"preserve\\">Hello </w:t></w:r></w:p><w:sectPr><w:pgSz w:w=\\"11906\\" w:h=\\"16838\\" /><w:pgMar w:top=\\"1985\\" w:right=\\"1701\\" w:bottom=\\"1701\\" w:left=\\"1701\\" w:header=\\"851\\" w:footer=\\"992\\" w:gutter=\\"0\\" /><w:headerReference w:type=\\"default\\" r:id=\\"rId4\\" /><w:cols w:space=\\"425\\" /><w:docGrid w:type=\\"lines\\" w:linePitch=\\"360\\" /></w:sectPr></w:body>
|
|
|
|
|
</w:document>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write line spacing 3`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\" standalone=\\"yes\\"?>
|
2020-12-14 04:42:07 +02:00
|
|
|
|
<w:numbering xmlns:r=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\\" xmlns:o=\\"urn:schemas-microsoft-com:office:office\\" xmlns:v=\\"urn:schemas-microsoft-com:vml\\" xmlns:w=\\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\\"><w:abstractNum w:abstractNumId=\\"1\\"><w:lvl w:ilvl=\\"0\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%1.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"420\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"1\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%2)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"840\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"2\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%3\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"1260\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"3\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%4.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"1680\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"4\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%5)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2100\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"5\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%6\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2520\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"6\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%7.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2940\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"7\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%8)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"3360\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"8\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%9\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"3780\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl></w:abstractNum><w:num w:numId=\\"1\\">
|
2020-10-05 16:46:18 +03:00
|
|
|
|
<w:abstractNumId w:val=\\"1\\" />
|
|
|
|
|
</w:num></w:numbering>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write lvlOverride with level 1`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\"?>
|
|
|
|
|
<Relationships xmlns=\\"http://schemas.openxmlformats.org/package/2006/relationships\\">
|
|
|
|
|
<Relationship Id=\\"rId1\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles\\" Target=\\"styles.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId2\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable\\" Target=\\"fontTable.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId3\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings\\" Target=\\"settings.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId4\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/header\\" Target=\\"header1.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId5\\" Type=\\"http://schemas.microsoft.com/office/2011/relationships/commentsExtended\\" Target=\\"commentsExtended.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId7\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/numbering\\" Target=\\"numbering.xml\\" />
|
|
|
|
|
</Relationships>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write lvlOverride with level 2`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\" standalone=\\"yes\\"?>
|
|
|
|
|
<w:document xmlns:o=\\"urn:schemas-microsoft-com:office:office\\" xmlns:r=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\\" xmlns:v=\\"urn:schemas-microsoft-com:vml\\" xmlns:w=\\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\\" xmlns:w10=\\"urn:schemas-microsoft-com:office:word\\" xmlns:wp=\\"http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing\\" xmlns:wps=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingShape\\" xmlns:wpg=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingGroup\\" xmlns:mc=\\"http://schemas.openxmlformats.org/markup-compatibility/2006\\" xmlns:wp14=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing\\" xmlns:w14=\\"http://schemas.microsoft.com/office/word/2010/wordml\\" xmlns:w15=\\"http://schemas.microsoft.com/office/word/2012/wordml\\" mc:Ignorable=\\"w14 wp14\\">
|
2021-03-19 18:38:22 +02:00
|
|
|
|
<w:body><w:p w14:paraId=\\"00000001\\"><w:pPr><w:rPr /><w:numPr><w:numId w:val=\\"0\\" /><w:ilvl w:val=\\"0\\" /></w:numPr></w:pPr><w:r><w:rPr><w:rFonts /></w:rPr><w:t xml:space=\\"preserve\\">Hello world!!</w:t></w:r></w:p><w:sectPr><w:pgSz w:w=\\"11906\\" w:h=\\"16838\\" /><w:pgMar w:top=\\"1985\\" w:right=\\"1701\\" w:bottom=\\"1701\\" w:left=\\"1701\\" w:header=\\"851\\" w:footer=\\"992\\" w:gutter=\\"0\\" /><w:headerReference w:type=\\"default\\" r:id=\\"rId4\\" /><w:cols w:space=\\"425\\" /><w:docGrid w:type=\\"lines\\" w:linePitch=\\"360\\" /></w:sectPr></w:body>
|
2020-10-05 16:46:18 +03:00
|
|
|
|
</w:document>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write lvlOverride with level 3`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\" standalone=\\"yes\\"?>
|
2020-12-14 04:42:07 +02:00
|
|
|
|
<w:numbering xmlns:r=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\\" xmlns:o=\\"urn:schemas-microsoft-com:office:office\\" xmlns:v=\\"urn:schemas-microsoft-com:vml\\" xmlns:w=\\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\\"><w:abstractNum w:abstractNumId=\\"1\\"><w:lvl w:ilvl=\\"0\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%1.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"420\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"1\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%2)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"840\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"2\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%3\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"1260\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"3\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%4.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"1680\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"4\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%5)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2100\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"5\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%6\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2520\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"6\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%7.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2940\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"7\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%8)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"3360\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"8\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%9\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"3780\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl></w:abstractNum><w:abstractNum w:abstractNumId=\\"0\\" /><w:num w:numId=\\"1\\">
|
2020-10-05 16:46:18 +03:00
|
|
|
|
<w:abstractNumId w:val=\\"1\\" />
|
|
|
|
|
</w:num><w:num w:numId=\\"0\\">
|
2020-12-14 04:42:07 +02:00
|
|
|
|
<w:abstractNumId w:val=\\"0\\" /><w:lvlOverride w:ilvl=\\"0\\"><w:lvl w:ilvl=\\"0\\"><w:start w:val=\\"3\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%1\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /></w:pPr><w:rPr /></w:lvl></w:lvlOverride></w:num></w:numbering>"
|
2020-10-05 16:46:18 +03:00
|
|
|
|
`;
|
2020-10-09 14:30:55 +03:00
|
|
|
|
|
2021-03-15 09:47:22 +02:00
|
|
|
|
exports[`writer should write nested table 1`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\"?>
|
|
|
|
|
<Relationships xmlns=\\"http://schemas.openxmlformats.org/package/2006/relationships\\">
|
|
|
|
|
<Relationship Id=\\"rId1\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles\\" Target=\\"styles.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId2\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable\\" Target=\\"fontTable.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId3\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings\\" Target=\\"settings.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId4\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/header\\" Target=\\"header1.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId5\\" Type=\\"http://schemas.microsoft.com/office/2011/relationships/commentsExtended\\" Target=\\"commentsExtended.xml\\" />
|
|
|
|
|
</Relationships>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write nested table 2`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\" standalone=\\"yes\\"?>
|
|
|
|
|
<w:document xmlns:o=\\"urn:schemas-microsoft-com:office:office\\" xmlns:r=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\\" xmlns:v=\\"urn:schemas-microsoft-com:vml\\" xmlns:w=\\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\\" xmlns:w10=\\"urn:schemas-microsoft-com:office:word\\" xmlns:wp=\\"http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing\\" xmlns:wps=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingShape\\" xmlns:wpg=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingGroup\\" xmlns:mc=\\"http://schemas.openxmlformats.org/markup-compatibility/2006\\" xmlns:wp14=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing\\" xmlns:w14=\\"http://schemas.microsoft.com/office/word/2010/wordml\\" xmlns:w15=\\"http://schemas.microsoft.com/office/word/2012/wordml\\" mc:Ignorable=\\"w14 wp14\\">
|
|
|
|
|
<w:body><w:tbl><w:tblPr><w:tblW w:w=\\"0\\" w:type=\\"dxa\\" /><w:jc w:val=\\"left\\" /><w:tblBorders><w:top w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:left w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:bottom w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:right w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:insideH w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:insideV w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /></w:tblBorders><w:tblCellMar>
|
2021-04-14 11:27:11 +03:00
|
|
|
|
<w:top w:w=\\"0\\" w:type=\\"dxa\\" />
|
2021-04-14 07:47:46 +03:00
|
|
|
|
<w:left w:w=\\"55\\" w:type=\\"dxa\\" />
|
2021-04-14 11:27:11 +03:00
|
|
|
|
<w:bottom w:w=\\"0\\" w:type=\\"dxa\\" />
|
2021-03-15 09:47:22 +02:00
|
|
|
|
<w:right w:w=\\"55\\" w:type=\\"dxa\\" />
|
|
|
|
|
</w:tblCellMar><w:tblInd w:w=\\"0\\" w:type=\\"dxa\\" /></w:tblPr><w:tblGrid /><w:tr><w:trPr /><w:tc><w:tcPr><w:tcBorders><w:top w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:left w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:bottom w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:right w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:insideH w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:insideV w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /></w:tcBorders></w:tcPr><w:tbl><w:tblPr><w:tblW w:w=\\"0\\" w:type=\\"dxa\\" /><w:jc w:val=\\"left\\" /><w:tblBorders><w:top w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:left w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:bottom w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:right w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:insideH w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:insideV w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /></w:tblBorders><w:tblCellMar>
|
2021-04-14 11:27:11 +03:00
|
|
|
|
<w:top w:w=\\"0\\" w:type=\\"dxa\\" />
|
2021-04-14 07:47:46 +03:00
|
|
|
|
<w:left w:w=\\"55\\" w:type=\\"dxa\\" />
|
2021-04-14 11:27:11 +03:00
|
|
|
|
<w:bottom w:w=\\"0\\" w:type=\\"dxa\\" />
|
2021-03-15 09:47:22 +02:00
|
|
|
|
<w:right w:w=\\"55\\" w:type=\\"dxa\\" />
|
2021-03-19 18:38:22 +02:00
|
|
|
|
</w:tblCellMar><w:tblInd w:w=\\"0\\" w:type=\\"dxa\\" /></w:tblPr><w:tblGrid /><w:tr><w:trPr /><w:tc><w:tcPr><w:tcBorders><w:top w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:left w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:bottom w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:right w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:insideH w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:insideV w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /></w:tcBorders></w:tcPr><w:p w14:paraId=\\"00000001\\"><w:pPr><w:rPr /></w:pPr><w:r><w:rPr><w:rFonts /></w:rPr><w:t xml:space=\\"preserve\\">Hello world!!</w:t></w:r></w:p></w:tc></w:tr></w:tbl><w:p w14:paraId=\\"00000001\\"><w:pPr><w:rPr /></w:pPr></w:p></w:tc></w:tr></w:tbl><w:sectPr><w:pgSz w:w=\\"11906\\" w:h=\\"16838\\" /><w:pgMar w:top=\\"1985\\" w:right=\\"1701\\" w:bottom=\\"1701\\" w:left=\\"1701\\" w:header=\\"851\\" w:footer=\\"992\\" w:gutter=\\"0\\" /><w:headerReference w:type=\\"default\\" r:id=\\"rId4\\" /><w:cols w:space=\\"425\\" /><w:docGrid w:type=\\"lines\\" w:linePitch=\\"360\\" /></w:sectPr></w:body>
|
2021-03-15 09:47:22 +02:00
|
|
|
|
</w:document>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write nested table 3`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\" standalone=\\"yes\\"?>
|
|
|
|
|
<w:numbering xmlns:r=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\\" xmlns:o=\\"urn:schemas-microsoft-com:office:office\\" xmlns:v=\\"urn:schemas-microsoft-com:vml\\" xmlns:w=\\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\\"><w:abstractNum w:abstractNumId=\\"1\\"><w:lvl w:ilvl=\\"0\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%1.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"420\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"1\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%2)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"840\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"2\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%3\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"1260\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"3\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%4.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"1680\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"4\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%5)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2100\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"5\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%6\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2520\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"6\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%7.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2940\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"7\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%8)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"3360\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"8\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%9\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"3780\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl></w:abstractNum><w:num w:numId=\\"1\\">
|
|
|
|
|
<w:abstractNumId w:val=\\"1\\" />
|
|
|
|
|
</w:num></w:numbering>"
|
|
|
|
|
`;
|
|
|
|
|
|
2020-10-12 18:04:09 +03:00
|
|
|
|
exports[`writer should write page margin 1`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\"?>
|
|
|
|
|
<Relationships xmlns=\\"http://schemas.openxmlformats.org/package/2006/relationships\\">
|
|
|
|
|
<Relationship Id=\\"rId1\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles\\" Target=\\"styles.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId2\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable\\" Target=\\"fontTable.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId3\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings\\" Target=\\"settings.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId4\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/header\\" Target=\\"header1.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId5\\" Type=\\"http://schemas.microsoft.com/office/2011/relationships/commentsExtended\\" Target=\\"commentsExtended.xml\\" />
|
|
|
|
|
</Relationships>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write page margin 2`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\" standalone=\\"yes\\"?>
|
|
|
|
|
<w:document xmlns:o=\\"urn:schemas-microsoft-com:office:office\\" xmlns:r=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\\" xmlns:v=\\"urn:schemas-microsoft-com:vml\\" xmlns:w=\\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\\" xmlns:w10=\\"urn:schemas-microsoft-com:office:word\\" xmlns:wp=\\"http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing\\" xmlns:wps=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingShape\\" xmlns:wpg=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingGroup\\" xmlns:mc=\\"http://schemas.openxmlformats.org/markup-compatibility/2006\\" xmlns:wp14=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing\\" xmlns:w14=\\"http://schemas.microsoft.com/office/word/2010/wordml\\" xmlns:w15=\\"http://schemas.microsoft.com/office/word/2012/wordml\\" mc:Ignorable=\\"w14 wp14\\">
|
2021-03-19 18:38:22 +02:00
|
|
|
|
<w:body><w:p w14:paraId=\\"00000001\\"><w:pPr><w:rPr /></w:pPr><w:r><w:rPr><w:rFonts /></w:rPr><w:t xml:space=\\"preserve\\">Hello world!!</w:t></w:r></w:p><w:sectPr><w:pgSz w:w=\\"11906\\" w:h=\\"16838\\" /><w:pgMar w:top=\\"1000\\" w:right=\\"1701\\" w:bottom=\\"1701\\" w:left=\\"2000\\" w:header=\\"851\\" w:footer=\\"992\\" w:gutter=\\"0\\" /><w:headerReference w:type=\\"default\\" r:id=\\"rId4\\" /><w:cols w:space=\\"425\\" /><w:docGrid w:type=\\"lines\\" w:linePitch=\\"360\\" /></w:sectPr></w:body>
|
2020-10-12 18:04:09 +03:00
|
|
|
|
</w:document>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write page margin 3`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\" standalone=\\"yes\\"?>
|
2021-03-24 09:51:11 +02:00
|
|
|
|
<w:numbering xmlns:r=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\\" xmlns:o=\\"urn:schemas-microsoft-com:office:office\\" xmlns:v=\\"urn:schemas-microsoft-com:vml\\" xmlns:w=\\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\\"><w:abstractNum w:abstractNumId=\\"1\\"><w:lvl w:ilvl=\\"0\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%1.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"420\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"1\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%2)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"840\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"2\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%3\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"1260\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"3\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%4.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"1680\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"4\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%5)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2100\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"5\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%6\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2520\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"6\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%7.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2940\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"7\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%8)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"3360\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"8\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%9\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"3780\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl></w:abstractNum><w:num w:numId=\\"1\\">
|
|
|
|
|
<w:abstractNumId w:val=\\"1\\" />
|
|
|
|
|
</w:num></w:numbering>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write page orientation 1`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\"?>
|
|
|
|
|
<Relationships xmlns=\\"http://schemas.openxmlformats.org/package/2006/relationships\\">
|
|
|
|
|
<Relationship Id=\\"rId1\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles\\" Target=\\"styles.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId2\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable\\" Target=\\"fontTable.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId3\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings\\" Target=\\"settings.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId4\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/header\\" Target=\\"header1.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId5\\" Type=\\"http://schemas.microsoft.com/office/2011/relationships/commentsExtended\\" Target=\\"commentsExtended.xml\\" />
|
|
|
|
|
</Relationships>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write page orientation 2`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\" standalone=\\"yes\\"?>
|
|
|
|
|
<w:document xmlns:o=\\"urn:schemas-microsoft-com:office:office\\" xmlns:r=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\\" xmlns:v=\\"urn:schemas-microsoft-com:vml\\" xmlns:w=\\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\\" xmlns:w10=\\"urn:schemas-microsoft-com:office:word\\" xmlns:wp=\\"http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing\\" xmlns:wps=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingShape\\" xmlns:wpg=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingGroup\\" xmlns:mc=\\"http://schemas.openxmlformats.org/markup-compatibility/2006\\" xmlns:wp14=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing\\" xmlns:w14=\\"http://schemas.microsoft.com/office/word/2010/wordml\\" xmlns:w15=\\"http://schemas.microsoft.com/office/word/2012/wordml\\" mc:Ignorable=\\"w14 wp14\\">
|
|
|
|
|
<w:body><w:p w14:paraId=\\"00000001\\"><w:pPr><w:rPr /></w:pPr><w:r><w:rPr><w:rFonts /></w:rPr><w:t xml:space=\\"preserve\\">Hello </w:t></w:r></w:p><w:sectPr><w:pgSz w:w=\\"16838\\" w:h=\\"11906\\" w:orient=\\"landscape\\" /><w:pgMar w:top=\\"1985\\" w:right=\\"1701\\" w:bottom=\\"1701\\" w:left=\\"1701\\" w:header=\\"851\\" w:footer=\\"992\\" w:gutter=\\"0\\" /><w:headerReference w:type=\\"default\\" r:id=\\"rId4\\" /><w:cols w:space=\\"425\\" /><w:docGrid w:type=\\"lines\\" w:linePitch=\\"360\\" /></w:sectPr></w:body>
|
|
|
|
|
</w:document>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write page orientation 3`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\" standalone=\\"yes\\"?>
|
2020-12-14 04:42:07 +02:00
|
|
|
|
<w:numbering xmlns:r=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\\" xmlns:o=\\"urn:schemas-microsoft-com:office:office\\" xmlns:v=\\"urn:schemas-microsoft-com:vml\\" xmlns:w=\\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\\"><w:abstractNum w:abstractNumId=\\"1\\"><w:lvl w:ilvl=\\"0\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%1.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"420\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"1\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%2)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"840\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"2\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%3\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"1260\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"3\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%4.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"1680\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"4\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%5)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2100\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"5\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%6\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2520\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"6\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%7.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2940\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"7\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%8)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"3360\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"8\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%9\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"3780\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl></w:abstractNum><w:num w:numId=\\"1\\">
|
2020-10-12 18:04:09 +03:00
|
|
|
|
<w:abstractNumId w:val=\\"1\\" />
|
|
|
|
|
</w:num></w:numbering>"
|
|
|
|
|
`;
|
|
|
|
|
|
2020-10-09 14:30:55 +03:00
|
|
|
|
exports[`writer should write page size 1`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\"?>
|
|
|
|
|
<Relationships xmlns=\\"http://schemas.openxmlformats.org/package/2006/relationships\\">
|
|
|
|
|
<Relationship Id=\\"rId1\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles\\" Target=\\"styles.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId2\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable\\" Target=\\"fontTable.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId3\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings\\" Target=\\"settings.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId4\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/header\\" Target=\\"header1.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId5\\" Type=\\"http://schemas.microsoft.com/office/2011/relationships/commentsExtended\\" Target=\\"commentsExtended.xml\\" />
|
|
|
|
|
</Relationships>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write page size 2`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\" standalone=\\"yes\\"?>
|
|
|
|
|
<w:document xmlns:o=\\"urn:schemas-microsoft-com:office:office\\" xmlns:r=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\\" xmlns:v=\\"urn:schemas-microsoft-com:vml\\" xmlns:w=\\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\\" xmlns:w10=\\"urn:schemas-microsoft-com:office:word\\" xmlns:wp=\\"http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing\\" xmlns:wps=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingShape\\" xmlns:wpg=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingGroup\\" xmlns:mc=\\"http://schemas.openxmlformats.org/markup-compatibility/2006\\" xmlns:wp14=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing\\" xmlns:w14=\\"http://schemas.microsoft.com/office/word/2010/wordml\\" xmlns:w15=\\"http://schemas.microsoft.com/office/word/2012/wordml\\" mc:Ignorable=\\"w14 wp14\\">
|
2021-03-19 18:38:22 +02:00
|
|
|
|
<w:body><w:p w14:paraId=\\"00000001\\"><w:pPr><w:rPr /></w:pPr><w:r><w:rPr><w:rFonts /></w:rPr><w:t xml:space=\\"preserve\\">Hello world!!</w:t></w:r></w:p><w:sectPr><w:pgSz w:w=\\"400\\" w:h=\\"800\\" /><w:pgMar w:top=\\"1985\\" w:right=\\"1701\\" w:bottom=\\"1701\\" w:left=\\"1701\\" w:header=\\"851\\" w:footer=\\"992\\" w:gutter=\\"0\\" /><w:headerReference w:type=\\"default\\" r:id=\\"rId4\\" /><w:cols w:space=\\"425\\" /><w:docGrid w:type=\\"lines\\" w:linePitch=\\"360\\" /></w:sectPr></w:body>
|
2020-10-09 14:30:55 +03:00
|
|
|
|
</w:document>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write page size 3`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\" standalone=\\"yes\\"?>
|
2021-03-23 05:01:09 +02:00
|
|
|
|
<w:numbering xmlns:r=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\\" xmlns:o=\\"urn:schemas-microsoft-com:office:office\\" xmlns:v=\\"urn:schemas-microsoft-com:vml\\" xmlns:w=\\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\\"><w:abstractNum w:abstractNumId=\\"1\\"><w:lvl w:ilvl=\\"0\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%1.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"420\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"1\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%2)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"840\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"2\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%3\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"1260\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"3\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%4.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"1680\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"4\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%5)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2100\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"5\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%6\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2520\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"6\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%7.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2940\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"7\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%8)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"3360\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"8\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%9\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"3780\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl></w:abstractNum><w:num w:numId=\\"1\\">
|
|
|
|
|
<w:abstractNumId w:val=\\"1\\" />
|
|
|
|
|
</w:num></w:numbering>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write table layout 1`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\"?>
|
|
|
|
|
<Relationships xmlns=\\"http://schemas.openxmlformats.org/package/2006/relationships\\">
|
|
|
|
|
<Relationship Id=\\"rId1\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles\\" Target=\\"styles.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId2\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable\\" Target=\\"fontTable.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId3\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings\\" Target=\\"settings.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId4\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/header\\" Target=\\"header1.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId5\\" Type=\\"http://schemas.microsoft.com/office/2011/relationships/commentsExtended\\" Target=\\"commentsExtended.xml\\" />
|
|
|
|
|
</Relationships>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write table layout 2`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\" standalone=\\"yes\\"?>
|
|
|
|
|
<w:document xmlns:o=\\"urn:schemas-microsoft-com:office:office\\" xmlns:r=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\\" xmlns:v=\\"urn:schemas-microsoft-com:vml\\" xmlns:w=\\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\\" xmlns:w10=\\"urn:schemas-microsoft-com:office:word\\" xmlns:wp=\\"http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing\\" xmlns:wps=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingShape\\" xmlns:wpg=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingGroup\\" xmlns:mc=\\"http://schemas.openxmlformats.org/markup-compatibility/2006\\" xmlns:wp14=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing\\" xmlns:w14=\\"http://schemas.microsoft.com/office/word/2010/wordml\\" xmlns:w15=\\"http://schemas.microsoft.com/office/word/2012/wordml\\" mc:Ignorable=\\"w14 wp14\\">
|
|
|
|
|
<w:body><w:tbl><w:tblPr><w:tblW w:w=\\"0\\" w:type=\\"dxa\\" /><w:jc w:val=\\"left\\" /><w:tblBorders><w:top w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:left w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:bottom w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:right w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:insideH w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:insideV w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /></w:tblBorders><w:tblCellMar>
|
2021-04-14 11:27:11 +03:00
|
|
|
|
<w:top w:w=\\"0\\" w:type=\\"dxa\\" />
|
2021-04-14 07:47:46 +03:00
|
|
|
|
<w:left w:w=\\"55\\" w:type=\\"dxa\\" />
|
2021-04-14 11:27:11 +03:00
|
|
|
|
<w:bottom w:w=\\"0\\" w:type=\\"dxa\\" />
|
2021-03-23 05:01:09 +02:00
|
|
|
|
<w:right w:w=\\"55\\" w:type=\\"dxa\\" />
|
|
|
|
|
</w:tblCellMar><w:tblInd w:w=\\"0\\" w:type=\\"dxa\\" /><w:tblLayout w:type=\\"fixed\\" /></w:tblPr><w:tblGrid /><w:tr><w:trPr /><w:tc><w:tcPr><w:tcBorders><w:top w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:left w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:bottom w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:right w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:insideH w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:insideV w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /></w:tcBorders></w:tcPr><w:p w14:paraId=\\"00000001\\"><w:pPr><w:rPr /></w:pPr><w:r><w:rPr><w:rFonts /></w:rPr><w:t xml:space=\\"preserve\\">Hello!!</w:t></w:r></w:p></w:tc></w:tr></w:tbl><w:sectPr><w:pgSz w:w=\\"11906\\" w:h=\\"16838\\" /><w:pgMar w:top=\\"1985\\" w:right=\\"1701\\" w:bottom=\\"1701\\" w:left=\\"1701\\" w:header=\\"851\\" w:footer=\\"992\\" w:gutter=\\"0\\" /><w:headerReference w:type=\\"default\\" r:id=\\"rId4\\" /><w:cols w:space=\\"425\\" /><w:docGrid w:type=\\"lines\\" w:linePitch=\\"360\\" /></w:sectPr></w:body>
|
|
|
|
|
</w:document>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write table layout 3`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\" standalone=\\"yes\\"?>
|
2021-03-20 17:16:43 +02:00
|
|
|
|
<w:numbering xmlns:r=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\\" xmlns:o=\\"urn:schemas-microsoft-com:office:office\\" xmlns:v=\\"urn:schemas-microsoft-com:vml\\" xmlns:w=\\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\\"><w:abstractNum w:abstractNumId=\\"1\\"><w:lvl w:ilvl=\\"0\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%1.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"420\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"1\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%2)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"840\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"2\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%3\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"1260\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"3\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%4.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"1680\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"4\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%5)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2100\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"5\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%6\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2520\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"6\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%7.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2940\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"7\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%8)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"3360\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"8\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%9\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"3780\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl></w:abstractNum><w:num w:numId=\\"1\\">
|
|
|
|
|
<w:abstractNumId w:val=\\"1\\" />
|
|
|
|
|
</w:num></w:numbering>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write text border 1`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\"?>
|
|
|
|
|
<Relationships xmlns=\\"http://schemas.openxmlformats.org/package/2006/relationships\\">
|
|
|
|
|
<Relationship Id=\\"rId1\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles\\" Target=\\"styles.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId2\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable\\" Target=\\"fontTable.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId3\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings\\" Target=\\"settings.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId4\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/header\\" Target=\\"header1.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId5\\" Type=\\"http://schemas.microsoft.com/office/2011/relationships/commentsExtended\\" Target=\\"commentsExtended.xml\\" />
|
|
|
|
|
</Relationships>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write text border 2`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\" standalone=\\"yes\\"?>
|
|
|
|
|
<w:document xmlns:o=\\"urn:schemas-microsoft-com:office:office\\" xmlns:r=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\\" xmlns:v=\\"urn:schemas-microsoft-com:vml\\" xmlns:w=\\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\\" xmlns:w10=\\"urn:schemas-microsoft-com:office:word\\" xmlns:wp=\\"http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing\\" xmlns:wps=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingShape\\" xmlns:wpg=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingGroup\\" xmlns:mc=\\"http://schemas.openxmlformats.org/markup-compatibility/2006\\" xmlns:wp14=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing\\" xmlns:w14=\\"http://schemas.microsoft.com/office/word/2010/wordml\\" xmlns:w15=\\"http://schemas.microsoft.com/office/word/2012/wordml\\" mc:Ignorable=\\"w14 wp14\\">
|
|
|
|
|
<w:body><w:p w14:paraId=\\"00000001\\"><w:pPr><w:rPr /></w:pPr><w:r><w:rPr><w:rFonts /></w:rPr><w:t xml:space=\\"preserve\\">Hello </w:t></w:r><w:r><w:rPr><w:rFonts /><w:bdr w:val=\\"single\\" w:sz=\\"4\\" w:space=\\"0\\" w:color=\\"auto\\" /></w:rPr><w:t xml:space=\\"preserve\\">World!</w:t></w:r></w:p><w:sectPr><w:pgSz w:w=\\"11906\\" w:h=\\"16838\\" /><w:pgMar w:top=\\"1985\\" w:right=\\"1701\\" w:bottom=\\"1701\\" w:left=\\"1701\\" w:header=\\"851\\" w:footer=\\"992\\" w:gutter=\\"0\\" /><w:headerReference w:type=\\"default\\" r:id=\\"rId4\\" /><w:cols w:space=\\"425\\" /><w:docGrid w:type=\\"lines\\" w:linePitch=\\"360\\" /></w:sectPr></w:body>
|
|
|
|
|
</w:document>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write text border 3`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\" standalone=\\"yes\\"?>
|
2021-03-16 09:09:39 +02:00
|
|
|
|
<w:numbering xmlns:r=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\\" xmlns:o=\\"urn:schemas-microsoft-com:office:office\\" xmlns:v=\\"urn:schemas-microsoft-com:vml\\" xmlns:w=\\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\\"><w:abstractNum w:abstractNumId=\\"1\\"><w:lvl w:ilvl=\\"0\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%1.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"420\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"1\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%2)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"840\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"2\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%3\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"1260\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"3\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%4.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"1680\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"4\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%5)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2100\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"5\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%6\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2520\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"6\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%7.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2940\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"7\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%8)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"3360\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"8\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%9\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"3780\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl></w:abstractNum><w:num w:numId=\\"1\\">
|
|
|
|
|
<w:abstractNumId w:val=\\"1\\" />
|
|
|
|
|
</w:num></w:numbering>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write tl2br and tr2bl cells 1`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\"?>
|
|
|
|
|
<Relationships xmlns=\\"http://schemas.openxmlformats.org/package/2006/relationships\\">
|
|
|
|
|
<Relationship Id=\\"rId1\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles\\" Target=\\"styles.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId2\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable\\" Target=\\"fontTable.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId3\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings\\" Target=\\"settings.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId4\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/header\\" Target=\\"header1.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId5\\" Type=\\"http://schemas.microsoft.com/office/2011/relationships/commentsExtended\\" Target=\\"commentsExtended.xml\\" />
|
|
|
|
|
</Relationships>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write tl2br and tr2bl cells 2`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\" standalone=\\"yes\\"?>
|
|
|
|
|
<w:document xmlns:o=\\"urn:schemas-microsoft-com:office:office\\" xmlns:r=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\\" xmlns:v=\\"urn:schemas-microsoft-com:vml\\" xmlns:w=\\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\\" xmlns:w10=\\"urn:schemas-microsoft-com:office:word\\" xmlns:wp=\\"http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing\\" xmlns:wps=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingShape\\" xmlns:wpg=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingGroup\\" xmlns:mc=\\"http://schemas.openxmlformats.org/markup-compatibility/2006\\" xmlns:wp14=\\"http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing\\" xmlns:w14=\\"http://schemas.microsoft.com/office/word/2010/wordml\\" xmlns:w15=\\"http://schemas.microsoft.com/office/word/2012/wordml\\" mc:Ignorable=\\"w14 wp14\\">
|
|
|
|
|
<w:body><w:tbl><w:tblPr><w:tblW w:w=\\"0\\" w:type=\\"dxa\\" /><w:jc w:val=\\"left\\" /><w:tblBorders><w:top w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:left w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:bottom w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:right w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:insideH w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:insideV w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /></w:tblBorders><w:tblCellMar>
|
2021-04-14 11:27:11 +03:00
|
|
|
|
<w:top w:w=\\"0\\" w:type=\\"dxa\\" />
|
2021-04-14 07:47:46 +03:00
|
|
|
|
<w:left w:w=\\"55\\" w:type=\\"dxa\\" />
|
2021-04-14 11:27:11 +03:00
|
|
|
|
<w:bottom w:w=\\"0\\" w:type=\\"dxa\\" />
|
2021-03-16 09:09:39 +02:00
|
|
|
|
<w:right w:w=\\"55\\" w:type=\\"dxa\\" />
|
2021-03-19 18:38:22 +02:00
|
|
|
|
</w:tblCellMar><w:tblInd w:w=\\"0\\" w:type=\\"dxa\\" /></w:tblPr><w:tblGrid /><w:tr><w:trPr /><w:tc><w:tcPr><w:tcBorders><w:top w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:left w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:bottom w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:right w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:insideH w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:insideV w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:tl2br w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /></w:tcBorders></w:tcPr><w:p w14:paraId=\\"00000002\\"><w:pPr><w:rPr /></w:pPr><w:r><w:rPr><w:rFonts /></w:rPr><w:t xml:space=\\"preserve\\">Hello!!</w:t></w:r></w:p></w:tc><w:tc><w:tcPr><w:tcBorders><w:top w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:left w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:bottom w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:right w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:insideH w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:insideV w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:tr2bl w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /></w:tcBorders></w:tcPr><w:p w14:paraId=\\"00000003\\"><w:pPr><w:rPr /></w:pPr><w:r><w:rPr><w:rFonts /></w:rPr><w:t xml:space=\\"preserve\\">Hello!!</w:t></w:r></w:p></w:tc><w:tc><w:tcPr><w:tcBorders><w:top w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:left w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:bottom w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:right w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:insideH w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:insideV w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:tl2br w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /><w:tr2bl w:val=\\"single\\" w:sz=\\"2\\" w:space=\\"0\\" w:color=\\"000000\\" /></w:tcBorders></w:tcPr><w:p w14:paraId=\\"00000004\\"><w:pPr><w:rPr /></w:pPr><w:r><w:rPr><w:rFonts /></w:rPr><w:t xml:space=\\"preserve\\">Hello!!</w:t></w:r></w:p></w:tc></w:tr></w:tbl><w:sectPr><w:pgSz w:w=\\"11906\\" w:h=\\"16838\\" /><w:pgMar w:top=\\"1985\\" w:right=\\"1701\\" w:bottom=\\"1701\\" w:left=\\"1701\\" w:header=\\"851\\" w:footer=\\"992\\" w:gutter=\\"0\\" /><w:headerReference w:type=\\"default\\" r:id=\\"rId4\\" /><w:cols w:space=\\"425\\" /><w:docGrid w:type=\\"lines\\" w:linePitch=\\"360\\" /></w:sectPr></w:body>
|
2021-03-16 09:09:39 +02:00
|
|
|
|
</w:document>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write tl2br and tr2bl cells 3`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\" standalone=\\"yes\\"?>
|
2020-12-14 04:42:07 +02:00
|
|
|
|
<w:numbering xmlns:r=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\\" xmlns:o=\\"urn:schemas-microsoft-com:office:office\\" xmlns:v=\\"urn:schemas-microsoft-com:vml\\" xmlns:w=\\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\\"><w:abstractNum w:abstractNumId=\\"1\\"><w:lvl w:ilvl=\\"0\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%1.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"420\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"1\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%2)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"840\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"2\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%3\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"1260\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"3\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%4.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"1680\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"4\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%5)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2100\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"5\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%6\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2520\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"6\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"%7.\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"2940\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"7\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimal\\" /><w:lvlText w:val=\\"(%8)\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"3360\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl><w:lvl w:ilvl=\\"8\\"><w:start w:val=\\"1\\" /><w:numFmt w:val=\\"decimalEnclosedCircle\\" /><w:lvlText w:val=\\"%9\\" /><w:lvlJc w:val=\\"left\\" /><w:pPr><w:rPr /><w:ind w:left=\\"3780\\" w:right=\\"0\\" w:hanging=\\"420\\" /></w:pPr><w:rPr /></w:lvl></w:abstractNum><w:num w:numId=\\"1\\">
|
2020-10-09 14:30:55 +03:00
|
|
|
|
<w:abstractNumId w:val=\\"1\\" />
|
|
|
|
|
</w:num></w:numbering>"
|
|
|
|
|
`;
|
2021-06-30 16:37:13 +03:00
|
|
|
|
|
|
|
|
|
exports[`writer should write webextension 1`] = `""`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write webextension 2`] = `""`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write webextension 3`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\"?>
|
|
|
|
|
<Relationships xmlns=\\"http://schemas.openxmlformats.org/package/2006/relationships\\">
|
|
|
|
|
<Relationship Id=\\"rId1\\" Type=\\"http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties\\" Target=\\"docProps/core.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId2\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties\\" Target=\\"docProps/app.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId3\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument\\" Target=\\"word/document.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId4\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties\\" Target=\\"docProps/custom.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId5\\" Type=\\"http://schemas.microsoft.com/office/2011/relationships/webextensiontaskpanes\\" Target=\\"word/webextensions/taskpanes.xml\\" />
|
|
|
|
|
</Relationships>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write webextension 4`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\"?>
|
|
|
|
|
<Relationships xmlns=\\"http://schemas.openxmlformats.org/package/2006/relationships\\">
|
|
|
|
|
<Relationship Id=\\"rId1\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles\\" Target=\\"styles.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId2\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable\\" Target=\\"fontTable.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId3\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings\\" Target=\\"settings.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId4\\" Type=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/header\\" Target=\\"header1.xml\\" />
|
|
|
|
|
<Relationship Id=\\"rId5\\" Type=\\"http://schemas.microsoft.com/office/2011/relationships/commentsExtended\\" Target=\\"commentsExtended.xml\\" />
|
|
|
|
|
</Relationships>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write webextension 5`] = `""`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write webextension 6`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\" standalone=\\"yes\\"?>
|
|
|
|
|
<Relationships xmlns=\\"http://schemas.openxmlformats.org/package/2006/relationships\\">
|
|
|
|
|
<Relationship Id=\\"rId1\\" Type=\\"http://schemas.microsoft.com/office/2011/relationships/webextension\\" Target=\\"webextension1.xml\\" />
|
|
|
|
|
</Relationships>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`writer should write webextension 7`] = `
|
|
|
|
|
"<?xml version=\\"1.0\\" encoding=\\"UTF-8\\" standalone=\\"yes\\"?>
|
|
|
|
|
<we:webextension xmlns:we=\\"http://schemas.microsoft.com/office/webextensions/webextension/2010/11\\" id=\\"{7f33b723-fb58-4524-8733-dbedc4b7c095}\\">
|
2021-07-09 07:04:48 +03:00
|
|
|
|
<we:reference id=\\"abcd\\" version=\\"1.0.0.0\\" store=\\"developer\\" storeType=\\"Registry\\" />
|
2021-06-30 16:37:13 +03:00
|
|
|
|
<we:alternateReferences />
|
|
|
|
|
<we:properties>
|
2021-07-01 10:54:03 +03:00
|
|
|
|
<we:property name=\\"hello\\" value=\\""{\\\\"hello\\\\":\\\\"world\\\\"}"\\" />
|
2021-06-30 16:37:13 +03:00
|
|
|
|
</we:properties>
|
|
|
|
|
<we:bindings />
|
|
|
|
|
<we:snapshot xmlns:r=\\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\\" />
|
|
|
|
|
</we:webextension>"
|
|
|
|
|
`;
|