• <menu id="w2i4a"></menu>
  • logo E-iceblue中文文檔

    文檔首頁(yè)>>E-iceblue中文文檔>>將 RTF 字符串插入 Word 文檔

    將 RTF 字符串插入 Word 文檔


    Spire.Doc for .NET是一款專(zhuān)門(mén)對(duì) Word 文檔進(jìn)行操作的 .NET 類(lèi)庫(kù)。在于幫助開(kāi)發(fā)人員無(wú)需安裝 Microsoft Word情況下,輕松快捷高效地創(chuàng)建、編輯、轉(zhuǎn)換和打印 Microsoft Word 文檔。擁有近10年專(zhuān)業(yè)開(kāi)發(fā)經(jīng)驗(yàn)Spire系列辦公文檔開(kāi)發(fā)工具,專(zhuān)注于創(chuàng)建、編輯、轉(zhuǎn)換和打印Word/PDF/Excel等格式文件處理,小巧便捷。 

    E-iceblue 功能類(lèi)庫(kù)Spire 系列文檔處理組件均由中國(guó)本土團(tuán)隊(duì)研發(fā),不依賴(lài)第三方軟件,不受其他國(guó)家的技術(shù)或法律法規(guī)限制,同時(shí)適配國(guó)產(chǎn)操作系統(tǒng)如中科方德、中標(biāo)麒麟等,兼容國(guó)產(chǎn)文檔處理軟件 WPS(如 .wps/.et/.dps 等格式

    Spire.Doc for.NET 最新下載

    技術(shù)交流Q群(767755948)

    RTF 是一種文檔語(yǔ)言,用于對(duì)格式化的文本和圖形進(jìn)行編碼,以便在應(yīng)用程序之間輕松傳輸。本文介紹如何使用 Spire.Doc 將一段 RTF 編碼字符串插入 Word 文檔。

    第 1 步:初始化 Document 類(lèi)的一個(gè)實(shí)例,向其中添加一個(gè)部分。

    Document doc = new Document();
    Section section = doc.

    第 2 步:在該部分中添加一個(gè)段落。

    Paragraph para = section.AddParagraph();

    第 3 步:聲明一個(gè) String 變量來(lái)存儲(chǔ) RTF 字符串。

    String rtfString = @"{\rtf1\ansi\deff0 {\fonttbl {\f0 hakuyoxingshu7000;}}\f0\fs28 Hello, World}";

    第 4 步:將 RTF 字符串附加到段落。

    para.AppendRTF(rtfString);

    第 5 步:保存文件。

    doc.SaveToFile("Output.docx");

    輸出

    How to Insert RTF String to Word Documents in C#, VB.NET

    完整代碼

    [C#]

    using Spire.Doc;
    using Spire.Doc.Documents;
    using System;
    namespace InsertRTF
    {
    class Program
    {
    
    static void Main(string[] args)
    {
    Document doc = new Document();
    Section section = doc.AddSection();
    Paragraph para = section.AddParagraph();
    
    String rtfString = @"{\rtf1\ansi\deff0 {\fonttbl {\f0 hakuyoxingshu7000;}}\f0\fs28 Hello, World}";
    para.AppendRTF(rtfString);
    
    doc.SaveToFile("Output.docx");
    
    }
    
    }
    }

    [VB.NET]

    Imports Spire.Doc
    Imports Spire.Doc.Documents
    Namespace InsertRTF
    Class Program
    
    Private Shared Sub Main(args As String())
    Dim doc As New Document()
    Dim section As Section = doc.AddSection()
    Dim para As Paragraph = section.AddParagraph()
    
    Dim rtfString As [String] = "{\rtf1\ansi\deff0 {\fonttbl {\f0 hakuyoxingshu7000;}}\f0\fs28 Hello, World}"
    para.AppendRTF(rtfString)
    
    doc.SaveToFile("Output.docx")
    
    End Sub
    
    End Class
    End Namespace

    歡迎下載|體驗(yàn)更多E-iceblue產(chǎn)品

    如需獲取更多產(chǎn)品相關(guān)信息請(qǐng)咨詢(xún)慧都在線客服  

    掃碼咨詢(xún)


    添加微信 立即咨詢(xún)

    電話咨詢(xún)

    客服熱線
    023-68661681

    TOP
    三级成人熟女影院,欧美午夜成人精品视频,亚洲国产成人乱色在线观看,色中色成人论坛 (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();