Sort Score
Result 10 results
Languages All
Labels All
Results 3,941 - 3,950 of 4,088 for

editing

(0.92 sec)
  1. Numbered List in Word Processing Document | Gro...

    Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in Word Processing Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Numbered List in Microsoft Word Document Creating a Numbered List Practising the following steps you can create Numbered List Template in MS Word 2013. In your document, write a sentence like “We provide support for the following products:”....OpenOffice) available to create, open, edit and save this format. For more...

    docs.groupdocs.com/assembly/net/numbered-list-i...
  2. Existing objects in PDF document | GroupDocs

    Removing watermark from a particular page of PDF document using C#....Watermark allows you to edit and replace the text of the...GroupDocs.Watermark allows you to edit and replace the of the particular...

    docs.groupdocs.com/watermark/net/existing-objec...
  3. Suite C# All-in-One untuk Mengotomatisasi Tugas...

    Temukan bagaimana GroupDocs.Total untuk .NET menyederhanakan otomatisasi dokumen C#. Mulai dari melihat dan mengedit dokumen hingga tanda tangan elektronik dan lisensi yang hemat biaya, optimalkan alur kerja Anda dengan mudah....secara pemrogramatis - ekstrak, edit, hapus, cari, bandingkan, dan...

    blog.groupdocs.com/id/total/streamline-document...
  4. Modifier des fichiers Excel en C# | Créez votre...

    L'édition de fichiers Excel est expliquée avec des exemples C # pour éditer des fichiers XLS, XLSX, ODS dans votre application .NET à l'aide d'une feuille de calcul et d'une API d'édition de documents....Edit(sheetTab1EditOptions); string...

    blog.groupdocs.com/fr/editor/edit-excel-files-i...
  5. C#を使用してXMLファイルを編集する方法| XML編集.NETAPI

    C#を使用して、.NETアプリケーション内でXMLデータをプログラムで編集または更新します。 XMLファイルを変更し、変更をさまざまな形式で保存します。...Edit(editOptions)) { // 何でも編集 string...

    blog.groupdocs.com/ja/editor/edit-xml-files-usi...
  6. Working with OpenType fonts | GroupDocs

    OpenType is a format for scalable computer fonts. It was built on its predecessor TrueType, retaining TrueType’s basic structure and adding many intricate data structures for prescribing typographic behavior. Note Please find more information on the OpenType format here: https://en.wikipedia.org/wiki/OpenType. Reading OpenType metadata The GroupDocs.Metadata API supports extracting format-specific information from OpenType font files. The following are the steps to read the header of an OpenType file. Load an OpenType font file Get the root metadata package Extract the native metadata package using OpenTypeRootPackage....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/net/working-with-op...
  7. Document page builder - how to merge particular...

    Merge specific pages from multiple documents using API with GroupDocs.Merger. Create tailored, unified documents effortlessly....need for time-consuming manual edits and ensuring precision in the...

    blog.groupdocs.com/merger/page-builder-how-to-m...
  8. Working with XMP metadata | GroupDocs

    This article shows how to access XMP metadata in a file of any supported format....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/net/working-with-xm...
  9. Working with metadata in Spreadsheets | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/net/working-with-me...