Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 206 for

loadoptions in comparison

(0.07 sec)
  1. Load password-protected documents | GroupDocs

    This article explaIns how to open password-protected document with GroupDocs.Viewer withIn your .NET applications....Comparison Product Solution GroupDocs...password. LoadOptions loadOptions = new LoadOptions (); loadOptions...

    docs.groupdocs.com/viewer/net/load-password-pro...
  2. Load WordProcessing document with options | Gro...

    Learn this article and check how to load and convert Microsoft Word and Open Document files with advanced options usIng GroupDocs.Conversion for Java API....Comparison Product Solution GroupDocs...and hide comments: const loadOptions = new groupdocs . conversion...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  3. Add watermarks to spreadsheet documents | Group...

    GroupDocs.Watermark provides an easy way to add watermark to the worksheets of any Excel document....Comparison Product Solution GroupDocs...SpreadsheetAddWaterm SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio...

    docs.groupdocs.com/watermark/net/add-watermarks...
  4. Add watermarks to spreadsheet documents | Group...

    AddIng watermark to a particular worksheet GroupDocs.Watermark provides an easy way to add watermark to the worksheets of any Excel document. AddIng watermark to a particular Excel worksheet usIng GroupDocs.Watermark consists of followIng steps. Load the document Create and Initialize watermark object Set watermark properties Create SpreadsheetWatermarkShapeOptions and call setWorksheetIndex() Add watermark to the worksheet Save the document FollowIng code shows how to add watermark to a particular worksheet....Comparison Product Solution GroupDocs...SpreadsheetAddWaterm SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio...

    docs.groupdocs.com/watermark/java/add-watermark...
  5. Add watermarks to word processing documents | G...

    GroupDocs.Watermark API allows you to add watermark In headers and footers of the page....Comparison Product Solution GroupDocs...WordProcessingAddWat WordProcessingLoadOp loadOptions = new WordProcessingLoadOp...

    docs.groupdocs.com/watermark/net/add-watermarks...
  6. Load password-protected file | GroupDocs

    Load password-protected file In order to open password-protected documents, you have to pass your password to Loadoptions class constructor or assign it to its Password property of an Instance of Loadoptions class: Loadoptions Loadoptions = new Loadoptions("mypassword"); fInal Redactor redactor = new Redactor("protected_sample.docx", Loadoptions); try { // Here we can use document Instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } fInally { redactor.close(); }...Comparison Product Solution GroupDocs...to pass your password to LoadOptions class constructor or assign...

    docs.groupdocs.com/redaction/java/load-password...
  7. 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....Comparison Product Solution GroupDocs...WordProcessingAddWat WordProcessingLoadOp loadOptions = new WordProcessingLoadOp...

    docs.groupdocs.com/watermark/java/add-watermark...
  8. Load password-protected document | GroupDocs

    This article explaIns how to load password-protected document while usIng GroupDocs. Watermarks API....Comparison Product Solution GroupDocs...LoadPasswordProtecte LoadOptions loadOptions = new LoadOptions (); loadOptions...

    docs.groupdocs.com/watermark/net/load-password-...
  9. Email messages | GroupDocs

    Learn how to add watermark In Outlook email messages....Comparison Product Solution GroupDocs...EmailUpdateEmailBody EmailLoadOptions loadOptions = new EmailLoadOptions ();...

    docs.groupdocs.com/watermark/java/email-messages/
  10. Load CSV document with options | GroupDocs

    Learn this article and check how to load and convert CSV documents with advanced options usIng GroupDocs.Conversion for Java API....Comparison Product Solution GroupDocs...CsvLoadOptions loadOptions = new CsvLoadOptions ();; loadOptions . setConvertDateTimeDa...

    docs.groupdocs.com/conversion/java/load-csv-doc...