Sort Score
Result 10 results
Languages All
Labels All
Results 2,001 - 2,010 of 12,645 for

replacement

(0.45 sec)
  1. Trabajar con texto|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Hashtable < String , String > replacements = new Hashtable < String...String , String >(); replacements . put ( "[[CompanyName]]" , "Research...

    docs.aspose.com/diagram/es/java/working-with-text/
  2. Търсене и замяна в C++|Aspose.Words за C++

    Намерете низ или шаблон на регулярен израз във вашия документ и го заместете с текста, който искате да използвате C++....следните: Simple string replacement - за да намерите и замените...заместване с Aspose.Words.Replacing пространство от имена. Можете...

    docs.aspose.com/words/bg/cpp/find-and-replace/
  3. 读取 Outlook 模板文件 OFT|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... replace ( "DisplayName" , "<b>" + ...message . getHtmlBody (). replace ( "MeetingPlace" , meetingLocation...

    docs.aspose.com/email/zh/java/read-outlook-temp...
  4. Redact ODT Document Online or using Android Mob...

    Open and redact ODT document online via app for free. Android API code to search and replace ODT text with regular expression....Code listed for search and replace text in ODT file using regular...search and redact Enter the replacing text to redact with Press...

    products.aspose.com/total/android-java/redact/odt/
  5. 用C++在范围内搜索和替换数据|Documentation

    本文演示如何用C++代码在Excel中搜索和替换范围内的数据。...) break ; // Replace the cell with value replace cell . PutValue...PutValue ( u "replace" ); } while ( true ); // Save the workbook U16String...

    docs.aspose.com/cells/zh/cpp/search-and-replace...
  6. ReplacingArgs.MatchNode | Aspose.Words لـ .NET

    اكتشف خاصية ReplacingArgs MatchNode للوصول بسهولة إلى العقدة التي تبدأ فيها مطابقتك، مما يعزز كفاءة ودقة الترميز لديك.... Replace ( new Regex ( "\\[MY_DOCUMENT\\]"...ReplaceAction IReplacingCallback . Replacing ( ReplacingArgs args ) { Document...

    reference.aspose.com/words/ar/net/aspose.words....
  7. Avoid Inserting Empty Ranges or Hidden Excel Ra...

    Hello Team, I am working with Aspose.Cells to extract a range from an Excel worksheet as HTML content, which I then insert into a Word document using Aspose.Words. However, I’ve encountered an issue: If the selected …...Also I am using code that replaces regex matches with values...by implementing parallel replacements or other optimization techniques...

    forum.aspose.com/t/avoid-inserting-empty-ranges...
  8. C++でExcel、OpenOffice、Json、Csv、Htmlファイルを読み込み、管理す...

    Aspose.Cells for C++を使用すれば、Excel、CSV、TSV、ODS、HTML、Numbers、Json、XML、Pdf、Jpg、Tiff、画像、Mht、XPSファイルの作成、オープン、管理が簡単です。... year = 2023 ; // Replace with actual current year currentDate...currentDate . month = 10 ; // Replace with actual current month currentDate...

    docs.aspose.com/cells/ja/cpp/loading-saving-and...
  9. Конвертация CSV в JSON с помощью JavaScript чер...

    Конвертировать CSV файл в JSON с помощью простого в использовании API Aspose.Cells for JavaScript через C++.... replace ( /&/g , "&amp;" ) . replace ( /</g , "&lt;"..."&lt;" ) . replace ( />/g , "&gt;" ) . replace ( /"/g , "&quot;"...

    docs.aspose.com/cells/ru/javascript-cpp/convert...
  10. Cerca un documento EML senza aprirlo tramite .N...

    Codice sorgente C# per cercare parole con pattern nel file EML su piattaforme .NET Framework, .NET Core e Xamarin.... Usa il metodo Replace del corpo del messaggio. Salva...= m.Body.Replace( "[@@FullName@@" , "Name to Replace" ); m.Save(...

    products.aspose.com/email/it/net/search/eml/