Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 229 for

loadoptions in comparison

(0.45 sec)
  1. Load custom fonts | Documentation

    This article explaIns how to load custom fonts 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-custom-f...
  2. Load custom fonts | Documentation

    This article explaIns how to load custom fonts PDF, Word, Excel, PowerPoInt documents when usIng GroupDocs.Comparison for Java....Comparison Product Solution GroupDocs...GroupDocs.Comparison Product Family / GroupDocs.Comparison for Java...

    docs.groupdocs.com/comparison/java/load-custom-...
  3. Handling incorrect document password exception ...

    This article shows how to handle Incorrect document password exception with GroupDocs.Signature API....Comparison Product Solution GroupDocs...initialize LoadOptions with incorrect Password LoadOptions loadOptions...

    docs.groupdocs.com/signature/java/handling-inco...
  4. Specify encoding when loading documents | Docum...

    This article explaIns how to specify encodIng when loadIng documents with GroupDocs.Viewer withIn your Java applications....Comparison Product Solution GroupDocs...you can set charset using LoadOptions class. In the following code...

    docs.groupdocs.com/viewer/java/specify-encoding...
  5. Convert XML as a data source to a Spreadsheet, ...

    Learn how to convert a XML document as a data source to a spreadsheet, CSV or JSON usIng GroupDocs.Conversion for Java....Comparison Product Solution GroupDocs...XmlLoadOptions loadOptions = new XmlLoadOptions (); loadOptions . setUseAsDataSource...

    docs.groupdocs.com/conversion/java/convert-xml-...
  6. Email attachments | Documentation

    This article shows how to get the Information about the attachments....Comparison Product Solution GroupDocs...EmailExtractAllAttac EmailLoadOptions loadOptions = new EmailLoadOptions ();...

    docs.groupdocs.com/watermark/net/email-attachme...
  7. Working with worksheet headers and footers | Do...

    This article explaIns how to work with worksheet headers and footers while usIng GroupDocs watermarkIng Java API...Comparison Product Solution GroupDocs...SpreadsheetGetHeader SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio...

    docs.groupdocs.com/watermark/java/working-with-...
  8. Working with spreadsheet document attachments |...

    This article explaIns how to work with spreadsheet document attachments while usIng GroupDocs watermarkIng Java API...Comparison Product Solution GroupDocs...SpreadsheetExtractAl SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio...

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

    docs.groupdocs.com/watermark/java/working-with-...
  10. 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-...