Sort Score
Result 10 results
Languages All
Labels All
Results 1,911 - 1,920 of 3,153 for

replacement

(0.08 sec)
  1. تحرير مستندات Word في C # | قم ببناء محرر .NET ...

    تحرير مستندات Word موضح بأمثلة C # لتحرير ملفات DOC و DOCX و ODT داخل تطبيق .NET باستخدام واجهة برمجة تطبيقات تحرير المستندات....Replace("document", "edited document");...editedContent = originalContent.Replace("document", "edited document");...

    blog.groupdocs.com/ar/editor/edit-word-document...
  2. تحرير العروض التقديمية في C# | تحرير .NET PPT/PPTX

    يتم شرح تحرير عروض PowerPoint التقديمية باستخدام أمثلة C# لتحرير ملفات PPT وPPTX وODP داخل تطبيق .NET الخاص بك باستخدام واجهة برمجة تطبيقات تحرير العروض التقديمية....Replace("documents", "presentation");...editedContent = originalContent.Replace("documents", "presentation");...

    blog.groupdocs.com/ar/editor/edit-ppt-pptx-pres...
  3. Modifica presentazioni in C# | Modifica PPT/PPT...

    La modifica delle presentazioni PowerPoint viene spiegata con esempi C# per modificare file PPT, PPTX e ODP all'interno dell'applicazione .NET utilizzando l'API di modifica delle presentazioni....Replace("documents", "presentation");...editedContent = originalContent.Replace("documents", "presentation");...

    blog.groupdocs.com/it/editor/edit-ppt-pptx-pres...
  4. แก้ไขการนำเสนอใน C# | การแก้ไข .NET PPT/PPTX

    มีการอธิบายการแก้ไขงานนำเสนอ PowerPoint ด้วยตัวอย่าง C# เพื่อแก้ไขไฟล์ PPT, PPTX, ODP ภายในแอปพลิเคชัน .NET ของคุณโดยใช้ API การแก้ไขการนำเสนอ...Replace("documents", "presentation");...editedContent = originalContent.Replace("documents", "presentation");...

    blog.groupdocs.com/th/editor/edit-ppt-pptx-pres...
  5. Edytuj arkusze kalkulacyjne Excel | Edycja onli...

    Odkryj efektywne sposoby edycji arkuszy kalkulacyjnych Excel. Edytuj pliki XLS/XLSX online lub zrób to programowo, używając C# i Java....Replace("Company Name", "New Company...editedSheetContent = allContent.replace("Old Company Name","New Company...

    blog.groupdocs.com/pl/editor/edit-excel-spreads...
  6. Edit Presentasi di Java | Pengeditan PPT/PPTX

    Mengedit presentasi PowerPoint dijelaskan dengan contoh Java untuk mengedit file PPT, PPTX, ODP dalam aplikasi Anda menggunakan API pengeditan presentasi....replace("document", "presentation");...editedContent = originalContent.replace("document", "presentation");...

    blog.groupdocs.com/id/editor/edit-ppt-pptx-pres...
  7. Editar apresentações em C# | Edição .NET PPT/PPTX

    A edição de apresentações do PowerPoint é explicada com exemplos C# para editar arquivos PPT, PPTX, ODP em seu aplicativo .NET usando a API de edição de apresentações....Replace("documents", "presentation");...editedContent = originalContent.Replace("documents", "presentation");...

    blog.groupdocs.com/pt/editor/edit-ppt-pptx-pres...
  8. Edit Presentasi di C# | Pengeditan .NET PPT/PPTX

    Mengedit presentasi PowerPoint dijelaskan dengan contoh C# untuk mengedit file PPT, PPTX, ODP dalam aplikasi .NET Anda menggunakan API pengeditan presentasi....Replace("documents", "presentation");...editedContent = originalContent.Replace("documents", "presentation");...

    blog.groupdocs.com/id/editor/edit-ppt-pptx-pres...
  9. Password Protect A Document Online

    Document password protection online Protect a document with password online Powered by aspose.com and aspose.cloud Ch......Annotation Metadata Parser Replace Unlock Search eSign Signature...

    products.aspose.app/words/protect
  10. Inserting Bookmarks Dynamically | Documentation

    Note This feature is supported by version 20.3 or greater Note The code uses some of the objects defined in The Business Layer. Inserting Hyperlinks Dynamically Dynamic insertion of bookmarks for Word Processing documents and emails with HTML and RTF bodies You can insert bookmarks to your reports dynamically using bookmark tags. Syntax of a bookmark tag is defined as follows. <> bookmarked_content <> Here, bookmark_expression defines the name of a bookmark to be inserted during run-time....bookmark start and end that replace corresponding opening and closing...

    docs.groupdocs.com/assembly/java/inserting-book...