Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 2,799 for

list

(0.09 sec)
  1. Get supported file formats | GroupDocs

    The getSupportedFileTypes method of the FileType class is used to obtain a List of supported file types. An example of obtaining a List of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....the class is used to obtain a list of supported file types. An...An example of obtaining a list of supported file types is presented...

    docs.groupdocs.com/metadata/java/get-supported-...
  2. Generating Report using Multiple Data Sources i...

    Note In this article, we will use GroupDocs.Assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft PowerPoint Document Creating a Template Add a bullet List at the place where you want it to display clients’ names. Insert a table with two columns, that will show managers’ and their contact prices....Creating a Template Add a bullet list at the place where you want...following information: Bulleted list of clients A table showing managers’...

    docs.groupdocs.com/assembly/java/generating-rep...
  3. Retrieve the document information | GroupDocs

    Retrieving information about a document with GroupDocs.Viewer for .NET...Also, it shows how to get a list of supported file formats. For...Check if a file is encrypted List and print all supported file...

    docs.groupdocs.com/viewer/net/retrieving-docume...
  4. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...added in supported file format list to annotate documents and image...fixes. Detailed information is listed below. We are is glad to announce...

    blog.groupdocs.com/groupdocs.blog/page/77/
  5. Add text redaction annotation | GroupDocs

    The page describes how to add text redaction annotation to a document using GroupDocs.Annotation for .NET....PageNumber = 0 , Points = new List < Point > { new Point ( 80 ...240 , 650 ) }, Replies = new List < Reply > { new Reply { Comment...

    docs.groupdocs.com/annotation/net/add-text-reda...
  6. getting fonts on GroupDocs Blog | Document Auto...

    getting fonts on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in getting fonts on GroupDocs Blog | Document Automation Solutions for .NET & Java Develope......NET 中使用字体 Learn how to get list of used fonts, specify or replace...

    blog.groupdocs.com/zh/tag/getting-fonts/index.xml
  7. Supported File Formats | GroupDocs

    This topic Lists file formats supported by GroupDocs.Total for Python via .NET....product exposes its own detailed list of supported file types. For...supported-formats page for the authoritative list. Highlights Conversion supports...

    docs.groupdocs.com/total/python-net/supported-d...
  8. Signing archive documents in batch | GroupDocs

    This article shows how to sign documents in batch mode within the archive files with one or multiple electronic signatures...archive files the lists of and signatures as the list of the instances...Instantiate the single object or list of this class with the required...

    docs.groupdocs.com/signature/net/signing-archiv...
  9. Features overview | GroupDocs

    With GroupDocs.Viewer for .NET you can render files to HTML, PNG, JPEG and PDF formats, List and save attachments, embedded files and compressed files, extract document text and detect file type by it's content...Archive – list of folders contained in archive; CAD - list of layers...layouts in a CAD document; Email – list of folders contained in an Outlook...

    docs.groupdocs.com/viewer/net/features-overview/
  10. Edit Word | GroupDocs

    This guide demonstrates how to edit DOC, DOT, DOCX, DOCM, DOTX, ODT, RTF documents with font extraction, different pagination modes and many other powerful features of GroupDocs.Editor for Java.... getContent (); List < IHtmlResource > allResources...without resources, while second List contains all resources (images...

    docs.groupdocs.com/editor/java/edit-word/