Sort Score
Result 10 results
Languages All
Labels All
Results 3,651 - 3,660 of 7,622 for

classification

(0.04 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....Classification Product Solution Purchase...

    docs.groupdocs.com/metadata/java/getting-known-...
  2. How to run examples | Documentation

    This article describes how to run Java file conversion API code examples....Classification Product Solution Purchase...

    docs.groupdocs.com/conversion/java/how-to-run-e...
  3. Technical Support | Documentation

    GroupDocs.Annotation for Java provides free technical support available to all users. Please report your question, issue, or feature request using GroupDocs Free Support Forum....Classification Product Solution Purchase...

    docs.groupdocs.com/annotation/java/technical-su...
  4. Compare annotations | Documentation

    The page describes how to compare annotations....Classification Product Solution Purchase...

    docs.groupdocs.com/annotation/java/comparing-an...
  5. Add watermark | Documentation

    In this article, you will learn how to apply watermark to document pages when convert document with GroupDocs.Conversion for .NET API....Classification Product Solution Purchase...

    docs.groupdocs.com/conversion/net/add-watermark/
  6. User roles | Documentation

    The page describes how to implement user roles in GroupDocs.Annotation for .NET API....Classification Product Solution Purchase...

    docs.groupdocs.com/annotation/net/apply-roles/
  7. Technical Support | Documentation

    GroupDocs.Comparison for Java provides free technical support available to all users. Please report your question, issue, or feature request using GroupDocs Free Support Forum....Classification Product Solution Purchase...

    docs.groupdocs.com/comparison/java/technical-su...
  8. Merge EPUB | Documentation

    Learn how to merge EPUB files, combine EPUB files into one file programmatically in Python via .NET language using GroupDocs.Merger for Python via .NET library....Classification Product Solution Purchase...

    docs.groupdocs.com/merger/python-net/merge/epub/
  9. Set image resolution | Documentation

    This topic describes how to set image resolution in PDF file using the GroupDocs.Viewer .NET API (C#)....Classification Product Solution Purchase...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  10. Technical Support | Documentation

    GroupDocs.Viewer for Python provides free technical support available to all users. Please report your question, issue, or feature request using GroupDocs Free Support Forum....Classification Product Solution Purchase...

    docs.groupdocs.com/viewer/python-net/technical-...