Message-ID: <1280927217.8211.1711637583800.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_8210_437060451.1711637583800" ------=_Part_8210_437060451.1711637583800 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Document.CreateFont()

Document.CreateFont()

Description

=20

Returns a Font object based on the fon= t used by the Normal Style. You can then change the properties of this font= and use it elsewhere.

=20
C#
=20
 public Font CreateFont()
=20
=20
vb.net
=20
Public Function CreateFont() As Font
=20
=20

Returns

A=20 Font object based on the font used by the Normal Style.=20

Examples

=20
C#
=20
Font oFont =3D oDocument.CreateFont();
=20
=20
vb.net
=20
Dim oFont As Font =3D oDocument.CreateFont()
=20
------=_Part_8210_437060451.1711637583800--