Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 23,021 for

loadoptions

(0.59 sec)
  1. BlockImportMode Enum | Aspose.Words for .NET

    Discover how the Aspose.Words.BlockImportMode enum enhances HTML document integration by optimizing block-level element property imports for seamless workflows....html )); HtmlLoadOptions loadOptions = new HtmlLoadOptions ();...HTML block-level elements. loadOptions . BlockImportMode = blockImportMode...

    reference.aspose.com/words/net/aspose.words.loa...
  2. 关于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
  3. 在加载文件时自动调整行高(C++)|Documentation

    了解如何使用 Aspose.Cells 与 C++ 自动适应未使用自定义高度的行。...Cells 程序自动匹配行高,可以通过参数 LoadOptions.GetOnlyAuto() 实现。 请参考以下图...为其缓存行高仅为15。 如果在加载文件时将参数 LoadOptions.GetOnlyAuto() 设置为 true,Aspose...

    docs.aspose.com/cells/zh/cpp/autofit-row-height/
  4. PDF-ը EPUB ձևաչափի փոխարկում C# օգտագործելով

    Պիտակավորեք այս հոդվածը PDF-ն EPUB-ի փոխարկման համար C#-ի միջոցով։ Այն պարունակում է բոլոր մանրամասները IDE-ը պատրաստելու համար, քայլերի ցանկը և C# օգտագործելով PDF-ից EPUB ֆայլ փոխարկելու օրինակ։...օգտագործելով տարբեր ընտրանքներ LoadOptions օբյեկտում։ Քայլեր PDF-ից...փոխարկման համար Ստեղծեք LoadOptions դասի օրինակ՝ աղբյուրի ֆայլի...

    kb.aspose.com/hy/words/net/convert-pdf-to-epub-...
  5. Aspose.PSD for .NET 25.10 - Release Notes|Docum...

    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....png" ); var loadOptions = new PsdLoadOptions () {...Image . Load ( sourceFile , loadOptions )) { img . Save ( outputFile...

    docs.aspose.com/psd/net/aspose-psd-for-net-25-1...
  6. Open Presentations in Python|Aspose.Slides for ...

    Open PowerPoint (.pptx, .ppt) and OpenDocument (.odp) presentations effortlessly with Aspose.Slides for Python via .NET—fast, reliable, fully featured....password property of the LoadOptions class to decrypt and load...load_options = slides . LoadOptions () load_options . password...

    docs.aspose.com/slides/python-net/open-presenta...
  7. Customize PowerPoint Fonts on Android|Aspose.Sl...

    Customize fonts in PowerPoint slides with Aspose.Slides for Android via Java to keep your presentations sharp and consistent across any device....ttf" ); LoadOptions loadOptions = new LoadOptions (); loadOptions..."assets/fonts" , "global/fonts" }); loadOptions . getDocumentLevelFont ()...

    docs.aspose.com/slides/androidjava/custom-font/
  8. OoxmlSaveOptions.password property | Aspose.Wor...

    OoxmlSaveOptions.password property. Gets/sets a password to encrypt document using ECMA376 Standard encryption algorithm....the correct password in a LoadOptions object. doc = new aw . Document...docx" , new aw . Loading . LoadOptions ( "MyPassword" )); expect...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. OoxmlSaveOptions.password property | Aspose.Wor...

    OoxmlSaveOptions.password property. Gets/sets a password to encrypt document using ECMA376 Standard encryption algorithm....the correct password in a LoadOptions object. doc = aw . Document...load_options = aw . loading . LoadOptions ( password = 'MyPassword'...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Protected Sheet Without Password - Free Support...

    We use below method to load the document into Aspose by trying with different LoadFormat Workbook LoadExcelDocument(FileStream stream) { Aspose.Cells.Workbook workbook; bool isExcelDocumentLoaded = false; v…...try { var loadOptions = new Aspose.Cells.LoadOptions(loadFormats[counter++]);...Workbook(nativeExcelDocument, loadOptions); isExcelDocumentLoade =...

    forum.aspose.com/t/protected-sheet-without-pass...