Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 769 for

find and replace text

(0.52 sec)
  1. Why Not Open XML SDK|Aspose.Slides Documentation

    See why Aspose.Slides is a better choice than the free Open XML SDK: compare features, automation-free conversion, And broad support for PPT, PPTX And ODP.... We find it easy to answer this question...(extensive control) and managing the text formatting on TextFrames, Paragraphs...

    docs.aspose.com/slides/net/why-not-open-xml-sdk/
  2. Edit HTML in C# – Aspose.HTML for .NET

    Code to edit HTML files in C#. Use Aspose.HTML for .NET API features to create, remove, or edit content of an HTML document.... You can insert, remove, replace HTML nodes, extract CSS style...CreateElement( "p" ); // Create a text node var text = document.CreateTextNode(...

    products.aspose.com/html/net/editor/html/
  3. 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/
  4. Memory Requirements|Aspose.Words for .NET

    How much memory does Aspose.Words for .NET require to work with documents? Learn the details....So any paragraph or formatted text (even it consists of one character)...MB size (2 thousand pages), text only DOCX “B” document – 0.35...

    docs.aspose.com/words/net/memory-requirements/
  5. Using shortcuts for string formatting - Free Su...

    We use this to format a date in the merged field {{NoticeDate\@ "MM/dd/yyyy"}} on the MS Word template. Wanted to know if there is such a shortcut to format the incoming string (EM9879999222) in a particular pattern as E…... For plain‑text MERGEFIELDs the supported switches...after the merge, run a find‑and‑replace operation that looks for...

    forum.aspose.com/t/using-shortcuts-for-string-f...
  6. New HTML Export System - Aspose.Slides.WebExten...

    Export presentations to HTML with templates, CSS And JS—no SVG. Learn single or multi-page output, resource control, And customization for PPT, PPTX And ODP....this example, we will export text from a presentation to HTML...TextFrame; < div class = "text" > @textFrame.Text </ div > } } } </ body...

    docs.aspose.com/slides/net/web-extensions/
  7. 使用合并文档时想要让字体保持一致但是不生效 - 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
  8. Clean Up a Document in C++|Aspose.Words for C++

    Remove unused or duplicate information to reduce output size And processing time using C++. Remove unused styles, unused built-in styles, duplicate styles, or unused lists.... While you can find and remove unused data, such...CleanupOptions . The method will replace all occurrences of duplicate...

    docs.aspose.com/words/cpp/clean-up-a-document/
  9. Word to Pdf:Document Format - Free Support Foru...

    I’ve noticed inconsistencies in paragraph formatting when converting some documents to PDF. For example, Text that’s on the second line in Word becomes the third line in PDF; in extreme cases, a one-page document becomes…... For example, text that’s on the second line in...the conversion engine cannot find the exact fonts used in the...

    forum.aspose.com/t/word-to-pdf-document-format/...
  10. Working with Styles in C++|Aspose.Words for C++

    Enhanced Microsoft Word formatting features, working with styles And themes using C++....count paragraphs and runs of text formatted with a specific style...The solution for retrieving text formatted with specific styles...

    docs.aspose.com/words/cpp/working-with-styles-a...