Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 34,412 for

content

(0.15 sec)
  1. 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/zh/tag/content-protection/in...
  2. Shapes in spreadsheet document | GroupDocs

    Inspect, modify, and remove shapes in Excel documents 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/shapes-...
  3. Add watermarks to word processing documents | G...

    Add watermarks in headers and footers of any section using Python via .NET....contents.wordprocessing as gwc_wp load_options...watermarker : content = watermarker . get_content ( gwc_wp . WordProcessingConten...

    docs.groupdocs.com/watermark/python-net/add-wat...
  4. Add watermarks to word processing documents | G...

    GroupDocs.Watermark API allows you to add watermark in headers and footers of the page....)) { WordProcessingConten content = watermarker . GetContent...>(); Console . WriteLine ( content . Sections [ 0 ]. PageSetup...

    docs.groupdocs.com/watermark/net/add-watermarks...
  5. 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/java/supported-docume...
  6. 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/
  7. Shapes in spreadsheet document | GroupDocs

    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...
  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. 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/net/supported-documen...
  10. 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...