type property
OdsoFieldMapData.type property
Specifies if a given mail merge field has been mapped to a column in the given external data source or not. The default value is OdsoFieldMappingType.DEFAULT.
@property
def type(self) -> aspose.words.settings.OdsoFieldMappingType:
...
@type.setter
def type(self, value: aspose.words.settings.OdsoFieldMappingType):
...
See Also
- module aspose.words.settings
- class OdsoFieldMapData