Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 734 for

find and replace text

(0.18 sec)
  1. 使用合并文档时想要让字体保持一致但是不生效 - 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
  2. Convert MHTML to PNG – C# code and Online Conve...

    Convert MHTML to PNG in C#. Save MHTML page as PNG image using Aspose.HTML for .NET API. Try online MHTML to PNG Converter for free!... In the article, you will find information on how to Convert...message/rfc822 which are plain text email related specifications...

    products.aspose.com/html/net/conversion/mhtml-t...
  3. How to Remove All Page Breaks in Word using C#

    This article guides on how to remove all page breaks in Word using C#. It has information about the IDE settings, a list of steps, And a runnable program to eliminate page breaks in Word using C#....Find Answers by API Aspose.Total Product Family Aspose.Words...runs in each paragraph and replace all the page breaks with an...

    kb.aspose.com/words/net/how-to-remove-all-page-...
  4. Topics tagged aspose-pdf-net

    Topics tagged aspose-pdf-net...removing strikethrough Text after textfragment text hyperlink Aspose...Throw Exception when Update Text of TextFragment Aspose.PDF Product...

    forum.aspose.com/tag/aspose-pdf-net
  5. SVGZ to SVG – Single-file and batch conversion ...

    Convert SVGZ to SVG using Aspose.SVG for .NET. Supports single-file And batch conversion in C#....cannot be opened directly in a text editor for debugging or editing...standard defined in . You will find it everywhere, from compressed...

    docs.aspose.com/svg/net/convert-svgz-to-svg/
  6. 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....MimeType}" ); } Another way to find the file ID is to open the presentation... 200 ); shape . TextFrame . Text = "Hello from Google Drive!"...

    docs.aspose.com/slides/net/slides-on-cloud-plat...
  7. Aspose java 24.9 - help in finding code to add ...

    Hi, I am trying to evaluate aspose for one of our requirements. I tried downloading the aspose pdf java jar 24.9 version from the website. Also we got temporary license which I don’t know how to set it yet. I tried usin…...9 - help in finding code to add signature form...in website but was unable to find it. Can I get a working sample...

    forum.aspose.com/t/aspose-java-24-9-help-in-fin...
  8. How to Set Typeface of Fonts of Major/Minor of ...

    In theme1.xml of unzipped pptx, there are global font settings like below. <a:font script="Jpan" typeface="XXX" /> <a:font script="Hang" typeface="XXX" /> <a:font script="Hans" typeface="XXX" /> I checked presentation.…...pptx") In this code snippet: Replace "Your Major Font" and "Your...specific font is set for the text in the slides. If you have set...

    forum.aspose.com/t/how-to-set-typeface-of-fonts...
  9. Issue with Page Numbers in Generated Document U...

    Hello Team, I have uploaded a document named Base_Document. I will be feeding some live data into the model, And during generation, this real-time data will be Replaced using Aspose syntax. However, after generation, t…...this real-time data will be replaced using Aspose syntax. However...n run) { string input = run.Text; if (string.IsNullOrEmpty(input))...

    forum.aspose.com/t/issue-with-page-numbers-in-g...
  10. How to create a Aspose.Cells for .NET to conver...

    @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao The goal is to show the entire worksheet (visible excel rows And columns) in a scrollable HTML preview inside a browser tab before excel create or download. …...return Content(wrappedHtml, "text/html", Encoding.UTF8); } } Professionalize...Steps: Load the Workbook : Replace "path/to/your/excel/file.xlsx"...

    forum.aspose.com/t/how-to-create-a-aspose-cells...