Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 20,557 for

loadoptions

(0.03 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. Convert Dates to Japanese Dates with C++|Docume...

    Learn how to convert Gregorian dates to Japanese dates using Aspose.Cells for C++....options for XLSX format LoadOptions options ( LoadFormat :: Xlsx...

    docs.aspose.com/cells/cpp/convert-dates-to-japa...
  4. 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/
  5. 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/
  6. 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/
  7. 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/
  8. 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/
  9. 使用 C++ 不加载图表的源Excel文件|Documentation

    学习如何使用 Aspose.Cells 和 C++ 加载不含图表的Excel文件。...Cells 允许您不加载图表,使用 LoadOptions.GetLoadFilter() 属性实现。 加载不带图表的电子表格...options and filter the data LoadOptions options ; // Include everything...

    docs.aspose.com/cells/zh/cpp/load-source-excel-...
  10. Does the psd-java plugin have this function? - ...

    image.png (114.0 KB) I really need this feature。This feature is called Save for Web...load(sourceFile, loadOptions); PsdImage psdImage = (PsdImage)...

    forum.aspose.com/t/does-the-psd-java-plugin-hav...