...
Description |
---|
Excerpt |
---|
Returns a ParagraphFormatting.LineSpacingRule |
...
object |
...
that |
...
represents |
...
the |
...
type |
...
of |
...
line |
...
spacing |
...
for |
...
a |
...
paragraph. |
...
There |
...
are |
...
3 |
...
types: |
...
AtLeast, |
...
Exactly, |
...
and |
...
Multiple. |
...
AtLeast |
...
and |
...
Exactly |
...
use |
...
twips |
...
to |
...
specify |
...
a |
...
minimum |
...
height |
...
and |
...
exact |
...
height |
...
respectively. |
...
One |
...
twip |
...
= |
...
(1/20 |
...
pt |
...
) |
...
or |
...
(1/1440 |
...
in |
...
). |
...
Multiple |
...
specifies |
...
a |
...
spacing |
...
as |
...
a |
...
number |
...
of |
...
lines. |
...
Multiple |
...
is |
...
the |
...
most |
...
common |
...
type |
...
of |
...
spacing. |
...
Signature | ||||
---|---|---|---|---|
| ||||
public SpacingRule LineSpacingRule{ get; }
{signature}{signature: |
Signature | ||||||
---|---|---|---|---|---|---|
| }
| |||||
Public ReadOnly Property LineSpacingRule() As SpacingRule
{signature}
{remarks}MS Word |
Remarks |
---|
MS Word equivalent: Format menu > ParagraphFormatting... > Indents and Spacing > Spacing section > Line spacing: {remarks} |