Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 1,097 for

powerpoint editor

(0.19 sec)
  1. In-Paragraph List in Presentation Document | Gr...

    Note In this article, we will use GroupDocs.Assembly to generate a In-Paragraph List report in Presentation Document format based on the use case: Working with a Business Case. In-Paragraph List in Microsoft Powerpoint Document Creating a In-Paragraph List Practicing the following steps you can create In-Paragraph List Template in MS Powerpoint 2013. Add a new presentation slide. Write a sentence, for example “We provide support for the following products:”. Save the template....Editor Product Solution GroupDocs...In-Paragraph List in Microsoft PowerPoint Document Creating a In-Paragraph...

    docs.groupdocs.com/assembly/net/in-paragraph-li...
  2. Supported File Formats | GroupDocs

    The following article indicates the file formats that GroupDocs.Watermark can work with....Editor Product Solution GroupDocs...Template PowerPoint Presentation 97-2003 PowerPoint SlideShow...

    docs.groupdocs.com/watermark/nodejs-java/suppor...
  3. In-Table List With Alternate Content in Present...

    Note In this article, we will use GroupDocs.Assembly to generate In-TableList WithAlternateContent report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. In-Table List With Alternate Content in Microsoft Powerpoint Document Creating a In-Table List With Alternate Content Practicing the following steps you can create In-Table List With Alternate Content Template in MS Powerpoint 2013. Add a new presentation slide. Press “Insert” tab to insert the table....Editor Product Solution GroupDocs...Alternate Content in Microsoft PowerPoint Document Creating a In-Table...

    docs.groupdocs.com/assembly/java/in-table-list-...
  4. In-Table Master-Detail in Presentation Document...

    Note In this article, we will use GroupDocs.Assembly to generate In-TableMaster-Detail report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. In-Table Master-Detail in Microsoft Powerpoint Document Creating a In-Table Master-Detail Practising the following steps you can create In-Table Master-Detail Template in MS Powerpoint 2013. Add a new presentation slide. Click the document where you want to add the table. Press “Insert” tab to insert the table....Editor Product Solution GroupDocs...Master-Detail in Microsoft PowerPoint Document Creating a In-Table...

    docs.groupdocs.com/assembly/java/in-table-maste...
  5. Supported Document Formats | GroupDocs

    The following tables indicate the file formats from which GroupDocs.Parser for Java can extract data. You can use the input below to filter supported formats by extension. Tip Can’t find your file format? We’re here to help! Please post a request on our Free Support Forum, and our team will assist you. Word Processing Document Type Parse Document by Template Extract Text (Accurate) Extract Text (Raw) Extract Structured Text and Formatted Text Extract Text Areas Extract Metadata Extract Images Extract Containers and Attachments Parse Form Data Extract Table of Contents Scan Barcode DOC Microsoft Word Document DOT Microsoft Word Document Template DOCX Office Open XML Document DOCM Office Open XML Macro-Enabled Document DOTX Office Open XML Document Template DOTM Office Open XML Document Macro-Enabled Template TXT Plain text ODT Open Document Text OTT Open Document Text Template RTF Rich Text Format PDF Document Type Parse Document by Template Extract Text (Accurate) Extract Text (Raw) Extract Structured Text and Formatted Text Extract Text Areas Extract Metadata Extract Images Extract Containers and Attachments Parse Form Data Extract Table of Contents Scan Barcode PDF Portable Document Format File Markup Document Type Parse Document by Template Extract Text (Accurate) Extract Text (Raw) Extract Structured Text and Formatted Text Extract Text Areas Extract Metadata Extract Images Extract Containers and Attachments Parse Form Data Extract Table of Contents Scan Barcode XHTML Extensible Hypertext Markup Language File MHTML MIME HTML File MD Markdown (Formatted Text is Not supported) XML XML File Ebook Document Type Parse Document by Template Extract Text (Accurate) Extract Text (Raw) Extract Structured Text and Formatted Text Extract Text Areas Extract Metadata Extract Images Extract Containers and Attachments Parse Form Data Extract Table of Contents Scan Barcode CHM Compiled HTML Help File EPUB Digital E-Book File Format FB2 FictionBook 2....Editor Product Solution GroupDocs...Scan Barcode PowerPoint Presentation PowerPoint Slideshow PowerPoint...

    docs.groupdocs.com/parser/java/supported-docume...
  6. Exclude fonts | GroupDocs

    Learn how to exclude system pre-installed fonts from HTML markup to reduce rendered document size when rendering documents using GroupDocs.Viewer for .NET....Editor Product Solution GroupDocs...DOT, DOTX, DOTM) Microsoft PowerPoint formats (PPT, PPTX, PPS,...

    docs.groupdocs.com/viewer/net/exclude-fonts/
  7. How to add attachment to PDF document | GroupDocs

    This article explains how to add attachment to PDF document with GroupDocs.Merger within your Java applications....Editor Product Solution GroupDocs...documents, Excel spreadsheets, PowerPoint presentations, images, audio...

    docs.groupdocs.com/merger/java/how-to-add-attac...
  8. Working with slide backgrounds | GroupDocs

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a Powerpoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Editor Product Solution GroupDocs...the slide backgrounds in a PowerPoint document as shown in the...

    docs.groupdocs.com/watermark/java/working-with-...
  9. Inserting Chart Axis Title Dynamically in Prese...

    Note This feature is supported by version 18.1 or greater Note The code uses some of the objects defined in The Business Layer. Column Chart in Microsoft Powerpoint Document Creating a Column Chart Please follow below steps to create a column chart in MS Powerpoint 2013: Create a new presentation slide Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialogue box Select “Column” in the sidebar, you will see a gallery of charts Select the “100% Stacked Column” and press “OK” to insert the chart and Worksheet template to your document Edit the Worksheet with your data to update the chart Save your Document Reporting Requirement As a report developer, you are required to share orders quantity of the customers dynamically with the following key requirements:...Editor Product Solution GroupDocs...Column Chart in Microsoft PowerPoint Document Creating a Column...

    docs.groupdocs.com/assembly/java/inserting-char...
  10. Inserting Chart Axis Title Dynamically in Prese...

    Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 18.1 or greater. Column Chart in Microsoft Powerpoint Document Creating a Column Chart Please follow below steps to create a column chart in MS Powerpoint 2013: Create a new presentation slide Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialogue box Select “Column” in the sidebar, you will see a gallery of charts Select the “100% Stacked Column” and press “OK” to insert the chart and Worksheet template to your document Edit the Worksheet with your data to update the chart Save your Document Reporting Requirement As a report developer, you are required to share orders quantity of the customers dynamically with the following key requirements:...Editor Product Solution GroupDocs...Column Chart in Microsoft PowerPoint Document Creating a Column...

    docs.groupdocs.com/assembly/net/inserting-chart...