Sort Score
Result 10 results
Languages All
Labels All
Results 2,611 - 2,620 of 12,327 for

replacement

(0.14 sec)
  1. Error Proxy error(InvalidValueFormatException):...

    Hola, Tengo un error que no consigo solucionar de ninguna manera y es por el formato de un valor en el metadata del documento. He utilizado vuestro codigo de la documentación para reemplazar un texto por otro, pero sig…... 2025, 9:06am 4 clean_and_replace_with_aspose.py import os import...pdf" FIND_TEXT = “WELCOME” REPLACE_TEXT = “BIENVENIDO” 1) Backup...

    forum.aspose.com/t/error-proxy-error-invalidval...
  2. Arşiv

    Arşiv...Replace(imageIndex, new FileStream(“lovely...değiştir page.Resources.Images.Replace(1, new FileStream("lovely.jpg"...

    blog.aspose.com/tr/pdf/replace-images-in-pdf-fi...
  3. Cómo reemplazar texto parcial en la celda|Docum...

    Aprende cómo reemplazar texto parcial en la celda con Aspose.Cells....lograrlo usando el método Replace() o manipulando los valores...A1 y A2. Usa el método Cell.Replace para reemplazar una porción...

    docs.aspose.com/cells/es/net/how-to-replace-par...
  4. GridJsの計算式の解説表示|Documentation

    この記事は、GridJsで計算式の解説表示を行う方法について説明しています。...placeholder method that should be replaced with actual logic String correctedContent...explanation // This should be replaced with the actual implementation...

    docs.aspose.com/cells/ja/java/aspose-cells-grid...
  5. Obtenir la largeur du papier et la hauteur de l...

    Cette section explique comment obtenir le format de papier de la page visio avec Aspose.Diagram.... replace ( "testing" , "Aspose" , false.... SaveFormat . DOCX ); // replace an OLE object OLE_Shape . getForeignData...

    docs.aspose.com/diagram/fr/java/get-paper-width...
  6. معالجة كائنات OLE المضمنة في Visio Diagram|Docu...

    توضح هذه الصفحة كيفية التعامل مع كائن Oole باستخدام مكتبة Aspose.Diagram.... replace ( "testing" , "Aspose" , false.... SaveFormat . DOCX ); // replace an OLE object OLE_Shape . getForeignData...

    docs.aspose.com/diagram/ar/java/manipulate-the-...
  7. Управление встроенными объектами OLE в Visio Di...

    На этой странице описывается, как управлять объектами ole с библиотекой Aspose.Diagram.... replace ( "testing" , "Aspose" , false.... SaveFormat . DOCX ); // replace an OLE object OLE_Shape . getForeignData...

    docs.aspose.com/diagram/ru/java/manipulate-the-...
  8. Java kullanarak Excel'de Metin Bulma ve Değiştirme

    Java kullanarak Excel'de metin bulma ve değiştirme işlemini gerçekleştirmek için bu makaleyi takip edin. IDE'yi ayarlamak için tüm ayrıntıları, adım listesini ve Java kullanarak Excel'de metin bulma ve değiştirmeyi uygulamak için bir örnek kodu içerir....hücrede metni değiştirmek için replace() yöntemini kullanın Belirli...bulun. Metni değiştirmek için replace() yöntemini kullanın ve bulunursa...

    kb.aspose.com/tr/cells/java/find-and-replace-te...
  9. Image distorted in excel to pdf transformation ...

    Hi Team, We are trying to transformation input file(xlsx) to pdf with below code. Workbook doc = new Workbook("input.xlsx"); doc.save("output.pdf"); In output file, you can see the wrong drawing. The c…... Replace the problematic part with a...group issue. It’s better that replacing the group shape with an image...

    forum.aspose.com/t/image-distorted-in-excel-to-...
  10. How to create a content control(SDT) when you h...

    Hi Team, Let’s take an example such that a documents consists of below text Hello World How to write a regex pattern to match and create a content control? I need to match both Hello and World and it should create a …...Replace(new Regex(pattern, RegexOptions...title; } public ReplaceAction Replacing(ReplacingArgs e) { // Create...

    forum.aspose.com/t/how-to-create-a-content-cont...