Sort Score
Result 10 results
Languages All
Labels All
Results 2,081 - 2,090 of 12,643 for

replacement

(0.12 sec)
  1. تحويل PST إلى MSG عبر تطبيق C ++ | products.asp...

    نموذج رمز تحويل 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/ar/cpp/conversion/pst...
  2. Bildverarbeitung mit der Modernen API verbesser...

    Modernisieren Sie die Folien-Bildverarbeitung, indem Sie veraltete Bild-APIs durch die .NET Moderne API ersetzen, um nahtlose PowerPoint- und OpenDocument-Automatisierung zu ermöglichen....Presentation Method Signature Replacement Method Signature public Bitmap[]...completely Shape Method Signature Replacement Method Signature public Bitmap...

    docs.aspose.com/slides/de/net/modern-api/
  3. Aspose TextFragmentAbsorber with Regular expres...

    Hi, I face the below issue in a .pdf file while using Aspose. Actaully we are converting excel file into pdf and uploading into our application. Then we need to find the content inside of { and } and also from [ to ] in …...observations, the text is being replaced. For your reference, I have...Aspose.Cells for .Net and then replaced [ ] using Aspose.Pdf for ...

    forum.aspose.com/t/aspose-textfragmentabsorber-...
  4. 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/hi/java/read-outlook-temp...
  5. Aspose.PSD for Java 23.4 - Release Notes|Docume...

    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....) -> newValue )); //Step: Replace text for ( Layer layerItem...getKey ())) != - 1 ) { sb . replace ( index , index + kvp . getKey...

    docs.aspose.com/psd/java/aspose-psd-for-java-23...
  6. PST फ़ाइलों में संपर्कों का प्रबंधन|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 ( ":" , " " ). Replace ( "\\" , " " ). Replace ( "..."?" , " " ). Replace ( "/" , " " ); msg . Save ( $"{contactName}...

    docs.aspose.com/email/hi/net/managing-contacts-...
  7. Localizar e substituir em Java|Aspose.Words par...

    Encontre um padrão de string ou expressão regular em seu documento e substitua-o pelo texto desejado usando Java....seguinte: Simple string replacement - para encontrar e substituir...Você pode usar um dos métodos Replace para localizar ou substituir...

    docs.aspose.com/words/pt/java/find-and-replace/
  8. Working With Control Characters|Aspose.Words fo...

    Introduction to working with control characters in Aspose.Words for Python....for adding, removing, or replacing these characters. Microsoft...should probably remove or replace the characters. The ControlChar...

    docs.aspose.com/words/python-net/working-with-c...
  9. HtmlSaveOptions.remove_java_script_from_links p...

    HtmlSaveOptions.remove_java_script_from_links property. Specifies whether JavaScript will be removed from links...the href attribute) will be replaced with “javascript:void(0)”... property HtmlSaveOptions.replace_backslash_with_yen_sign property...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Issue with text placeholders in table cells whe...

    I am facing an issue when converting DOCX files to PDF using Aspose.Words for .NET and later filling custom tags in the PDF using Aspose.PDF.Drawing. We use a custom tagging format in the DOCX files: #REG_DATUMS# #RE…...use the following code to replace text in PDF: private bool ...cleanKey = key.Replace("\r\n", "").Replace("\r", "").Replace("\n", "")...

    forum.aspose.com/t/issue-with-text-placeholders...