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
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: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#}
TableFormatting oTableFormatting = oDocument.CreateTableFormatting();{code}
{code:vb.net|title=vb.net}
Dim oTableFormatting As TableFormatting = oDocument.CreateTableFormatting(){code}

{example}