Page tree
Skip to end of metadata
Go to start of metadata

Description

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.

C#
vb.net

Remarks

The default value for the ParagraphFormatting.LineSpacing property is Multiple

Values

Name

Description

AtLeast

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

Exactly

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

Multiple

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

  • No labels