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

editing

(0.12 sec)
  1. Chỉnh sửa bài thuyết trình bằng Java | Chỉnh sử...

    Chỉnh sửa bản trình bày PowerPoint được giải thích bằng ví dụ Java để chỉnh sửa các tệp PPT, PPTX, ODP trong ứng dụng của bạn bằng API chỉnh sửa bản trình bày.... // Edit Presentation Editor editor =...EditableDocument beforeEdit = editor.edit(editOptions); String originalContent...

    blog.groupdocs.com/vi/editor/edit-ppt-pptx-pres...
  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. 在 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...
  5. Редагувати документи Word у C# | Створіть власн...

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

    blog.groupdocs.com/uk/editor/edit-word-document...
  6. Save a modified file to a stream | GroupDocs

    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...
  7. Load from a stream | GroupDocs

    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 | GroupDocs

    This article shows how to save a file to the specified stream using GroupDocs.Metadata for Python via .NET....input_png ) as metadata : # Edit or remove metadata here # ....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/python-net/save-a-m...
  9. Memory optimization option | GroupDocs

    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...
  10. PowerPoint プレゼンテーションを編集する |オンライン編集とプログラムによるアプローチ

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

    blog.groupdocs.com/ja/editor/edit-presentation-...