Message-ID: <2115140050.10349.1711722307059.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_10348_76789750.1711722307059" ------=_Part_10348_76789750.1711722307059 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html ParagraphFormatting.LineSpacing

ParagraphFormatting.LineSpacing

Description

Returns an=20 int representing the line spacing for a paragraph.=20
C#
=20
public int LineSpacing{ get; }
=20
=20
vb.net
=20
Public ReadOnly Property LineSpacing() As Intege=
r
=20
=20

Remarks

=20

There are three types of line spacing: AtLeast, Exactly, and Multiple. A= tLeast and Exactly are set in twips. One twip =3D (1/20 pt) or (1/1440 in).= Multiple is set in number of lines. AtLeast must be between 0 pt (0 twips)= and 1584 pt (31680 twips). Exactly must be between 0.7 pt (14 twips) and 1= 584 pt (31680 twips). Multiple must be between 1 line and 132 lines. Values= beyond these for all 3 types will be adjusted automatically.

MS Word equivalent: Format menu > Paragraph... > Indents and Spaci= ng > Spacing section > At:

The default value for this property is 2.

=20

Examples

=20
C#
=20
          //--- Return LineSpacing
          int lineSpacing =3D oParagraphFormatting.LineSpacing;
        
=20
vb.net
=20
          '--- Return LineSpacing
          Dim lineSpacing As Integer =3D oParagraphFormatting.LineSpacing
        
=20
------=_Part_10348_76789750.1711722307059--