Page tree

Versions Compared

Key

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

Excerpt

Returns a TableFormatting object that represents the table formatting used by the NormalTable style.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Returns a [TableFormatting|TableFormatting] object that represents the table formatting used by the NormalTable style.{excerpt}
{signature:C#}
 public TableFormatting CreateTableFormatting()
Signature
{signature}{signature:vb.net
vb.net
}
Public Function CreateTableFormatting() As TableFormatting
Returns

A TableFormatting object that represents the table formatting used by the NormalTable style.

{signature}
{returns}A {{TableFormatting}} object that represents the table formatting used by the NormalTable style.{returns}
{example}{code:csharp|title=C#}
TableFormatting oTableFormatting = oDocument.CreateTableFormatting();
{code}
{code:vb.net
|title=vb.net
}
Dim oTableFormatting As TableFormatting = oDocument.CreateTableFormatting(){code}

{example}
Example
Code Block
csharpcsharp
titleC#
Code Block
vb.nettitle