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

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

Signature
C#
C#
 public TableFormatting CreateTableFormatting()
{signature}{signature:
}
Signature
vb.net
vb.net
Public Function CreateTableFormatting() As TableFormatting
{signature}
{returns}A {{TableFormatting}} object that represents the table formatting used by the NormalTable style.{returns}
{example}{code:csharp|title=C#}
Returns

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

Example
Code Block
csharp
csharp
titleC#

TableFormatting oTableFormatting = oDocument.CreateTableFormatting();
{code} {code:
Code Block
vb.net
|title=
vb.net
titlevb.net
}

Dim oTableFormatting As TableFormatting = oDocument.CreateTableFormatting()
{code} {example}