Skip to content

bpmnlabel_style

Model definition for BPMNLabelStyle.

CLASS DESCRIPTION
BPMNLabelStyle

BPMNLabelStyle provides appearance options for a BPMNLabel.

Classes

BPMNLabelStyle dataclass

BPMNLabelStyle(*, id: Optional[str] = None, font: Font)

Bases: Style

BPMNLabelStyle provides appearance options for a BPMNLabel.

ATTRIBUTE DESCRIPTION
font

A font object that describes the properties of the font used for the labels that reference this style.

TYPE: Font

Attributes

font class-attribute instance-attribute
font: Font = field(
    metadata={
        "name": "Font",
        "type": "Element",
        "namespace": "http://www.omg.org/spec/DD/20100524/DC",
        "required": True,
    }
)

A font object that describes the properties of the font used for the labels that reference this style.

Functions