Sort Score
Result 10 results
Languages All
Labels All
Results 3,331 - 3,340 of 3,814 for

edit

(0.03 sec)
  1. 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...
  2. 在 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...
  3. 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...
  4. 在 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...
  5. Load Document | Documentation

    Following this guide, you will learn how to load a document from the local disk or file stream for Editing with GroupDocs.Editor for Node.js via Java API....the next step—opening for editing—an exception will be thrown...will be thrown later during editing. Incorrect Password Specified:...

    docs.groupdocs.com/editor/nodejs-java/load-docu...
  6. Modifica file Excel in Java | Crea il tuo edito...

    Modifica i file Excel (XLS, XLSX, ODS) con la tua applicazione Java. Esempi per modificare fogli di calcolo utilizzando l'API Java per la modifica di fogli di calcolo e documenti....Documento modificabile utilizzando [edit()]( https://apiference.groupdocs...com/editor/java/com.groupdocs.editor/Editor#edit()). È possibile ottenere il...

    blog.groupdocs.com/it/editor/edit-excel-files-i...
  7. Редактировать документы Word в C# | Создайте св...

    Редактирование документов Word объясняется примерами C# для редактирования файлов DOC, DOCX, ODT в приложении .NET с использованием API редактирования документов....Edit(editOptions)) { string originalContent...originalContent.Replace("document", "edited document"); } } Сохраните отредактированный...

    blog.groupdocs.com/ru/editor/edit-word-document...
  8. Convertir DOCX a ODT usando Python

    Convierte rápidamente DOCX a ODT con Python gracias a una guía sencilla. Exporta DOCX a ODT con Python para garantizar una edición fluida y compatibilidad con formatos de documentos abiertos....que requieren resultados editables en formatos abiertos. Al utilizar...sistema genera un archivo ODT editable llamado output.odt. Este proceso...

    kb.groupdocs.com/es/conversion/python/convert-d...
  9. 在 Java 中编辑演示文稿 | PPT/PPTX 编辑

    使用 Java 示例解释了编辑 PowerPoint 演示文稿,以使用演示文稿编辑 API 在应用程序中编辑 PPT、PPTX、ODP 文件。... // Edit Presentation Editor editor =...EditableDocument beforeEdit = editor.edit(editOptions); String originalContent...

    blog.groupdocs.com/zh/editor/edit-ppt-pptx-pres...
  10. 在 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...