Body Text Variations¶
Standard Body Text
{
"type": "P-BODY",
"style": {
"font": {
"name": "Calibri",
"size": 11
},
"paragraph": {
"alignment": "left",
"line_spacing": 1.15,
"spacing_after": 6
}
}
}
Justified Paragraph
{
"type": "P-BODY",
"style": {
"font": {
"name": "Times New Roman",
"size": 12
},
"paragraph": {
"alignment": "justify",
"line_spacing": 1.5,
"spacing_after": 12
}
}
}
Indented Quote
{
"type": "P-BODY",
"style": {
"font": {
"name": "Georgia",
"size": 11,
"italic": true
},
"paragraph": {
"alignment": "left",
"left_indent": 720,
"right_indent": 720,
"spacing_before": 12,
"spacing_after": 12,
"shading": "F5F5F5"
}
}
}
Highlighted Important Text
{
"type": "P-BODY",
"style": {
"font": {
"name": "Calibri",
"size": 11,
"highlight": "yellow"
},
"paragraph": {
"spacing_after": 6
}
}
}