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

Signature
C#C#
Wiki Markup
{description}
{excerpt}Applies [Font|Font] properties to all text in this TableCell. The font properties will not be applied to text inside nested tables.{excerpt}
{signature:C#}
 public void ApplyFont(Font font)
Signature
{signature}{signature:vb.net
vb.net
}
Public Sub ApplyFont(ByVal font As Font)
Parameters
{signature}
{parameters}
{param:font}A {{Font}} representing the properties that should be applied to text in this TableCell.{param}
{example}{code:csharp|title=C#}
tblCell.ApplyFont(tblFont);
{code}
{code:vb.net
|title=vb.net
}
tblCell.ApplyFont(tblFont){code}

{example}
Param
fontfont

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

Example
Code Block
csharpcsharp
titleC#
Code Block
vb.nettitle