Message-ID: <2006358675.8729.1711658097296.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_8728_624546852.1711658097296" ------=_Part_8728_624546852.1711658097296 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html HeaderFooterSection.SetContent(String, System.IO.Stream)

HeaderFooterSection.SetContent(String, System.IO.Stream)

Introduced in build 4.5.1

=20

Description

Sets the text that will appear in this section of the header or foot= er and adds a picture=20
C#
=20
public void SetContent(string text, System.IO.S=
tream picture)
=20
=20
vb.net
=20
Public Sub SetContent(ByVal text As String, ByVa=
l picture As System.IO.Stream)
=20
=20

= Remarks

=20

For instructions on using the formatting codes for headers and footers, = see Formatting Headers and Footers. The text passed in should include ex= actly one &G formatting code to denote where the pictu= re should go.

=20
=20 Icon=20
=20

Total text, including formatting codes, for all sections of the header o= r footer cannot exceed 255 characters.

=20
=20

Parameters

=20
tex= t
=20

The text to show in this section of the header or footer, including form= atting codes.

=20
=20 Icon=20
=20

To insert the image defined by the picture parameter, y= ou must include the &G formatting code in the text whe= re you wish the picture to appear.

=20
=20
=20
= picture
The picture to insert into the header as a System.IO.Stream ob= ject.
------=_Part_8728_624546852.1711658097296--