Sort Score
Result 10 results
Languages All
Labels All
Results 851 - 860 of 20,760 for

loadoptions

(0.05 sec)
  1. Otvorite PSD datoteku na mreži | products.aspos...

    Otvorite PSD datoteku na mreži pomoću Aspose.PSD...PsdLoadOptions loadOptions = new PsdLoadOptions(); loadOptions.setReadOnlyMode(true);...Image.load(sourceFileName, loadOptions); image.save(sourceFileName...

    products.aspose.com/psd/cr/view/open-psd-online/
  2. 使用 C++ 设置标题和正文主题字体|Documentation

    Aspose.Cells 是一个用于操作电子表格文件的 C++ 库。它支持在 Excel 文档中设置标题和正文主题字体,帮助用户自定义文档的外观和样式。本文介绍如何使用 Aspose.Cells 库处理 Excel 文档中的标题和正文主题字体。... 在加载文件之前,需要设置系统区域设置,使用 LoadOptions.GetRegion() 属性。 以下示例代码演示如何获取本地区域的主题字体。...Instantiate a new LoadOptions LoadOptions options ; // Set the...

    docs.aspose.com/cells/zh/cpp/headings-and-body-...
  3. Merge PDF File Formats via Java | products.aspo...

    Sample Java merge PDF file. Use this example code to merge PDF file within any Web or Desktop Java based application....subScene = new Scene(); LoadOptions opt = fmt.createLoadOptions();...subScene2 = new Scene(); LoadOptions opt2 = fmt2.createLoadOptions();...

    products.aspose.com/3d/java/merger/pdf/
  4. Merge STL File Formats via Java | products.aspo...

    Sample Java merge STL file. Use this example code to merge STL file within any Web or Desktop Java based application....subScene = new Scene(); LoadOptions opt = fmt.createLoadOptions();...subScene2 = new Scene(); LoadOptions opt2 = fmt2.createLoadOptions();...

    products.aspose.com/3d/java/merger/stl/
  5. Merge U3D File Formats via Java | products.aspo...

    Sample Java merge U3D file. Use this example code to merge U3D file within any Web or Desktop Java based application....subScene = new Scene(); LoadOptions opt = fmt.createLoadOptions();...subScene2 = new Scene(); LoadOptions opt2 = fmt2.createLoadOptions();...

    products.aspose.com/3d/java/merger/u3d/
  6. Merge DXF File Formats via Java | products.aspo...

    Sample Java merge DXF file. Use this example code to merge DXF file within any Web or Desktop Java based application....subScene = new Scene(); LoadOptions opt = fmt.createLoadOptions();...subScene2 = new Scene(); LoadOptions opt2 = fmt2.createLoadOptions();...

    products.aspose.com/3d/java/merger/dxf/
  7. Merge DRC File Formats via Java | products.aspo...

    Sample Java merge DRC file. Use this example code to merge DRC file within any Web or Desktop Java based application....subScene = new Scene(); LoadOptions opt = fmt.createLoadOptions();...subScene2 = new Scene(); LoadOptions opt2 = fmt2.createLoadOptions();...

    products.aspose.com/3d/java/merger/drc/
  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. PSD ファイルをオンラインで開く | products.aspose.com

    Aspose.PSD を使用して PSD ファイルをオンラインで開く...PsdLoadOptions loadOptions = new PsdLoadOptions(); loadOptions.setReadOnlyMode(true);...Image.load(sourceFileName, loadOptions); image.save(sourceFileName...

    products.aspose.com/psd/jp/view/open-psd-online/
  10. Aspose.PSD for .NET 23.1 - 发布说明|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....png" ; var loadOptions = new PsdLoadOptions () {...Image . Load ( sourceFile , loadOptions )) { // 首先我们调整整个图像的大小 image...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...