Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 2,132 for

properties

(0.05 sec)
  1. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known Properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible Properties are presented in the getKnowPropertyDescriptors collection....Getting known property descriptors Getting known property descriptors...extract information about known properties that can be encountered in...

    docs.groupdocs.com/metadata/java/getting-known-...
  2. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known Properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;iproperty descriptors Getting known property descriptors...extract information about known properties that can be encountered in...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  3. com.groupdocs.comparison.interfaces | GroupDocs...

    The package provides interfaces to instantiate output objects....Defines document description properties. com.groupdocs.comparison...

    reference.groupdocs.com/comparison/java/com.gro...
  4. Handle XMP and EXIF Data of HEIF HEIC Images in...

    Manage XMP and EXIF data of HEIF, HEIC images in Java. Read, update, remove EXIF and XMP data using Metadata manipulation API within Java applications....defines how to store metadata properties in the most common images...store any set of metadata properties as name/value pairs. The...

    blog.groupdocs.com/metadata/xmp-and-exif-data-o...
  5. Adding metadata | Documentation

    This article shows how to add metadata Properties which is the most sophisticated feature of the GroupDocs.Metadata Python via .NET search engine...feedback Adding metadata properties is the most sophisticated...and tries to pick up a known property that would satisfy the specified...

    docs.groupdocs.com/metadata/python-net/adding-m...
  6. How to Add Checkbox Component in PDF using C#

    In this article, You will learn how to add checkbox component in PDF using C#. Furthermore, we will help you to develop application to insert checkbox in PDF using C#....CheckboxComponent object and set some properties Call Add method of Annotator...CheckboxComponent objects, set properties for checkbox and save the...

    kb.groupdocs.com/annotation/net/how-to-add-chec...
  7. Remove Metadata from ODT using Java

    Discover how to effectively remove metadata from ODT using Java. This guide provides a code snippet showing the process of how to delete metadata from ODT in Java....modification dates, and other properties. In this article, we will...identify and clear the metadata properties. Look for elements related...

    kb.groupdocs.com/metadata/java/remove-metadata-...
  8. Extract metadata from DOCX using C#

    This article will guide you on how to extract metadata from DOCX using C#. A DOCX metadata extraction C# code example is provided, demonstrating how to perform this process....insights into the contents and properties of a document. This article...constructor to access its properties Use the Parser.GetMetadata...

    kb.groupdocs.com/parser/net/extract-metadata-fr...
  9. Comparison | Documentation

    Learn more about advanced document comparison use cases - how to adjust comparison sensitivity level, get coordinates of changed elements, detect style detection and many more using GroupDocs.Comparison for Node.js via Java...the CompareOptions class properties. You can customize the following...whether to compare variable properties. CompareDocumentPrope specifies...

    docs.groupdocs.com/comparison/nodejs-java/compa...
  10. Show gap lines instead of changes | Documentation

    This article explains how to adjust the display of the output document so that the changed content is replaced with empty lines in GroupDocs.Comparison for .NET.... Use the and properties to configure the content...of the output file. Use the property to adjust the display of the...

    docs.groupdocs.com/comparison/net/show-gap-lines/