Uses of Enum Class
net.sourceforge.plantuml.command.Trim
Packages that use Trim
-
Uses of Trim in net.sourceforge.plantuml.command
Methods in net.sourceforge.plantuml.command that return TrimModifier and TypeMethodDescriptionstatic Trim
Returns the enum constant of this class with the specified name.static Trim[]
Trim.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 TrimModifierConstructorDescriptionCommandMultilines2
(IRegex patternStart, MultilinesStrategy strategy, Trim trimEnd) CommandMultilines3
(IRegex patternStart, MultilinesStrategy strategy, Trim trimEnd)