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 TrimReturns 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, Lazy<Pattern2> end) CommandMultilines3(IRegex patternStart, MultilinesStrategy strategy, Trim trimEnd, IRegex patternEnd) UBrexCommandMultilines2(UnicodeBracketedExpression patternStart, MultilinesStrategy strategy, Trim trimEnd, Lazy<UnicodeBracketedExpression> end)