Sort Score
Result 10 results
Languages All
Labels All
Results 2,241 - 2,250 of 12,279 for

replacement

(0.2 sec)
  1. قم بتنقيح ODP لملفات العروض التقديمية باستخدام ...

    Python شفرة المصدر للبحث عن النص واستبداله في العرض التقديمي ODP.... find_and_replace_text(pres, True , "PowerPoint"...Slides" , None ) pres . save( "replaced.odp" , slides . export . SaveFormat...

    products.aspose.com/slides/ar/python-net/redact...
  2. Categories

    Find Answers by API Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Pr......Latest Answers How to Find and Replace Text in PDF using Java How...using Java How to Find and Replace Text in PDF using C# How to...

    kb.aspose.com/categories/page/65/
  3. 在 Excel 中使用 C# 代码搜索和替换范围内的数据|Documentation

    本文介绍了如何使用Java代码在Excel中搜索和替换范围内的数据。...假设您想要在范围E3:H6中搜索字符串**“search”**并将其替换为**“replace”**。在下面的屏幕截图中,可以看到字符串"searc...执行代码后,输出文件的外观如下。范围内的所有"search"字符串都已被替换为"replace"。 输出文件 相关文章 查找或搜索数据 AI Document...

    docs.aspose.com/cells/zh/java/search-and-replac...
  4. Reemplazar Imagen en Archivo PDF Existente usan...

    Esta sección describe cómo reemplazar una imagen en un archivo PDF existente usando la biblioteca ++....Contents [ Hide ] El método Replace de la colección de Imágenes...get_Resources () -> get_Images () -> Replace ( 1 , System :: IO :: File...

    docs.aspose.com/pdf/es/cpp/replace-image-in-exi...
  5. Applying Subtotal and Changing Direction of Out...

    Learn how to apply a subtotal and change the direction of outline summary rows below detail by using the Aspose.Cells for Node.js via C++ API.... Replace – Indicates whether to replace the current...

    docs.aspose.com/cells/nodejs-cpp/applying-subto...
  6. Optimize Image Management in Presentations Usin...

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

    docs.aspose.com/slides/php-java/image/
  7. Найти и заменить в Java|Aspose.Words для Java

    Найдите в своем документе строку или шаблон регулярного выражения и замените его нужным текстом, используя Java....следующие: Simple string replacement – чтобы найти и заменить...использовать один из методов Replace , чтобы найти или заменить...

    docs.aspose.com/words/ru/java/find-and-replace/
  8. Integrate Excel Data into PowerPoint Presentati...

    Read data from Excel workbooks in JavaScript with Aspose.Slides. Load sheets and cells and use values to generate data-driven PowerPoint presentations.... getParagraphs (); // Replace the placeholders with data...namePortion . getText (). replace ( "{{EmployeeName}}" , employeeName...

    docs.aspose.com/slides/nodejs-java/excel-integr...
  9. Integrating Excel Data into PowerPoint Presenta...

    Read data from Excel workbooks in Aspose.Slides using the ExcelDataWorkbook API. Load sheets and cells and use values to generate data-driven PowerPoint presentations.... Paragraphs ; // Replace placeholders with data from...]. Portions [ 0 ]. Text . Replace ( "{{EmployeeName}}" , employeeName...

    docs.aspose.com/slides/net/developer-guide/tech...
  10. Integrate Excel Data into PowerPoint Presentati...

    Read data from Excel workbooks in Aspose.Slides using the ExcelDataWorkbook API. Load sheets and cells and use values to generate data-driven PowerPoint presentations.... Paragraphs ; // Replace the placeholders with data...Text = namePortion . Text . Replace ( "{{EmployeeName}}" , employeeName...

    docs.aspose.com/slides/net/excel-integration/