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}{signature:
}
Signature
vb.net
vb.net
Public Sub ApplyFont(ByVal font As Font)
{signature}
{parameters}
{param:font}A {{Font}} representing the properties that should be applied to text in this TableCell.{param}
{example}{code:csharp|title=C#}
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} {code:
Code Block
vb.net
|title=
vb.net
titlevb.net
}

tblCell.ApplyFont(tblFont)
{code} {example}