获取链接文档的格式化文本

时间:2015-03-11 15:48:08

标签: c# enterprise-architect

为了获取链接文档的文本并将其插入到我使用element.GetLinkedDocument()方法的文档中。

但是,我在文本中得到了RTF字符。 因此,我使用Repository.GetFormatFromField()方法将其返回到简单文本。

我现在想要的是将链接的文档文本格式化,就像它在EA中一样 - 没有RTF字符但格式化。
有什么想法吗?

string linkedDocumentText = Repository.GetFormatFromField("TXT", Repository.GetFieldFromFormat("RTF", element.GetLinkedDocument()));        
Document.Instance().InsertText("\n" + linkedDocumentText + "\n", "Normal");

0 个答案:

没有答案