Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Description

Excerpt

Line spacing types for a paragraph. If the line spacing is not at least the height of the font used on the line then the top of the character string is truncated.

Signature
C#
C#
<p> public sealed class SpacingRule : TypesafeEnum</p>
Signature
vb.net
vb.net
<p>Public NotInheritable Class SpacingRule<br />
		Inherits TypesafeEnum</p>
Remarks

The default value for the ParagraphFormatting.LineSpacing property is Multiple

Values

Name

Description

Anchor
AtLeast
AtLeast
AtLeast

Minimum height of the width between lines in twips. One twip = (1/20 pt).

Anchor
Exactly
Exactly
Exactly

Exact height of the width between lines in twips. One twip = (1/20 pt).

Anchor
Multiple
Multiple
Multiple

Exact height of the width between lines in number of lines. For example, enter 2 for double spacing.