Uses of Enum
de.xima.fc.common.workflow.bpmn.EWorkflowBpmnTextLayoutLineBreakMode
Packages that use EWorkflowBpmnTextLayoutLineBreakMode
Package
Description
-
Uses of EWorkflowBpmnTextLayoutLineBreakMode in de.xima.fc.common.workflow.bpmn
Subclasses with type arguments of type EWorkflowBpmnTextLayoutLineBreakMode in de.xima.fc.common.workflow.bpmnModifier and TypeClassDescriptionenumDefines how line breaks are handled when converting a workflow to a BPMN diagrams.Methods in de.xima.fc.common.workflow.bpmn that return EWorkflowBpmnTextLayoutLineBreakModeModifier and TypeMethodDescriptionWorkflowBpmnTextLayoutSettings.lineBreakMode()Whether to remove output line breaks from the emitted text.Returns the enum constant of this type with the specified name.static EWorkflowBpmnTextLayoutLineBreakMode[]EWorkflowBpmnTextLayoutLineBreakMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.common.workflow.bpmn with parameters of type EWorkflowBpmnTextLayoutLineBreakModeModifier and TypeMethodDescriptionWorkflowBpmnTextLayoutSettings.Builder.lineBreakMode(EWorkflowBpmnTextLayoutLineBreakMode lineBreakMode) Sets how to treat line breaks when lay-outing text. -
Uses of EWorkflowBpmnTextLayoutLineBreakMode in de.xima.fc.workflow.designer.bpmn.model.settings
Methods in de.xima.fc.workflow.designer.bpmn.model.settings that return EWorkflowBpmnTextLayoutLineBreakModeMethods in de.xima.fc.workflow.designer.bpmn.model.settings with parameters of type EWorkflowBpmnTextLayoutLineBreakModeModifier and TypeMethodDescriptionvoidTextSettingsViewModel.setLineBreakMode(EWorkflowBpmnTextLayoutLineBreakMode lineBreakMode)