Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 22,644 for

loadoptions

(0.08 sec)
  1. Different Ways to Open Files with Node.js via C...

    This article explains how to open an Excel file using Aspose.Cells for Node.js via C++ API....with data only, use the LoadOptions and LoadFilter classes to...discarded // Instantiate LoadOptions specified by the LoadFormat...

    docs.aspose.com/cells/nodejs-cpp/different-ways...
  2. Convert CSV, TSV, and TXT to Excel with C++|Doc...

    Learn how to convert CSV, TSV, and TXT files to Excel using Aspose.Cells for C++....Instantiate LoadOptions specified by the LoadFormat LoadOptions loadOptions4...TxtLoadOptions loadOptions ( LoadFormat :: Csv ); loadOptions . SetSeparator...

    docs.aspose.com/cells/cpp/convert-csv-tsv-and-t...
  3. ShapeBase.isImage property | Aspose.Words for N...

    ShapeBase.isImage property. Returns ``true`` if this shape is an image shape.... const loadOptions = new aw . Loading . LoadOptions (); loadOptions...aw . Document ( buffer , loadOptions ); // Verify that the first...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. MarkdownLoadOptions.ImportUnderlineFormatting |...

    Discover the MarkdownLoadoptions ImportUnderlineFormatting property. Control underline text formatting with a simple boolean setting. Enhance your Markdown experience!...))) { MarkdownLoadOptions loadOptions = new MarkdownLoadOptions...new Document ( stream , loadOptions ); Paragraph para = ( Paragraph...

    reference.aspose.com/words/net/aspose.words.loa...
  5. Unlock ODP Presentation Files using Java | prod...

    Java source code to remove protection from ODP Presentation....using Java LoadOptions loadOptions = new LoadOptions (); loadOptions...Presentation ( "pres.odp" , loadOptions ); try { presentation . ...

    products.aspose.com/slides/java/unlock/odp/
  6. Open Visio document programmatically|Documentation

    This page describes how to open Visio document from scratch with Aspose.Diagram library....defines LoadFileFormat or LoadOptions. It is the pre load information...options */ LoadOptions loadOptions = new LoadOptions ( LoadFileFormat...

    docs.aspose.com/diagram/net/open-visio-document/
  7. AutoFit Row Height Automatically When Loading a...

    Learn how to fit rows whose height is not customized when loading a file using Aspose.Cells for Node.js via C++....)); const loadOptions = new AsposeCells . LoadOptions (); loadOptions... AutoFitterOptions ()); loadOptions . getAutoFitterOptions ()...

    docs.aspose.com/cells/nodejs-cpp/autofit-row-he...
  8. Public API Changes in Aspose.Cells 16.12.0|Docu...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....LoadFilter class along with the LoadOptions.LoadFilter property, which...// Create an instance of LoadOptions class var options = new Aspose...

    docs.aspose.com/cells/net/public-api-changes-in...
  9. Aspose.PSD for .NET 23.11 - 发布说明|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... 添加新的翘曲类型: 波浪、上壳、下壳 var loadOptions = new PsdLoadOptions () {...Load ( sourceFileFish , loadOptions )) { psdImage . Save ( outputFileFish...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  10. Aspose::Words::Loading::MarkdownLoadOptions::ge...

    Aspose::Words::Loading::MarkdownLoadoptions::get_SoftLineBreakCharacter method. Gets or sets a character value representing soft line break. The default value is SPACE (U+0020) in C++...."line1 \n line2" )); auto loadOptions = System :: MakeObject <...MarkdownLoadOptions > (); loadOptions -> set_SoftLineBreakCharact...

    reference.aspose.com/words/cpp/aspose.words.loa...