Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 2,465 for

properties

(0.57 sec)
  1. Update metadata of MPP format using GroupDocs.M...

    GroupDocs team is introducing two new features and three enhancements in the monthly releaseof GroupDocs.Metadata for Java 18.6. The latest version allows you to edit XMP metadata of WAV file format and update metadata Properties of MPP file format. Furthermore, memory consumption for loading and saving metadata is now reduced for MPP, WAV and AVI file formats. A bug related to removing XMP metadata in TIF file format is also resolved in the latest version....format and update metadata properties of MPP file format. Furthermore...metadata in WAV files Update properties of the Microsoft Project...

    blog.groupdocs.com/metadata/update-metadata-of-...
  2. Getting known property descriptors | GroupDocs

    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-...
  3. Getting known property descriptors | GroupDocs

    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...
  4. Remove Metadata from RTF using Java

    Quickly grasp the knowledge of how to remove metadata from RTF using Java. Also, you'll be provided with a code demonstrating how to clean metadata from RTF in Java....creation dates, document properties, and other details. While...modification dates, document properties like title and keywords,...

    kb.groupdocs.com/redaction/java/remove-metadata...
  5. Converting a multi-tab XLSX to HTML does not cr...

    When we convert a single tab spreadsheet to HTML, the result is an HTML table (this is good). However, when we convert a multi-tab spreadsheet to HTML, the result is a bunch of spans that don’t line up, instead of an HT…...are setting the following properties in the WebConvertOptions:...are setting the following properties in the SpreadsheetLoadOptio:...

    forum.groupdocs.com/t/converting-a-multi-tab-xl...
  6. GroupDocs.Conversion for .NET 25.10 – Latest Up...

    Explore what’s new in GroupDocs.Conversion for .NET 25.10. Available now on NuGet and GroupDocs website....Twenty individual margin/size properties are deprecated and will be...scalar properties: Affected class Deprecated properties Replacement...

    blog.groupdocs.com/conversion/groupdocs-convers...
  7. Generate Document from Custom .NET Objects | Gr...

    Generate documents by binding data from custom .NET classes and objects to template documents....NET class with public properties Create an instance of the...expression tags referencing object properties Use DocumentAssembler to...

    docs.groupdocs.com/assembly/net/basic-usage-cus...
  8. Update XMP Metadata of WAV File using GroupDocs...

    GroupDocs team is introducing two new features and three enhancements in the monthly release of GroupDocs.Metadata for .NET 18.6. Using the latest version, you can now edit XMP metadata of WAV file format and update metadata Properties of MPP file format. Furthermore, memory consumption for loading and saving metadata is now reduced for MPP, WAV and AVI file formats. A bug related to removing XMP metadata in Tiff file format is also resolved in the latest version....format and update metadata properties of MPP file format. Furthermore...metadata in WAV files Update properties of the Microsoft Project...

    blog.groupdocs.com/metadata/update-xmp-metadata...
  9. Locales for output document | GroupDocs

    This guide demonstrates how to edit RTL documents and specify locale for Word documents when using GroupDocs.Editor for Java API....class contains 3 very similar properties of the same type java.util...these three locale-related properties are not specified, their...

    docs.groupdocs.com/editor/java/locales-for-outp...
  10. Adding metadata | GroupDocs

    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...