number_separator property

FieldRef.number_separator property

Gets or sets the character sequence that is used to separate sequence numbers and page numbers.

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

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

See Also