Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 940 for

replacement

(0.06 sec)
  1. Modifier des documents Word | Édition en ligne ...

    Découvrez des moyens efficaces de modifier des documents Word. Modifiez les fichiers DOC/DOCX en ligne ou faites-le par programme en utilisant C# et Java....Replace("document", "edited document");...allEmbeddedInsideStr = allEmbeddedInsideStr.replace("document", "edited document");...

    blog.groupdocs.com/fr/editor/edit-word-documents/
  2. Редагувати презентації в Java | Редагування PPT...

    Редагування презентацій PowerPoint пояснюється на прикладі Java для редагування файлів PPT, PPTX, ODP у вашій програмі за допомогою API редагування презентацій....replace("document", "presentation");...editedContent = originalContent.replace("document", "presentation");...

    blog.groupdocs.com/uk/editor/edit-ppt-pptx-pres...
  3. Removing Empty Paragraphs | Documentation

    Note This feature is supported by version 18.10. or greater. Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly for .NET API supports the removal of paragraphs becoming empty after template syntax tags are removed or replaced with empty values. A new member RemoveEmptyParagraphs is added to DocumentAssemblyOptions. When this new option is applied to DocumentAssembler options through DocumentAssembler.Options, the engine additionally removes empty paragraphs....syntax tags are removed or replaced with empty values. A new member...

    docs.groupdocs.com/assembly/net/removing-empty-...
  4. Support for Dynamic Insertion of External Docum...

    We are delighted to announce a new feature in the monthly release of GroupDocs.Assembly for .NET 18.12. Using the latest version, you can now assemble external documents dynamically for Word Processing and Email file formats. Previously, an evaluation mark was added to a nested document being inserted dynamically, which is now fixed. We recommend you to install and use the latest version of the API. Features Introduced You can insert contents of outer documents to your reports dynamically using doc tags....load a document which content replaces the doc tag then. By default...

    blog.groupdocs.com/assembly/support-for-dynamic...
  5. 在 Java 中編輯簡報 | PPT/PPTX 編輯

    使用 Java 範例解釋了編輯 PowerPoint 簡報,以使用簡報編輯 API 在應用程式中編輯 PPT、PPTX、ODP 檔案。...replace("document", "presentation");...editedContent = originalContent.replace("document", "presentation");...

    blog.groupdocs.com/zh-hant/editor/edit-ppt-pptx...
  6. Maak een documentviewer in ASP.NET Core MVC voo...

    De online documentviewers zijn populair geworden na het groeiende gebruik van digitale documenten, vooral in de contentmanagementsystemen. De reden achter deze populariteit is dat u verschillende documentformaten kunt bekijken zonder speciale softwareprogramma’s te kopen of te installeren. Gezien het belang van documentviewers, dacht ik een artikel te schrijven over het maken van een universele documentviewer in ASP.NET MVC. We gaan een ASP.NET MVC documentviewer-applicatie maken die gericht is op het ....replace(".", "_"); $("#content").empty();...Path.GetFileName(FileName).Replace(".", "_")); if (!Directory...

    blog.groupdocs.com/nl/viewer/document-viewer-in...
  7. Utwórz przeglądarkę dokumentów w ASP.NET Core M...

    Przeglądarki dokumentów online stały się popularne po wzroście wykorzystania dokumentów cyfrowych, zwłaszcza w systemach zarządzania treścią. Powodem tej popularności jest możliwość przeglądania różnych formatów dokumentów bez kupowania lub instalowania dedykowanego oprogramowania. Biorąc pod uwagę znaczenie przeglądarek dokumentów, pomyślałem o napisaniu artykułu o tym, jak stworzyć uniwersalną przeglądarkę dokumentów w ASP.NET MVC. Zamierzamy utworzyć aplikację przeglądarki dokumentów ASP.NET MVC, która będzie kierowana na platformę .NET Core. Do renderowania dokumentów na zapleczu użyjemy GroupDocs....replace(".", "_"); $("#content").empty();...Path.GetFileName(FileName).Replace(".", "_")); if (!Directory...

    blog.groupdocs.com/pl/viewer/document-viewer-in...
  8. Chỉnh sửa bản trình bày trong C# | Chỉnh sửa .N...

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

    blog.groupdocs.com/vi/editor/edit-ppt-pptx-pres...
  9. How to Edit XML Files using C# | XML Editing .N...

    Edit or update your XML data programmatically within your .NET applications using C#. Modify XML files and save the changes in various formats....will modify the XML data by replacing a value with another. The...

    blog.groupdocs.com/editor/edit-xml-files-using-...
  10. Save overwriting original file | Documentation

    This article demonstrates that how to save the redacted document, replacing an original file...save the redacted document, replacing an original file: C# using...

    docs.groupdocs.com/redaction/net/save-overwriti...