Equation Editor interface support
This commit is contained in:
@@ -389,6 +389,8 @@ namespace Volian.Print.Library
|
||||
string txt = null;
|
||||
if ((cai.Text==null || cai.Text=="") && (cai.Type == 20036 || cai.Type == 20037 || cai.Type == 20038 || cai.Type == 20039))
|
||||
txt = "Embedded Image";
|
||||
else if ((cai.Text == null || cai.Text == "") && (cai.Type > 20099))
|
||||
txt = "Equation";
|
||||
else
|
||||
txt = ItemInfo.ConvertToDisplayText(cai.Text);
|
||||
if (MyProc.MyDocVersion.MultiUnitCount > 1)
|
||||
|
Reference in New Issue
Block a user