Sort Score
Result 10 results
Languages All
Labels All
Results 901 - 910 of 1,395 for

notes

(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.... println (); } } Note Not all possible properties...

    docs.groupdocs.com/metadata/java/getting-known-...
  2. Numeric range search | Documentation

    This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue) using Java search API.... Please note that the number in the text...

    docs.groupdocs.com/search/java/numeric-range-se...
  3. Generate signature preview | Documentation

    This topic explains how to get document signature preview in c#... Note Stream that were created by...

    docs.groupdocs.com/signature/net/generate-signa...
  4. How to run examples | Documentation

    Learn how to run C# examples which contain creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and many more examples....pdf" ; // NOTE: Put here actual path for your...

    docs.groupdocs.com/watermark/net/how-to-run-exa...
  5. Compare multiple documents with specific compar...

    Following this guide you will learn how to compare multiple documents with different customisations - style detection, change comparison detalisation level and more....Leave feedback On this page Note This feature available for Microsoft...

    docs.groupdocs.com/comparison/net/compare-multi...
  6. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package.... WriteLine (); } } Note Not all possible properties...

    docs.groupdocs.com/metadata/net/getting-known-p...
  7. So signieren Sie XLSX mit Bildsignatur mit Java

    Erfahren Sie schnell, wie Sie XLSX mit einer Bildsignatur mit Java signieren. Darüber hinaus wird ein Codebeispiel zum Erstellen einer Bildsignatur in XLSX mit Java bereitgestellt....Excel-Dokument eine persönliche Note zu verleihen und seine Glaubwürdigkeit...

    kb.groupdocs.com/de/signature/java/how-to-sign-...
  8. How to Insert Area Annotation to PDF using Java

    This topic demonstrates how to insert area annotation to PDF using Java. It also provides all instructions and a code example to add area annotation to PDF in Java....documento PDF e aggiungere commenti, note o altre informazioni. Forniremo...

    kb.groupdocs.com/it/annotation/java/how-to-inse...
  9. Ajouter un filigrane à PDF En ligne

    Insérer un filigrane dans PDF. Appliquez des filigranes de texte ou d’image avec différents paramètres. Protégez et marquez votre PDF avec notre outil....que du texte Copyright ou une note d'évaluation. Avec cette application...

    products.groupdocs.app/fr/watermark/pdf
  10. Ajouter une annotation de zone à JPG à l'aide d...

    Dans cette rubrique, vous découvrirez comment ajouter une annotation de zone au JPG à l'aide de Java. Il comprend des étapes détaillées et un exemple de code pour insérer une annotation de zone dans JPG en Java....joindre des commentaires, des notes ou des détails supplémentaires...

    kb.groupdocs.com/fr/annotation/java/add-area-an...