Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Description

Excerpt

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

Signature
C#
C#
 public void ApplyParagraphFormatting(ParagraphFormatting formatting)
Signature
vb.net
vb.net
Public Sub ApplyParagraphFormatting(ByVal formatting As ParagraphFormatting)
Parameters
Param
formatting
formatting

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

Example
Code Block
csharp
csharp
titleC#
tblCell.ApplyParagraphFormatting(paraFormat);
Code Block
vb.net
vb.net
titlevb.net
tblCell.ApplyParagraphFormatting(paraFormat)