Example #1
0
 public EMDecorationMatch(EMTaggedElementMatch match, EMDecorationType type)
     : base(match.Index, match.Text, match.ContentStart, match.ContentLength)
 {
     Type = type;
 }
Example #2
0
 public EMDecorationMatch(EMTaggedElementMatch match, EMDecorationType type)
     : base(match.Index, match.Text, match.ContentStart, match.ContentLength)
 {
     Type = type;
 }
Example #3
0
 public EMBracketedImagesAndLinksMatch(EMTaggedElementMatch baseMatch, string parameters)
     : base(baseMatch.Index, baseMatch.Text, baseMatch.ContentStart, baseMatch.ContentLength)
 {
     Parameters = parameters;
 }
Example #4
0
 public EMBracketedImagesAndLinksMatch(EMTaggedElementMatch baseMatch, string parameters)
     : base(baseMatch.Index, baseMatch.Text, baseMatch.ContentStart, baseMatch.ContentLength)
 {
     Parameters = parameters;
 }