Interface IWorkflowBpmnLayoutNamedBuilder<Self extends IWorkflowBpmnLayoutNamedBuilder<Self>>

    • Method Detail

      • name

        Self name​(String name)
        Sets the name of the BPMN element. When not set, no name alignment item will be created.
        Parameters:
        name - The name of the BPMN element.
        Returns:
        This builder for chaining method calls.
      • name

        Self name​(StyledBpmnLabel name)
        Sets the name of the BPMN element. When not set, no name alignment item will be created.
        Parameters:
        name - The name of the BPMN element.
        Returns:
        This builder for chaining method calls.
      • nameTextLayoutSettings

        Self nameTextLayoutSettings​(WorkflowBpmnTextLayoutSettings textLayoutSettings)
        Sets the text layout settings for the name of the BPMN element.
        Parameters:
        textLayoutSettings - The text layout settings to apply to the name.
        Returns:
        This builder for chaining method calls.