Uses of Class
de.xima.fc.common.workflow.bpmn.EWorkflowBpmnTextLayoutLineBreakMode
-
Packages that use EWorkflowBpmnTextLayoutLineBreakMode Package Description de.xima.fc.common.workflow.bpmn de.xima.fc.workflow.designer.bpmn.model.settings -
-
Uses of EWorkflowBpmnTextLayoutLineBreakMode in de.xima.fc.common.workflow.bpmn
Methods in de.xima.fc.common.workflow.bpmn that return EWorkflowBpmnTextLayoutLineBreakMode Modifier and Type Method Description EWorkflowBpmnTextLayoutLineBreakMode
WorkflowBpmnTextLayoutSettings. lineBreakMode()
Whether to remove output line breaks from the emitted text.static EWorkflowBpmnTextLayoutLineBreakMode
EWorkflowBpmnTextLayoutLineBreakMode. valueOf(String name)
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 EWorkflowBpmnTextLayoutLineBreakMode Modifier and Type Method Description WorkflowBpmnTextLayoutSettings.Builder
WorkflowBpmnTextLayoutSettings.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 EWorkflowBpmnTextLayoutLineBreakMode Modifier and Type Method Description EWorkflowBpmnTextLayoutLineBreakMode
TextSettingsViewModel. getLineBreakMode()
Methods in de.xima.fc.workflow.designer.bpmn.model.settings with parameters of type EWorkflowBpmnTextLayoutLineBreakMode Modifier and Type Method Description void
TextSettingsViewModel. setLineBreakMode(EWorkflowBpmnTextLayoutLineBreakMode lineBreakMode)
-