yasmin_editor.model.text_block module

Free-form documentation text block model.

class yasmin_editor.model.text_block.TextBlock(x: float = 0.0, y: float = 0.0, content: str = '')

Bases: object

Represents a free-form text annotation inside a container.

content: str
x: float
y: float