Message-ID: <124865383.9779.1711702570093.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_9778_2135097079.1711702570093" ------=_Part_9778_2135097079.1711702570093 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Section.GetHeader(Section.HeaderFooterType)

Section.GetHeader(Section.HeaderFooterType)

= Description

=20

Returns an Element object that repr= esents the header of the specified type for this section. The header is ret= urned as a editable element. There are 4 types of headers:

=20
C#
=20
 public Element GetHeader(HeaderFooterType type)
=20
=20
vb.net
=20
Public Function GetHeader(ByVal type As HeaderFooterType) As Element
=20
=20

Parameter= s

=20
type
A=20 Section.= HeaderFooterType object that represents the type of header to return.= =20

Returns

= An=20 Element object that represents the header of the specified typ= e for this section.=20

Examples=20
C#
=20

          Element oElement =3D oSection.GetHeader(Section.HeaderFooterType.=
All);
        
=20
=20
vb.net
=20

          Dim oElement As Element =3D oSection.GetHeader(Section.HeaderFoot=
erType.All)
        
=20

------=_Part_9778_2135097079.1711702570093--