Message-ID: <2045715088.10085.1711712291494.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_10084_2021876567.1711712291478" ------=_Part_10084_2021876567.1711712291478 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html AutoFormatter

AutoFormatter

Description

=20

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.

=20
C#
=20
 public abstract class AutoFormatter
=20
=20
vb.net
=20
Public MustInherit Class AutoFormatter
=20
=20

Methods

=20
=20 =20 =20 =20 =20 =20 = =20 = =20 =20

Name

Description

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

This method must be implemented by the class you= want to use as an AutoFormatter. Then, when you import data, you can use <= a href=3D"/display/WW8/DataImportProperties.AutoFormatter">DataImportProper= ties.AutoFormatter to set the AutoFormatter for that data import.
=20

Nested Classes

=20
=20 =20 =20 =20 =20 =20 =20 =20 =20

Name

Description

E= dge

An A= utoFormatter.Edge value specifies the location of a table cell in relat= ion to the outer edge of the table.
------=_Part_10084_2021876567.1711712291478--