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

find and replace text

(0.28 sec)
  1. Enhance PowerPoint Presentations with Animation...

    Learn how to add And control advanced animation effects in Aspose.Slides for C++ to build dynamic PowerPoint And OpenDocument presentations....element on the slide including text, pictures, OLE Object, table...OLEObjectShow, OLEObjectOpen. You can find a full listing of animation...

    docs.aspose.com/slides/cpp/powerpoint-animation/
  2. 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/...
  3. 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...
  4. 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...
  5. Aspose.Words for Android via Java Features|Aspo...

    This section provides a comparison of availability of features between Aspose.Words for Java And Aspose.Words for Android via Java....format implementation you can find. WordprocessingML (DOCX, XML)...and also Word 2003 XML. Rich Text Format (RTF) Comprehensive support...

    docs.aspose.com/words/java/aspose-words-for-and...
  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. 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/
  8. 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/
  9. 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...
  10. 使用合并文档时想要让字体保持一致但是不生效 - 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