Sort Score
Result 10 results
Languages All
Labels All
Results 1,071 - 1,080 of 22,885 for

loadoptions

(0.09 sec)
  1. Перегляд PSD, PSB або AI | products.aspose.com

    Перетворення файлів Adobe PhotoShop та Illustrator, зображення та інші формати...PsdLoadOptions loadOptions = new PsdLoadOptions(); loadOptions.setReadOnlyMode(true);...Image.load(sourceFileName, loadOptions); image.save(sourceFileName...

    products.aspose.com/psd/ua/view/
  2. PSB をオンラインで開く | products.aspose.com

    Aspose.PSD のパワーを使って PSB を開いてください...PsdLoadOptions loadOptions = new PsdLoadOptions(); loadOptions.setReadOnlyMode(true);...Image.load(sourceFileName, loadOptions); image.save(sourceFileName...

    products.aspose.com/psd/jp/view/psb/
  3. FieldSet | Aspose.Words for Java

    Implements the SET field in Java....docx"); // The LoadOptions object has an option to update...the document. LoadOptions options = new LoadOptions(); options....

    reference.aspose.com/words/java/com.aspose.word...
  4. Splitter Class | Aspose.Words for .NET

    Effortlessly split documents with Aspose.Words.LowCode.Splitter class. Utilize versatile methods for precise document management and enhanced workflow efficiency.... From ( Stream, LoadOptions ) Specifies input document...processing. From ( string, LoadOptions ) Specifies input document...

    reference.aspose.com/words/net/aspose.words.low...
  5. 我希望修改dwg内容后,再重新保存,但是重新保存后,新的dwg无法打开,代码如下 - Free...

    public static void main(String[] args) { // 输入 CAD 文件路径 String inputFilePath = “C:\Users\木木\Downloads\电度表 (1).dwg”; // 输出 CAD 文件路径 String outputFilePath = “C:\Users\木木\Downloads\电度表444.dwg”; try { // 加载…...inputFile); LoadOptions loadOptions = new LoadOptions(); CadImage...(CadImage)CadImage.load(inputFile,loadOptions); System.out.println("count:...

    forum.aspose.com/t/dwg-dwg/303085
  6. Blazor WebAssembly Operation is not supported o...

    Hello, I’m receiving the following error trying to open a workbook stream in Aspose.Cells 25.6 in Blazor WebAssembly. I believe Thread.Start is not available in WebAssembly. Operation is not supported on this platform. …... (String , Stream , LoadOptions ) blazor.web.js:1 at Aspose...Cells.Workbook. (Stream , LoadOptions , Boolean ) blazor.web.js:1...

    forum.aspose.com/t/blazor-webassembly-operation...
  7. Specify 3D File Load Options|Documentation

    There are several Scene.open method overloads or Scene class constructor overloads that accept Loadoptions instance....constructor overloads that accept LoadOptions instance. This should be...a class derived from the LoadOptions class. Each load format has...

    docs.aspose.com/3d/java/specify-3d-file-load-op...
  8. Filter Objects while loading Workbook or Worksh...

    Learn how to filter objects like charts, shapes, and conditional formatting while loading workbooks or worksheets using Aspose.Cells for C++....Usage Scenarios Please use LoadOptions.GetLoadFilter() property...charts from the workbook LoadOptions lOptions ; lOptions . SetLoadFilter...

    docs.aspose.com/cells/cpp/filter-objects-while-...
  9. 在加载Excel文件时解析透视缓存记录|Documentation

    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....当你在Workbook对象内加载Excel文件时,可以通过 LoadOptions.parsingPivotCachedRe 属性决...在加载Excel文件时解析透视缓存记录 以下示例代码说明了 LoadOptions.parsingPivotCachedRe 属性的...

    docs.aspose.com/cells/zh/javascript-cpp/parsing...
  10. Docx to Pdf problem on footer field - Free Supp...

    We are facing a strange behaviour when saving docx file to pdf This is our method for saving file private void SaveDocument(ApplicationDataServerContext serverCtx, TemplateInfo templateInfo, Document document, LoadOpti…...Document document, LoadOptions loadOptions, string outputPath)...ePathDocx).LoadDocument(loadOptions); DocumentStoreHelper.St...

    forum.aspose.com/t/docx-to-pdf-problem-on-foote...