ParagraphSpacing

ParagraphSpacing

is an option for Cell, StyleBox, and Style that specifies how much extra space to leave between successive paragraphs of text.

Details

  • ParagraphSpacing->{c,0} leaves an extra space of c times the height of the font in the paragraph.
  • ParagraphSpacing->{0,n} leaves an extra space of exactly n printer's points.
  • ParagraphSpacing->{c,n} leaves an extra space of c times the height of the font plus n printers points.
  • Paragraph breaks are taken to occur whenever an explicit newline character appears in a block of text.
  • ParagraphSpacing is added to LineSpacing to determine spacing between paragraphs.
  • A typical default setting is ParagraphSpacing->{0,0}.
  • ParagraphSpacing applies only to ordinary text, not Wolfram Language expressions.
  • Extra space specified by ParagraphSpacing is inserted before the first line of each paragraph. No extra space is inserted if the paragraph is at the beginning of a cell or a string.

Examples

Basic Examples  (1)

Create cells with varying amounts of space between paragraphs:

Wolfram Research (1996), ParagraphSpacing, Wolfram Language function, https://reference.wolfram.com/language/ref/ParagraphSpacing.html.

Text

Wolfram Research (1996), ParagraphSpacing, Wolfram Language function, https://reference.wolfram.com/language/ref/ParagraphSpacing.html.

CMS

Wolfram Language. 1996. "ParagraphSpacing." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/ParagraphSpacing.html.

APA

Wolfram Language. (1996). ParagraphSpacing. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ParagraphSpacing.html

BibTeX

@misc{reference.wolfram_2023_paragraphspacing, author="Wolfram Research", title="{ParagraphSpacing}", year="1996", howpublished="\url{https://reference.wolfram.com/language/ref/ParagraphSpacing.html}", note=[Accessed: 19-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_paragraphspacing, organization={Wolfram Research}, title={ParagraphSpacing}, year={1996}, url={https://reference.wolfram.com/language/ref/ParagraphSpacing.html}, note=[Accessed: 19-March-2024 ]}