text_converter property

FieldIncludeText.text_converter property

Gets or sets the name of the text converter for the format of the included file.

@property
def text_converter(self) -> str:
    ...

@text_converter.setter
def text_converter(self, value: str):
    ...

See Also