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

values

(0.29 sec)
  1. generate reports in csharp

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....CSV Soubory Comma Separated Values se široce používají pro výměnu...

    blog.groupdocs.com/cs/tag/generate-reports-in-c...
  2. Metadata タグの扱い方

    Metadata タグの使用方法を説明してください。...found properties and their values foreach ( var property in properties)...name: {property.Name}, Value: {property.Value}" ); } } タグでメタデータ プロパティを追加...

    blog.groupdocs.com/ja/metadata/how-to-work-with...
  3. 在 Python 應用程式中編輯和管理中繼資料 - GroupDocs.Metadata

    了解如何使用 GroupDocs.Metadata for Python via .NET 來提取、更新和移除應用程式中的中繼資料。...interpreted_value 屬性處理複雜數據類型 if not (property . interpreted_value is None...屬性值: { property . interpreted_value } " ) else : print( f "屬性名稱:...

    blog.groupdocs.com/zh-hant/metadata/edit-metada...
  4. Adding Ellipse Annotation in a PDF Document

    GroupDocs.Annotation API GroupDocs.Annotation comes with an extensive set of tools that you can use to easily add common shapes to your documents as an annotation. The list of tools is not limited to area, point, text, polyline, etc. In this section, we will primarily discuss how the Ellipse annotation could be added in a PDF document by using GroupDocs.Annotation API. Adding Ellipse Annotation While discussing the family of annotation types, we cannot ignore ellipse annotation....type of the annotation: Fixed value_AnnotationType.Ellipse_ is always...

    blog.groupdocs.com/annotation/adding-ellipse-an...
  5. Get comparison result as an object model | Grou...

    This article explains how to get result document object model with GroupDocs.Comparison for .NET....method and assign its return value to a object. You can retrieve...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/comparison/net/how-to-get-re...
  6. 使用 C# 從數據庫文件中提取數據

    數據庫 被認為是大多數應用程序的組成部分。無論是桌面、Web 還是移動應用程序,數據庫在存儲、訪問和操作數據方面都起著至關重要的作用。有許多數據庫管理系統可以為您創建和管理數據庫。 但是,可能會出現這樣一種情況,即您需要一種方法來從數據庫文件(即 .db 文件)中提取數據,而無需安裝數據庫管理系統或編寫 SQL 查詢。在這種情況下,您將如何解析數據庫文件並從中獲取數據? 在本文中,我將演示如何在不編寫 SQL 查詢的情況下輕鬆地從 SQLite 數據庫中的表中提取數據。我將使用 GroupDocs.Parser for .NET API,它支持通過 ADO.NET。 從 SQLite 數據庫 (.db) 中的表中提取數據的步驟 在 Visual Studio 中創建一個新項目。 從 NuGet 安裝適用於 GroupDocs.Parser for .NET。 添加以下命名空間。 using System; using System.Collections.Generic; using System.IO; using GroupDocs.Parser.Data; using GroupDocs.Parser.Options; 準備連接字符串。 string connectionString = string.Format("Provider=System.Data.Sqlite;Data Source={0};Version=3;", "sqlite.db"); 在 Parser 對像中加載數據庫文件。 using (Parser parser = new Parser(connectionString, new LoadOptions(FileFormat.Database))) { // 你的代碼在這裡 } 使用 Parser.GetToc 方法獲取數據庫中表的列表。 // 獲取表格列表 IEnumerable toc = parser....Value)) { Console.WriteLine(reader...parser.GetText(i.PageIndex.Value)) { Console.WriteLine(reader...

    blog.groupdocs.com/zh-hant/parser/extract-data-...
  7. Accept or Reject detected changes | GroupDocs

    Following this guide you will learn how to apply or discard changes detected during document comparison process using GroupDocs.Comparison for .NET API....appropriate change object to the or value. Call the method. Specify the...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/comparison/net/accept-or-rej...
  8. Excel ve CSV Verilerini C#'a Dönüştür | XLSX'te...

    Java uygulamalarında XLS ve XLSX'i CSV'ye ve CSV'yi Excel biçimlerine dönüştürün. Belge dönüştürme için Java API kullanarak dosya dönüştürme işleminizi otomatikleştirin....outputFile = @"path/comma-sparated-values.csv"; using (Converter converter...inputFile = @"path/comma-sparated-values.csv"; string outputFile = @"path/spreadsheet...

    blog.groupdocs.com/tr/conversion/convert-excel-...
  9. تحويل بيانات Excel و CSV في C # | XLSX إلى CSV ...

    قم بتحويل XLS & XLSX إلى CSV و CSV إلى تنسيقات Excel داخل تطبيقات Java. أتمتة تحويل ملفاتك باستخدام Java API لتحويل المستندات....outputFile = @"path/comma-sparated-values.csv"; using (Converter converter...inputFile = @"path/comma-sparated-values.csv"; string outputFile = @"path/spreadsheet...

    blog.groupdocs.com/ar/conversion/convert-excel-...
  10. Edit and Update Form Fields | GroupDocs

    Editing Form Fields with GroupDocs.Editor for Node.js via Java... setValue ( 'new Value' ); // Update the form fields...textField . setValue ( 'new Value' ); } // 4.4. Update the form...

    docs.groupdocs.com/editor/nodejs-java/edit-and-...