Sort Score
Result 10 results
Languages All
Labels All
Results 2,191 - 2,200 of 12,285 for

replacement

(0.16 sec)
  1. Keressen és cserélje ki a szöveget az MSG dokum...

    C# forráskód az MSG fájlban található érzékeny információk szerkesztéséhez .NET Framework, .NET Core és Xamarin platformokon....Replace( "[@@FullName@@" , "Name to Replace" ); m.Save(...message is HTML. //Then replacement would be in HtmlBody rather...

    products.aspose.com/email/hu/net/redaction/msg/
  2. ابحث عن النص واستبدله في مستند MSG عبر .NET | p...

    كود مصدر C # لتنقيح المعلومات الحساسة في ملف MSG على .NET Framework و.NET Core ومنصات Xamarin....Replace( "[@@FullName@@" , "Name to Replace" ); m.Save(...message is HTML. //Then replacement would be in HtmlBody rather...

    products.aspose.com/email/ar/net/redaction/msg/
  3. Sök och ersätt text i MSG-dokument via .NET | p...

    C# källkod för att redigera känslig information i MSG-fil på.NET Framework, .NET Core och Xamarin plattformar....Replace( "[@@FullName@@" , "Name to Replace" ); m.Save(...message is HTML. //Then replacement would be in HtmlBody rather...

    products.aspose.com/email/sv/net/redaction/msg/
  4. Пошук і заміна тексту в документі EML через .NE...

    Вихідний код C# для редагування конфіденційної інформації у файлі EML на платформах.NET Framework, .NET Core та Xamarin....Replace( "[@@FullName@@" , "Name to Replace" ); m.Save(...message is HTML. //Then replacement would be in HtmlBody rather...

    products.aspose.com/email/uk/net/redaction/eml/
  5. Aspose.Words for Node.js | Aspose API References

    Aspose.Words for Node.js is a class library that can be used by developers for various platforms for a variety of document processing tasks....Replacing The Aspose.Words.Replacing module provides...classes to manipulate with find/replace operations over the document...

    reference.aspose.com/words/nodejs-net/
  6. Trouver et Remplacer dans une Présentation|Docu...

    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....Presentation ( FilePath + "Find and Replace.pptx" ); //Obtenir toutes les...Save ( FilePath + "Find and Replace.pptx" , Aspose . Slides . Export...

    docs.aspose.com/slides/fr/net/find-and-replace-...
  7. FindReplaceOptions.LegacyMode | Aspose.Words fö...

    Upptäck egenskapen FindReplaceOptions LegacyMode för att enkelt växla mellan den klassiska sök/ersätt-algoritmen för förbättrad funktionalitet och en smidig användarupplevelse.... Replace ( regex , @"$2 took money from...namnutrymme Aspose.Words.Replacing hopsättning Aspose.Words FindReplaceOptions...

    reference.aspose.com/words/sv/net/aspose.words....
  8. 使用 C++ 替换现有 PDF 文件中的图像|Aspose.PDF for C++

    本节介绍如何使用 ++ 库替换现有 PDF 文件中的图像。...Contents [ Hide ] Images 集合的 Replace 方法允许您替换现有 PDF 文件中的图像。 Images...get_Resources () -> get_Images () -> Replace ( 1 , System :: IO :: File...

    docs.aspose.com/pdf/zh/cpp/replace-image-in-exi...
  9. استبدال الصورة في ملف PDF موجود|Aspose.PDF for ...

    يصف هذا القسم كيفية استبدال الصورة في ملف PDF موجود باستخدام مكتبة C#....pdf" )) { // Replace a particular image in the document...1 ]. Resources . Images . Replace ( 1 , imageStream ); } // Save...

    docs.aspose.com/pdf/ar/net/replace-image-in-exi...
  10. Set Image Size|Aspose.PDF for Java

    This section describes how to set image size PDF file using Java library....es/" ; public static void Replace () { // Instantiate Document..."SetImageSize_out.pdf" ); } } Replace Image in Existing PDF File...

    docs.aspose.com/pdf/java/set-image-size/