public void StartTextLinkMode(TextLinkModeOptions textLinkModeOptions)
 {
     if (textLinkModeOptions == null)
     {
         throw new ArgumentNullException(nameof(textLinkModeOptions));
     }
     textEditorImpl.StartTextLinkMode(textLinkModeOptions);
 }