Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 28,050 for

informations

(0.08 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....Purchase Buy Now Pricing Information Free Trials Temporary License...demonstrates how to extract information about known properties that...

    docs.groupdocs.com/metadata/java/getting-known-...
  2. Redact Text in PPTX using C#

    In this tutorial, you'll learn how to redact text in PPTX using C#. Also, you'll be provided with a straightforward code example to replace text in PPTX using C#....security, redacting sensitive information from PowerPoint presentations...disk Redacting sensitive information from PowerPoint presentations...

    kb.groupdocs.com/redaction/net/redact-text-in-p...
  3. DataSourceInfo - GroupDocs.Assembly for Java - ...

    All Classes Packages com.groupdocs.assembly com.groupdocs.assembly.system com.groupdocs.assembly.system.data com.grou......Object Provides information on a single data source object...arbitrary Java type For information on how to work with data...

    apireference.groupdocs.com/assembly/java/com.gr...
  4. Problems converting PNG to PDFA

    Problems converting PNG to PDFA Hello! Example-PNG-Image.png (13.0 . KB) We have some problems converting files to valid PDF/A-1b with the groupdocs apis. We use veraPDF (https://verapdf.org/) for ......entry from the document information dictionary, if present, and...entry from the document information dictionary, if present, and...

    forum.groupdocs.com/t/problems-converting-png-t...
  5. style - HTML: HyperText Markup Language | MDN

    The style global attribute contains CSS styling declarations to be applied to the element. Note that it is recommended for styles to be defined in a separate file or files. This attribute and the