export_style_pool property

export_style_pool property

Indicates whether to export styles collectively or individually to each cell.

Definition:

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

See Also