Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 22,564 for

loadoptions

(0.09 sec)
  1. Aspose::Words::Loading::ChmLoadOptions::ChmLoad...

    Aspose::Words::Loading::ChmLoadoptions::ChmLoadoptions constructor. Initializes a new instance of this class with default values in C++.... auto loadOptions = System :: MakeObject <...:: ChmLoadOptions > (); loadOptions -> set_OriginalFileName (...

    reference.aspose.com/words/cpp/aspose.words.loa...
  2. 用 Node.js 通过 C++ 加载工作簿中的特定工作表|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 加载工作簿中的特定工作表。优化性能,减少内存使用。... const loadOptions = new AsposeCells . LoadOptions ( AsposeCells...AsposeCells . LoadFormat . Xlsx ); loadOptions . setLoadFilter ( new CustomLoad...

    docs.aspose.com/cells/zh/nodejs-cpp/load-specif...
  3. Aspose::Words::IncorrectPasswordException typed...

    Aspose::Words::IncorrectPasswordException typedef. Thrown if a document is encrypted with a password and the password specified when opening the document is incorrect or missing. To learn more, visit the documentation article in C++....DocSaveOptions object in a LoadOptions object. ASSERT_THROW ( static_cast...IncorrectPasswordExc ); auto loadOptions = System :: MakeObject <...

    reference.aspose.com/words/cpp/aspose.words/inc...
  4. Aspose::Words::Saving::DocSaveOptions::get_Pass...

    Aspose::Words::Saving::DocSaveOptions::get_Password method. Gets/sets a password to encrypt document using RC4 encryption method in C++....DocSaveOptions object in a LoadOptions object. ASSERT_THROW ( static_cast...IncorrectPasswordExc ); auto loadOptions = System :: MakeObject <...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. docx转PDF,创建Document程序卡死 - Free Support Forum - ...

    版本:23.8 编程语言:java 现象: 在客户的阿里云云服务器(windows操作系统), 执行以下代码时(Document doc = new Document(new ByteArrayInputStream(bytes));),进程卡死 异常文件: 龙华站合同终止_通知函_20251125 补充非电 -1126 Clean.docx (37.7 KB) jstack命令输出结果:...注入到 LoadOptions LoadOptions loadOptions = new LoadOptions(); loadOptions...loadOptions.setFontSettings(fontSettings); // 3) 用 LoadOptions...

    forum.aspose.com/t/docx-pdf-document/322211
  6. LoadOptions.encoding property | Aspose.Words fo...

    Loadoptions.encoding property. Gets or sets the encoding that will be used to load an HTML, TXT, or CHM document if the encoding is not specified inside the document...encoding property LoadOptions.encoding property Gets or sets...load_options = aw . loading . LoadOptions () load_options . encoding...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Filter VBA Project while loading a workbook|Doc...

    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....load VBA LoadOptions loadOptions = new LoadOptions(LoadFormat...t.AUTO); loadOptions.setLoadFilter(new LoadFilter(LoadDataFilterOption...

    docs.aspose.com/cells/java/filter-vba-project-w...
  8. Unlock PPT Presentation Files using .NET | prod...

    C# source code to remove protection from PPT Presentation....using C# LoadOptions loadOptions = new LoadOptions {Password...Presentation( "pres.ppt" , loadOptions)) { presentation.ProtectionManager...

    products.aspose.com/slides/net/unlock/ppt/
  9. 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...
  10. Question about behavior Mail to PDf Conversion ...

    Hello, if we converting EMails to PDF, the fields FROM and TO contains only the name in the PDF, not the Mail Address. Is it possible to hav the Mail Adress AND the name in the fields FROM, TO, CC, …? Here is our code…...ResetPosition(); var loadOptions = new LoadOptions() { Encoding = EncodingHelper...new Document(msgStream, loadOptions); // Ränder setzen const...

    forum.aspose.com/t/question-about-behavior-mail...