Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

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

Signature
C#C#
Wiki Markup
{description}
{excerpt}Applies [ParagraphFormatting|ParagraphFormatting] to all paragraphs in this TableCell. The ParagraphFormatting will not be applied to paragraphs inside nested tables.{excerpt}
{signature:C#}
 public void ApplyParagraphFormatting(ParagraphFormatting formatting)
Signature
{signature}{signature:vb.net
vb.net
}
Public Sub ApplyParagraphFormatting(ByVal formatting As ParagraphFormatting)
Parameters
{signature}
{parameters}
{param:formatting}A {{ParagraphFormatting}} object containing formatting properties to apply to the cell.{param}
{example}{code:csharp|title=C#}
tblCell.ApplyParagraphFormatting(paraFormat);
{code}
{code:vb.net
|title=vb.net
}
tblCell.ApplyParagraphFormatting(paraFormat){code}

{example}
Param
formattingformatting

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

Example
Code Block
csharpcsharp
titleC#
Code Block
vb.nettitle