Skip to content

Commit 39d78d4

Browse files
authored
Update spacing.md
1 parent 530b5a8 commit 39d78d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/usage/styles/spacing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ $section->addText('Hello, World!', null, 'pStyle');
1111
See [`Sample_08_ParagraphPagination`](/samples/Sample_08_ParagraphPagination.php) for more code samples.
1212

1313
## Options
14-
- `after`. Space after paragraph in *twip*. 1pt = 20twip.
15-
- `before`. Space before paragraph in *twip*. 1pt = 20twip.
16-
- `line`. Space between lines within a paragraph in *twip*. If lineRule is auto, 240 (height of 1 line) will be added, so if you want a double line height, set this to 240.
14+
- `after`. Space after paragraph in *twip*. 20twip = 1pt.
15+
- `before`. Space before paragraph in *twip*. 20twip = 1pt.
16+
- `line`. Space between lines within a paragraph in *twip*. If `lineRule` is *auto*, 240 (height of 1 line) will be added, so if you want a double line height, set this to 240. If `lineRule` is *exact* or *atLeast*, 20twip = 1pt.
1717
- `lineRule`. Line Spacing Rule. *auto*, *exact*, *atLeast*
1818
* See [`SimpleType > LineSpacingRule`](../simpletypes/linespacingrule.md) class constants for possible values.
1919

0 commit comments

Comments
 (0)