Uses of Enum Class
net.sourceforge.plantuml.command.MultilinesStrategy
Packages that use MultilinesStrategy
-
Uses of MultilinesStrategy in net.sourceforge.plantuml.command
Methods in net.sourceforge.plantuml.command that return MultilinesStrategyModifier and TypeMethodDescriptionstatic MultilinesStrategy
Returns the enum constant of this class with the specified name.static MultilinesStrategy[]
MultilinesStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.sourceforge.plantuml.command with parameters of type MultilinesStrategyModifierConstructorDescriptionCommandMultilines2
(IRegex patternStart, MultilinesStrategy strategy, Trim trimEnd) CommandMultilines3
(IRegex patternStart, MultilinesStrategy strategy, Trim trimEnd) -
Uses of MultilinesStrategy in net.sourceforge.plantuml.utils
Methods in net.sourceforge.plantuml.utils with parameters of type MultilinesStrategy