如何使用 MSWord 插件检测文本中的字符构成?
我有一个复杂的(阿拉伯语)Text
,它由不同的形式组成,例如
独立、初始、中间和中间。特定字形的最终形式,例如单词 带带
由首字母 带
+ 中间 组成ä
+ 最终带
所以首先 &第三个字形是阿拉伯字符的不同形式。
使用 Globals.ThisAddIn.Application.Selection.Range.Characters
我可以访问除 First & 之外的所有字符。第三个字符是相同的字符带
。不幸的是,在这种特殊情况下,我需要访问彼此不同的不同字形,即 ﻛ
'\uFB90' 和 带
'\uFB8F'
有没有办法获得不同的字符格式?或者从范围访问字形Unicode值?
任何帮助都是appriced
I have a Complex (Arabic) Text
which consists of different formation like
Isolated, Initial, Medial & Final Form of a specific glyph for instance word کلک
consists of initial ک
+ Medial ل
+ final ک
So First & Third glyphs are different formation of an Arabic Character.
Using Globals.ThisAddIn.Application.Selection.Range.Characters
I have access to All of the characters but First & Third character are the same character ک
. Unfortunately In this especial case I need to access to Different Glyphs which are different to each other i.e ﻛ
'\uFB90' and ک
'\uFB8F'
Is there any solution to get different formation of a character? or get access to glyph Unicode value from a Range?
Any help is appriciated
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论