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 Font properties to all text in this TableCell. The font properties will not be applied to text inside nested tables.

Signature
C#
C#
 public void ApplyFont(Font font)
Signature
vb.net
vb.net
Public Sub ApplyFont(ByVal font As Font)
Parameters
Param
font
font

A Font representing the properties that should be applied to text in this TableCell.

Example
Code Block
csharp
csharp
titleC#
tblCell.ApplyFont(tblFont);
Code Block
vb.net
vb.net
titlevb.net
tblCell.ApplyFont(tblFont)