Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 20,557 for

loadoptions

(0.03 sec)
  1. Convert Dates to Japanese Dates with Python.NET...

    Learn how to convert Gregorian dates to Japanese dates in Excel files using Aspose.Cells for Python via .NET....cells import Workbook , LoadOptions , LoadFormat , SaveFormat...with XLSX format options = LoadOptions ( LoadFormat . XLSX ) options...

    docs.aspose.com/cells/python-net/convert-dates-...
  2. Load OneNote Document or File in Java API

    Products Aspose.Total Product Solution Aspose.Words Product Solution Aspose.PDF Product Solution Aspose.Cells Product...... The API’s LoadOptions class provides the setDocumentPassword...steps: Create a new object of LoadOptions class Specify the password...

    docs.aspose.com/note/java/load-a-onenote-document/
  3. OdtSaveOptions.password property | Aspose.Words...

    OdtSaveOptions.password property. Gets or sets a password to encrypt document....we will have to provide a LoadOptions object with the correct password...load_options = aw . loading . LoadOptions ( password = '@sposeEncrypted_1145'...

    reference.aspose.com/words/python-net/aspose.wo...
  4. LoadOptions.convert_metafiles_to_png property |...

    Loadoptions.convert_metafiles_to_png property. Gets or sets whether to convert metafile(Wmf or Emf) images to Png image format....convert_metafiles_to_png property LoadOptions.convert_metafiles_to_png...load_options = aw . loading . LoadOptions () load_options . convert_metafiles_to_png...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Public API Changes in Aspose.Cells 8.0.2|Docume...

    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....HTMLLoadOptions HTMLLoadOptions loadOptions = new HTMLLoadOptions ();...ConvertFormulasData to true loadOptions . setConvertFormulasDa (...

    docs.aspose.com/cells/java/public-api-changes-i...
  6. 将CSV转换为JSON,使用C++|Documentation

    使用简单易用的Aspose.Cells for C++ API将CSV文件转换为JSON。...options for CSV format LoadOptions loadOptions ( LoadFormat :: Csv...srcDir + u "SampleCsv.csv" , loadOptions ); // Get the last cell in...

    docs.aspose.com/cells/zh/cpp/convert-csv-to-json/
  7. TxtLoadOptions.DetectNumberingWithWhitespaces |...

    Optimize your document imports with TxtLoadoptions' DetectNumberingWithWhitespaces feature, ensuring accurate recognition of numbered lists from plain text.... TxtLoadOptions loadOptions = new TxtLoadOptions ();...with whitespace delimiters. loadOptions . DetectNumberingWithW =...

    reference.aspose.com/words/net/aspose.words.loa...
  8. Support the layout of DIV tags while loading HT...

    Learn how to support the layout of DIV tags while loading HTML into an Excel workbook using Aspose.Cells for C++....(); HtmlLoadOptions loadOptions ; loadOptions . SetSupportDivTag...Workbook wb ( tempHtmlPath , loadOptions ); Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/support-the-layout-of...
  9. Password Protected Presentation|Aspose.Slides f...

    Lock PowerPoint presentation. Password protected PowerPoint...presentation: $loadOptions = new LoadOptions (); $loadOptions -> setPassword...Presentation ( "pres.pptx" , $loadOptions ); try { # work with decrypted...

    docs.aspose.com/slides/php-java/password-protec...
  10. Aspose::Words::LoadFormat enum | Aspose.Words f...

    Aspose::Words::LoadFormat enum. Indicates the format of the document that is to be loaded in C++....Aspose :: Words :: Loading :: LoadOptions > ( Aspose :: Words :: LoadFormat...from stream and pass the LoadOptions object. auto doc = System...

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