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

    文檔首頁>>E-iceblue中文文檔>>在 C# 中用 Word 文檔替換文本

    在 C# 中用 Word 文檔替換文本


    Spire.Doc for .NET是一款專門對 Word 文檔進(jìn)行操作的 .NET 類庫。在于幫助開發(fā)人員無需安裝 Microsoft Word情況下,輕松快捷高效地創(chuàng)建、編輯、轉(zhuǎn)換和打印 Microsoft Word 文檔。擁有近10年專業(yè)開發(fā)經(jīng)驗(yàn)Spire系列辦公文檔開發(fā)工具,專注于創(chuàng)建、編輯、轉(zhuǎn)換和打印Word/PDF/Excel等格式文件處理,小巧便捷。下面我們將給您介紹如何在 C#、VB.NET 下檢索 Word 中所有 TextRanges 的樣式名稱

    Spire.Doc for.NET 最新下載

    Spire.Doc 提供了幾個(gè)重載的 Replace 方法來替換不同場景中的文本。本文將向您展示如何使用 Spire.Doc 將模板文檔中的指定文本替換為另一個(gè)文檔。

    模板文件:

    在 C# 中用 Word 文檔替換文本

    替換文本的文檔:

    在 C# 中用 Word 文檔替換文本

    詳細(xì)步驟:

    第 1 步:加載模板文檔。

    Document document = new Document("Template.docx");

    第 2 步:加載另一個(gè)文檔以替換文本。

    IDocument replaceDocument = new Document("Document1.docx");

    第 3 步:將指定文本替換為其他文檔。

    document.Replace("Document 1", replaceDocument, false, true);

    第 4 步:保存文件。

    document.SaveToFile("Output.docx", FileFormat.Docx2013);

    輸出

    在 C# 中用 Word 文檔替換文本

    完整代碼

    using Spire.Doc;
    using Spire.Doc.Interface;
    
    namespace Replace_Text_With_Document
    {
    class Program
    {
    static void Main(string[] args)
    {
    //Load a template document
    Document document = new Document("Template.docx");
    
    //Load another document to replace text
    IDocument replaceDocument = new Document("Document1.docx");
    
    //Replace specified text with the other document
    document.Replace("Document 1", replaceDocument, false, true);
    
    //Save the file
    document.SaveToFile("Output.docx", FileFormat.Docx2013);
    }
    }
    }

    以上便是如何在 C#、VB.NET 下檢索 Word 中所有 TextRanges 的樣式名稱,如果您有其他問題也可以繼續(xù)瀏覽本系列文章,獲取相關(guān)教程,你還可以給我留言或者加入我們的官方技術(shù)交流群。

    掃碼咨詢


    添加微信 立即咨詢

    電話咨詢

    客服熱線
    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); })();