Sort Score
Result 10 results
Languages All
Labels All
Results 3,111 - 3,120 of 3,790 for

editing

(0.05 sec)
  1. Edytuj pliki Excela w Javie | Zbuduj swój inter...

    Edytuj pliki Excel (XLS, XLSX, ODS) za pomocą aplikacji Java. Przykłady edytowania arkuszy kalkulacyjnych przy użyciu interfejsu Java API do edycji arkuszy i dokumentów....Dokument edytowalny za pomocą edit() . Możesz pobrać zawartość...EditableDocument firstTab = editor.edit(editOptions); String bodyContent...

    blog.groupdocs.com/pl/editor/edit-excel-files-i...
  2. Load a file of a specific format | Documentation

    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...
  3. Add document to Word processing via OLE | Docum...

    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-...
  4. 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...
  5. Load from a local disk | Documentation

    The following example demonstrates how to load file from local disk....( inputPath )) { // Extract, edit or remove metadata here } More...You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/net/load-from-a-loc...
  6. Load from a local disk | Documentation

    The following example demonstrates how to load a file from a local disk. advanced_usage.loading_files.LoadFromLocalDisk // Constants.InputOne is an absolute or relative path to your document. Ex: @"C:\Docs\source.one" try (Metadata metadata = new Metadata(Constants.InputOne)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for .NET examples GroupDocs.Metadata for Java examples... InputOne )) { // Extract, edit or remove metadata here } More...You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/java/load-from-a-lo...
  7. 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...
  8. Save a modified file to a specified location | ...

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

    docs.groupdocs.com/metadata/net/save-a-modified...
  9. 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...pdf" ); // Edit or remove metadata here metadata...You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/nodejs-java/save-a-...
  10. Save a modified file to a stream | Documentation

    This article shows how to save a file to the specified stream in Java...pdf" ); // Edit or remove metadata here metadata...You are welcome to view and edit metadata of PDF, DOC, DOCX,...

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