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

Section.LineNumberX

Description

=20

Sets or returns an int that represents the x position of li= ne numbers in twips. One twip =3D (1/20 pt) or ( 1/1440 in)

=20
C#
=20
 public int LineNumberX{ get; set; }
=20
=20
vb.net
=20
Public Property LineNumberX() As Integer
=20
=20

Remarks

$bodyMS Word equivalent= : File > Page Setup... > Layout tab > Preview section (make sure A= pply To: This Section is selected) > Line Numbers... button > From te= xt:

=20

Remarks

$body=20

Examples

$body

=20
C#
=20

          //--- Return LineNumberX
          int lineNumberX =3D oSection.LineNumberX;

          //--- Set LineNumberX to .2 inches
          oSection.LineNumberX =3D 288;
        
=20
=20
vb.net
=20

          '--- Return LineNumberX
          Dim lineNumberX As Integer =3D oSection.LineNumberX

          '--- Set LineNumberX to .2 inches
          oSection.LineNumberX =3D 288
        
=20
=20

Examples

$body
------=_Part_10292_1686435366.1711720498487--