Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 1,257 for

replacement

(1.2 sec)
  1. Редактирование презентаций на C# | Редактирован...

    Редактирование презентаций PowerPoint объясняется на примерах C# для редактирования файлов PPT, PPTX, ODP в вашем приложении .NET с использованием API редактирования презентаций....Replace("documents", "presentation");...editedContent = originalContent.Replace("documents", "presentation");...

    blog.groupdocs.com/ru/editor/edit-ppt-pptx-pres...
  2. ویرایش اسناد Word | ویرایش آنلاین و رویکرد برنا...

    روش های کارآمد برای ویرایش اسناد Word را کشف کنید. فایل های DOC/DOCX را به صورت آنلاین ویرایش کنید یا با استفاده از C# و Java این کار را به صورت برنامه نویسی انجام دهید....Replace("document", "edited document");...allEmbeddedInsideStr = allEmbeddedInsideStr.replace("document", "edited document");...

    blog.groupdocs.com/fa/editor/edit-word-documents/
  3. 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/
  4. Bearbeiten Sie Präsentationen in C# | .NET PPT/...

    Das Bearbeiten von PowerPoint-Präsentationen wird anhand von C#-Beispielen zum Bearbeiten von PPT-, PPTX- und ODP-Dateien in Ihrer .NET-Anwendung mithilfe der Präsentationsbearbeitungs-API erläutert....Replace("documents", "presentation");...editedContent = originalContent.Replace("documents", "presentation");...

    blog.groupdocs.com/de/editor/edit-ppt-pptx-pres...
  5. Edit Dokumen Word dalam C# | Bangun Editor .NET...

    Mengedit dokumen Word dijelaskan dengan contoh C# untuk mengedit file DOC, DOCX, ODT dalam aplikasi .NET Anda menggunakan API pengeditan dokumen....Replace("document", "edited document");...editedContent = originalContent.Replace("document", "edited document");...

    blog.groupdocs.com/id/editor/edit-word-document...
  6. Edit Spreadsheet Excel | Pengeditan Online & Pe...

    Temukan cara efisien untuk mengedit spreadsheet Excel. Edit file XLS/XLSX secara online atau lakukan secara terprogram menggunakan C# & Java....Replace("Company Name", "New Company...editedSheetContent = allContent.replace("Old Company Name","New Company...

    blog.groupdocs.com/id/editor/edit-excel-spreads...
  7. GroepDocs.Redaction AI-integratie met .NET | Aa...

    Gebruik AI om tekst, woorden of zinnen in PDF-documenten te detecteren en te redigeren met .NET. Vervang of verberg inhoud om PDF-bestanden veilig te verwerken....Process_AI( string text, string replacement) { string prompt = "Hey,...alsjeblieft het hele blok met '{replacement}' in de tekst. " + "Ik heb...

    blog.groupdocs.com/nl/redaction/custom-ai-redac...
  8. Word Belgelerini C# Dilinde Düzenleme | Kendi ....

    Word belgelerini düzenleme, belge düzenleme API'sini kullanarak .NET uygulamanız içinde DOC, DOCX, ODT dosyalarını düzenlemek için C# örnekleriyle anlatılmaktadır....Replace("document", "edited document");...editedContent = originalContent.Replace("document", "edited document");...

    blog.groupdocs.com/tr/editor/edit-word-document...
  9. 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...
  10. Removing Empty Paragraphs | GroupDocs

    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-...