Vertical tabulation bug
See original GitHub issueI used https://github.com/cedricdelpoux/gatsby-source-google-docs/blob/master/utils/google-document.js in my project to process Google Docs files. I found one GDoc which was stuck loading in that file. I checked out your repo and tested it with a JSON file, with the same result:
I reduced the content of the GDoc to where the issue is. Itβs maybe the linebreak in a list item.
Corresponding JSON:
{
"title": "Test",
"body": {
"content": [
{
"endIndex": 1,
"sectionBreak": {
"sectionStyle": {
"columnSeparatorStyle": "NONE",
"contentDirection": "LEFT_TO_RIGHT",
"sectionType": "CONTINUOUS"
}
}
},
{
"startIndex": 1,
"endIndex": 149,
"paragraph": {
"elements": [
{
"startIndex": 1,
"endIndex": 149,
"textRun": {
"content": "Ik vind het belangrijk dat het team begrijpt waarom we iets bouwen en wat de keuzes zijn van de klant. Zeker als developers het er mee oneens zijn.\n",
"textStyle": {
"fontSize": {
"magnitude": 12,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Proxima Nova",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"namedStyleType": "NORMAL_TEXT",
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 18,
"unit": "PT"
},
"indentStart": {
"magnitude": 36,
"unit": "PT"
}
},
"bullet": {
"listId": "kix.r4d5tm4rzw7y",
"textStyle": {
"fontSize": {
"magnitude": 12,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Proxima Nova",
"weight": 400
}
}
}
}
},
{
"startIndex": 149,
"endIndex": 756,
"paragraph": {
"elements": [
{
"startIndex": 149,
"endIndex": 756,
"textRun": {
"content": "Ook wil ik dit begrijpen zodat ik met deze informatie betere beslissingen kan maken over het IO / VO maar ook over eventuele edge cases.\u000bRecent voorbeeld: meerdere developers hebben geroepen \"er moet dark mode komen in hema\". Dit is vanuit de eindgebruiker gedacht wellicht waar, dit zijn immers zijn voorkeuren. Vanuit de klant is dit helemaal niet logisch, die geeft aan dat er uit onderzoek blijkt dat conversie een stuk minder wanneer een platform een donkere achtergrond heeft. Het is dan mijn taak om aan het (soms koppige) team uit te leggen waarom we voorzichtig moeten zijn met dit soort features \n",
"textStyle": {
"fontSize": {
"magnitude": 12,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Proxima Nova",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"namedStyleType": "NORMAL_TEXT",
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 36,
"unit": "PT"
},
"indentStart": {
"magnitude": 36,
"unit": "PT"
}
}
}
}
]
},
"documentStyle": {
"background": {
"color": {}
},
"pageNumberStart": 1,
"marginTop": {
"magnitude": 72,
"unit": "PT"
},
"marginBottom": {
"magnitude": 72,
"unit": "PT"
},
"marginRight": {
"magnitude": 72,
"unit": "PT"
},
"marginLeft": {
"magnitude": 72,
"unit": "PT"
},
"pageSize": {
"height": {
"magnitude": 841.8897637795277,
"unit": "PT"
},
"width": {
"magnitude": 595.27559055118115,
"unit": "PT"
}
},
"marginHeader": {
"magnitude": 36,
"unit": "PT"
},
"marginFooter": {
"magnitude": 36,
"unit": "PT"
},
"useCustomHeaderFooterMargins": true
},
"namedStyles": {
"styles": [
{
"namedStyleType": "NORMAL_TEXT",
"textStyle": {
"bold": false,
"italic": false,
"underline": false,
"strikethrough": false,
"smallCaps": false,
"backgroundColor": {},
"foregroundColor": {
"color": {
"rgbColor": {}
}
},
"fontSize": {
"magnitude": 11,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
},
"baselineOffset": "NONE"
},
"paragraphStyle": {
"namedStyleType": "NORMAL_TEXT",
"alignment": "START",
"lineSpacing": 115,
"direction": "LEFT_TO_RIGHT",
"spacingMode": "COLLAPSE_LISTS",
"spaceAbove": {
"unit": "PT"
},
"spaceBelow": {
"unit": "PT"
},
"borderBetween": {
"color": {},
"width": {
"unit": "PT"
},
"padding": {
"unit": "PT"
},
"dashStyle": "SOLID"
},
"borderTop": {
"color": {},
"width": {
"unit": "PT"
},
"padding": {
"unit": "PT"
},
"dashStyle": "SOLID"
},
"borderBottom": {
"color": {},
"width": {
"unit": "PT"
},
"padding": {
"unit": "PT"
},
"dashStyle": "SOLID"
},
"borderLeft": {
"color": {},
"width": {
"unit": "PT"
},
"padding": {
"unit": "PT"
},
"dashStyle": "SOLID"
},
"borderRight": {
"color": {},
"width": {
"unit": "PT"
},
"padding": {
"unit": "PT"
},
"dashStyle": "SOLID"
},
"indentFirstLine": {
"unit": "PT"
},
"indentStart": {
"unit": "PT"
},
"indentEnd": {
"unit": "PT"
},
"keepLinesTogether": false,
"keepWithNext": false,
"avoidWidowAndOrphan": true,
"shading": {
"backgroundColor": {}
}
}
},
{
"namedStyleType": "HEADING_1",
"textStyle": {
"fontSize": {
"magnitude": 20,
"unit": "PT"
}
},
"paragraphStyle": {
"namedStyleType": "NORMAL_TEXT",
"direction": "LEFT_TO_RIGHT",
"spaceAbove": {
"magnitude": 20,
"unit": "PT"
},
"spaceBelow": {
"magnitude": 6,
"unit": "PT"
},
"keepLinesTogether": true,
"keepWithNext": true
}
},
{
"namedStyleType": "HEADING_2",
"textStyle": {
"bold": false,
"fontSize": {
"magnitude": 16,
"unit": "PT"
}
},
"paragraphStyle": {
"namedStyleType": "NORMAL_TEXT",
"direction": "LEFT_TO_RIGHT",
"spaceAbove": {
"magnitude": 18,
"unit": "PT"
},
"spaceBelow": {
"magnitude": 6,
"unit": "PT"
},
"keepLinesTogether": true,
"keepWithNext": true
}
},
{
"namedStyleType": "HEADING_3",
"textStyle": {
"bold": false,
"foregroundColor": {
"color": {
"rgbColor": {
"red": 0.2627451,
"green": 0.2627451,
"blue": 0.2627451
}
}
},
"fontSize": {
"magnitude": 14,
"unit": "PT"
}
},
"paragraphStyle": {
"namedStyleType": "NORMAL_TEXT",
"direction": "LEFT_TO_RIGHT",
"spaceAbove": {
"magnitude": 16,
"unit": "PT"
},
"spaceBelow": {
"magnitude": 4,
"unit": "PT"
},
"keepLinesTogether": true,
"keepWithNext": true
}
},
{
"namedStyleType": "HEADING_4",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"red": 0.4,
"green": 0.4,
"blue": 0.4
}
}
},
"fontSize": {
"magnitude": 12,
"unit": "PT"
}
},
"paragraphStyle": {
"namedStyleType": "NORMAL_TEXT",
"direction": "LEFT_TO_RIGHT",
"spaceAbove": {
"magnitude": 14,
"unit": "PT"
},
"spaceBelow": {
"magnitude": 4,
"unit": "PT"
},
"keepLinesTogether": true,
"keepWithNext": true
}
},
{
"namedStyleType": "HEADING_5",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"red": 0.4,
"green": 0.4,
"blue": 0.4
}
}
},
"fontSize": {
"magnitude": 11,
"unit": "PT"
}
},
"paragraphStyle": {
"namedStyleType": "NORMAL_TEXT",
"direction": "LEFT_TO_RIGHT",
"spaceAbove": {
"magnitude": 12,
"unit": "PT"
},
"spaceBelow": {
"magnitude": 4,
"unit": "PT"
},
"keepLinesTogether": true,
"keepWithNext": true
}
},
{
"namedStyleType": "HEADING_6",
"textStyle": {
"italic": true,
"foregroundColor": {
"color": {
"rgbColor": {
"red": 0.4,
"green": 0.4,
"blue": 0.4
}
}
},
"fontSize": {
"magnitude": 11,
"unit": "PT"
}
},
"paragraphStyle": {
"namedStyleType": "NORMAL_TEXT",
"direction": "LEFT_TO_RIGHT",
"spaceAbove": {
"magnitude": 12,
"unit": "PT"
},
"spaceBelow": {
"magnitude": 4,
"unit": "PT"
},
"keepLinesTogether": true,
"keepWithNext": true
}
},
{
"namedStyleType": "TITLE",
"textStyle": {
"fontSize": {
"magnitude": 26,
"unit": "PT"
}
},
"paragraphStyle": {
"namedStyleType": "NORMAL_TEXT",
"direction": "LEFT_TO_RIGHT",
"spaceAbove": {
"unit": "PT"
},
"spaceBelow": {
"magnitude": 3,
"unit": "PT"
},
"keepLinesTogether": true,
"keepWithNext": true
}
},
{
"namedStyleType": "SUBTITLE",
"textStyle": {
"italic": false,
"foregroundColor": {
"color": {
"rgbColor": {
"red": 0.4,
"green": 0.4,
"blue": 0.4
}
}
},
"fontSize": {
"magnitude": 15,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
},
"paragraphStyle": {
"namedStyleType": "NORMAL_TEXT",
"direction": "LEFT_TO_RIGHT",
"spaceAbove": {
"unit": "PT"
},
"spaceBelow": {
"magnitude": 16,
"unit": "PT"
},
"keepLinesTogether": true,
"keepWithNext": true
}
}
]
},
"lists": {
"kix.2f5dzvzbzfo9": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%0",
"indentFirstLine": {
"magnitude": 18,
"unit": "PT"
},
"indentStart": {
"magnitude": 36,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%1",
"indentFirstLine": {
"magnitude": 54,
"unit": "PT"
},
"indentStart": {
"magnitude": 72,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%2",
"indentFirstLine": {
"magnitude": 90,
"unit": "PT"
},
"indentStart": {
"magnitude": 108,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%3",
"indentFirstLine": {
"magnitude": 126,
"unit": "PT"
},
"indentStart": {
"magnitude": 144,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%4",
"indentFirstLine": {
"magnitude": 162,
"unit": "PT"
},
"indentStart": {
"magnitude": 180,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%5",
"indentFirstLine": {
"magnitude": 198,
"unit": "PT"
},
"indentStart": {
"magnitude": 216,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%6",
"indentFirstLine": {
"magnitude": 234,
"unit": "PT"
},
"indentStart": {
"magnitude": 252,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%7",
"indentFirstLine": {
"magnitude": 270,
"unit": "PT"
},
"indentStart": {
"magnitude": 288,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%8",
"indentFirstLine": {
"magnitude": 306,
"unit": "PT"
},
"indentStart": {
"magnitude": 324,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
}
]
}
},
"kix.4bursuawxb9i": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%0",
"indentFirstLine": {
"magnitude": 18,
"unit": "PT"
},
"indentStart": {
"magnitude": 36,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%1",
"indentFirstLine": {
"magnitude": 54,
"unit": "PT"
},
"indentStart": {
"magnitude": 72,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%2",
"indentFirstLine": {
"magnitude": 90,
"unit": "PT"
},
"indentStart": {
"magnitude": 108,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%3",
"indentFirstLine": {
"magnitude": 126,
"unit": "PT"
},
"indentStart": {
"magnitude": 144,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%4",
"indentFirstLine": {
"magnitude": 162,
"unit": "PT"
},
"indentStart": {
"magnitude": 180,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%5",
"indentFirstLine": {
"magnitude": 198,
"unit": "PT"
},
"indentStart": {
"magnitude": 216,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%6",
"indentFirstLine": {
"magnitude": 234,
"unit": "PT"
},
"indentStart": {
"magnitude": 252,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%7",
"indentFirstLine": {
"magnitude": 270,
"unit": "PT"
},
"indentStart": {
"magnitude": 288,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%8",
"indentFirstLine": {
"magnitude": 306,
"unit": "PT"
},
"indentStart": {
"magnitude": 324,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
}
]
}
},
"kix.4iwcbpgzsitt": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%0",
"indentFirstLine": {
"magnitude": 18,
"unit": "PT"
},
"indentStart": {
"magnitude": 36,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%1",
"indentFirstLine": {
"magnitude": 54,
"unit": "PT"
},
"indentStart": {
"magnitude": 72,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%2",
"indentFirstLine": {
"magnitude": 90,
"unit": "PT"
},
"indentStart": {
"magnitude": 108,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%3",
"indentFirstLine": {
"magnitude": 126,
"unit": "PT"
},
"indentStart": {
"magnitude": 144,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%4",
"indentFirstLine": {
"magnitude": 162,
"unit": "PT"
},
"indentStart": {
"magnitude": 180,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%5",
"indentFirstLine": {
"magnitude": 198,
"unit": "PT"
},
"indentStart": {
"magnitude": 216,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%6",
"indentFirstLine": {
"magnitude": 234,
"unit": "PT"
},
"indentStart": {
"magnitude": 252,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%7",
"indentFirstLine": {
"magnitude": 270,
"unit": "PT"
},
"indentStart": {
"magnitude": 288,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%8",
"indentFirstLine": {
"magnitude": 306,
"unit": "PT"
},
"indentStart": {
"magnitude": 324,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
}
]
}
},
"kix.9ds00eogwoxw": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%0",
"indentFirstLine": {
"magnitude": 18,
"unit": "PT"
},
"indentStart": {
"magnitude": 36,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%1",
"indentFirstLine": {
"magnitude": 54,
"unit": "PT"
},
"indentStart": {
"magnitude": 72,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%2",
"indentFirstLine": {
"magnitude": 90,
"unit": "PT"
},
"indentStart": {
"magnitude": 108,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%3",
"indentFirstLine": {
"magnitude": 126,
"unit": "PT"
},
"indentStart": {
"magnitude": 144,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%4",
"indentFirstLine": {
"magnitude": 162,
"unit": "PT"
},
"indentStart": {
"magnitude": 180,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%5",
"indentFirstLine": {
"magnitude": 198,
"unit": "PT"
},
"indentStart": {
"magnitude": 216,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%6",
"indentFirstLine": {
"magnitude": 234,
"unit": "PT"
},
"indentStart": {
"magnitude": 252,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%7",
"indentFirstLine": {
"magnitude": 270,
"unit": "PT"
},
"indentStart": {
"magnitude": 288,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%8",
"indentFirstLine": {
"magnitude": 306,
"unit": "PT"
},
"indentStart": {
"magnitude": 324,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
}
]
}
},
"kix.adaeyfgiyti6": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%0",
"indentFirstLine": {
"magnitude": 18,
"unit": "PT"
},
"indentStart": {
"magnitude": 36,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%1",
"indentFirstLine": {
"magnitude": 54,
"unit": "PT"
},
"indentStart": {
"magnitude": 72,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%2",
"indentFirstLine": {
"magnitude": 90,
"unit": "PT"
},
"indentStart": {
"magnitude": 108,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%3",
"indentFirstLine": {
"magnitude": 126,
"unit": "PT"
},
"indentStart": {
"magnitude": 144,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%4",
"indentFirstLine": {
"magnitude": 162,
"unit": "PT"
},
"indentStart": {
"magnitude": 180,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%5",
"indentFirstLine": {
"magnitude": 198,
"unit": "PT"
},
"indentStart": {
"magnitude": 216,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%6",
"indentFirstLine": {
"magnitude": 234,
"unit": "PT"
},
"indentStart": {
"magnitude": 252,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%7",
"indentFirstLine": {
"magnitude": 270,
"unit": "PT"
},
"indentStart": {
"magnitude": 288,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%8",
"indentFirstLine": {
"magnitude": 306,
"unit": "PT"
},
"indentStart": {
"magnitude": 324,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
}
]
}
},
"kix.b73qu24bdre5": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%0",
"indentFirstLine": {
"magnitude": 18,
"unit": "PT"
},
"indentStart": {
"magnitude": 36,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%1",
"indentFirstLine": {
"magnitude": 54,
"unit": "PT"
},
"indentStart": {
"magnitude": 72,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%2",
"indentFirstLine": {
"magnitude": 90,
"unit": "PT"
},
"indentStart": {
"magnitude": 108,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%3",
"indentFirstLine": {
"magnitude": 126,
"unit": "PT"
},
"indentStart": {
"magnitude": 144,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%4",
"indentFirstLine": {
"magnitude": 162,
"unit": "PT"
},
"indentStart": {
"magnitude": 180,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%5",
"indentFirstLine": {
"magnitude": 198,
"unit": "PT"
},
"indentStart": {
"magnitude": 216,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%6",
"indentFirstLine": {
"magnitude": 234,
"unit": "PT"
},
"indentStart": {
"magnitude": 252,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%7",
"indentFirstLine": {
"magnitude": 270,
"unit": "PT"
},
"indentStart": {
"magnitude": 288,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%8",
"indentFirstLine": {
"magnitude": 306,
"unit": "PT"
},
"indentStart": {
"magnitude": 324,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
}
]
}
},
"kix.fte8cmjklrjt": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%0",
"indentFirstLine": {
"magnitude": 18,
"unit": "PT"
},
"indentStart": {
"magnitude": 36,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%1",
"indentFirstLine": {
"magnitude": 54,
"unit": "PT"
},
"indentStart": {
"magnitude": 72,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%2",
"indentFirstLine": {
"magnitude": 90,
"unit": "PT"
},
"indentStart": {
"magnitude": 108,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%3",
"indentFirstLine": {
"magnitude": 126,
"unit": "PT"
},
"indentStart": {
"magnitude": 144,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%4",
"indentFirstLine": {
"magnitude": 162,
"unit": "PT"
},
"indentStart": {
"magnitude": 180,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%5",
"indentFirstLine": {
"magnitude": 198,
"unit": "PT"
},
"indentStart": {
"magnitude": 216,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%6",
"indentFirstLine": {
"magnitude": 234,
"unit": "PT"
},
"indentStart": {
"magnitude": 252,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%7",
"indentFirstLine": {
"magnitude": 270,
"unit": "PT"
},
"indentStart": {
"magnitude": 288,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%8",
"indentFirstLine": {
"magnitude": 306,
"unit": "PT"
},
"indentStart": {
"magnitude": 324,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
}
]
}
},
"kix.h7w1coclho2a": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%0",
"indentFirstLine": {
"magnitude": 18,
"unit": "PT"
},
"indentStart": {
"magnitude": 36,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%1",
"indentFirstLine": {
"magnitude": 54,
"unit": "PT"
},
"indentStart": {
"magnitude": 72,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%2",
"indentFirstLine": {
"magnitude": 90,
"unit": "PT"
},
"indentStart": {
"magnitude": 108,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%3",
"indentFirstLine": {
"magnitude": 126,
"unit": "PT"
},
"indentStart": {
"magnitude": 144,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%4",
"indentFirstLine": {
"magnitude": 162,
"unit": "PT"
},
"indentStart": {
"magnitude": 180,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%5",
"indentFirstLine": {
"magnitude": 198,
"unit": "PT"
},
"indentStart": {
"magnitude": 216,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%6",
"indentFirstLine": {
"magnitude": 234,
"unit": "PT"
},
"indentStart": {
"magnitude": 252,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%7",
"indentFirstLine": {
"magnitude": 270,
"unit": "PT"
},
"indentStart": {
"magnitude": 288,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%8",
"indentFirstLine": {
"magnitude": 306,
"unit": "PT"
},
"indentStart": {
"magnitude": 324,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
}
]
}
},
"kix.hteurw2dh2mm": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%0",
"indentFirstLine": {
"magnitude": 18,
"unit": "PT"
},
"indentStart": {
"magnitude": 36,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%1",
"indentFirstLine": {
"magnitude": 54,
"unit": "PT"
},
"indentStart": {
"magnitude": 72,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%2",
"indentFirstLine": {
"magnitude": 90,
"unit": "PT"
},
"indentStart": {
"magnitude": 108,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%3",
"indentFirstLine": {
"magnitude": 126,
"unit": "PT"
},
"indentStart": {
"magnitude": 144,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%4",
"indentFirstLine": {
"magnitude": 162,
"unit": "PT"
},
"indentStart": {
"magnitude": 180,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%5",
"indentFirstLine": {
"magnitude": 198,
"unit": "PT"
},
"indentStart": {
"magnitude": 216,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%6",
"indentFirstLine": {
"magnitude": 234,
"unit": "PT"
},
"indentStart": {
"magnitude": 252,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%7",
"indentFirstLine": {
"magnitude": 270,
"unit": "PT"
},
"indentStart": {
"magnitude": 288,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%8",
"indentFirstLine": {
"magnitude": 306,
"unit": "PT"
},
"indentStart": {
"magnitude": 324,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
}
]
}
},
"kix.hwx8vt9wjwn": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%0",
"indentFirstLine": {
"magnitude": 18,
"unit": "PT"
},
"indentStart": {
"magnitude": 36,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%1",
"indentFirstLine": {
"magnitude": 54,
"unit": "PT"
},
"indentStart": {
"magnitude": 72,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%2",
"indentFirstLine": {
"magnitude": 90,
"unit": "PT"
},
"indentStart": {
"magnitude": 108,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%3",
"indentFirstLine": {
"magnitude": 126,
"unit": "PT"
},
"indentStart": {
"magnitude": 144,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%4",
"indentFirstLine": {
"magnitude": 162,
"unit": "PT"
},
"indentStart": {
"magnitude": 180,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%5",
"indentFirstLine": {
"magnitude": 198,
"unit": "PT"
},
"indentStart": {
"magnitude": 216,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%6",
"indentFirstLine": {
"magnitude": 234,
"unit": "PT"
},
"indentStart": {
"magnitude": 252,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%7",
"indentFirstLine": {
"magnitude": 270,
"unit": "PT"
},
"indentStart": {
"magnitude": 288,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%8",
"indentFirstLine": {
"magnitude": 306,
"unit": "PT"
},
"indentStart": {
"magnitude": 324,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
}
]
}
},
"kix.lur899hlm8yo": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%0",
"indentFirstLine": {
"magnitude": 18,
"unit": "PT"
},
"indentStart": {
"magnitude": 36,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%1",
"indentFirstLine": {
"magnitude": 54,
"unit": "PT"
},
"indentStart": {
"magnitude": 72,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%2",
"indentFirstLine": {
"magnitude": 90,
"unit": "PT"
},
"indentStart": {
"magnitude": 108,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%3",
"indentFirstLine": {
"magnitude": 126,
"unit": "PT"
},
"indentStart": {
"magnitude": 144,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%4",
"indentFirstLine": {
"magnitude": 162,
"unit": "PT"
},
"indentStart": {
"magnitude": 180,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%5",
"indentFirstLine": {
"magnitude": 198,
"unit": "PT"
},
"indentStart": {
"magnitude": 216,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%6",
"indentFirstLine": {
"magnitude": 234,
"unit": "PT"
},
"indentStart": {
"magnitude": 252,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%7",
"indentFirstLine": {
"magnitude": 270,
"unit": "PT"
},
"indentStart": {
"magnitude": 288,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%8",
"indentFirstLine": {
"magnitude": 306,
"unit": "PT"
},
"indentStart": {
"magnitude": 324,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
}
]
}
},
"kix.mfkq0lqmmgmq": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%0",
"indentFirstLine": {
"magnitude": 18,
"unit": "PT"
},
"indentStart": {
"magnitude": 36,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%1",
"indentFirstLine": {
"magnitude": 54,
"unit": "PT"
},
"indentStart": {
"magnitude": 72,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%2",
"indentFirstLine": {
"magnitude": 90,
"unit": "PT"
},
"indentStart": {
"magnitude": 108,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%3",
"indentFirstLine": {
"magnitude": 126,
"unit": "PT"
},
"indentStart": {
"magnitude": 144,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%4",
"indentFirstLine": {
"magnitude": 162,
"unit": "PT"
},
"indentStart": {
"magnitude": 180,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%5",
"indentFirstLine": {
"magnitude": 198,
"unit": "PT"
},
"indentStart": {
"magnitude": 216,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%6",
"indentFirstLine": {
"magnitude": 234,
"unit": "PT"
},
"indentStart": {
"magnitude": 252,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%7",
"indentFirstLine": {
"magnitude": 270,
"unit": "PT"
},
"indentStart": {
"magnitude": 288,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%8",
"indentFirstLine": {
"magnitude": 306,
"unit": "PT"
},
"indentStart": {
"magnitude": 324,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
}
]
}
},
"kix.r4d5tm4rzw7y": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%0",
"indentFirstLine": {
"magnitude": 18,
"unit": "PT"
},
"indentStart": {
"magnitude": 36,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%1",
"indentFirstLine": {
"magnitude": 54,
"unit": "PT"
},
"indentStart": {
"magnitude": 72,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%2",
"indentFirstLine": {
"magnitude": 90,
"unit": "PT"
},
"indentStart": {
"magnitude": 108,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%3",
"indentFirstLine": {
"magnitude": 126,
"unit": "PT"
},
"indentStart": {
"magnitude": 144,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%4",
"indentFirstLine": {
"magnitude": 162,
"unit": "PT"
},
"indentStart": {
"magnitude": 180,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%5",
"indentFirstLine": {
"magnitude": 198,
"unit": "PT"
},
"indentStart": {
"magnitude": 216,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%6",
"indentFirstLine": {
"magnitude": 234,
"unit": "PT"
},
"indentStart": {
"magnitude": 252,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%7",
"indentFirstLine": {
"magnitude": 270,
"unit": "PT"
},
"indentStart": {
"magnitude": 288,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%8",
"indentFirstLine": {
"magnitude": 306,
"unit": "PT"
},
"indentStart": {
"magnitude": 324,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
}
]
}
},
"kix.tvt94vlwv87g": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%0",
"indentFirstLine": {
"magnitude": 18,
"unit": "PT"
},
"indentStart": {
"magnitude": 36,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%1",
"indentFirstLine": {
"magnitude": 54,
"unit": "PT"
},
"indentStart": {
"magnitude": 72,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%2",
"indentFirstLine": {
"magnitude": 90,
"unit": "PT"
},
"indentStart": {
"magnitude": 108,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%3",
"indentFirstLine": {
"magnitude": 126,
"unit": "PT"
},
"indentStart": {
"magnitude": 144,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%4",
"indentFirstLine": {
"magnitude": 162,
"unit": "PT"
},
"indentStart": {
"magnitude": 180,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%5",
"indentFirstLine": {
"magnitude": 198,
"unit": "PT"
},
"indentStart": {
"magnitude": 216,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%6",
"indentFirstLine": {
"magnitude": 234,
"unit": "PT"
},
"indentStart": {
"magnitude": 252,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%7",
"indentFirstLine": {
"magnitude": 270,
"unit": "PT"
},
"indentStart": {
"magnitude": 288,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%8",
"indentFirstLine": {
"magnitude": 306,
"unit": "PT"
},
"indentStart": {
"magnitude": 324,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
}
]
}
},
"kix.ucet3fmb9b9s": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%0",
"indentFirstLine": {
"magnitude": 18,
"unit": "PT"
},
"indentStart": {
"magnitude": 36,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%1",
"indentFirstLine": {
"magnitude": 54,
"unit": "PT"
},
"indentStart": {
"magnitude": 72,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%2",
"indentFirstLine": {
"magnitude": 90,
"unit": "PT"
},
"indentStart": {
"magnitude": 108,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%3",
"indentFirstLine": {
"magnitude": 126,
"unit": "PT"
},
"indentStart": {
"magnitude": 144,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%4",
"indentFirstLine": {
"magnitude": 162,
"unit": "PT"
},
"indentStart": {
"magnitude": 180,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%5",
"indentFirstLine": {
"magnitude": 198,
"unit": "PT"
},
"indentStart": {
"magnitude": 216,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%6",
"indentFirstLine": {
"magnitude": 234,
"unit": "PT"
},
"indentStart": {
"magnitude": 252,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%7",
"indentFirstLine": {
"magnitude": 270,
"unit": "PT"
},
"indentStart": {
"magnitude": 288,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%8",
"indentFirstLine": {
"magnitude": 306,
"unit": "PT"
},
"indentStart": {
"magnitude": 324,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
}
]
}
},
"kix.z7odfgpb54ed": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%0",
"indentFirstLine": {
"magnitude": 18,
"unit": "PT"
},
"indentStart": {
"magnitude": 36,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%1",
"indentFirstLine": {
"magnitude": 54,
"unit": "PT"
},
"indentStart": {
"magnitude": 72,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%2",
"indentFirstLine": {
"magnitude": 90,
"unit": "PT"
},
"indentStart": {
"magnitude": 108,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%3",
"indentFirstLine": {
"magnitude": 126,
"unit": "PT"
},
"indentStart": {
"magnitude": 144,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%4",
"indentFirstLine": {
"magnitude": 162,
"unit": "PT"
},
"indentStart": {
"magnitude": 180,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%5",
"indentFirstLine": {
"magnitude": 198,
"unit": "PT"
},
"indentStart": {
"magnitude": 216,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%6",
"indentFirstLine": {
"magnitude": 234,
"unit": "PT"
},
"indentStart": {
"magnitude": 252,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β",
"glyphFormat": "%7",
"indentFirstLine": {
"magnitude": 270,
"unit": "PT"
},
"indentStart": {
"magnitude": 288,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
},
{
"bulletAlignment": "START",
"glyphSymbol": "β ",
"glyphFormat": "%8",
"indentFirstLine": {
"magnitude": 306,
"unit": "PT"
},
"indentStart": {
"magnitude": 324,
"unit": "PT"
},
"textStyle": {
"underline": false
},
"startNumber": 1
}
]
}
}
},
"revisionId": "[revision id]",
"suggestionsViewMode": "SUGGESTIONS_INLINE",
"documentId": "[document id]"
}
Issue Analytics
- State:
- Created 3 years ago
- Comments:12 (8 by maintainers)
Top Results From Across the Web
Vertical tab (bug or problem)
hello i have a very annoying problem with vertical tab. When it's enabled and i uncheck show vertical tab button, the button don't...
Read more >Is this a bug or a feature? (vertical tabs panel closing too ...
It seems the vertical tabs are in too much hurry to close itself !! Upvote
Read more >Issues for Vertical Tabs
Title Status Priority
problem in multilingual environement Closed (works as designed) Normal
Incompatability with CCK fieldsets and multigroups Postponed Normal
Vertical tabs breaks Image FUpload upload...
Read more >Bugs when using "Vertical Tab Group" - Studio
In Studio 2020.10.4 I have experiences several bugs when using vertical tab groups. (The function which opens two .xaml docs side by side)....
Read more >How to get a Fix or Workaround to Bug 17200843
Oracle JDeveloper - Version 12.2.1.3.0 to 12.2.1.3.0 [Release 12c]: How to get a Fix or Workaround to Bug 17200843 : ALTA VERTICAL TAB...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @roelfjan, I can reproduce. Itβs very strange, I will investigate.
Thank you for the full json, itβs very helpful.
I will think about it. Thank you