Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 22,653 for

loadoptions

(0.14 sec)
  1. Manage Presentation BLOBs in .NET for Efficient...

    Manage BLOB data in Aspose.Slides for .NET to streamline PowerPoint and OpenDocument file operations for efficient presentation handling....pptx" ; LoadOptions loadOptions = new LoadOptions { BlobManagementOption...( hugePresentationWith , loadOptions )) { // Let's save each video...

    docs.aspose.com/slides/net/manage-blob/
  2. Filter VBA Project while loading a workbook wit...

    Learn how to filter VBA projects while loading an Excel workbook using Aspose.Cells with C++....not want to load VBA LoadOptions loadOptions ( LoadFormat :: Auto...LoadDataFilterOption :: VBA ); loadOptions . SetLoadFilter ( & loadFilter...

    docs.aspose.com/cells/cpp/filter-vba-project-wh...
  3. 如何修复加载大型电子表格时的java.lang.OutOfMemoryError|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....//Specify the LoadOptions LoadOptions options = new LoadOptions (); //Set...

    docs.aspose.com/cells/zh/java/how-to-fix-the-ja...
  4. Is this really Markdown? - Free Support Forum -...

    Hi Detect File Format function declares this file as Markdown, while Aspose Cells does not detect this same file as Markdown, and it’s part of an irrelevant file, so might fix the detection maybe? Thanks :slight_smile: …...the file (including any LoadOptions or FileFormatUtil.DetectFileFormat...g., Xlsx) LoadOptions loadOptions = new LoadOptions(LoadFormat...

    forum.aspose.com/t/is-this-really-markdown/317711
  5. 关于CAD转PDF一个错位问题 - Free Support Forum - aspose.com

    1.png (3.0 KB) 1.png (3.0 KB) 图1为原始cad图纸,图2为转换pdf的效果:不知道为什么有两个标记错位了,但是也存在正确位置的标记,不知道问题出在哪里。下面zip为原始图纸 special.zip (188.4 KB) 我的代码: License license = new License(); license.setLicense("Aspose.CAD.Java.lic"); // 加载CAD…...加载CAD文件并设置指定的编码 LoadOptions loadOptions = new LoadOptions(); loadOptions...(CadImage)CadImage.load(inputFilePath,loadOptions); //重新计算仅包含可见部分的图像大小 cadImage...

    forum.aspose.com/t/cad-pdf/314511
  6. Aspose::Words::Loading::TxtLoadOptions::TxtLoad...

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

    reference.aspose.com/words/cpp/aspose.words.loa...
  7. Aspose::Words::Loading::TxtLoadOptions::get_Det...

    Aspose::Words::Loading::TxtLoadoptions::get_DetectHyperlinks method. Specifies either to detect hyperlinks in text. The default value is false in C++....-> get_Length ()); auto loadOptions = System :: MakeObject <...:: TxtLoadOptions > (); loadOptions -> set_DetectHyperlinks (...

    reference.aspose.com/words/cpp/aspose.words.loa...
  8. IDocumentConverterPlugin.convert method | Aspos...

    IDocumentConverterPlugin.convert method. Converts document using specified input output streams and save options.... LoadOptions , output_stream : io . BytesIO...input stream. load_options LoadOptions The document load options...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Customize Default Fonts in Presentations with P...

    Set default fonts in Aspose.Slides for Python to ensure proper PowerPoint (PPT, PPTX) and OpenDocument (ODP) conversion to PDF, XPS and images....API: Create an instance of LoadOptions. Set the DefaultRegularFont...and asian fonts loadOptions = slides . LoadOptions ( slides . LoadFormat...

    docs.aspose.com/slides/python-net/default-font/
  10. Ինչպես փոխարկել XLS-ը XLSX-ի Python-ում

    Այս կարճ ձեռնարկը տալիս է հստակ տեղեկատվություն այն մասին, թե ինչպես փոխարկել XLS-ը XLSX-ի Python-ում: Մինչ XLS-ը XLSX Python կոդի փոխակերպումը պահանջում է պարզապես բեռնել և պահպանել ֆայլը ցանկալի ձևաչափով:...փոխարկելու համար Ստեղծեք LoadOptions դասի օբյեկտ՝ աղբյուրը XLS-ը...օբյեկտի մեջ՝ օգտագործելով LoadOptions օբյեկտի ցանկալի զտիչները...

    kb.aspose.com/hy/cells/python/how-to-convert-xl...