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

Border.Padding

Description

=20

Sets or returns an int that represents the space to maintai= n between the border and the text in twips. One twip =3D (1/20 pt) or (1/14= 40 in)

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

Remarks

=20

The minimum width is 0 points and the maximum width is 32 points. Values= beyond these will be automatically adjusted.

=20

MS Word equivalent: Format menu > Borders and Shading... > Borders= tab > Options button > From text

=20

Examples

=20
C#
=20

          //--- Get Padding
          int padding =3D brdr.Padding;

          //--- Set Padding to 4 points
          brdr.Padding =3D 80;
        
=20
=20
vb.net
=20

          '--- Get Padding
          Dim padding As Integer =3D brdr.Padding

          '--- Set Padding to 4 points
          brdr.Padding =3D 80
        
=20
------=_Part_9984_1568116737.1711708402336--