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

When you import data to a table in your document, you can use the AutoFormatter interface to specify how the imported data should be formatted in the table. AutoFormatter contains a single method - FormatCell - which must be implemented in a class that you will use as an AutoFormatter. When you import data, set DataImportProperties.AutoFormatter to the class that you created.

Signature
C#
C#
 public abstract class AutoFormatter
Signature
vb.net
vb.net
Public MustInherit Class AutoFormatter
Methods

Name

Description

FormatCell(TableCell, Int32, Int32, AutoFormatter.Edge)

Excerpt Include
AutoFormatter.FormatCell(TableCell, Int32, Int32, AutoFormatter.Edge)
AutoFormatter.FormatCell(TableCell, Int32, Int32, AutoFormatter.Edge)
nopaneltrue
Classes

Name

Description

Edge

Excerpt Include
AutoFormatter.Edge
AutoFormatter.Edge
nopaneltrue