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

NamedStyle.Font

Description

Returns a=20 Font object that is a copy of = this style's font. Some style types do not have character formatting. In th= ese cases, this method returns null.=20
C#
=20
public Font Font{ get; }
=20
=20
vb.net
=20
Public ReadOnly Property Font() As Font
=20
=20

Examples

=20
C#
=20
          Font fnt =3D namedStyl.Font;
=20
vb.net
=20
          Dim fnt As Font =3D namedStyl.Font
=20
------=_Part_10314_1464750498.1711721396894--