separator property

Field.separator property

Gets the node that represents the field separator. Can be None.

@property
def separator(self) -> aspose.words.fields.FieldSeparator:
    ...

See Also