Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 5,520 for

replace text

(0.06 sec)
  1. Row.GetText | Aspose.Words for .NET

    Discover the Row GetText method to effortlessly retrieve Text from all cells in a row, including the end-of-row character for seamless data management....GetText method Gets the text of all cells in this row including...Remarks Returns concatenated text of all child nodes with the...

    reference.aspose.com/words/net/aspose.words.tab...
  2. Redact PDF Document Online or using C++ | produ...

    Open and redact PDF document online via app for free. C++ API code to search and Replace PDF Text....Code listed for search and replace text in PDF file through C++...Type the text to search and redact Enter the replacing text to redact...

    products.aspose.com/total/cpp/redact/pdf/
  3. How to fetch the data of the BlockReference in ...

    How to fetch the data of the BlockReference in Aspose.cad for dotnet of a dwg file....XRefPathName); } } } } In this example, replace "sample.dwg" with the path...5:42am 3 How can i fetch the text, lines, ellipses, etc. entities...

    forum.aspose.com/t/how-to-fetch-the-data-of-the...
  4. Advanced operations|Aspose.PDF for .NET

    Aspose.PDF can perform not only simple and easy tasks but also cope with more complex goals. Check the next section for advanced users and developers....Working with Text - add, format, search and replace text in PDF. Working...

    docs.aspose.com/pdf/net/advanced-operations/
  5. .NET PDF API - Create, Merge, Modify, and Conve...

    .NET library to generate, edit and parse PDF files in C# or VB.NET. The library converts PDF to multiple formats, including DOC, DOCX, XLS, XLSX, PPTX HTML, and images....and set metadata information, text and page manipulation, management...Features Print documents Add, replace or remove images Add digital...

    products.aspose.com/pdf/net/
  6. Aspose.Words for Java

    This API allows to create, edit, render, print, and convert Word documents in Java without utilizing Microsoft Word....in Java How to Find and Replace Text in Word Document using Java...

    kb.aspose.com/words/java/page/3/
  7. Insert a Watermark|Aspose.Words for SharePoint

    This article shows you how to create a workflow for inserting a Text or image watermark into a document while using Aspose.Words for SharePoint....create a workflow for inserting a text or image watermark into a document...“Action” and select “Insert a text watermark via Aspose.Words”...

    docs.aspose.com/words/sharepoint/inserting-a-wa...
  8. 使用合并文档时想要让字体保持一致但是不生效 - Free Support Forum - as...

    您好 我使用如下的代码进行文档的合并 关于字体的尝试我试了很多但是并不生效 public static Document addDocument(String key,Document mainDoc,Document addDoc,Boolean isPortrait) { try{ FontSettings fontSettings = new FontSettings(); fontSe…...String text = r.getRange().getText();//获取段落文本 if(text.length()>=key...length()>=key.length() && text.indexOf(key)>=0) { //指定段落插入表格 Builder...

    forum.aspose.com/t/topic/312049
  9. Integrating Aspose.Slides with Google Slides|As...

    Learn how to integrate Aspose.Slides with Google Slides and Google Drive for seamless presentation processing. Use Google API via OAuth 2.0 or Service Accounts to convert, edit, upload, and download presentations programmatically in .NET.... Text = "Hello from Google Drive!"...example demonstrates how to replace a file and update its name...

    docs.aspose.com/slides/net/integrating-aspose-s...
  10. Setting bookmark.Text="" makes its parentNode n...

    In the newest version of Aspose.Word, we are trying to remove bookmarks from a document and put something else there. We loop through document nodes, and check if the node has a bookmark. If it does we set the bookmark.T…...Text="" makes its parentNode null Aspose.Words...it does we set the bookmark.Text = “”, but in this new version...

    forum.aspose.com/t/setting-bookmark-text-makes-...