apply_style method

apply_style(text_style, line_style, fill_style)

Applies style for full page.

def apply_style(self, text_style, line_style, fill_style):
    ...
ParameterTypeDescription
text_styleinttext Style id.
line_styleintline Style id.
fill_styleintfill Style id.

Remarks

Default value is -1.

See Also