回复 5楼ninja_aya的帖子
你好,
如果在没有 UI 情况下需要使用 ServerTextControl 进行文档处理。
测试代码如下:
- static void Main(string[] args)
- {
- TXTextControl.TextControl tc = new TXTextControl.TextControl();
- tc.CreateControl();
- tc.Load("test.tx", TXTextControl.StreamType.InternalFormat);
- }
复制代码
需要注意的是添加license文件(可以通过添加 Windows Form 窗体添加 ServerTextControl 添加),附件是测试Demo:
tx_new.zip
(36.08 KB, 下载次数: 559)
|