Message-ID: <611195917.2321.1710830940455.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_2320_1712452373.1710830940440" ------=_Part_2320_1712452373.1710830940440 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html TableCell.ApplyParagraphFormatting(ParagraphFormatting)

TableCell.ApplyParagraphFormatting(ParagraphFormatting)

Description

=20

Applies ParagraphFormatting= to all paragraphs in this TableCell. The ParagraphFormatting will not = be applied to paragraphs inside nested tables.

=20
C#
=20
 public void ApplyParagraphFormatting(ParagraphFormatting formatting)
=20
=20
vb.net
=20
Public Sub ApplyParagraphFormatting(ByVal formatting As ParagraphFormatting=
)
=20
=20

Parameters

=20
formatting
A=20 ParagraphFormatting object containing formatting properties to= apply to the cell.=20

Examples

=20
C#
=20
tblCell.ApplyParagraphFormatting(paraFormat);
=20
=20
vb.net
=20
tblCell.ApplyParagraphFormatting(paraFormat)
=20
------=_Part_2320_1712452373.1710830940440--