clone method

On this page

clone

Creates and returns a full deep copy of these options.

def clone(self):
    ...

Returns: New instance of the WordProcessingOptions class.

See Also

On this page