将超链接设置到 RichTextBox

发布于 2024-10-18 23:17:12 字数 761 浏览 1 评论 0原文

我在 MS Word 中创建了带有超链接的 rtf 文件并将其加载到 RichTextBox 中。 RichTextBox 中的超链接不起作用。 RichTextBox 和 MS Word 使用不同的 rtf 代码吗?如何在 RichTextBox 中使用我的参数创建超链接(使用没有 URL 的超链接)?

显示的文本如下所示:

一些开始文本。这里一定是 超链接:Link_Text。这里的文字 超链接后。一些结束文本。

RTF 文本:

{\rtf1\ansi\ansicpg1251\deff0\deflang1058\deflangfe1058\deftab708{\fonttbl{\f0\fswiss\fprq2\fcharset204 Calibri;}{\f1\fswiss\fprq2\fcharset0 口径;}} {\colortbl ;\red0\green0\blue255;} {*\发电机 编辑软件 5.41.21.2509;}\viewkind4\uc1\pard\nowidctlpar\f0\fs22 一些开始文本。\par \pard 这里必须 是超链接: {\field{*\fldinst{超级链接 “地址”}}{\fldrslt{\cf1\ul Link_Text}}}\cf0\ulnone\f0\fs22 。和 这里是超链接后的文本。\par 一些 结束文本\lang1033\f1 .\lang1058\f0\par }

I created rtf file with hyperlink in MS Word and loaded it into RichTextBox. Hyperlink in RichTextBox does not work. Are RichTextBox and MS Word use different rtf code? How can I create hyperlink with my parameters (to use the hyperlink without URL) in RichTextBox?

Displayed text looks like:

Some start text. Here must be
hyperlink: Link_Text. And here text
after hyperlink. Some end text.

Rtf text:

{\rtf1\ansi\ansicpg1251\deff0\deflang1058\deflangfe1058\deftab708{\fonttbl{\f0\fswiss\fprq2\fcharset204
Calibri;}{\f1\fswiss\fprq2\fcharset0
Calibri;}} {\colortbl
;\red0\green0\blue255;} {*\generator
Msftedit
5.41.21.2509;}\viewkind4\uc1\pard\nowidctlpar\f0\fs22
Some start text.\par \pard Here must
be hyperlink:
{\field{*\fldinst{HYPERLINK
"address"}}{\fldrslt{\cf1\ul
Link_Text}}}\cf0\ulnone\f0\fs22 . And
here text after hyperlink.\par Some
end text\lang1033\f1 .\lang1058\f0\par
}

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

难理解 2024-10-25 23:17:12

我可以给你指出一些我自己也不知道的方法。当然,我的问题之一是我们如何使用这个超链接功能将我们的对象嵌入到 rtf 中。看看下面的代码是否有用:

{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
{\fonttbl\f0\fnil\fcharset0 Calibri;}
{\colortbl;\red255\green255\blue255;}
\paperw11900\paperh16840\vieww12000\viewh13860\viewkind0
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural

\f0\fs22 \cf0 Here are some start text, {\field{\*\fldinst{HYPERLINK "http://www.msn.com"}}{\fldrslt this is hyper link}} Here are some final text\
}

将其复制并粘贴到 MacVim 等编辑器中,并将其另存为 rtf,然后使用 MSWordPad 或 TextEdit 等工具打开它。当链接有不同的文本时,这必须显示得很好。现在在 Richtextbox 中打开它,您将看到它会有不同的解释:(。

要查看这一点,请关注此线程

I can point you to some way that I myself don't know to where it ends. It is of course one of my questions that how can we use this hyperlink feature to embed our objects to the rtf. see if the following code is useful:

{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
{\fonttbl\f0\fnil\fcharset0 Calibri;}
{\colortbl;\red255\green255\blue255;}
\paperw11900\paperh16840\vieww12000\viewh13860\viewkind0
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural

\f0\fs22 \cf0 Here are some start text, {\field{\*\fldinst{HYPERLINK "http://www.msn.com"}}{\fldrslt this is hyper link}} Here are some final text\
}

Copy and paste it to an editor like MacVim and save it as rtf, then open it with MSWordPad or some thing like TextEdit. this must show fine where link has different text. Now open it in the richtextbox and you will see it will be interpreted differently :(.

To see the point follow this thread.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文