Sort Score
Result 10 results
Languages All
Labels All
Results 1,981 - 1,990 of 12,143 for

replacement

(0.15 sec)
  1. FindReplaceOptions.UseSubstitutions | Aspose.Wo...

    اكتشف خاصية UseSubstitutions في FindReplaceOptions. فعّل الاستبدالات بسهولة في أنماط الاستبدال لتحسين مرونة تحرير النصوص.... Replace ( regex , @"$2 took money from...([A-z]+)" ); doc . Range . Replace ( regex , @"$3 bought a $2...

    reference.aspose.com/words/ar/net/aspose.words....
  2. ReplacingArgs.MatchNode | Aspose.Words per .NET

    Scopri la proprietà MatchNode di ReplacingArgs per accedere facilmente al nodo in cui inizia la corrispondenza, migliorando così l'efficienza e la precisione della tua codifica.... Replace ( new Regex ( "\\[MY_DOCUMENT\\]"...ReplaceAction IReplacingCallback . Replacing ( ReplacingArgs args ) { Document...

    reference.aspose.com/words/it/net/aspose.words....
  3. Control External Resources using WorkbookSettin...

    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.... The code replaces the linked image with the...the broken linked image is replaced with the Aspose Logo. Sample...

    docs.aspose.com/cells/net/control-external-reso...
  4. Перетворення PST в MSG за допомогою програми C ...

    Зразок коду перетворення C++ для документа PST у формат MSG. Використовуйте приклад коду для пакетного перетворення PST в MSG у будь-якій програмі C ++....Replace(L ":" , L " " ).Replace(L "\\" , L " "..." ).Replace(L "?" , L " " ).Replace(L "/" , L " " ); message->Save(dataDir...

    products.aspose.com/email/uk/cpp/conversion/pst...
  5. Converti PST in MSG tramite l'applicazione C++ ...

    Esempio di codice di conversione C++ per il documento PST in formato MSG. Usa un codice di esempio per la conversione in batch da PST a MSG all'interno di qualsiasi applicazione C++....Replace(L ":" , L " " ).Replace(L "\\" , L " "..." ).Replace(L "?" , L " " ).Replace(L "/" , L " " ); message->Save(dataDir...

    products.aspose.com/email/it/cpp/conversion/pst...
  6. Get Inline Error Message - Free Support Forum -...

    Using ReportingEngine to build Word reports with inline error detection enabled via ReportBuildOptions.InlineErrorMessages. Issue: In some cases, especially with complex expressions (e.g., comparing nullable numbers to …...Replace with FindReplaceOptions.ReplacingCallback...IReplacingCallback that skips replacing and only stores error text...

    forum.aspose.com/t/get-inline-error-message/315601
  7. Optimize Image Management in Presentations on A...

    Streamline image management in PowerPoint and OpenDocument with Aspose.Slides for Android via Java, optimizing performance and automating your workflow....URL imageUrl = new URL ( "[REPLACE WITH URL]" ); URLConnection...null ) pres . dispose (); } Replace Images in the Image Collection...

    docs.aspose.com/slides/androidjava/image/
  8. Конвертация 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...
  9. 記録

    記録...Dictionary<string, string> replacements = new Dictionary<string...Dictionary<string, string>(); replacements.Add("2. Get organized", "New Text Here");...

    blog.aspose.com/ja/note/find-replace-text-oneno...
  10. Zoeken en vervangen in C#|Aspose.Words voor .NET

    Zoek een tekenreeks of reguliere expressiepatroon in uw document en vervang het door de tekst die u wilt gebruiken C#....volgende: Simple string replacement Beide tekenreeksen mogen...functionaliteit door de Aspose.Words.Replacing naamruimte. U kunt werken...

    docs.aspose.com/words/nl/net/find-and-replace/