Added support for Visio

This commit is contained in:
Rich
2017-01-30 16:53:35 +00:00
parent bb9198aa4f
commit 8defa23e65
3 changed files with 159 additions and 58 deletions

View File

@@ -2081,7 +2081,8 @@ namespace Volian.Controls.Library
try
{
richTextBox1.Paste(frm);
if (richTextBox1.Rtf.ToUpper().Contains("OBJCLASS EQUATION")) hasEquation = true;
if (richTextBox1.Rtf.ToUpper().Contains("OBJCLASS EQU")) hasEquation = true;
if (richTextBox1.Rtf.ToUpper().Contains("OBJCLASS VIS")) hasEquation = true; // Support Visio
}
catch (Exception ex)
{