Sort Score
Result 10 results
Languages All
Labels All
Results 2,871 - 2,880 of 11,760 for

new

(0.07 sec)
  1. 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....Consulting Blog Knowledge Base New Releases Status Websites aspose...GettingKnownProperty try ( Metadata metadata = new Metadata ( Constants . InputDoc...

    docs.groupdocs.com/metadata/java/getting-known-...
  2. Common Master-Detail Image in Email Document | ...

    Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail report in Email Document format. Common Master-Detail in Email Document Creating a Common Master-Detail Please follow below steps to create Common Master-Detail Template in MS Outlook 2013: Create a New Email. Insert two shapes, one for holding image and other for holding other details. Save the Email. Reporting Requirement As a report developer, you are required to represent the information of the managers and clients with the following key requirements:...Consulting Blog Knowledge Base New Releases Status Websites aspose...in MS Outlook 2013: Create a new Email. Insert two shapes, one...

    docs.groupdocs.com/assembly/java/common-master-...
  3. Get document info | GroupDocs

    This article shows how to get the basic document info....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleDocx...

    docs.groupdocs.com/parser/java/get-document-info/
  4. 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;iNew Releases Status Websites aspose...JavaScript const metadata = new groupdocs . metadata . Metadata...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  5. Get document info | GroupDocs

    GroupDocs.Metadata allows users to get meta information of a document....Consulting Blog Knowledge Base New Releases Status Websites aspose...xlsx" try ( Metadata metadata = new Metadata ( Constants . InputXlsx...

    docs.groupdocs.com/metadata/java/get-document-i...
  6. Diagram Formats are Supported in GroupDocs.Merg...

    GroupDocs.Merger for .NET 18.7 comes with some New features. The diagram formats are now supported for multiple methods such as Join, MovePage or RemovePage. For further details, please see release notes. Supported Diagram Formats Following diagram formats are supported by the API: VSDX VSDM VSSX VSSM VTX VSTM VDX VSTX VSX Features Above mentioned diagram formats are supported by following methods: Join MovePage RemovePage Split document SwapPages Trim Available Channels and Resources Here are a few channels and resources for you to learn, try and get technical support on GroupDocs....7 comes with some new features. The diagram formats...

    blog.groupdocs.com/merger/diagram-formats-are-s...
  7. Linux Support on GroupDocs Blog | Document Auto...

    Linux Support on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Linux Support on GroupDocs Blog | Document Automation Solutions for .NET & Java Develope......انتشار دسامبر ۲۰۲۵ Explore what’s new in GroupDocs.Conversion for Python...

    blog.groupdocs.com/fa/tag/linux-support/index.xml
  8. Redaction on GroupDocs Blog | Document Automati...

    Redaction on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Redaction on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Group......2025年10月 リリースハイライト Explore what’s new in GroupDocs.Total for Python...

    blog.groupdocs.com/ja/tag/redaction/index.xml
  9. API changes on GroupDocs Blog | Document Automa...

    API changes on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in API changes on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers G......انتشار نوامبر 2025 Explore what’s new in GroupDocs.Conversion for Node...

    blog.groupdocs.com/fa/tag/api-changes/index.xml
  10. Adding a watermark alters the original word doc...

    Hello, We’re trying to add watermark in Word documents using the Java module groupdocs-watermark. Watermarks are being added succesfully, but they alter the original document (blank spaces/lines or modifying text align…...We have opened the following new ticket(s) in our internal issue...sectioning mechanism. In this case, a new continuous section is created...

    forum.groupdocs.com/t/adding-a-watermark-alters...