create_style method

create_style(self)

Creates a new style.

Returns

Returns a style object.


def create_style(self):
    ...

create_style(self, clone_default_style)

Creates a new style.

Returns

Returns a style object.


def create_style(self, clone_default_style):
    ...
ParameterTypeDescription
clone_default_styleboolIncidates whether clones the default style

See Also