Sort Score
Result 10 results
Languages All
Labels All
Results 3,131 - 3,140 of 67,832 for

import

(0.23 sec)
  1. Aspose.Cells.GridJs Basics|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....Charts and Visualizations, Import and Export, Security, Add‑ons...specific business needs. Features Import, view and edit the popular...

    docs.aspose.com/cells/python-net/aspose-cells-g...
  2. Autofit Rows and Columns in Jython|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....cells import Settings from com . aspose . cells import Workbook...

    docs.aspose.com/cells/java/autofit-rows-and-col...
  3. Convert OLM to PST|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....to PST format, you can then import the data into Outlook for Windows...data from OLM to PST format import aspose.email as ae # create...

    docs.aspose.com/email/python-net/convert-olm-to...
  4. 在 Ruby 中读取 Visio 形状数据|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....Diagram 实例 diagram = Rjb :: import ( 'com.aspose.diagram.Diagram'...Diagram 实例 diagram = Rjb :: import ( 'com.aspose.diagram.Diagram'...

    docs.aspose.com/diagram/zh/java/read-visio-shap...
  5. 从演示文稿中使用 Python 获取形状有效属性|Aspose.Slides for Pyth...

    了解 Aspose.Slides for Python via .NET 如何计算并应用有效的形状属性,以实现精确的 PowerPoint 和 OpenDocument 渲染。... import aspose.slides as slides with...有效 值。 以下示例展示了如何获取 有效 相机属性: import aspose.slides as slides with...

    docs.aspose.com/slides/zh/python-net/shape-effe...
  6. Check Version|Aspose.Words for JasperReports

    Aspose Words for JasperReports will always try to check version of generated .jrprint files and currently used version of JasperReports.... In JasperReports: import com . aspose . words . jasperreports...

    docs.aspose.com/words/jasperreports/check-version/
  7. 在 Python 中为 PowerPoint 图表添加动画|Aspose.Slides for...

    使用 Aspose.Slides 在 Python 中创建惊艳的动态图表。通过 PPT、PPTX 和 ODP 文件中的动态视觉效果提升演示文稿——立即开始。... import aspose.slides.animation as anim ; import aspose...在下面的示例中,我们对图表类别进行了动画处理。 import aspose.slides.animation as anim ; import aspose...

    docs.aspose.com/slides/zh/python-net/animated-c...
  8. GradientOverlayEffect and FillOpacity BUGs - Fr...

    I found some bugs when exporting layers as PNG images: GradientOverlay rendering effect The GradientOverlay rendering effect is poor. If you zoom in on the image, you will find many burrs on the stroke edges, which ar…...FillOpacity (problem 1) and the PSD import of GradientOverlay (problem...Java example import com.aspose.psd.Image; import com.aspose.psd...

    forum.aspose.com/t/gradientoverlayeffect-and-fi...
  9. 将 JSON 转换为 Python 中的 Pandas DataFrame。

    学习如何在 Python 中使用 Aspose.Cells for Python via .NET 将 JSON 转换为 pandas DataFrame,并提供关于平面、嵌套和大型 JSON 的清晰示例。...pandas DataFrame: import pandas as pd import aspose.cells as ac...A1)开始 ac.utility.JsonUtility.import_data(json_data, ws.cells, 0...

    blog.aspose.com/zh/cells/convert-json-to-pandas...
  10. PPT中箭头虚线在导出图片的时候会变成实线 - Free Support Forum - as...

    产品和版本:Aspose.Slides for Python via. NET (Version: 25.7.0) 编程语言和版本: Python 3.8 部署环境: Ubuntu 20.04.6 LTS 代码片段: def convert_to_jpg(...): ... with slides_module.Presentation(ppt_path) as presentation: for i…...示例(Python): from asposeslides import Presentation, ImageFormat with...JPG,可在保存时指定最高质量: from asposeslides import Presentation, ImageFormat,...

    forum.aspose.com/t/ppt/322437