Sort Score
Result 10 results
Languages All
Labels All
Results 3,051 - 3,060 of 3,768 for

editing

(0.2 sec)
  1. 在 C# 中编辑 Word 文档 |构建您自己的 .NET Word 编辑器

    使用 C# 示例解释编辑 Word 文档,以使用文档编辑 API 在 .NET 应用程序中编辑 DOC、DOCX、ODT 文件。...Word 文档中所有出现的单词“document”替换为“edited document”。 using (Editor editor...(EditableDocument beforeEdit = editor.Edit(editOptions)) { string originalContent...

    blog.groupdocs.com/zh/editor/edit-word-document...
  2. Modifier des présentations en Java | Édition PP...

    L'édition de présentations PowerPoint est expliquée avec un exemple Java pour éditer des fichiers PPT, PPTX et ODP dans votre application à l'aide de l'API d'édition de présentation.... // Edit Presentation Editor editor =...EditableDocument beforeEdit = editor.edit(editOptions); String originalContent...

    blog.groupdocs.com/fr/editor/edit-ppt-pptx-pres...
  3. 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.... // Edit Presentation using (Editor editor...(EditableDocument beforeEdit = editor.Edit(editOptions)) { string originalContent...

    blog.groupdocs.com/vi/editor/edit-ppt-pptx-pres...
  4. 在 Java 中編輯簡報 | PPT/PPTX 編輯

    使用 Java 範例解釋了編輯 PowerPoint 簡報,以使用簡報編輯 API 在應用程式中編輯 PPT、PPTX、ODP 檔案。... // Edit Presentation Editor editor =...EditableDocument beforeEdit = editor.edit(editOptions); String originalContent...

    blog.groupdocs.com/zh-hant/editor/edit-ppt-pptx...
  5. 在 Java 中編輯 Word 文檔 |構建您自己的 Java Word 編輯器

    使用 Java 示例解釋編輯 Word 文檔,以使用文檔編輯 Java API 在您的應用程序中編輯 DOC、DOCX、ODT 文件。... 使用 edit 方法獲取 EditableDocument 。 獲取加載的...defaultWordProcessin = editor.edit(); // 使用任何所見即所得編輯器進行編輯或以編程方式進行編輯...

    blog.groupdocs.com/zh-hant/editor/edit-word-doc...
  6. ویرایش فایل های اکسل در Java | ویرایشگر برگه Ja...

    فایل های اکسل (XLS، XLSX، ODS) را با برنامه Java خود ویرایش کنید. نمونه هایی برای ویرایش صفحات گسترده با استفاده از API Java ویرایش صفحه گسترده و سند....تنظیم کنید و Editable Document را با استفاده از edit() واکشی کنید...EditableDocument firstTab = editor.edit(editOptions); String bodyContent...

    blog.groupdocs.com/fa/editor/edit-excel-files-i...
  7. 在 C# 中编辑演示文稿 | .NET PPT/PPTX 编辑

    通过 C# 示例解释了如何编辑 PowerPoint 演示文稿,以便使用演示文稿编辑 API 在 .NET 应用程序中编辑 PPT、PPTX、ODP 文件。... // Edit Presentation using (Editor editor...(EditableDocument beforeEdit = editor.Edit(editOptions)) { string originalContent...

    blog.groupdocs.com/zh/editor/edit-ppt-pptx-pres...
  8. C#에서 Word 문서 편집 | 나만의 .NET Word 편집기 구축

    Word 문서 편집은 문서 편집 API를 사용하여 .NET 응용 프로그램 내에서 DOC, DOCX, ODT 파일을 편집하는 C# 예제와 함께 설명됩니다....문서에서 “document"라는 단어의 모든 항목을 “edited document"로 바꿉니다. using (Editor...(EditableDocument beforeEdit = editor.Edit(editOptions)) { string originalContent...

    blog.groupdocs.com/ko/editor/edit-word-document...
  9. 在 C# 中編輯簡報 | .NET PPT/PPTX 編輯

    透過 C# 範例說明如何編輯 PowerPoint 簡報,以便使用簡報編輯 API 在 .NET 應用程式中編輯 PPT、PPTX、ODP 檔案。... // Edit Presentation using (Editor editor...(EditableDocument beforeEdit = editor.Edit(editOptions)) { string originalContent...

    blog.groupdocs.com/zh-hant/editor/edit-ppt-pptx...
  10. Developer Guide | Documentation

    Developer Guide section explains all aspects of GroupDocs.Editor for Java file editor features, provides code snippets and examples of Editing Microsoft Office formats progammatically in Java applications... Introduction Load document Edit document Create new document...Extracting document metainfo How to edit Mobi file Working with formats...

    docs.groupdocs.com/editor/java/developer-guide/