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

Section.HasTitlePage

Description

=20

Sets or returns a boolean that represents whether or not th= is section has a title page. This can affect page numbering and the appeara= nce of headers and footers.

=20
C#
=20
 public boolean HasTitlePage{ get; set; }
=20
=20
vb.net
=20
Public Property HasTitlePage() As Boolean
=20
=20

Examples

$body

=20
C#
=20

          //--- Return HasTitlePage
          bool hasTitlePage =3D oSection.HasTitlePage;


          //--- Set HasTitlePage
          oSection.HasTitlePage =3D true;
        
=20
=20
vb.net
=20

          '--- Return HasTitlePage
          Dim hasTitlePage As Boolean =3D oSection.HasTitlePage

          '--- Set HasTitlePage
          oSection.HasTitlePage =3D True
        
=20
=20

Examples

$body
------=_Part_10462_1798935943.1711725291834--