From 79841fca0c85ae04c56a281f26d0ccc5b7b644cf Mon Sep 17 00:00:00 2001 From: bokuweb Date: Fri, 20 May 2022 11:27:31 +0900 Subject: [PATCH] Fix reader (#478) * fix: numbering reader * fix: test --- docx-core/src/reader/numbering_property.rs | 5 +- .../test/__snapshots__/index.test.js.snap | 14039 ++++++++++++++++ docx-wasm/test/index.test.js | 6 + fixtures/without_numid/without_numid.docx | Bin 0 -> 30786 bytes 4 files changed, 14048 insertions(+), 2 deletions(-) create mode 100644 fixtures/without_numid/without_numid.docx diff --git a/docx-core/src/reader/numbering_property.rs b/docx-core/src/reader/numbering_property.rs index 54afbbf..451a446 100644 --- a/docx-core/src/reader/numbering_property.rs +++ b/docx-core/src/reader/numbering_property.rs @@ -36,8 +36,9 @@ impl ElementReader for NumberingProperty { let e = XMLElement::from_str(&name.local_name).unwrap(); if e == XMLElement::NumberingProperty { if level.is_none() { - return Ok(NumberingProperty::new() - .id(NumberingId::new(id.expect("should id exists")))); + if let Some(id) = id { + return Ok(NumberingProperty::new().id(NumberingId::new(id))); + } } if let Some(id) = id { let np = NumberingProperty::new() diff --git a/docx-wasm/test/__snapshots__/index.test.js.snap b/docx-wasm/test/__snapshots__/index.test.js.snap index 8081074..ac83951 100644 --- a/docx-wasm/test/__snapshots__/index.test.js.snap +++ b/docx-wasm/test/__snapshots__/index.test.js.snap @@ -54938,6 +54938,14045 @@ Object { } `; +exports[`reader should read without num id 1`] = ` +Object { + "comments": Object { + "comments": Array [], + }, + "commentsExtended": Object { + "children": Array [], + }, + "contentType": Object { + "custom_xml_count": 1, + "footer_count": 1, + "header_count": 2, + "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/footer1.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml", + "/word/header1.xml": "application/vnd.openxmlformats-officedocument.wordprocessingml.header+xml", + "/word/header2.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": "Hello", + }, + "type": "text", + }, + ], + "runProperty": Object { + "characterSpacing": 20, + "fonts": Object { + "ascii": "Times New Roman", + "eastAsia": "MS P明朝", + "hiAnsi": "Times New Roman", + "hint": "eastAsia", + }, + "sz": 20, + "szCs": 20, + }, + }, + "type": "run", + }, + ], + "hasNumbering": false, + "id": "7771BBD0", + "property": Object { + "runProperty": Object {}, + "tabs": Array [], + }, + }, + "type": "paragraph", + }, + ], + "hasNumbering": false, + "sectionProperty": Object { + "columns": 425, + "docGrid": Object { + "charSpace": null, + "gridType": "lines", + "linePitch": 367, + }, + "evenFooter": Object { + "children": Array [ + Object { + "data": Object { + "children": Array [ + Object { + "data": Object { + "children": Array [ + Object { + "data": Object { + "dirty": false, + "field_char_type": "Begin", + }, + "type": "fieldChar", + }, + ], + "runProperty": Object {}, + }, + "type": "run", + }, + Object { + "data": Object { + "children": Array [ + Object { + "data": Object { + "data": "PAGE", + "type": "unsupported", + }, + "type": "instrText", + }, + ], + "runProperty": Object {}, + }, + "type": "run", + }, + Object { + "data": Object { + "children": Array [ + Object { + "data": Object { + "dirty": false, + "field_char_type": "End", + }, + "type": "fieldChar", + }, + ], + "runProperty": Object {}, + }, + "type": "run", + }, + ], + "hasNumbering": false, + "id": "638F96CF", + "property": Object { + "runProperty": Object {}, + "tabs": Array [], + }, + }, + "type": "paragraph", + }, + Object { + "data": Object { + "children": Array [], + "hasNumbering": false, + "id": "16997CF6", + "property": Object { + "runProperty": Object {}, + "tabs": Array [], + }, + }, + "type": "paragraph", + }, + Object { + "data": Object { + "children": Array [], + "hasNumbering": false, + "id": "195BA337", + "property": Object { + "runProperty": Object {}, + "tabs": Array [], + }, + }, + "type": "paragraph", + }, + Object { + "data": Object { + "children": Array [], + "hasNumbering": false, + "id": "6B913125", + "property": Object { + "runProperty": Object {}, + "tabs": Array [], + }, + }, + "type": "paragraph", + }, + Object { + "data": Object { + "children": Array [], + "hasNumbering": false, + "id": "3C17532D", + "property": Object { + "runProperty": Object {}, + "tabs": Array [], + }, + }, + "type": "paragraph", + }, + ], + "hasNumbering": false, + }, + "evenFooterReference": Object { + "footerType": "even", + "id": "rId9", + }, + "evenHeader": Object { + "children": Array [ + Object { + "data": Object { + "children": Array [], + "hasNumbering": false, + "id": "5A6C03D3", + "property": Object { + "runProperty": Object {}, + "tabs": Array [], + }, + }, + "type": "paragraph", + }, + Object { + "data": Object { + "children": Array [], + "hasNumbering": false, + "id": "7CDB9A94", + "property": Object { + "runProperty": Object {}, + "tabs": Array [], + }, + }, + "type": "paragraph", + }, + Object { + "data": Object { + "children": Array [], + "hasNumbering": false, + "id": "0FC6134F", + "property": Object { + "runProperty": Object {}, + "tabs": Array [], + }, + }, + "type": "paragraph", + }, + ], + "hasNumbering": false, + }, + "evenHeaderReference": Object { + "headerType": "even", + "id": "rId8", + }, + "firstHeader": Object { + "children": Array [ + Object { + "data": Object { + "children": Array [], + "hasNumbering": true, + "id": "2AA78526", + "property": Object { + "numberingProperty": Object { + "id": null, + "level": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + }, + "type": "paragraph", + }, + ], + "hasNumbering": true, + }, + "firstHeaderReference": Object { + "headerType": "first", + "id": "rId10", + }, + "pageMargin": Object { + "bottom": 1985, + "footer": 720, + "gutter": 0, + "header": 720, + "left": 1701, + "right": 1701, + "top": 1701, + }, + "pageSize": Object { + "h": 16838, + "orient": null, + "w": 11906, + }, + "titlePg": true, + }, + }, + "documentRels": Object { + "customXmlCount": 0, + "footerCount": 1, + "hasComments": false, + "hasNumberings": false, + "headerCount": 2, + "images": Array [], + }, + "fontTable": Object {}, + "images": Array [], + "media": Array [], + "numberings": Object { + "abstractNums": Array [ + Object { + "id": 0, + "levels": Array [ + Object { + "format": "decimal", + "jc": "left", + "level": 0, + "levelRestart": 0, + "paragraphProperty": Object { + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": true, + "boldCs": true, + "characterSpacing": 0, + "color": "auto", + "fonts": Object { + "ascii": "Times New Roman Bold", + "cs": "Times New Roman", + "hiAnsi": "Times New Roman Bold", + "hint": "default", + }, + "italic": false, + "italicCs": false, + "strike": false, + "sz": 24, + "szCs": 24, + "underline": "single", + "vanish": true, + "vertAlign": "baseline", + }, + "start": 1, + "suffix": "nothing", + "text": "article %1", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 1, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "firstLine", + "val": 720, + }, + "start": 180, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": true, + "boldCs": true, + "characterSpacing": 0, + "color": "auto", + "fonts": Object { + "ascii": "Times New Roman Bold", + "cs": "Times New Roman", + "hiAnsi": "Times New Roman Bold", + "hint": "default", + }, + "italic": false, + "italicCs": false, + "strike": false, + "sz": 24, + "szCs": 24, + "underline": "single", + "vanish": true, + "vertAlign": "baseline", + }, + "start": 1, + "suffix": "nothing", + "text": "%1.%2", + }, + Object { + "format": "lowerLetter", + "jc": "left", + "level": 2, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "firstLine", + "val": 1440, + }, + "start": 360, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": true, + "boldCs": true, + "characterSpacing": 0, + "color": "auto", + "fonts": Object { + "ascii": "Times New Roman", + "cs": "Times New Roman", + "hiAnsi": "Times New Roman", + "hint": "default", + }, + "italic": false, + "italicCs": false, + "strike": false, + "sz": 24, + "szCs": 24, + "underline": "none", + "vanish": true, + "vertAlign": "baseline", + }, + "start": 1, + "suffix": "tab", + "text": "(%3)", + }, + Object { + "format": "lowerRoman", + "jc": "left", + "level": 3, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "firstLine", + "val": 2160, + }, + "start": null, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": true, + "boldCs": true, + "characterSpacing": 0, + "color": "auto", + "fonts": Object { + "ascii": "Times New Roman", + "cs": "Times New Roman", + "hiAnsi": "Times New Roman", + "hint": "default", + }, + "italic": false, + "italicCs": false, + "strike": false, + "sz": 24, + "szCs": 24, + "underline": "none", + "vanish": true, + "vertAlign": "baseline", + }, + "start": 1, + "suffix": "tab", + "text": "(%4)", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 4, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "firstLine", + "val": 2880, + }, + "start": null, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": true, + "boldCs": true, + "characterSpacing": 0, + "color": "auto", + "fonts": Object { + "ascii": "Times New Roman", + "cs": "Times New Roman", + "hiAnsi": "Times New Roman", + "hint": "default", + }, + "italic": false, + "italicCs": false, + "strike": false, + "sz": 24, + "szCs": 24, + "underline": "none", + "vanish": true, + "vertAlign": "baseline", + }, + "start": 1, + "suffix": "tab", + "text": "(%5)", + }, + Object { + "format": "lowerLetter", + "jc": "left", + "level": 5, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "firstLine", + "val": 3600, + }, + "start": null, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": true, + "boldCs": true, + "characterSpacing": 0, + "color": "auto", + "fonts": Object { + "ascii": "Times New Roman", + "cs": "Times New Roman", + "hiAnsi": "Times New Roman", + "hint": "default", + }, + "italic": false, + "italicCs": false, + "strike": false, + "sz": 24, + "szCs": 24, + "underline": "none", + "vanish": true, + "vertAlign": "baseline", + }, + "start": 1, + "suffix": "tab", + "text": "(%6)", + }, + Object { + "format": "lowerRoman", + "jc": "left", + "level": 6, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "firstLine", + "val": 1440, + }, + "start": null, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": true, + "boldCs": true, + "characterSpacing": 0, + "color": "auto", + "fonts": Object { + "ascii": "Times New Roman", + "cs": "Times New Roman", + "hiAnsi": "Times New Roman", + "hint": "default", + }, + "italic": false, + "italicCs": false, + "strike": false, + "sz": 24, + "szCs": 24, + "underline": "none", + "vanish": true, + "vertAlign": "baseline", + }, + "start": 1, + "suffix": "tab", + "text": "(%7)", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 7, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "firstLine", + "val": 2160, + }, + "start": null, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": true, + "boldCs": true, + "characterSpacing": 0, + "color": "auto", + "fonts": Object { + "ascii": "Times New Roman", + "cs": "Times New Roman", + "hiAnsi": "Times New Roman", + "hint": "default", + }, + "italic": false, + "italicCs": false, + "strike": false, + "sz": 24, + "szCs": 24, + "underline": "none", + "vanish": true, + "vertAlign": "baseline", + }, + "start": 1, + "suffix": "tab", + "text": "(%8)", + }, + Object { + "format": "none", + "jc": "left", + "level": 8, + "levelRestart": null, + "paragraphProperty": Object { + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": true, + "boldCs": true, + "characterSpacing": 0, + "color": "auto", + "fonts": Object { + "ascii": "Times New Roman", + "cs": "Times New Roman", + "hiAnsi": "Times New Roman", + "hint": "default", + }, + "italic": false, + "italicCs": false, + "strike": false, + "sz": 24, + "szCs": 24, + "underline": "none", + "vanish": true, + "vertAlign": "baseline", + }, + "start": 1, + "suffix": "tab", + "text": "", + }, + ], + "numStyleLink": null, + "styleLink": null, + }, + Object { + "id": 1, + "levels": Array [ + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 0, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 360, + }, + "start": 780, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "fonts": Object { + "hint": "default", + }, + }, + "start": 1, + "suffix": "tab", + "text": "%1", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 1, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1260, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%2)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 2, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1680, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%3", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 3, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2100, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%4.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 4, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2520, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%5)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 5, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2940, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%6", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 6, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3360, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%7.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 7, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3780, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%8)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 8, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 4200, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%9", + }, + ], + "numStyleLink": null, + "styleLink": null, + }, + Object { + "id": 2, + "levels": Array [ + Object { + "format": "decimal", + "jc": "left", + "level": 0, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 420, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%1.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 1, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 840, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%2)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 2, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1260, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%3", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 3, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1680, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%4.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 4, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2100, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%5)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 5, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2520, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%6", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 6, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2940, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%7.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 7, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3360, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%8)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 8, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3780, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%9", + }, + ], + "numStyleLink": null, + "styleLink": null, + }, + Object { + "id": 3, + "levels": Array [ + Object { + "format": "decimal", + "jc": "left", + "level": 0, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "firstLine", + "val": 0, + }, + "start": 0, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": false, + "boldCs": false, + "italic": false, + "italicCs": false, + "underline": "single", + }, + "start": 1, + "suffix": "nothing", + "text": "ARTICLE %1.", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 1, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 720, + }, + "start": 720, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": false, + "boldCs": false, + "color": "auto", + "fonts": Object { + "ascii": "Times New Roman", + "cs": "Times New Roman", + "hiAnsi": "Times New Roman", + }, + "italic": false, + "italicCs": false, + "underline": "none", + }, + "start": 1, + "suffix": "tab", + "text": "%1.%2", + }, + Object { + "format": "lowerLetter", + "jc": "left", + "level": 2, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 720, + }, + "start": 720, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": false, + "boldCs": false, + "italic": false, + "italicCs": false, + "underline": "none", + }, + "start": 1, + "suffix": "tab", + "text": "%3)", + }, + Object { + "format": "lowerRoman", + "jc": "left", + "level": 3, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 720, + }, + "start": 720, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": false, + "boldCs": false, + "italic": false, + "italicCs": false, + "underline": "none", + }, + "start": 1, + "suffix": "tab", + "text": "%4)", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 4, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "firstLine", + "val": 2880, + }, + "start": 0, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": false, + "boldCs": false, + "italic": false, + "italicCs": false, + "underline": "none", + }, + "start": 1, + "suffix": "tab", + "text": "(%5)", + }, + Object { + "format": "lowerLetter", + "jc": "left", + "level": 5, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "firstLine", + "val": 3600, + }, + "start": 0, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": false, + "boldCs": false, + "italic": false, + "italicCs": false, + "underline": "none", + }, + "start": 1, + "suffix": "tab", + "text": "%6.", + }, + Object { + "format": "lowerRoman", + "jc": "left", + "level": 6, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "firstLine", + "val": 4320, + }, + "start": 0, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": false, + "boldCs": false, + "italic": false, + "italicCs": false, + "underline": "none", + }, + "start": 1, + "suffix": "tab", + "text": "%7.", + }, + Object { + "format": "lowerLetter", + "jc": "left", + "level": 7, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "firstLine", + "val": 5040, + }, + "start": 0, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": false, + "boldCs": false, + "color": "auto", + "italic": false, + "italicCs": false, + "underline": "none", + }, + "start": 1, + "suffix": "tab", + "text": "%8)", + }, + Object { + "format": "lowerRoman", + "jc": "left", + "level": 8, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "firstLine", + "val": 5760, + }, + "start": 0, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": false, + "boldCs": false, + "color": "auto", + "italic": false, + "italicCs": false, + "underline": "none", + }, + "start": 1, + "suffix": "tab", + "text": "%9)", + }, + ], + "numStyleLink": null, + "styleLink": null, + }, + Object { + "id": 4, + "levels": Array [ + Object { + "format": "decimal", + "jc": "left", + "level": 0, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 360, + }, + "start": 360, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "fonts": Object { + "hint": "default", + }, + }, + "start": 1, + "suffix": "tab", + "text": "%1.", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 1, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 360, + }, + "start": 780, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "fonts": Object { + "hint": "default", + }, + }, + "start": 1, + "suffix": "tab", + "text": "%2", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 2, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1260, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%3", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 3, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1680, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%4.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 4, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2100, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%5)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 5, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2520, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%6", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 6, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2940, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%7.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 7, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3360, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%8)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 8, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3780, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%9", + }, + ], + "numStyleLink": null, + "styleLink": null, + }, + Object { + "id": 5, + "levels": Array [ + Object { + "format": "decimal", + "jc": "left", + "level": 0, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 495, + }, + "start": 1753, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "color": "auto", + "fonts": Object { + "hint": "default", + }, + }, + "start": 2, + "suffix": "tab", + "text": "%1.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 1, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 840, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%2)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 2, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1260, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%3", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 3, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1680, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%4.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 4, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2100, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%5)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 5, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2520, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%6", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 6, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2940, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%7.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 7, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3360, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%8)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 8, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3780, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%9", + }, + ], + "numStyleLink": null, + "styleLink": null, + }, + Object { + "id": 6, + "levels": Array [ + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 0, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 480, + }, + "start": 1110, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "fonts": Object { + "hint": "default", + }, + }, + "start": 1, + "suffix": "tab", + "text": "%1", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 1, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1470, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%2)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 2, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1890, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%3", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 3, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2310, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%4.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 4, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2730, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%5)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 5, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3150, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%6", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 6, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3570, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%7.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 7, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3990, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%8)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 8, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 4410, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%9", + }, + ], + "numStyleLink": null, + "styleLink": null, + }, + Object { + "id": 7, + "levels": Array [ + Object { + "format": "decimal", + "jc": "left", + "level": 0, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 420, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%1.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 1, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 840, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%2)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 2, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1260, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%3", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 3, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1680, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%4.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 4, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2100, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%5)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 5, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2520, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%6", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 6, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2940, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%7.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 7, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3360, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%8)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 8, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3780, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%9", + }, + ], + "numStyleLink": null, + "styleLink": null, + }, + Object { + "id": 8, + "levels": Array [ + Object { + "format": "decimalFullWidth", + "jc": "left", + "level": 0, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 360, + }, + "start": 360, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "fonts": Object { + "hint": "default", + }, + }, + "start": 1, + "suffix": "tab", + "text": "%1.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 1, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 840, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%2)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 2, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1260, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%3", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 3, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1680, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%4.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 4, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2100, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%5)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 5, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2520, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%6", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 6, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2940, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%7.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 7, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3360, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%8)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 8, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3780, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%9", + }, + ], + "numStyleLink": null, + "styleLink": null, + }, + Object { + "id": 9, + "levels": Array [ + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 0, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 480, + }, + "start": 480, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "fonts": Object { + "hint": "eastAsia", + }, + }, + "start": 4, + "suffix": "tab", + "text": "%1", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 1, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 840, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%2)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 2, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1260, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%3", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 3, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1680, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%4.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 4, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2100, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%5)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 5, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2520, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%6", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 6, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2940, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%7.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 7, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3360, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%8)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 8, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3780, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%9", + }, + ], + "numStyleLink": null, + "styleLink": null, + }, + Object { + "id": 10, + "levels": Array [ + Object { + "format": "decimalFullWidth", + "jc": "left", + "level": 0, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 360, + }, + "start": 360, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "fonts": Object { + "hint": "default", + }, + }, + "start": 1, + "suffix": "tab", + "text": "%1.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 1, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 840, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%2)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 2, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1260, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%3", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 3, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1680, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%4.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 4, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2100, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%5)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 5, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2520, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%6", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 6, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2940, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%7.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 7, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3360, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%8)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 8, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3780, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%9", + }, + ], + "numStyleLink": null, + "styleLink": null, + }, + Object { + "id": 11, + "levels": Array [ + Object { + "format": "decimal", + "jc": "left", + "level": 0, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "firstLine", + "val": 0, + }, + "start": 1320, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": false, + "boldCs": false, + "italic": false, + "italicCs": false, + "underline": "single", + }, + "start": 1, + "suffix": "nothing", + "text": "ARTICLE %1.", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 1, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 720, + }, + "start": 720, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": false, + "boldCs": false, + "color": "auto", + "fonts": Object { + "ascii": "Times New Roman", + "cs": "Times New Roman", + "hiAnsi": "Times New Roman", + }, + "italic": false, + "italicCs": false, + "underline": "none", + }, + "start": 1, + "suffix": "tab", + "text": "%1.%2", + }, + Object { + "format": "lowerLetter", + "jc": "left", + "level": 2, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 720, + }, + "start": 720, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": false, + "boldCs": false, + "italic": false, + "italicCs": false, + "underline": "none", + }, + "start": 1, + "suffix": "tab", + "text": "%3)", + }, + Object { + "format": "lowerRoman", + "jc": "left", + "level": 3, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 720, + }, + "start": 720, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": false, + "boldCs": false, + "italic": false, + "italicCs": false, + "underline": "none", + }, + "start": 1, + "suffix": "tab", + "text": "%4)", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 4, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "firstLine", + "val": 2880, + }, + "start": 0, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": false, + "boldCs": false, + "italic": false, + "italicCs": false, + "underline": "none", + }, + "start": 1, + "suffix": "tab", + "text": "(%5)", + }, + Object { + "format": "lowerLetter", + "jc": "left", + "level": 5, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "firstLine", + "val": 3600, + }, + "start": 0, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": false, + "boldCs": false, + "italic": false, + "italicCs": false, + "underline": "none", + }, + "start": 1, + "suffix": "tab", + "text": "%6.", + }, + Object { + "format": "lowerRoman", + "jc": "left", + "level": 6, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "firstLine", + "val": 4320, + }, + "start": 0, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": false, + "boldCs": false, + "italic": false, + "italicCs": false, + "underline": "none", + }, + "start": 1, + "suffix": "tab", + "text": "%7.", + }, + Object { + "format": "lowerLetter", + "jc": "left", + "level": 7, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "firstLine", + "val": 5040, + }, + "start": 0, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": false, + "boldCs": false, + "color": "auto", + "italic": false, + "italicCs": false, + "underline": "none", + }, + "start": 1, + "suffix": "tab", + "text": "%8)", + }, + Object { + "format": "lowerRoman", + "jc": "left", + "level": 8, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "firstLine", + "val": 5760, + }, + "start": 0, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": false, + "boldCs": false, + "color": "auto", + "italic": false, + "italicCs": false, + "underline": "none", + }, + "start": 1, + "suffix": "tab", + "text": "%9)", + }, + ], + "numStyleLink": null, + "styleLink": null, + }, + Object { + "id": 12, + "levels": Array [ + Object { + "format": "decimal", + "jc": "left", + "level": 0, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "firstLine", + "val": 0, + }, + "start": 0, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": false, + "boldCs": false, + "italic": false, + "italicCs": false, + "underline": "single", + }, + "start": 1, + "suffix": "nothing", + "text": "ARTICLE %1.", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 1, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 720, + }, + "start": 720, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": false, + "boldCs": false, + "color": "auto", + "fonts": Object { + "ascii": "Times New Roman", + "cs": "Times New Roman", + "hiAnsi": "Times New Roman", + }, + "italic": false, + "italicCs": false, + "underline": "none", + }, + "start": 1, + "suffix": "tab", + "text": "%1.%2", + }, + Object { + "format": "lowerLetter", + "jc": "left", + "level": 2, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 720, + }, + "start": 720, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": false, + "boldCs": false, + "italic": false, + "italicCs": false, + "underline": "none", + }, + "start": 1, + "suffix": "tab", + "text": "%3)", + }, + Object { + "format": "lowerRoman", + "jc": "left", + "level": 3, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 720, + }, + "start": 720, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": false, + "boldCs": false, + "italic": false, + "italicCs": false, + "underline": "none", + }, + "start": 1, + "suffix": "tab", + "text": "%4)", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 4, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "firstLine", + "val": 2880, + }, + "start": 0, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": false, + "boldCs": false, + "italic": false, + "italicCs": false, + "underline": "none", + }, + "start": 1, + "suffix": "tab", + "text": "(%5)", + }, + Object { + "format": "lowerLetter", + "jc": "left", + "level": 5, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "firstLine", + "val": 3600, + }, + "start": 0, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": false, + "boldCs": false, + "italic": false, + "italicCs": false, + "underline": "none", + }, + "start": 1, + "suffix": "tab", + "text": "%6.", + }, + Object { + "format": "lowerRoman", + "jc": "left", + "level": 6, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "firstLine", + "val": 4320, + }, + "start": 0, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": false, + "boldCs": false, + "italic": false, + "italicCs": false, + "underline": "none", + }, + "start": 1, + "suffix": "tab", + "text": "%7.", + }, + Object { + "format": "lowerLetter", + "jc": "left", + "level": 7, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "firstLine", + "val": 5040, + }, + "start": 0, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": false, + "boldCs": false, + "color": "auto", + "italic": false, + "italicCs": false, + "underline": "none", + }, + "start": 1, + "suffix": "tab", + "text": "%8)", + }, + Object { + "format": "lowerRoman", + "jc": "left", + "level": 8, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "firstLine", + "val": 5760, + }, + "start": 0, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": false, + "boldCs": false, + "color": "auto", + "italic": false, + "italicCs": false, + "underline": "none", + }, + "start": 1, + "suffix": "tab", + "text": "%9)", + }, + ], + "numStyleLink": null, + "styleLink": null, + }, + Object { + "id": 13, + "levels": Array [ + Object { + "format": "decimal", + "jc": "left", + "level": 0, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "firstLine", + "val": 0, + }, + "start": 0, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": false, + "boldCs": false, + "italic": false, + "italicCs": false, + "underline": "single", + }, + "start": 1, + "suffix": "nothing", + "text": "ARTICLE %1.", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 1, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 720, + }, + "start": 720, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": false, + "boldCs": false, + "color": "auto", + "fonts": Object { + "ascii": "Times New Roman", + "cs": "Times New Roman", + "hiAnsi": "Times New Roman", + }, + "italic": false, + "italicCs": false, + "underline": "none", + }, + "start": 1, + "suffix": "tab", + "text": "%1.%2", + }, + Object { + "format": "lowerLetter", + "jc": "left", + "level": 2, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 720, + }, + "start": 720, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": false, + "boldCs": false, + "italic": false, + "italicCs": false, + "underline": "none", + }, + "start": 1, + "suffix": "tab", + "text": "%3)", + }, + Object { + "format": "lowerRoman", + "jc": "left", + "level": 3, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 720, + }, + "start": 720, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": false, + "boldCs": false, + "italic": false, + "italicCs": false, + "underline": "none", + }, + "start": 1, + "suffix": "tab", + "text": "%4)", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 4, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "firstLine", + "val": 2880, + }, + "start": 0, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": false, + "boldCs": false, + "italic": false, + "italicCs": false, + "underline": "none", + }, + "start": 1, + "suffix": "tab", + "text": "(%5)", + }, + Object { + "format": "lowerLetter", + "jc": "left", + "level": 5, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "firstLine", + "val": 3600, + }, + "start": 0, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": false, + "boldCs": false, + "italic": false, + "italicCs": false, + "underline": "none", + }, + "start": 1, + "suffix": "tab", + "text": "%6.", + }, + Object { + "format": "lowerRoman", + "jc": "left", + "level": 6, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "firstLine", + "val": 4320, + }, + "start": 0, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": false, + "boldCs": false, + "italic": false, + "italicCs": false, + "underline": "none", + }, + "start": 1, + "suffix": "tab", + "text": "%7.", + }, + Object { + "format": "lowerLetter", + "jc": "left", + "level": 7, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "firstLine", + "val": 5040, + }, + "start": 0, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": false, + "boldCs": false, + "color": "auto", + "italic": false, + "italicCs": false, + "underline": "none", + }, + "start": 1, + "suffix": "tab", + "text": "%8)", + }, + Object { + "format": "lowerRoman", + "jc": "left", + "level": 8, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "firstLine", + "val": 5760, + }, + "start": 0, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": false, + "boldCs": false, + "color": "auto", + "italic": false, + "italicCs": false, + "underline": "none", + }, + "start": 1, + "suffix": "tab", + "text": "%9)", + }, + ], + "numStyleLink": null, + "styleLink": null, + }, + Object { + "id": 14, + "levels": Array [ + Object { + "format": "bullet", + "jc": "left", + "level": 0, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 360, + }, + "start": 360, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "fonts": Object { + "ascii": "Symbol", + "hiAnsi": "Symbol", + "hint": "default", + }, + }, + "start": 1, + "suffix": "tab", + "text": "", + }, + Object { + "format": "bullet", + "jc": "left", + "level": 1, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 360, + }, + "start": 1080, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "fonts": Object { + "ascii": "Courier New", + "cs": "Courier New", + "hiAnsi": "Courier New", + "hint": "default", + }, + }, + "start": 1, + "suffix": "tab", + "text": "o", + }, + Object { + "format": "bullet", + "jc": "left", + "level": 2, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 360, + }, + "start": 1800, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "fonts": Object { + "ascii": "Wingdings", + "hiAnsi": "Wingdings", + "hint": "default", + }, + }, + "start": 1, + "suffix": "tab", + "text": "", + }, + Object { + "format": "bullet", + "jc": "left", + "level": 3, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 360, + }, + "start": 2520, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "fonts": Object { + "ascii": "Symbol", + "hiAnsi": "Symbol", + "hint": "default", + }, + }, + "start": 1, + "suffix": "tab", + "text": "", + }, + Object { + "format": "bullet", + "jc": "left", + "level": 4, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 360, + }, + "start": 3240, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "fonts": Object { + "ascii": "Courier New", + "cs": "Courier New", + "hiAnsi": "Courier New", + "hint": "default", + }, + }, + "start": 1, + "suffix": "tab", + "text": "o", + }, + Object { + "format": "bullet", + "jc": "left", + "level": 5, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 360, + }, + "start": 3960, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "fonts": Object { + "ascii": "Wingdings", + "hiAnsi": "Wingdings", + "hint": "default", + }, + }, + "start": 1, + "suffix": "tab", + "text": "", + }, + Object { + "format": "bullet", + "jc": "left", + "level": 6, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 360, + }, + "start": 4680, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "fonts": Object { + "ascii": "Symbol", + "hiAnsi": "Symbol", + "hint": "default", + }, + }, + "start": 1, + "suffix": "tab", + "text": "", + }, + Object { + "format": "bullet", + "jc": "left", + "level": 7, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 360, + }, + "start": 5400, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "fonts": Object { + "ascii": "Courier New", + "cs": "Courier New", + "hiAnsi": "Courier New", + "hint": "default", + }, + }, + "start": 1, + "suffix": "tab", + "text": "o", + }, + Object { + "format": "bullet", + "jc": "left", + "level": 8, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 360, + }, + "start": 6120, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "fonts": Object { + "ascii": "Wingdings", + "hiAnsi": "Wingdings", + "hint": "default", + }, + }, + "start": 1, + "suffix": "tab", + "text": "", + }, + ], + "numStyleLink": null, + "styleLink": null, + }, + Object { + "id": 15, + "levels": Array [ + Object { + "format": "decimal", + "jc": "left", + "level": 0, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 420, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%1.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 1, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 840, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%2)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 2, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1260, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%3", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 3, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1680, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%4.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 4, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2100, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%5)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 5, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2520, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%6", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 6, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2940, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%7.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 7, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3360, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%8)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 8, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3780, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%9", + }, + ], + "numStyleLink": null, + "styleLink": null, + }, + Object { + "id": 16, + "levels": Array [ + Object { + "format": "decimal", + "jc": "left", + "level": 0, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 840, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%1.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 1, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1260, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%2)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 2, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1680, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%3", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 3, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2100, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%4.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 4, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2520, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%5)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 5, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2940, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%6", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 6, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3360, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%7.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 7, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3780, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%8)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 8, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 4200, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%9", + }, + ], + "numStyleLink": null, + "styleLink": null, + }, + Object { + "id": 17, + "levels": Array [ + Object { + "format": "decimalFullWidth", + "jc": "left", + "level": 0, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 284, + }, + "start": 454, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "fonts": Object { + "hint": "default", + }, + }, + "start": 2, + "suffix": "tab", + "text": "%1.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 1, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 840, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%2)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 2, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1260, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%3", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 3, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1680, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%4.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 4, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2100, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%5)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 5, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2520, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%6", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 6, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2940, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%7.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 7, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3360, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%8)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 8, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3780, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%9", + }, + ], + "numStyleLink": null, + "styleLink": null, + }, + Object { + "id": 18, + "levels": Array [ + Object { + "format": "decimal", + "jc": "left", + "level": 0, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 420, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%1.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 1, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 840, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%2)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 2, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1260, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%3", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 3, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1680, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%4.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 4, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2100, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%5)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 5, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2520, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%6", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 6, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2940, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%7.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 7, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3360, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%8)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 8, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3780, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%9", + }, + ], + "numStyleLink": null, + "styleLink": null, + }, + Object { + "id": 19, + "levels": Array [ + Object { + "format": "decimal", + "jc": "left", + "level": 0, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 360, + }, + "start": 675, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "fonts": Object { + "hint": "default", + }, + }, + "start": 2, + "suffix": "tab", + "text": "%1.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 1, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1155, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%2)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 2, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1575, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%3", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 3, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1995, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%4.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 4, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2415, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%5)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 5, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2835, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%6", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 6, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3255, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%7.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 7, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3675, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%8)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 8, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 4095, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%9", + }, + ], + "numStyleLink": null, + "styleLink": null, + }, + Object { + "id": 20, + "levels": Array [ + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 0, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 480, + }, + "start": 1320, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "fonts": Object { + "hint": "default", + }, + }, + "start": 1, + "suffix": "tab", + "text": "%1", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 1, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1680, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%2)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 2, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2100, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%3", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 3, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2520, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%4.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 4, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2940, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%5)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 5, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3360, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%6", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 6, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3780, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%7.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 7, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 4200, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%8)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 8, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 4620, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%9", + }, + ], + "numStyleLink": null, + "styleLink": null, + }, + Object { + "id": 21, + "levels": Array [ + Object { + "format": "decimal", + "jc": "left", + "level": 0, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 510, + }, + "start": 680, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "fonts": Object { + "hint": "eastAsia", + }, + }, + "start": 2, + "suffix": "tab", + "text": "%1.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 1, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 840, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%2)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 2, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1260, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%3", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 3, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1680, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%4.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 4, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2100, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%5)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 5, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2520, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%6", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 6, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2940, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%7.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 7, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3360, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%8)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 8, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3780, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%9", + }, + ], + "numStyleLink": null, + "styleLink": null, + }, + Object { + "id": 22, + "levels": Array [ + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 0, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 420, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "fonts": Object { + "hint": "default", + }, + }, + "start": 3, + "suffix": "tab", + "text": "%1", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 1, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 840, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%2)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 2, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1260, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%3", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 3, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1680, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%4.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 4, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2100, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%5)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 5, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2520, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%6", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 6, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2940, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%7.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 7, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3360, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%8)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 8, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3780, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%9", + }, + ], + "numStyleLink": null, + "styleLink": null, + }, + Object { + "id": 23, + "levels": Array [ + Object { + "format": "decimalFullWidth", + "jc": "left", + "level": 0, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 810, + }, + "start": 810, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "fonts": Object { + "hint": "default", + }, + }, + "start": 4, + "suffix": "tab", + "text": "第%1条", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 1, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 840, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%2)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 2, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1260, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%3", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 3, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1680, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%4.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 4, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2100, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%5)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 5, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2520, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%6", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 6, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2940, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%7.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 7, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3360, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%8)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 8, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3780, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%9", + }, + ], + "numStyleLink": null, + "styleLink": null, + }, + Object { + "id": 24, + "levels": Array [ + Object { + "format": "lowerRoman", + "jc": "left", + "level": 0, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 720, + }, + "start": 1080, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "fonts": Object { + "hint": "default", + }, + }, + "start": 1, + "suffix": "tab", + "text": "(%1)", + }, + Object { + "format": "lowerLetter", + "jc": "left", + "level": 1, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 360, + }, + "start": 1440, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%2.", + }, + Object { + "format": "lowerRoman", + "jc": "right", + "level": 2, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 180, + }, + "start": 2160, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%3.", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 3, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 360, + }, + "start": 2880, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%4.", + }, + Object { + "format": "lowerLetter", + "jc": "left", + "level": 4, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 360, + }, + "start": 3600, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%5.", + }, + Object { + "format": "lowerRoman", + "jc": "right", + "level": 5, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 180, + }, + "start": 4320, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%6.", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 6, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 360, + }, + "start": 5040, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%7.", + }, + Object { + "format": "lowerLetter", + "jc": "left", + "level": 7, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 360, + }, + "start": 5760, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%8.", + }, + Object { + "format": "lowerRoman", + "jc": "right", + "level": 8, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 180, + }, + "start": 6480, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%9.", + }, + ], + "numStyleLink": null, + "styleLink": null, + }, + Object { + "id": 25, + "levels": Array [ + Object { + "format": "decimal", + "jc": "left", + "level": 0, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 420, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%1.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 1, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 840, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%2)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 2, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1260, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%3", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 3, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1680, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%4.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 4, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2100, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%5)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 5, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2520, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%6", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 6, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2940, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%7.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 7, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3360, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%8)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 8, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3780, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%9", + }, + ], + "numStyleLink": null, + "styleLink": null, + }, + Object { + "id": 26, + "levels": Array [ + Object { + "format": "decimal", + "jc": "left", + "level": 0, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 420, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "fonts": Object { + "hint": "eastAsia", + }, + }, + "start": 1, + "suffix": "tab", + "text": "%1.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 1, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 840, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%2)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 2, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1260, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%3", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 3, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1680, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%4.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 4, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2100, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%5)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 5, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2520, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%6", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 6, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2940, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%7.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 7, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3360, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%8)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 8, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3780, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%9", + }, + ], + "numStyleLink": null, + "styleLink": null, + }, + Object { + "id": 27, + "levels": Array [ + Object { + "format": "decimal", + "jc": "left", + "level": 0, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 510, + }, + "start": 680, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "fonts": Object { + "hint": "eastAsia", + }, + }, + "start": 2, + "suffix": "tab", + "text": "%1.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 1, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 840, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%2)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 2, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1260, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%3", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 3, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1680, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%4.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 4, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2100, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%5)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 5, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2520, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%6", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 6, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2940, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%7.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 7, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3360, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%8)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 8, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3780, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%9", + }, + ], + "numStyleLink": null, + "styleLink": null, + }, + Object { + "id": 28, + "levels": Array [ + Object { + "format": "decimalFullWidth", + "jc": "left", + "level": 0, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 360, + }, + "start": 360, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "fonts": Object { + "hint": "default", + }, + }, + "start": 1, + "suffix": "tab", + "text": "%1.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 1, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 840, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%2)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 2, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1260, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%3", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 3, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1680, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%4.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 4, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2100, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%5)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 5, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2520, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%6", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 6, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2940, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%7.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 7, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3360, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%8)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 8, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3780, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%9", + }, + ], + "numStyleLink": null, + "styleLink": null, + }, + Object { + "id": 29, + "levels": Array [ + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 0, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 480, + }, + "start": 480, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "fonts": Object { + "hint": "eastAsia", + }, + }, + "start": 3, + "suffix": "tab", + "text": "%1", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 1, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 840, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%2)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 2, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1260, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%3", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 3, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1680, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%4.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 4, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2100, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%5)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 5, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2520, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%6", + }, + Object { + "format": "decimal", + "jc": "left", + "level": 6, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 2940, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%7.", + }, + Object { + "format": "aiueoFullWidth", + "jc": "left", + "level": 7, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3360, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "(%8)", + }, + Object { + "format": "decimalEnclosedCircle", + "jc": "left", + "level": 8, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 3780, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object {}, + "start": 1, + "suffix": "tab", + "text": "%9", + }, + ], + "numStyleLink": null, + "styleLink": null, + }, + ], + "numberings": Array [ + Object { + "abstractNumId": 9, + "id": 1, + "levelOverrides": Array [], + }, + Object { + "abstractNumId": 29, + "id": 2, + "levelOverrides": Array [], + }, + Object { + "abstractNumId": 21, + "id": 3, + "levelOverrides": Array [], + }, + Object { + "abstractNumId": 17, + "id": 4, + "levelOverrides": Array [], + }, + Object { + "abstractNumId": 27, + "id": 5, + "levelOverrides": Array [], + }, + Object { + "abstractNumId": 23, + "id": 6, + "levelOverrides": Array [], + }, + Object { + "abstractNumId": 20, + "id": 7, + "levelOverrides": Array [], + }, + Object { + "abstractNumId": 5, + "id": 8, + "levelOverrides": Array [], + }, + Object { + "abstractNumId": 6, + "id": 9, + "levelOverrides": Array [], + }, + Object { + "abstractNumId": 19, + "id": 10, + "levelOverrides": Array [], + }, + Object { + "abstractNumId": 22, + "id": 11, + "levelOverrides": Array [], + }, + Object { + "abstractNumId": 3, + "id": 12, + "levelOverrides": Array [], + }, + Object { + "abstractNumId": 14, + "id": 13, + "levelOverrides": Array [], + }, + Object { + "abstractNumId": 24, + "id": 14, + "levelOverrides": Array [], + }, + Object { + "abstractNumId": 3, + "id": 15, + "levelOverrides": Array [ + Object { + "level": 0, + "overrideLevel": null, + "overrideStart": 1, + }, + Object { + "level": 1, + "overrideLevel": null, + "overrideStart": 1, + }, + Object { + "level": 2, + "overrideLevel": null, + "overrideStart": 1, + }, + Object { + "level": 3, + "overrideLevel": null, + "overrideStart": 1, + }, + Object { + "level": 4, + "overrideLevel": null, + "overrideStart": 1, + }, + Object { + "level": 5, + "overrideLevel": null, + "overrideStart": 1, + }, + Object { + "level": 6, + "overrideLevel": null, + "overrideStart": 1, + }, + Object { + "level": 7, + "overrideLevel": null, + "overrideStart": 1, + }, + Object { + "level": 8, + "overrideLevel": null, + "overrideStart": 1, + }, + ], + }, + Object { + "abstractNumId": 0, + "id": 16, + "levelOverrides": Array [], + }, + Object { + "abstractNumId": 0, + "id": 17, + "levelOverrides": Array [ + Object { + "level": 0, + "overrideLevel": Object { + "format": "decimal", + "jc": "left", + "level": 0, + "levelRestart": 0, + "paragraphProperty": Object { + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": true, + "boldCs": true, + "characterSpacing": 0, + "color": "auto", + "fonts": Object { + "ascii": "Times New Roman Bold", + "cs": "Times New Roman", + "hiAnsi": "Times New Roman Bold", + "hint": "default", + }, + "italic": false, + "italicCs": false, + "strike": false, + "sz": 24, + "szCs": 24, + "underline": "single", + "vanish": true, + "vertAlign": "baseline", + }, + "start": 1, + "suffix": "nothing", + "text": "article %1", + }, + "overrideStart": null, + }, + Object { + "level": 1, + "overrideLevel": Object { + "format": "decimal", + "jc": "left", + "level": 1, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "firstLine", + "val": 720, + }, + "start": null, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": true, + "boldCs": true, + "characterSpacing": 0, + "color": "auto", + "fonts": Object { + "ascii": "Times New Roman Bold", + "cs": "Times New Roman", + "hiAnsi": "Times New Roman Bold", + "hint": "default", + }, + "italic": false, + "italicCs": false, + "strike": false, + "sz": 24, + "szCs": 24, + "underline": "none", + "vanish": true, + "vertAlign": "baseline", + }, + "start": 1, + "suffix": "tab", + "text": "%1.%2", + }, + "overrideStart": null, + }, + Object { + "level": 2, + "overrideLevel": Object { + "format": "lowerLetter", + "jc": "left", + "level": 2, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "firstLine", + "val": 1440, + }, + "start": null, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": true, + "boldCs": true, + "characterSpacing": 0, + "color": "auto", + "fonts": Object { + "ascii": "Times New Roman", + "cs": "Times New Roman", + "hiAnsi": "Times New Roman", + "hint": "default", + }, + "italic": false, + "italicCs": false, + "strike": false, + "sz": 24, + "szCs": 24, + "underline": "none", + "vanish": true, + "vertAlign": "baseline", + }, + "start": 1, + "suffix": "tab", + "text": "(%3)", + }, + "overrideStart": null, + }, + Object { + "level": 3, + "overrideLevel": Object { + "format": "lowerRoman", + "jc": "left", + "level": 3, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "firstLine", + "val": 2160, + }, + "start": null, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": true, + "boldCs": true, + "characterSpacing": 0, + "color": "auto", + "fonts": Object { + "ascii": "Times New Roman", + "cs": "Times New Roman", + "hiAnsi": "Times New Roman", + "hint": "default", + }, + "italic": false, + "italicCs": false, + "strike": false, + "sz": 24, + "szCs": 24, + "underline": "none", + "vanish": true, + "vertAlign": "baseline", + }, + "start": 1, + "suffix": "tab", + "text": "(%4)", + }, + "overrideStart": null, + }, + Object { + "level": 4, + "overrideLevel": Object { + "format": "decimal", + "jc": "left", + "level": 4, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "firstLine", + "val": 2880, + }, + "start": null, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": true, + "boldCs": true, + "characterSpacing": 0, + "color": "auto", + "fonts": Object { + "ascii": "Times New Roman", + "cs": "Times New Roman", + "hiAnsi": "Times New Roman", + "hint": "default", + }, + "italic": false, + "italicCs": false, + "strike": false, + "sz": 24, + "szCs": 24, + "underline": "none", + "vanish": true, + "vertAlign": "baseline", + }, + "start": 1, + "suffix": "tab", + "text": "(%5)", + }, + "overrideStart": null, + }, + Object { + "level": 5, + "overrideLevel": Object { + "format": "lowerLetter", + "jc": "left", + "level": 5, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "firstLine", + "val": 3600, + }, + "start": null, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": true, + "boldCs": true, + "characterSpacing": 0, + "color": "auto", + "fonts": Object { + "ascii": "Times New Roman", + "cs": "Times New Roman", + "hiAnsi": "Times New Roman", + "hint": "default", + }, + "italic": false, + "italicCs": false, + "strike": false, + "sz": 24, + "szCs": 24, + "underline": "none", + "vanish": true, + "vertAlign": "baseline", + }, + "start": 1, + "suffix": "tab", + "text": "(%6)", + }, + "overrideStart": null, + }, + Object { + "level": 6, + "overrideLevel": Object { + "format": "lowerRoman", + "jc": "left", + "level": 6, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "firstLine", + "val": 1440, + }, + "start": null, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": true, + "boldCs": true, + "characterSpacing": 0, + "color": "auto", + "fonts": Object { + "ascii": "Times New Roman", + "cs": "Times New Roman", + "hiAnsi": "Times New Roman", + "hint": "default", + }, + "italic": false, + "italicCs": false, + "strike": false, + "sz": 24, + "szCs": 24, + "underline": "none", + "vanish": true, + "vertAlign": "baseline", + }, + "start": 1, + "suffix": "tab", + "text": "(%7)", + }, + "overrideStart": null, + }, + Object { + "level": 7, + "overrideLevel": Object { + "format": "decimal", + "jc": "left", + "level": 7, + "levelRestart": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "firstLine", + "val": 2160, + }, + "start": null, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": true, + "boldCs": true, + "characterSpacing": 0, + "color": "auto", + "fonts": Object { + "ascii": "Times New Roman", + "cs": "Times New Roman", + "hiAnsi": "Times New Roman", + "hint": "default", + }, + "italic": false, + "italicCs": false, + "strike": false, + "sz": 24, + "szCs": 24, + "underline": "none", + "vanish": true, + "vertAlign": "baseline", + }, + "start": 1, + "suffix": "tab", + "text": "(%8)", + }, + "overrideStart": null, + }, + Object { + "level": 8, + "overrideLevel": Object { + "format": "none", + "jc": "left", + "level": 8, + "levelRestart": null, + "paragraphProperty": Object { + "runProperty": Object {}, + "tabs": Array [], + }, + "pstyle": null, + "runProperty": Object { + "bold": true, + "boldCs": true, + "characterSpacing": 0, + "color": "auto", + "fonts": Object { + "ascii": "Times New Roman", + "cs": "Times New Roman", + "hiAnsi": "Times New Roman", + "hint": "default", + }, + "italic": false, + "italicCs": false, + "strike": false, + "sz": 24, + "szCs": 24, + "underline": "none", + "vanish": true, + "vertAlign": "baseline", + }, + "start": 1, + "suffix": "tab", + "text": "", + }, + "overrideStart": null, + }, + ], + }, + Object { + "abstractNumId": 12, + "id": 18, + "levelOverrides": Array [], + }, + Object { + "abstractNumId": 11, + "id": 19, + "levelOverrides": Array [], + }, + Object { + "abstractNumId": 13, + "id": 20, + "levelOverrides": Array [], + }, + Object { + "abstractNumId": 3, + "id": 21, + "levelOverrides": Array [], + }, + Object { + "abstractNumId": 3, + "id": 22, + "levelOverrides": Array [], + }, + Object { + "abstractNumId": 3, + "id": 23, + "levelOverrides": Array [], + }, + Object { + "abstractNumId": 7, + "id": 24, + "levelOverrides": Array [], + }, + Object { + "abstractNumId": 28, + "id": 25, + "levelOverrides": Array [], + }, + Object { + "abstractNumId": 16, + "id": 26, + "levelOverrides": Array [], + }, + Object { + "abstractNumId": 1, + "id": 27, + "levelOverrides": Array [], + }, + Object { + "abstractNumId": 26, + "id": 28, + "levelOverrides": Array [], + }, + Object { + "abstractNumId": 10, + "id": 29, + "levelOverrides": Array [], + }, + Object { + "abstractNumId": 25, + "id": 30, + "levelOverrides": Array [], + }, + Object { + "abstractNumId": 18, + "id": 31, + "levelOverrides": Array [], + }, + Object { + "abstractNumId": 8, + "id": 32, + "levelOverrides": Array [], + }, + Object { + "abstractNumId": 15, + "id": 33, + "levelOverrides": Array [], + }, + Object { + "abstractNumId": 4, + "id": 34, + "levelOverrides": Array [], + }, + Object { + "abstractNumId": 2, + "id": 35, + "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", + ], + Array [ + "http://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties", + "rId4", + "docProps/custom.xml", + ], + ], + }, + "settings": Object { + "defaultTabStop": 420, + "docId": "A426FE01-5E89-4BAE-8422-F2CC8611EC68", + "docVars": Array [], + "evenAndOddHeaders": false, + "zoom": 100, + }, + "styles": Object { + "docDefaults": Object { + "runPropertyDefault": Object { + "runProperty": Object { + "fonts": Object { + "ascii": "Century", + "cs": "Times New Roman", + "eastAsia": "MS 明朝", + "hiAnsi": "Century", + }, + }, + }, + }, + "styles": Array [ + Object { + "basedOn": null, + "name": "Normal", + "next": null, + "paragraphProperty": Object { + "alignment": "both", + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object { + "sz": 21, + "szCs": 21, + }, + "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": "a", + "name": "heading 1", + "next": null, + "paragraphProperty": Object { + "alignment": "left", + "keepNext": true, + "lineSpacing": Object { + "after": 240, + }, + "outlineLvl": 0, + "runProperty": Object {}, + "tabs": Array [], + "widowControl": true, + }, + "runProperty": Object { + "bold": true, + "boldCs": true, + "color": "000000", + "fonts": Object { + "ascii": "Times New Roman Bold", + "cs": "Times New Roman Bold", + "hiAnsi": "Times New Roman Bold", + }, + "sz": 24, + "szCs": 24, + }, + "styleId": "1", + "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": "1", + "name": "heading 2", + "next": null, + "paragraphProperty": Object { + "outlineLvl": 1, + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object { + "fonts": Object { + "ascii": "Times New Roman", + "cs": "Times New Roman", + "hiAnsi": "Times New Roman", + }, + }, + "styleId": "2", + "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": "2", + "name": "heading 3", + "next": null, + "paragraphProperty": Object { + "outlineLvl": 2, + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object { + "fonts": Object { + "ascii": "Times New Roman Bold", + "cs": "Times New Roman Bold", + "hiAnsi": "Times New Roman Bold", + }, + }, + "styleId": "3", + "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": "3", + "name": "heading 4", + "next": null, + "paragraphProperty": Object { + "outlineLvl": 3, + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object {}, + "styleId": "4", + "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": "4", + "name": "heading 5", + "next": null, + "paragraphProperty": Object { + "outlineLvl": 4, + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object {}, + "styleId": "5", + "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": "5", + "name": "heading 6", + "next": null, + "paragraphProperty": Object { + "outlineLvl": 5, + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object {}, + "styleId": "6", + "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": "6", + "name": "heading 7", + "next": null, + "paragraphProperty": Object { + "outlineLvl": 6, + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object { + "bold": false, + "boldCs": false, + }, + "styleId": "7", + "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": "7", + "name": "heading 8", + "next": null, + "paragraphProperty": Object { + "outlineLvl": 7, + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object {}, + "styleId": "8", + "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": "8", + "name": "heading 9", + "next": null, + "paragraphProperty": Object { + "outlineLvl": 8, + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object { + "bold": true, + "boldCs": true, + "fonts": Object { + "ascii": "Times New Roman", + "cs": "Times New Roman", + "hiAnsi": "Times New Roman", + }, + }, + "styleId": "9", + "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", + "next": null, + "paragraphProperty": Object { + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object {}, + "styleId": "a1", + "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", + "next": null, + "paragraphProperty": Object { + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object {}, + "styleId": "a2", + "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", + "next": null, + "paragraphProperty": Object { + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object {}, + "styleId": "a3", + "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, + "widthType": "dxa", + }, + }, + "style": null, + "width": Object { + "width": 0, + "widthType": "auto", + }, + }, + }, + Object { + "basedOn": "a", + "name": "締結者欄", + "next": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": null, + "start": 3570, + "startChars": 1700, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object { + "fonts": Object { + "cs": "MS 明朝", + }, + }, + "styleId": "a4", + "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": "annotation reference", + "next": null, + "paragraphProperty": Object { + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object { + "sz": 18, + "szCs": 18, + }, + "styleId": "a5", + "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": "a", + "name": "annotation text", + "next": null, + "paragraphProperty": Object { + "alignment": "left", + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object {}, + "styleId": "a6", + "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": "a6", + "name": "annotation subject", + "next": null, + "paragraphProperty": Object { + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object { + "bold": true, + "boldCs": true, + }, + "styleId": "a7", + "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": "a", + "name": "Balloon Text", + "next": null, + "paragraphProperty": Object { + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object { + "fonts": Object { + "ascii": "Arial", + "eastAsia": "MS ゴシック", + "hiAnsi": "Arial", + }, + "sz": 18, + "szCs": 18, + }, + "styleId": "a8", + "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": "a2", + "name": "Table Grid", + "next": null, + "paragraphProperty": Object { + "alignment": "both", + "lineSpacing": Object { + "line": 340, + "lineRule": "atLeast", + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object {}, + "styleId": "a9", + "styleType": "table", + "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": "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", + "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": "a", + "name": "契約書タイトル", + "next": null, + "paragraphProperty": Object { + "alignment": "center", + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object { + "bold": true, + "boldCs": true, + "fonts": Object { + "cs": "MS 明朝", + "eastAsia": "MS Pゴシック", + }, + "sz": 32, + "szCs": 32, + }, + "styleId": "aa", + "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": "a", + "name": "条文番号", + "next": null, + "paragraphProperty": Object { + "keepNext": true, + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object { + "bold": true, + "boldCs": true, + "fonts": Object { + "ascii": "MS ゴシック", + "eastAsia": "MS ゴシック", + "hiAnsi": "MS ゴシック", + }, + }, + "styleId": "ab", + "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": "a", + "name": "項本文(1項のみで番号なし)", + "next": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": 100, + "hangingChars": null, + "specialIndent": Object { + "type": "firstLine", + "val": 210, + }, + "start": 210, + "startChars": 100, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object { + "fonts": Object { + "cs": "MS 明朝", + }, + }, + "styleId": "10", + "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": "a", + "name": "号本文(丸数字)", + "next": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": 100, + "specialIndent": Object { + "type": "hanging", + "val": 210, + }, + "start": 630, + "startChars": 200, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object { + "fonts": Object { + "cs": "MS 明朝", + }, + }, + "styleId": "ac", + "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": "a", + "name": "項本文(複数項で番号あり)", + "next": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": 200, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 420, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object { + "fonts": Object { + "cs": "MS 明朝", + }, + }, + "styleId": "ad", + "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": "a", + "name": "Body Text", + "next": null, + "paragraphProperty": Object { + "alignment": "left", + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": Object { + "type": "firstLine", + "val": 720, + }, + "start": null, + "startChars": null, + }, + "lineSpacing": Object { + "after": 240, + }, + "runProperty": Object {}, + "tabs": Array [], + "widowControl": true, + }, + "runProperty": Object { + "fonts": Object { + "ascii": "Times New Roman", + "hiAnsi": "Times New Roman", + }, + "sz": 24, + "szCs": 24, + }, + "styleId": "a0", + "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": "a", + "name": "表 中央揃え", + "next": null, + "paragraphProperty": Object { + "alignment": "center", + "lineSpacing": Object { + "line": 340, + "lineRule": "atLeast", + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object { + "fonts": Object { + "cs": "MS 明朝", + }, + }, + "styleId": "ae", + "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": "奥付 人名", + "next": null, + "paragraphProperty": Object { + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object { + "bold": true, + "boldCs": true, + "sz": 24, + "szCs": 24, + }, + "styleId": "af", + "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": "a", + "name": "奥付 人名 タイトル", + "next": null, + "paragraphProperty": Object { + "alignment": "center", + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object { + "bold": true, + "boldCs": true, + "fonts": Object { + "cs": "MS 明朝", + }, + "sz": 24, + "szCs": 24, + }, + "styleId": "af0", + "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": "項本文(複数項で番号あり) Char", + "next": null, + "paragraphProperty": Object { + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object { + "fonts": Object { + "ascii": "Century", + "cs": "MS 明朝", + "eastAsia": "MS 明朝", + "hiAnsi": "Century", + }, + "sz": 21, + "szCs": 21, + }, + "styleId": "Char", + "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": "a", + "name": "奥付 タイトル", + "next": null, + "paragraphProperty": Object { + "alignment": "center", + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object { + "bold": true, + "boldCs": true, + "fonts": Object { + "cs": "MS 明朝", + }, + "sz": 28, + "szCs": 28, + }, + "styleId": "af1", + "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": "a", + "name": "Date", + "next": null, + "paragraphProperty": Object { + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object {}, + "styleId": "af2", + "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": "ac", + "name": "号本文 1.5 字下げ", + "next": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": 150, + "specialIndent": Object { + "type": "hanging", + "val": 315, + }, + "start": 735, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object {}, + "styleId": "15", + "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": "ブロックタイトル", + "next": null, + "paragraphProperty": Object { + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object { + "bold": true, + "boldCs": true, + "fonts": Object { + "ascii": "MS Pゴシック", + "eastAsia": "MS Pゴシック", + "hiAnsi": "MS Pゴシック", + }, + "sz": 28, + "szCs": 28, + }, + "styleId": "af3", + "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": "a", + "name": "英文用一行目字下げ", + "next": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": 300, + "hangingChars": null, + "specialIndent": Object { + "type": "firstLine", + "val": 630, + }, + "start": null, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object { + "fonts": Object { + "cs": "MS 明朝", + }, + }, + "styleId": "af4", + "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": "ad", + "name": "条文外 (1) 項目列挙", + "next": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": 300, + "specialIndent": Object { + "type": "hanging", + "val": 630, + }, + "start": 630, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object {}, + "styleId": "11", + "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": "ac", + "name": "号本文(丸数字)中の片括弧列挙", + "next": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": null, + "start": 840, + "startChars": 300, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object {}, + "styleId": "af5", + "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": "a", + "name": "強調 12p 右寄せ", + "next": null, + "paragraphProperty": Object { + "alignment": "right", + "lineSpacing": Object { + "line": 340, + "lineRule": "atLeast", + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object { + "bold": true, + "boldCs": true, + "fonts": Object { + "cs": "MS 明朝", + }, + "sz": 24, + "szCs": 24, + }, + "styleId": "12p", + "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": "a", + "name": "奥付 右揃え", + "next": null, + "paragraphProperty": Object { + "alignment": "right", + "lineSpacing": Object { + "line": 340, + "lineRule": "atLeast", + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object { + "bold": true, + "boldCs": true, + "fonts": Object { + "cs": "MS 明朝", + }, + "sz": 24, + "szCs": 24, + }, + "styleId": "af6", + "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": "15", + "name": "号本文内 片括弧 項目列挙", + "next": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": 200, + "specialIndent": Object { + "type": "hanging", + "val": 420, + }, + "start": 1050, + "startChars": 300, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object {}, + "styleId": "af7", + "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": "a", + "name": "包括委任状用 項目列挙", + "next": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": 350, + "specialIndent": Object { + "type": "hanging", + "val": 735, + }, + "start": 735, + "startChars": null, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object { + "fonts": Object { + "cs": "MS 明朝", + }, + }, + "styleId": "af8", + "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": "ac", + "name": "目次 列挙", + "next": null, + "paragraphProperty": Object { + "indent": Object { + "end": null, + "firstLineChars": null, + "hangingChars": null, + "specialIndent": null, + "start": 420, + "startChars": 100, + }, + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object {}, + "styleId": "af9", + "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": "Hyperlink", + "next": null, + "paragraphProperty": Object { + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object { + "color": "0000FF", + "underline": "single", + }, + "styleId": "afa", + "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": "a", + "name": "header", + "next": null, + "paragraphProperty": Object { + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object {}, + "styleId": "afb", + "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": "ヘッダー (文字)", + "next": null, + "paragraphProperty": Object { + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object { + "sz": 21, + "szCs": 21, + }, + "styleId": "afc", + "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": "a", + "name": "footer", + "next": null, + "paragraphProperty": Object { + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object {}, + "styleId": "afd", + "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": "フッター (文字)", + "next": null, + "paragraphProperty": Object { + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object { + "sz": 21, + "szCs": 21, + }, + "styleId": "afe", + "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": "a", + "name": "footnote text", + "next": null, + "paragraphProperty": Object { + "alignment": "left", + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object {}, + "styleId": "aff", + "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": "脚注文字列 (文字)", + "next": null, + "paragraphProperty": Object { + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object { + "sz": 21, + "szCs": 21, + }, + "styleId": "aff0", + "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": "footnote reference", + "next": null, + "paragraphProperty": Object { + "runProperty": Object {}, + "tabs": Array [], + }, + "runProperty": Object { + "vertAlign": "superscript", + }, + "styleId": "aff1", + "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", + }, + }, + }, + ], + }, + "taskpanes": null, + "taskpanesRels": Object { + "rels": Array [], + }, + "themes": Array [ + Object { + "fontSchema": Object { + "majorFont": Object { + "cs": "", + "ea": "", + "fonts": Array [ + Object { + "script": "Jpan", + "typeface": "MS ゴシック", + }, + Object { + "script": "Hang", + "typeface": "맑은 고딕", + }, + Object { + "script": "Hans", + "typeface": "宋体", + }, + Object { + "script": "Hant", + "typeface": "新細明體", + }, + Object { + "script": "Arab", + "typeface": "Times New Roman", + }, + Object { + "script": "Hebr", + "typeface": "Times New Roman", + }, + Object { + "script": "Thai", + "typeface": "Angsana New", + }, + Object { + "script": "Ethi", + "typeface": "Nyala", + }, + Object { + "script": "Beng", + "typeface": "Vrinda", + }, + Object { + "script": "Gujr", + "typeface": "Shruti", + }, + Object { + "script": "Khmr", + "typeface": "MoolBoran", + }, + Object { + "script": "Knda", + "typeface": "Tunga", + }, + Object { + "script": "Guru", + "typeface": "Raavi", + }, + Object { + "script": "Cans", + "typeface": "Euphemia", + }, + Object { + "script": "Cher", + "typeface": "Plantagenet Cherokee", + }, + Object { + "script": "Yiii", + "typeface": "Microsoft Yi Baiti", + }, + Object { + "script": "Tibt", + "typeface": "Microsoft Himalaya", + }, + Object { + "script": "Thaa", + "typeface": "MV Boli", + }, + Object { + "script": "Deva", + "typeface": "Mangal", + }, + Object { + "script": "Telu", + "typeface": "Gautami", + }, + Object { + "script": "Taml", + "typeface": "Latha", + }, + Object { + "script": "Syrc", + "typeface": "Estrangelo Edessa", + }, + Object { + "script": "Orya", + "typeface": "Kalinga", + }, + Object { + "script": "Mlym", + "typeface": "Kartika", + }, + Object { + "script": "Laoo", + "typeface": "DokChampa", + }, + Object { + "script": "Sinh", + "typeface": "Iskoola Pota", + }, + Object { + "script": "Mong", + "typeface": "Mongolian Baiti", + }, + Object { + "script": "Viet", + "typeface": "Times New Roman", + }, + Object { + "script": "Uigh", + "typeface": "Microsoft Uighur", + }, + Object { + "script": "Geor", + "typeface": "Sylfaen", + }, + ], + "latin": "Arial", + }, + "minorFont": Object { + "cs": "", + "ea": "", + "fonts": Array [ + Object { + "script": "Jpan", + "typeface": "MS 明朝", + }, + Object { + "script": "Hang", + "typeface": "맑은 고딕", + }, + Object { + "script": "Hans", + "typeface": "宋体", + }, + Object { + "script": "Hant", + "typeface": "新細明體", + }, + Object { + "script": "Arab", + "typeface": "Arial", + }, + Object { + "script": "Hebr", + "typeface": "Arial", + }, + Object { + "script": "Thai", + "typeface": "Cordia New", + }, + Object { + "script": "Ethi", + "typeface": "Nyala", + }, + Object { + "script": "Beng", + "typeface": "Vrinda", + }, + Object { + "script": "Gujr", + "typeface": "Shruti", + }, + Object { + "script": "Khmr", + "typeface": "DaunPenh", + }, + Object { + "script": "Knda", + "typeface": "Tunga", + }, + Object { + "script": "Guru", + "typeface": "Raavi", + }, + Object { + "script": "Cans", + "typeface": "Euphemia", + }, + Object { + "script": "Cher", + "typeface": "Plantagenet Cherokee", + }, + Object { + "script": "Yiii", + "typeface": "Microsoft Yi Baiti", + }, + Object { + "script": "Tibt", + "typeface": "Microsoft Himalaya", + }, + Object { + "script": "Thaa", + "typeface": "MV Boli", + }, + Object { + "script": "Deva", + "typeface": "Mangal", + }, + Object { + "script": "Telu", + "typeface": "Gautami", + }, + Object { + "script": "Taml", + "typeface": "Latha", + }, + Object { + "script": "Syrc", + "typeface": "Estrangelo Edessa", + }, + Object { + "script": "Orya", + "typeface": "Kalinga", + }, + Object { + "script": "Mlym", + "typeface": "Kartika", + }, + Object { + "script": "Laoo", + "typeface": "DokChampa", + }, + Object { + "script": "Sinh", + "typeface": "Iskoola Pota", + }, + Object { + "script": "Mong", + "typeface": "Mongolian Baiti", + }, + Object { + "script": "Viet", + "typeface": "Arial", + }, + Object { + "script": "Uigh", + "typeface": "Microsoft Uighur", + }, + Object { + "script": "Geor", + "typeface": "Sylfaen", + }, + ], + "latin": "Century", + }, + }, + }, + ], + "webExtensions": Array [], + "webSettings": Object { + "divs": Array [ + Object { + "divsChild": Array [ + Object { + "divsChild": Array [ + Object { + "divsChild": Array [], + "id": "1261992000", + "marginBottom": 0, + "marginLeft": 0, + "marginRight": 0, + "marginTop": 0, + }, + Object { + "divsChild": Array [], + "id": "1587616903", + "marginBottom": 0, + "marginLeft": 0, + "marginRight": 0, + "marginTop": 0, + }, + ], + "id": "38284442", + "marginBottom": 0, + "marginLeft": 0, + "marginRight": 0, + "marginTop": 0, + }, + ], + "id": "584605365", + "marginBottom": 0, + "marginLeft": 0, + "marginRight": 0, + "marginTop": 0, + }, + Object { + "divsChild": Array [ + Object { + "divsChild": Array [], + "id": "122384403", + "marginBottom": 0, + "marginLeft": 0, + "marginRight": 0, + "marginTop": 0, + }, + Object { + "divsChild": Array [], + "id": "291861475", + "marginBottom": 0, + "marginLeft": 0, + "marginRight": 0, + "marginTop": 0, + }, + Object { + "divsChild": Array [], + "id": "309137640", + "marginBottom": 0, + "marginLeft": 0, + "marginRight": 0, + "marginTop": 0, + }, + Object { + "divsChild": Array [], + "id": "690423069", + "marginBottom": 0, + "marginLeft": 0, + "marginRight": 0, + "marginTop": 0, + }, + Object { + "divsChild": Array [], + "id": "805901399", + "marginBottom": 0, + "marginLeft": 0, + "marginRight": 0, + "marginTop": 0, + }, + Object { + "divsChild": Array [], + "id": "966549602", + "marginBottom": 0, + "marginLeft": 0, + "marginRight": 0, + "marginTop": 0, + }, + Object { + "divsChild": Array [], + "id": "1373462278", + "marginBottom": 0, + "marginLeft": 0, + "marginRight": 0, + "marginTop": 0, + }, + ], + "id": "980429392", + "marginBottom": 0, + "marginLeft": 0, + "marginRight": 0, + "marginTop": 0, + }, + Object { + "divsChild": Array [ + Object { + "divsChild": Array [ + Object { + "divsChild": Array [], + "id": "525367240", + "marginBottom": 0, + "marginLeft": 0, + "marginRight": 0, + "marginTop": 0, + }, + Object { + "divsChild": Array [], + "id": "1896621032", + "marginBottom": 0, + "marginLeft": 0, + "marginRight": 0, + "marginTop": 0, + }, + ], + "id": "455803582", + "marginBottom": 0, + "marginLeft": 0, + "marginRight": 0, + "marginTop": 0, + }, + ], + "id": "1034964231", + "marginBottom": 0, + "marginLeft": 0, + "marginRight": 0, + "marginTop": 0, + }, + ], + }, +} +`; + exports[`writer should write ToC with items 1`] = ` " diff --git a/docx-wasm/test/index.test.js b/docx-wasm/test/index.test.js index 9a7cef8..0cb7d1e 100644 --- a/docx-wasm/test/index.test.js +++ b/docx-wasm/test/index.test.js @@ -136,6 +136,12 @@ describe("reader", () => { const json = w.readDocx(buffer); expect(json).toMatchSnapshot(); }); + + test("should read without num id", () => { + const buffer = readFileSync("../fixtures/without_numid/without_numid.docx"); + const json = w.readDocx(buffer); + expect(json).toMatchSnapshot(); + }); }); describe("writer", () => { diff --git a/fixtures/without_numid/without_numid.docx b/fixtures/without_numid/without_numid.docx new file mode 100644 index 0000000000000000000000000000000000000000..3899ed2f7748329bdd361016c3bfd675ffccf859 GIT binary patch literal 30786 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 P_vat*290d{^V9zU;IT98 literal 0 HcmV?d00001