Uses of Class
net.sourceforge.plantuml.command.MultilinesStrategy
-
Packages that use MultilinesStrategy Package Description net.sourceforge.plantuml.command -
-
Uses of MultilinesStrategy in net.sourceforge.plantuml.command
Methods in net.sourceforge.plantuml.command that return MultilinesStrategy Modifier and Type Method Description static MultilinesStrategy
MultilinesStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static MultilinesStrategy[]
MultilinesStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sourceforge.plantuml.command with parameters of type MultilinesStrategy Modifier and Type Method Description BlocLines
BlocLines. cleanList(MultilinesStrategy strategy)
Constructors in net.sourceforge.plantuml.command with parameters of type MultilinesStrategy Constructor Description CommandMultilines2(IRegex patternStart, MultilinesStrategy strategy)
CommandMultilines3(IRegex patternStart, MultilinesStrategy strategy)
-