Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 27,949 for

content

(0.19 sec)
  1. GroupDocs.Search .NET in Python | Complete Inte...

    Master GroupDocs.Search for .NET integration with Python using pythonnet. Learn 2 implementation approaches to solve dependency resolution challenges, with complete code examples for wrapper-based and manual type resolution methods....Python applications Table of Contents Why Direct .NET Library Import...research papers, and educational content Real Estate : Locate property...

    blog.groupdocs.com/search/python-integration/
  2. Content Protection on GroupDocs Blog | Document...

    Content Protection on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent Content in Content Protection on GroupDocs Blog | Document Automation Solutions for .NET & Jav......Content Protection on GroupDocs Blog | Document Automation Solutions...Java Developers Recent content in Content Protection on GroupDocs...

    blog.groupdocs.com/ja/tag/content-protection/in...
  3. Supported Document Formats | Documentation

    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/java/supported-docume...
  4. Content Protection on GroupDocs Blog | Document...

    Content Protection on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent Content in Content Protection on GroupDocs Blog | Document Automation Solutions for .NET & Jav......Content Protection on GroupDocs Blog | Document Automation Solutions...Java Developers Recent content in Content Protection on GroupDocs...

    blog.groupdocs.com/ar/tag/content-protection/in...
  5. Existing objects in diagrams | Documentation

    This article explains how to to find and remove watermarks of both types in Visio document....loadOptions )) { DiagramContent content = watermarker . GetContent...PossibleWatermarkCol possibleWatermarks = content . Pages [ 0 ] . Search ( textSearchCriteria...

    docs.groupdocs.com/watermark/net/existing-objec...
  6. Add watermarks to word processing documents | D...

    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...
  7. Working with worksheet backgrounds | Documentation

    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...
  8. Supported Document Formats | Documentation

    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...
  9. Working with slide backgrounds | Documentation

    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-...
  10. Shapes in spreadsheet document | Documentation

    The watermarking API enables you extracting information about all shapes in an excel document, Removing a particular shape, Removing shapes with particular text formatting, Replacing text for particular shapes, Replacing shape image and more....loadOptions )) { SpreadsheetContent content = watermarker . GetContent...SpreadsheetWorksheet worksheet in content . Worksheets ) { foreach (...

    docs.groupdocs.com/watermark/net/shapes-in-spre...