Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 33,952 for

content

(0.44 sec)
  1. Shapes in spreadsheet document | GroupDocs

    Extracting information about all shapes in an Excel document Search() method searches watermarks of all mentioned types, but in some cases, it’s necessary to analyze only one class of Excel objects. Following code sample shows how to get information about all the shapes in an Excel document. advanced_usage.add_watermarks_to_spreadsheets.SpreadsheetGetShapesInformation SpreadsheetLoadOptions loadOptions = new SpreadsheetLoadOptions(); // Specify an absolute or relative path to your document. Ex: @"C:\Docs\spreadsheet.xlsx" Watermarker watermarker = new Watermarker("spreadsheet....loadOptions ); SpreadsheetContent content = watermarker . getContent...SpreadsheetWorksheet worksheet : content . getWorksheets ()) { for (...

    docs.groupdocs.com/watermark/java/shapes-in-spr...
  2. Existing objects in word processing document | ...

    This article explains how to remove shape of any type from any level of document structure while using GroupDocs watermarking API...section WordProcessingConten content = watermarker . GetContent...PossibleWatermarkCol possibleWatermarks = content . Sections [ 0 ]. Search (...

    docs.groupdocs.com/watermark/net/existing-objec...
  3. Render MHTML as PDF using Python

    Learn how to render MHTML as PDF using Python. This tutorial explains converting MHTML web archives into PDF documents for sharing, printing, or archiving....designed to encapsulate HTML content along with its associated resources...portability and usability of such content across diverse platforms and...

    kb.groupdocs.com/viewer/python/render-mhtml-as-...
  4. Add watermarks to word processing documents | G...

    Microsoft Word allows the user to divide and format the document into multiple sections. Defining sections in the document enables the user to set specific page layout and formatting for different parts of the document. An example of the sections is headers and footers. Headers and footers are used to display text or any graphical object on all the pages. Adding watermark to a particular section GroupDocs.Watermark API allows you to add watermark objects in the headers and footers of the page....loadOptions ); WordProcessingConten content = watermarker . getContent...); System . out . println ( content . getSections (). get_Item...

    docs.groupdocs.com/watermark/java/add-watermark...
  5. Email messages | GroupDocs

    Learn how to add watermark in Outlook email messages....loadOptions ); EmailContent content = watermarker . getContent...// Set the plain text body content . setBody ( "Test plain text...

    docs.groupdocs.com/watermark/java/email-messages/
  6. Working with worksheet backgrounds | GroupDocs

    Extract, remove, and watermark worksheet backgrounds using Python via .NET....contents.spreadsheet as gwc_xls load_options...watermarker : content = watermarker . get_content ( gwc_xls . SpreadsheetContent...

    docs.groupdocs.com/watermark/python-net/working...
  7. Supported Document Formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more...Notes Microsoft Word Document Content and metadata Microsoft Word...Microsoft Word Document Template Content and metadata Microsoft Word...

    docs.groupdocs.com/search/nodejs-java/supported...
  8. Save document | GroupDocs

    This article demonstrates how to save edited text documents, spreadsheets and presentations with GroupDocs.Editor for .NET API....to obtain edited document content from client, process it and...to open, view and edit HTML content. The GroupDocs.Editor on its...

    docs.groupdocs.com/editor/net/save-document/
  9. Working with worksheet backgrounds | GroupDocs

    This article explains how to work with worksheet backgrounds while using GroupDocs watermarking API...loadOptions )) { SpreadsheetContent content = watermarker . GetContent...SpreadsheetWorksheet worksheet in content . Worksheets ) { if ( worksheet...

    docs.groupdocs.com/watermark/net/working-with-w...
  10. 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....loadOptions ); PresentationContent content = watermarker . getContent...PresentationSlide slide : content . getSlides ()) { if ( slide...

    docs.groupdocs.com/watermark/java/working-with-...