Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 4,612 for

values

(0.3 sec)
  1. CSV to Word Report in Java

    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....Việt 中文 中國傳統的 Comma Separated Values (CSV) ist ein Dateiformat zum...

    blog.groupdocs.com/de/tag/csv-to-word-report-in...
  2. Working with Metadata in ASF Files | GroupDocs

    Working with metadata in ASF files Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console.... WriteLine ( "Value: {0}" , descriptor . Value ); Console . WriteLine...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Search results | GroupDocs

    This article shows that how to perform the operations on search results.... The property returns a value indicating that the result is...returns the found terms. The value is evaluated each time the property...

    docs.groupdocs.com/search/net/search-results/
  4. Render to HTML | GroupDocs

    With GroupDocs.Viewer for Java you can render files to HTML format. As a simple usecase please see how easily you can convert Microsoft Word to clean html....default this property has a true value — JavaScript will be removed...Viewer (before 25.9), the false value should be assigned to this property...

    docs.groupdocs.com/viewer/java/rendering-to-html/
  5. Search results | GroupDocs

    This article shows that how to perform the operations on search results.... The method returns a value indicating that the result is...returns the found terms. The value is evaluated each time the property...

    docs.groupdocs.com/search/java/search-results/
  6. About Search Engines | GroupDocs

    This page is about the classification of search engines and what place GroupDocs.Search API occupies in this classification. There are a large number of ways to classify search engines. Here are the main ones... Key-value store. A key-value database is a data...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/search/nodejs-java/about-sea...
  7. Administre datos XMP y EXIF de imágenes HEIF HE...

    Administre datos XMP y EXIF de imágenes HEIF, HEIC usando C#. Lea, actualice y elimine datos EXIF y XMP utilizando la API de automatización de metadatos dentro de las aplicaciones .NET....Value); } foreach (TiffTag tag in...WriteLine(pattern, tag.TagID, tag.Value); } foreach (TiffTag tag in...

    blog.groupdocs.com/es/metadata/manage-xmp-and-e...
  8. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...product suite and is great value for money. This holiday season...GroupDocs is making it even better value by giving you 25% off GroupDocs...

    blog.groupdocs.com/groupdocs.blog/page/48/
  9. Search text in Microsoft Office PowerPoint pres...

    This article explains that how to search text from Microsoft Office PowerPoint(.ppt, .pptx) presentations...Search(String) method returns null value if search isn’t supported for...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/parser/net/search-text-in-mi...
  10. Search text in Microsoft Office PowerPoint pres...

    To search a keyword in Microsoft Office PowerPoint presentations search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Microsoft Office PowerPoint presentation: Instantiate Parser object for the initial presentation; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the presentation....Warning method returns null value if search isn’t supported for...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/parser/java/search-text-in-m...