Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 55,332 for

import

(0.12 sec)
  1. 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/
  2. Features Overview|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....from byte arrays Import/Export Features Import Microsoft Outlook...(MSG) emails. Import Microsoft HTML (MHT) emails Import RFC822 compliant...

    docs.aspose.com/email/java/features-overview/
  3. Presentation Header and Footer|Aspose.Slides fo...

    PowerPoint header and footer in Python...example below: import aspose.pydrawing as draw import aspose.slides...below Example. import aspose.pydrawing as draw import aspose.slides...

    docs.aspose.com/slides/python-net/presentation-...
  4. Warnings while loading a document - Free Suppor...

    While loading a document the following warnings occure using the WarningCallback method: Aspose warning: 9: 3F01; Aspose warning: 9: Import of element ‘shapedefaults’ is not supported in Docx format by Aspose.Words.; …...9: 3F01; Aspose warning: 9: Import of element ‘shapedefaults’...Words.; Aspose warning: 9: Import of element ‘extraClrSchemeLst’...

    forum.aspose.com/t/warnings-while-loading-a-doc...
  5. 在 3D 场景中创建矩形圆环|Documentation

    使用 Aspose.3D for Python via .NET API,开发人员可以创建 3D 对象,然后以任何受支持的 3D 格式保存 3D 场景。...Python import math from aspose.threed.entities import RectangularTorus...

    docs.aspose.com/3d/zh/python-net/create-rectang...
  6. 在 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/zh/java/hide-unhide-works...
  7. Rotate PDF Pages with Go via C++|Aspose.PDF for...

    This topic describes how to rotate the page orientation in an existing PDF file programmatically with Go via C++...PDF document: package main import "github.com/aspose-pdf/aspose-pdf-go-cpp"...com/aspose-pdf/aspose-pdf-go-cpp" import "log" func main () { // Open(filename...

    docs.aspose.com/pdf/go-cpp/rotate-pages/
  8. How to Set Point as Total with Python.NET|Docum...

    Learn how to configure total points in Excel waterfall charts using Aspose.Cells for Python via .NET with this step-by-step guide....total point configuration: import aspose.cells as cells from...from aspose.cells.charts import ChartType # Load sample workbook...

    docs.aspose.com/cells/python-net/how-to-set-poi...
  9. Configure the product in Visual Studio|Aspose.W...

    Manually configure Aspose.Words for C++ in Visual Studio....targets files : Add Import tags with Aspose.Words for...the file Add the following Import tags inside ImportGroup : <ImportGroup...

    docs.aspose.com/words/cpp/configure-aspose-word...
  10. 管理单元格|Aspose.Slides for Python 文档

    Python中的PowerPoint演示文稿中的表格单元格...中的合并表格单元格: import aspose.pydrawing as draw import aspose.slides...以下Python代码展示了如何移除表格单元格的边框: import aspose.pydrawing as draw import aspose.slides...

    docs.aspose.com/slides/zh/python-net/manage-cells/