Sort Score
Result 10 results
Languages All
Labels All
Results 3,081 - 3,090 of 3,768 for

editing

(0.09 sec)
  1. 在 Java 中編輯 Excel 文件 |構建您的在線 Java Excel 工作表編輯器

    使用 Java 應用程序編輯 Excel 文件(XLS、XLSX、ODS)。使用電子表格和文檔編輯 Java API 編輯電子表格的示例。... 設置工作表標籤索引並使用 edit() 獲取 Editable Document 。 您可以使用相應的 getter...EditableDocument firstTab = editor.edit(editOptions); String bodyContent...

    blog.groupdocs.com/zh-hant/editor/edit-excel-fi...
  2. SugarCRM Plugin Tutorial Using GroupDocs Viewer...

    GroupDocs offers a full set of document management tools for SugarCRM: we’ve developed a bunch of plugins which help you use Viewer, Annotation, Assembly, Comparison and Signature apps in SugarCRM. This article gives some recommendations on how to create your own custom plugin for SugarCRM. We will use the GroupDocs Viewer plugin for SugarCRM as an example. SugarCRM is an open-platform web-based CRM solution which has an on-demand cloud platform. Today we show you how to create an on-site version plugin..../\*\*\*\*\ \* SugarCRM Community Edition is a customer relationship...need views. To edit the plugin page, we need the edit.view.php file...

    blog.groupdocs.com/total/sugarcrm-plugin-tutori...
  3. Come modificare i file XML in Java | API Java p...

    Modifica o aggiorna i dati XML all'interno delle tue applicazioni Java. Modifica i file XML e salva le modifiche in vari formati utilizzando la modifica dell'API Java....agli editor esterni per l’editing visivo. Scarica il file JAR...di origine usando il metodo edit e le opzioni di modifica preparate...

    blog.groupdocs.com/it/editor/edit-xml-files-in-...
  4. PowerPoint プレゼンテーションを編集する |オンライン編集とプログラムによるアプローチ

    PowerPoint プレゼンテーションを編集する効率的な方法を発見します。 PPT/PPTX ファイルをオンラインで編集するか、C# と Java を使用してプログラムで編集します。...Edit(); PresentationEditOpti editOptions2...EditableDocument secondSlide = editor.Edit(editOptions2); PresentationEditOpti...

    blog.groupdocs.com/ja/editor/edit-presentation-...
  5. Find metadata properties | Documentation

    This article explains that how you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other files of different types in your .NET solution....the name of the person last edited the document and all properties...date/time the document was last edited. For more information on supported...

    docs.groupdocs.com/metadata/net/find-metadata-p...
  6. Memory optimization option | Documentation

    This article explains how to optimize memory utilization when Editing large Word documents using GroupDocs.Editor for Java API..../ Developer Guide / Edit document / Edit Word document / Memory...

    docs.groupdocs.com/editor/java/memory-optimizat...
  7. Load from a stream | Documentation

    This example demonstrates how to load a file from a stream. advanced_usage.loading_files.LoadFromStream // Constants.InputDoc is an absolute or relative path to your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // 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 ....Metadata ( stream )) { // Extract, edit or remove metadata here } }...You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  8. Save a modified file to a stream | Documentation

    This article shows how to save a file to the specified stream in Java... InputPng )) { // 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...
  9. 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...
  10. แก้ไขเอกสาร Word ใน C# | สร้าง .NET Word Editor...

    การแก้ไขเอกสาร Word มีการอธิบายด้วยตัวอย่าง C# เพื่อแก้ไขไฟล์ DOC, DOCX, ODT ภายในแอปพลิเคชัน .NET ของคุณโดยใช้ API การแก้ไขเอกสาร...Edit(editOptions)) { string originalContent...originalContent.Replace("document", "edited document"); } } บันทึกเอกสาร...

    blog.groupdocs.com/th/editor/edit-word-document...