public void apply(AnchorNode anchorNode)
 {
     Console.WriteLine("Highlight Anchor Node ...");
 }
Exemplo n.º 2
0
 public void Apply(AnchorNode anchor)
 {
     Console.WriteLine("Hightlight anchor..");
 }
Exemplo n.º 3
0
 public void apply(AnchorNode anchorNode)
 {
     Console.WriteLine("Plain Text of Anchor Node ...");
 }
 public void Apply(AnchorNode anchor)
 {
     Console.WriteLine("Text-anchor");
 }