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

replacement

(0.14 sec)
  1. Wyszukaj i zastępuj tekst w dokumencie EML prze...

    Kod źródłowy C # do edytowania poufnych informacji w pliku EML na platformach.NET Framework, .NET Core i Xamarin....Replace( "[@@FullName@@" , "Name to Replace" ); m.Save(...message is HTML. //Then replacement would be in HtmlBody rather...

    products.aspose.com/email/pl/net/redaction/eml/
  2. Keressen és cserélje ki a szöveget az EML dokum...

    C# forráskód az EML 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/eml/
  3. ابحث في مستند PST دون فتحه عبر .NET | products....

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

    products.aspose.com/email/ar/net/search/pst/
  4. Format the string - Free Support Forum - aspose...

    Hi all, I have a textbox value that is a very long string. I need to break it down and append on PDF document , with the formatting. I am using ASPOSE PDF for .net application. Please help me out. Thanks... I am trying to replace a word with whole string. It...8:56am 6 This is my code to replace special words from existing...

    forum.aspose.com/t/format-the-string/94633
  5. C++ 애플리케이션을 통해 PST를 MSG로 변환 | products.aspose.com

    PST 문서를 MSG 형식으로 변환하는 샘플 C++ 변환 코드입니다.모든 C++ 응용 프로그램 내에서 PST에서 MSG로 일괄 변환하려면 예제 코드를 사용하세요....Replace(L ":" , L " " ).Replace(L "\\" , L " "..." ).Replace(L "?" , L " " ).Replace(L "/" , L " " ); message->Save(dataDir...

    products.aspose.com/email/ko/cpp/conversion/pst...
  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/