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 EWorkflowBpmnTextLayoutLineBreakModeWorkflowBpmnTextLayoutSettings. lineBreakMode()Whether to remove output line breaks from the emitted text.static EWorkflowBpmnTextLayoutLineBreakModeEWorkflowBpmnTextLayoutLineBreakMode. 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.BuilderWorkflowBpmnTextLayoutSettings.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 EWorkflowBpmnTextLayoutLineBreakModeTextSettingsViewModel. getLineBreakMode()Methods in de.xima.fc.workflow.designer.bpmn.model.settings with parameters of type EWorkflowBpmnTextLayoutLineBreakMode Modifier and Type Method Description voidTextSettingsViewModel. setLineBreakMode(EWorkflowBpmnTextLayoutLineBreakMode lineBreakMode)
-