Sort Score
Result 10 results
Languages All
Labels All
Results 3,401 - 3,410 of 4,268 for

editing

(0.63 sec)
  1. Modifier des documents Word en C# | Créez votre...

    L'édition de documents Word est expliquée avec des exemples C # pour éditer des fichiers DOC, DOCX, ODT dans votre application .NET à l'aide de l'API d'édition de documents....Edit(editOptions)) { string originalContent...originalContent.Replace("document", "edited document"); } } Enregistrez...

    blog.groupdocs.com/fr/editor/edit-word-document...
  2. ערוך מסמכי Word ב-C# | בנה עורך NET Word משלך

    עריכת מסמכי Word מוסברת עם דוגמאות C# לעריכת קובצי DOC, DOCX, ODT בתוך יישום NET שלך באמצעות API לעריכת מסמכים....Edit(editOptions)) { string originalContent...originalContent.Replace("document", "edited document"); } } שמור את מסמך...

    blog.groupdocs.com/he/editor/edit-word-document...
  3. Edytuj dokumenty Worda w C# | Zbuduj swój własn...

    Edytowanie dokumentów programu Word wyjaśniono na przykładach w języku C#, aby edytować pliki DOC, DOCX, ODT w aplikacji .NET przy użyciu interfejsu API do edycji dokumentów....Edit(editOptions)) { string originalContent...originalContent.Replace("document", "edited document"); } } Zapisz edytowany...

    blog.groupdocs.com/pl/editor/edit-word-document...
  4. Upravit tabulky Excel | Online editace a progra...

    Objevte efektivní způsoby úpravy tabulek Excelu. Buď upravujte soubory XLS/XLSX online, nebo to proveďte programově pomocí C# a Java....Edit(sheetTab1EditOptions); string...EditableDocument firstTab = editor.edit(editOptions); String bodyContent...

    blog.groupdocs.com/cs/editor/edit-excel-spreads...
  5. C#에서 프레젠테이션 편집 | .NET PPT/PPTX 편집

    PowerPoint 프레젠테이션 편집은 프레젠테이션 편집 API를 사용하여 .NET 응용 프로그램 내에서 PPT, PPTX, ODP 파일을 편집하기 위한 C# 예제와 함께 설명됩니다.... // Edit Presentation using (Editor editor...(EditableDocument beforeEdit = editor.Edit(editOptions)) { string originalContent...

    blog.groupdocs.com/ko/editor/edit-ppt-pptx-pres...
  6. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular format....format-specific properties to extract or edit metadata Console . WriteLine...You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/net/load-a-file-of-...
  7. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document. advanced_usage.loading_files.LoadPasswordProtectedDocument // Specify the password LoadOptions loadOptions = new LoadOptions(); loadOptions.setPassword("123"); // Constants.ProtectedDocx is an absolute or relative path to your document. Ex: @"C:\Docs\source.docx" try (Metadata metadata = new Metadata(Constants.ProtectedDocx, loadOptions)) { // 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:...loadOptions )) { // 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-a-passwor...
  8. Remove Annotations from RTF using Java

    Discover how to effectively remove annotations from RTF using Java. This guide provides code example that illustrates how to delete annotations in RTF using Java....save method to save the edited RTF file to your disk First...Redactor.save method to save the edited RTF file to your disk. Below...

    kb.groupdocs.com/redaction/java/remove-annotati...
  9. Save a modified file to the original source | G...

    This article shows how to save the modified content back to the underlying source using GroupDocs.Metadata for Python via .NET....ppt" ) as metadata : # Edit or remove metadata here removed...You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/python-net/save-a-m...
  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 using GroupDocs.Metadata for Python via .NET....jpg" ) as metadata : # Edit or remove metadata here removed...You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/python-net/save-a-m...