Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 1,209 for

replacement

(0.1 sec)
  1. 在 Java 中编辑演示文稿 | PPT/PPTX 编辑

    使用 Java 示例解释了编辑 PowerPoint 演示文稿,以使用演示文稿编辑 API 在应用程序中编辑 PPT、PPTX、ODP 文件。...replace("document", "presentation");...editedContent = originalContent.replace("document", "presentation");...

    blog.groupdocs.com/zh/editor/edit-ppt-pptx-pres...
  2. GroupDocs.Viewer 2.0 - Enhancements and New Fea...

    Greetings! We’re pleased to announce a major update of the GroupDocs.Viewer for .NET library: version 2.0. This version of the document viewer has a lot of new features, improvements and bug fixes. You’ll find a complete list of updates and the new library itself here. In this and the next article, I’d like to take a closer look at the updates that I think you’ll be the most interested. So here we go:...of the viewer, you had to replace the default HTTP-handlers with...following article: How to Replace HTTP Handlers to Set up User...

    blog.groupdocs.com/viewer/enhancements-and-new-...
  3. Use redaction callback | GroupDocs

    In order to reject specific changes during redaction process or to keep a full log of changes in the document, you need to set Redactor.RedactionCallback property, to a class implementing IRedactionCallback interface. The interface contains only one method, AcceptRedaction, which receives detailed information about proposed redaction and returns Boolean value, accepted or not. Below, we create a callback class, dumping changes to system console: public class RedactionDump implements IRedactionCallback { public RedactionDump() { } public boolean acceptRedaction(RedactionDescription description) { System....getOriginalText () + " is replaced with " + description . getReplacement...

    docs.groupdocs.com/redaction/java/use-redaction...
  4. Chỉnh sửa bài thuyết trình bằng Java | Chỉnh sử...

    Chỉnh sửa bản trình bày PowerPoint được giải thích bằng ví dụ Java để chỉnh sửa các tệp PPT, PPTX, ODP trong ứng dụng của bạn bằng API chỉnh sửa bản trình bày....replace("document", "presentation");...editedContent = originalContent.replace("document", "presentation");...

    blog.groupdocs.com/vi/editor/edit-ppt-pptx-pres...
  5. Unable to print all pages of large documents - ...

    Hi, We use GroupDocs Viewer for .NET with asp.net core 8 application. Viewer type jpg has been set. When I render pdf document, it correctly renders as images per page. However for some pdfs clicking on print button, o…... I tried replacing in “main.js” file looks like...print() so effectively I tried replacing and it appear to work. printFrame(e){try{e...

    forum.groupdocs.com/t/unable-to-print-all-pages...
  6. Render Lotus Notes database files as HTML, PDF,...

    Convert NSF files to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API.... # {0} is replaced with the page numbers in the...NSF file to JPEG. # {0} is replaced with the page numbers in the...

    docs.groupdocs.com/viewer/python-net/render-lot...
  7. Edit Excel Files in Java | Build your Online Ja...

    Edit Excel files (XLS, XLSX, ODS) with your Java application. Examples to edit spreadsheets using spreadsheet and document editing Java API.... The above example replaces all the occurrences of “Old...

    blog.groupdocs.com/editor/edit-excel-files-in-j...
  8. GroupDocs.Conversion for Node.js 25.11 – Latest...

    Explore what’s new in GroupDocs.Conversion for Node.js 25.11. Available now on NuGet and GroupDocs website....stream has been removed and replaced with a stream supplier: const...

    blog.groupdocs.com/conversion/groupdocs-convers...
  9. Skip Unreadable Characters During Watermark Sea...

    We are delighted to announce the release of version 18.8 of GroupDocs.Watermark for .NET. The latest version allows skipping unreadable characters during text watermark search. Furthermore, we have also added a new feature to strengthen protection of text watermark in presentation documents. Please continue to read more about the new features, enhancements and bug fixes added in version 18.8. Features Introduced Skipping Unreadable Characters During Text Watermark Search This feature allows finding text watermark even if it contains unreadable characters between the letters....modification using Find and Replace dialog. The following code...

    blog.groupdocs.com/watermark/skip-unreadable-ch...
  10. Как редактировать файлы XML в Java | Java API д...

    Редактируйте или обновляйте XML-данные в своих Java-приложениях. Изменяйте XML-файлы и сохраняйте изменения в различных форматах с помощью Editing Java API....replace("John", "Samuel"); List<IHtmlResource>...

    blog.groupdocs.com/ru/editor/edit-xml-files-in-...