File size: 1,081 Bytes
9f97180
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
	"type": "https://pspdfkit.com/document-authoring/persistence/container",
	"container": {
		"document": {
			"body": {
				"sections": [
					{
						"elements": [
							{
								"type": "p",
								"pPr": {
									"styleId": "Heading 1",
									"alignment": "center"
								},
								"elements": [
									{
										"type": "r",
										"text": "Heading"
									}
								]
							},
							{
								"type": "p",
								"elements": [
									{
										"type": "r",
										"text": "Simple paragraphs consist of one `r` typed element containing all the text."
									}
								]
							},
							{
								"type": "p",
								"elements": [
									{
										"type": "r",
										"text": "There is "
									},
									{
										"type": "r",
										"rPr": {
											"bold": true,
											"color": "#ff0000",
											"underline": true
										},
										"text": "formatted"
									},
									{
										"type": "r",
										"text": " text in this paragraph."
									}
								]
							}
						]
					}
				]
			}
		}
	}
}