field_map_datas property
Odso.field_map_datas property
Gets or sets a collection of objects that specify how columns from the external data source
are mapped to the predefined merge field names in the document.
This object is never None
.
@property
def field_map_datas(self) -> aspose.words.settings.OdsoFieldMapDataCollection:
...
@field_map_datas.setter
def field_map_datas(self, value: aspose.words.settings.OdsoFieldMapDataCollection):
...
See Also
- module aspose.words.settings
- class Odso