Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 20,296 for

loadoptions

(0.03 sec)
  1. PlainTextDocument constructor | Aspose.Words fo...

    aspose.words.PlainTextDocument constructor... LoadOptions ): ... Parameter Type Description...text from. load_options LoadOptions Additional options to use...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 使用C++加密和解密ODS文件|Documentation

    使用纯C++库Aspose.Cells for C++对ODS文件进行密码保护和加密。...C++解密ODS文件 对于解密ODS文件,加载文件时在 LoadOptions.GetPassword() 属性中提供密码。一旦加载完成,将...encrypted ODS file LoadOptions loadOptions ( LoadFormat :: Ods...

    docs.aspose.com/cells/zh/cpp/encrypt-and-decryp...
  3. DocSaveOptions.save_routing_slip property | Asp...

    DocSaveOptions.save_routing_slip property. When ``False``, RoutingSlip data is not saved to output document...DocSaveOptions object in a LoadOptions object. with self . assertRaises...load_options = aw . loading . LoadOptions ( password = 'MyPassword'...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Document constructor | Aspose.Words for Python

    aspose.words.Document constructor... LoadOptions ): ... Parameter Type Description...document to open. load_options LoadOptions Additional options to use...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 使用C++识别自闭合标签|Documentation

    学习使用C++结合Aspose.Cells处理HTML中的自闭合标签的方法。...precision true HtmlLoadOptions loadOptions ( LoadFormat :: Html ); //..."sampleSelfClosingTag.html" , loadOptions ); // Save the workbook wb...

    docs.aspose.com/cells/zh/cpp/recognise-self-clo...
  6. DocSaveOptions.save_format property | Aspose.Wo...

    DocSaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used...DocSaveOptions object in a LoadOptions object. with self . assertRaises...load_options = aw . loading . LoadOptions ( password = 'MyPassword'...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 将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/
  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 D...

    Lock PowerPoint presentation. Password protected PowerPoint in Java...presentation: LoadOptions loadOptions = new LoadOptions (); loadOptions...Presentation ( "pres.pptx" , loadOptions ); try { // work with decrypted...

    docs.aspose.com/slides/androidjava/password-pro...
  10. Password Protected Presentation|Aspose.Slides D...

    Lock PowerPoint presentation. Password protected PowerPoint in Java...presentation: LoadOptions loadOptions = new LoadOptions (); loadOptions...Presentation ( "pres.pptx" , loadOptions ); try { // work with decrypted...

    docs.aspose.com/slides/java/password-protected-...