Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
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#
Wiki Markup
{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.{excerpt}
{signature:C#}
 public sealed class SpacingRule : TypesafeEnum
Signature
{signature}{signature:vb.net
vb.net
}
Public NotInheritable Class SpacingRule
		Inherits TypesafeEnum
Remarks

The default value for the ParagraphFormatting.LineSpacing property is Multiple

Values

...

Name

...

Description

...

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

...

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

...

{signature}
{remarks}The default value for the [ParagraphFormatting.LineSpacing|ParagraphFormatting.LineSpacing] property is {{Multiple}}

{remarks}
{values}
||Name||Description||
|{anchor:AtLeast}AtLeast|Minimum height of the width between lines in twips. One twip = \(1/20 pt\).|
|{anchor:Exactly}Exactly|Exact height of the width between lines in twips. One twip = \(1/20 pt\).|
|{anchor:Multiple}Multiple|Exact height of the width between lines in number of lines. For example, enter 2 for double spacing.|