Sort Score
Result 10 results
Languages All
Labels All
Results 3,191 - 3,200 of 3,939 for

editing

(0.22 sec)
  1. Excel Dosyalarını Java'da Düzenleme | Çevrimiçi...

    Java uygulamanızla Excel dosyalarını (XLS, XLSX, ODS) düzenleyin. Elektronik tablo ve belge düzenleme Java API kullanarak elektronik tablo düzenleme örnekleri....sekme dizinini ayarlayın ve edit() kullanarak Düzenlenebilir...EditableDocument firstTab = editor.edit(editOptions); String bodyContent...

    blog.groupdocs.com/tr/editor/edit-excel-files-i...
  2. Excel-bestanden bewerken in Java | Bouw uw onli...

    Bewerk Excel-bestanden (XLS, XLSX, ODS) met uw Java-toepassing. Voorbeelden om spreadsheets te bewerken met Java API voor het bewerken van spreadsheets en documenten....het Bewerkbare document op met edit() . U kunt de inhoud van het...EditableDocument firstTab = editor.edit(editOptions); String bodyContent...

    blog.groupdocs.com/nl/editor/edit-excel-files-i...
  3. Remove Annotations from PPTX using C#

    Gain a clear understanding of how to remove annotations from PPTX using C#. Additionally, you'll find a code example on how to delete annotations in PPTX using C#....allowing for feedback, notes, and edits to be marked directly on the...include comments, notes, or edits that were meant only for internal...

    kb.groupdocs.com/redaction/net/remove-annotatio...
  4. Add document to Word processing via OLE | Group...

    This article explains how to add document to Word processing via OLE with GroupDocs.Merger within your Java applications....application into currently edited documents. For example Excel...be embedded into documents edited in a word processor and so...

    docs.groupdocs.com/merger/java/add-document-to-...
  5. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....format-specific properties to extract or edit metadata System . out . println...You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  6. Remove Annotations from PPTX using Java

    Let's learn how to remove annotations from PPTX using Java. You'll also find a code example demonstrating the process of how to delete annotations in PPTX using Java....adding feedback, notes, and edits during the drafting and collaboration...Redactor.save method to save the edited PPTX file to your disk Removing...

    kb.groupdocs.com/redaction/java/remove-annotati...
  7. Chỉnh sửa Tài liệu Word trong C# | Xây dựng Trì...

    Việc chỉnh sửa tài liệu Word được giải thích bằng các ví dụ C# để chỉnh sửa các tệp DOC, DOCX, ODT trong ứng dụng .NET của bạn bằng cách sử dụng API chỉnh sửa tài liệu....Edit(editOptions)) { string originalContent...originalContent.Replace("document", "edited document"); } } Lưu tài liệu...

    blog.groupdocs.com/vi/editor/edit-word-document...
  8. 在 C# 中編輯 Word 文檔 |構建您自己的 .NET Word 編輯器

    使用 C# 示例解釋編輯 Word 文檔,以使用文檔編輯 API 在您的 .NET 應用程序中編輯 DOC、DOCX、ODT 文件。...Edit(editOptions)) { string originalContent...originalContent.Replace("document", "edited document"); } } 使用選項保存編輯後的...

    blog.groupdocs.com/zh-hant/editor/edit-word-doc...
  9. Load from a local disk | GroupDocs

    Learn how to open a file from local disk using GroupDocs.Metadata for Python via .NET....input_path ) as metadata : # Extract, edit or remove metadata here # ....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/python-net/load-fro...
  10. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk in Java... InputJpeg )) { // Edit or remove metadata here metadata...You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/java/save-a-modifie...