public SelectTextBlockToLeftAction(params char[] separators) { this.finder = new TextBlockFinderToLeft(separators); }
public RemoveTextBlockToLeft(TextBlockFinder finder) { this.finder = finder; }