Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 2,959 for

note

(0.59 sec)
  1. Test attachment

    Test attachment From Yevgen Nykytenko To yevgen nykytenko Recipients yevgen.nykytenko@aspose.com Sample email to test attachments Regards, Yevgen Nykytenko yevgen.nykytenko@groupdocs.com attachment......“Table 1” or “Figure 2”), please note that the word for Table and...initial letters capitalized. (Note: For subsections and subsubsections...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  2. Test attachment

    Test attachment From Yevgen Nykytenko To yevgen nykytenko Recipients yevgen.nykytenko@aspose.com Sample email to test attachments Regards, Yevgen Nykytenko yevgen.nykytenko@groupdocs.com attachment......“Table 1” or “Figure 2”), please note that the word for Table and...initial letters capitalized. (Note: For subsections and subsubsections...

    docs.groupdocs.com/viewer/nodejs-java/_sample_f...
  3. Business Case of Manager-Client Contract System...

    Note This business case has been conceived for the demonstration purpose and serves well for a typical manager-client system. There may be simpler or complex scenarios in real life businesses. Business Case There are many managers offering their services. There are multiple clients in the market. A manager can sign multiple contracts and start working. A contract may contain multiple clients. The data is fetched from custom objects and report is generated....Contract System Leave feedback Note This business case has been...

    docs.groupdocs.com/assembly/java/business-case-...
  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 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-...
  5. Work with Word Track Changes | GroupDocs

    Learn how to compare Word documents while respecting Track Changes using GroupDocs.Comparison for Python via .NET.... Note: Availability of particular...

    docs.groupdocs.com/comparison/python-net/word-t...
  6. Supported Platforms | GroupDocs

    Learn about Java version requirements and supported operating systems for GroupDocs.Redaction for Java. Minimum JDK 8 required, with support for Windows, Linux, and macOS platforms....version Any newer Java version Note: Java 7 (J2SE 7.0) is no longer...

    docs.groupdocs.com/redaction/java/system-requir...
  7. 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;iNote Not all possible properties...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  8. Retrieve the document information | GroupDocs

    Retrieving information about a document with GroupDocs.Viewer for .NET...refer to the following pages: Note A file type is a standard way...

    docs.groupdocs.com/viewer/net/retrieving-docume...
  9. Merge files | GroupDocs

    This article explains how to merge files of PDF, Microsoft Word, Excel and PowerPoint and other formats using GroupDocs.Merger for Python via .NET API.... Note Try online You can try merging...

    docs.groupdocs.com/merger/python-net/merge/
  10. Getting known property descriptors | GroupDocs

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