|
Programmer's Reference >
WordApplication API >
AutoFormatter
The AutoFormatter Object
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.
AutoFormatter Enumerations
| Name | Description |
| AutoFormatter.Edge | An AutoFormatter.Edge value specifies the location of a table cell in relation to the outer edge of the table.
|
This object does not have any properties defined.
AutoFormatter Methods
| Returns | Signature and Description |
|
void
|
FormatCell ( TableCell
aCell
, int
aRow
, int
aColumn
, AutoFormatter.Edge
aLocation
)
This method must be implemented by the class you want to use as an AutoFormatter
|

Copyright 2007 © SoftArtisans, Inc. All Rights Reserved.
|