Sort Score
Result 10 results
Languages All
Labels All
Results 3,151 - 3,160 of 43,928 for

import document

(0.07 sec)
  1. 在Ruby中设置页面选项|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....file path workbook = Rjb :: import ( 'com.aspose.cells.Workbook'...page_orientation_type = Rjb :: import ( 'com.aspose.cells.PageOrientationType'...

    docs.aspose.com/cells/zh/java/setting-page-opti...
  2. Export Visio Diagram to HTML in Ruby|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....a VSD file diagram = Rjb :: import ( 'com.aspose.diagram.Diagram'...data_dir + "Diagram.html" , Rjb :: import ( 'com.aspose.diagram.SaveFileFormat'...

    docs.aspose.com/diagram/java/export-visio-diagr...
  3. Aspose.Cells.GridWeb - Web Grid Control|Documen...

    This article introduce features for GridWeb ....Web Grid Control Import/Export Features Import from and export...export to Excel spreadsheets. Import and export data directly from...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  4. Limitations and API Differences|Aspose.Slides f...

    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.... Importing library (Package Comparisons)...Comparisons) Aspose.Slides for Java import com.aspose.slides.* ; Aspose...

    docs.aspose.com/slides/php-java/limitations-and...
  5. Doughnut Chart|Aspose.Slides for Python Documen...

    Specify center gap in doughnut chart in PowerPoint presentation in Python... import aspose.slides.charts as charts import aspose.slides...

    docs.aspose.com/slides/python-net/doughnut-chart/
  6. PDF 表单。通过 Python 进行管理 | Aspose.PDF

    使用 Aspose.PDF 和 Python.net 在 PDF 中使用这个 Python 源代码管理 PDF 表单...此示例代码显示如何使用 Python 在 PDF 中创建 PDF 表单 import aspose.pdf as apdf path_infile...dataDir + outfile document = apdf . Document ( path_infile ) #...

    products.aspose.com/pdf/zh-hans/python-net/acro...
  7. java.security.InvalidKeyException|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....JDK/JRE is crippled due to import restrictions in some countries...Jurisdiction Policy Files 8 AI Document Assistant Close How to Fix...

    docs.aspose.com/cells/java/java-security-invali...
  8. Create or Update PowerPoint Presentation Charts...

    Learn how to create and customize charts in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET. It covers adding, formatting, and editing charts in presentations with practical code examples in Python....column chart: import aspose.slides.charts as charts import aspose.slides...slides as slides import aspose.pydrawing as draw # Instantiate...

    docs.aspose.com/slides/python-net/create-chart/
  9. 使用Python.NET设置Workbook的公式计算模式|Documentation

    学习如何使用Aspose.Cells for Python via .NET API设置Excel工作簿中的公式计算模式(自动、手动)。逐步指南附代码示例。...cells import Workbook , CalcModeType # Load..."output.xlsx" ) import os from aspose.cells import Workbook , CalcModeType...

    docs.aspose.com/cells/zh/python-net/setting-for...
  10. How to modify footnote content number style? - ...

    for (Paragraph paragraph : footnote.getParagraphs()) { for (Run run : paragraph.getRuns()) { run.getFont().setColor(Color.RED); } }...the FootnoteOptions of the document. Unfortunately, the provided...the FootnoteOptions of the document. Set the desired numbering...

    forum.aspose.com/t/how-to-modify-footnote-conte...