コード例 #1
0
 public SelectTextBlockToLeftAction(params char[] separators)
 {
     this.finder = new TextBlockFinderToLeft(separators);
 }
コード例 #2
0
 public RemoveTextBlockToLeft(TextBlockFinder finder)
 {
     this.finder = finder;
 }