custom_css_style property

custom_css_style property

The custom CSS style to be applied to the document during conversion.

This style will be applied to the document’s tag to customize rendering.

Definition:

@property
def custom_css_style(self):
    ...
@custom_css_style.setter
def custom_css_style(self, value):
    ...

See Also