Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 227 for

loadoptions in comparison

(0.07 sec)
  1. Working with worksheet backgrounds | Documentation

    This article explaIns how to work with worksheet backgrounds while usIng GroupDocs watermarkIng Java API...Comparison Product Solution GroupDocs...SpreadsheetGetInform SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio...

    docs.groupdocs.com/watermark/java/working-with-...
  2. 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....Comparison Product Solution GroupDocs...PresentationGetSlide PresentationLoadOpti loadOptions = new PresentationLoadOpti...

    docs.groupdocs.com/watermark/java/working-with-...
  3. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format. advanced_usage.loadIng_files.LoadIngFileOfSpecificFormat // Explicitly specifyIng the format of a file to load you can spare some time on detectIng the format Loadoptions Loadoptions = new Loadoptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, Loadoptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....Comparison Product Solution GroupDocs...the format LoadOptions loadOptions = new LoadOptions ( FileFormat...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  4. Load Email document with options | Documentation

    Learn this article and check how to load and convert Email documents with advanced options usIng GroupDocs.Conversion for .NET API....Comparison Product Solution GroupDocs...later: Func < LoadContext , LoadOptions > getLoadOptions = loadContext...

    docs.groupdocs.com/conversion/net/load-email-do...
  5. Load password-protected documents | Documentation

    This article explaIns how to load password-protected PDF, Word, Excel, PowerPoInt documents when usIng GroupDocs.Comparison for .NET....Comparison Product Solution GroupDocs...GroupDocs.Comparison Product Family / GroupDocs.Comparison for .NET...

    docs.groupdocs.com/comparison/net/load-password...
  6. Specify file type when loading a document | Doc...

    This article explaIns how to specify file type when loadIng a document with GroupDocs.Signature API....Comparison Product Solution GroupDocs...the file type directly in LoadOptions, and GroupDocs.Signature...

    docs.groupdocs.com/signature/net/load-document-...
  7. Set timeout for loading external resources | Do...

    This article explaIns how to set timeout for loadIng external resources contaIned by a document with GroupDocs.Viewer withIn your Java applications....Comparison Product Solution GroupDocs...options.LoadOptions ; // ... LoadOptions loadOptions = new LoadOptions...

    docs.groupdocs.com/viewer/java/set-timeout-for-...
  8. How to properly merge documents using Java | Do...

    This article describes how to properly merge documents usIng GroupDocs.Merger for Java product....Comparison Product Solution GroupDocs...FileType LoadOptions loadOptions = new LoadOptions ( fileType1...

    docs.groupdocs.com/merger/java/getting-started/...
  9. Load password-protected file | Documentation

    Learn how to load a password-protected file by usIng .NET redaction API...Comparison Product Solution GroupDocs...class: C# LoadOptions loadOptions = new LoadOptions ( "mypassword"...

    docs.groupdocs.com/redaction/net/load-password-...
  10. How to load password-protected document | Docum...

    This article explaIns how to load password protected document with GroupDocs.Signature API....Comparison Product Solution GroupDocs...documents. LoadOptions loadOptions = new LoadOptions () { Password...

    docs.groupdocs.com/signature/net/load-password-...