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}{signature:
}
Signature
vb.net
vb.net
Public Sub ApplyParagraphFormatting(ByVal formatting As ParagraphFormatting)
{signature}
{parameters}
{param:formatting}A {{ParagraphFormatting}} object containing formatting properties to apply to the cell.{param}
{example}{code:csharp|title=C#}
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} {code:
Code Block
vb.net
|title=
vb.net
titlevb.net
}

tblCell.ApplyParagraphFormatting(paraFormat)
{code} {example}