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
vb.net
vb.net
Public Function CreateTableFormatting() As TableFormatting
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 Block
vb.net
vb.net
titlevb.net
Dim oTableFormatting As TableFormatting = oDocument.CreateTableFormatting()