Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 4,792 for

import

(0.05 sec)
  1. Presentation Notes|Aspose.Slides for Python Doc...

    Add and remove notes in PowerPoint presentations in Python...shown in the example below: import aspose.slides as slides # Instantiate...shown in the example below: import aspose.slides as slides # Instantiate...

    docs.aspose.com/slides/python-net/presentation-...
  2. Callout|Aspose.Slides for Python Documentation

    PowerPoint chart callouts and data labels in Python... import aspose.slides as slides with...is given. import aspose.slides.charts as charts import aspose.slides...

    docs.aspose.com/slides/python-net/callout/
  3. Create a Document in Python – Create or Load HT...

    Learn how to load HTML documents from a file, URL, and create HTML from scratch. Consider approaches to load HTML-based documents in Python.... Copy 1 import os 2 from aspose. html import * 3 4 # Setup...snippet: Copy 1 import os 2 from aspose. html import * 3 4 # Prepare...

    docs.aspose.com/html/python-net/create-a-document/
  4. Save HTML Document in Python – Aspose.HTML for ...

    Learn how to save HTML documents to a file or URL using Aspose.HTML for Python via .NET API and how to apply save options....file: Copy 1 import os 2 from aspose. html import * 3 4 # Prepare...files. Copy 1 import os 2 from aspose. html import * 3 from aspose...

    docs.aspose.com/html/python-net/save-html-docum...
  5. 趋势线|Aspose.Slides for Python 文档

    在 Python 中将趋势线和自定义线添加到 PowerPoint 演示文稿... import aspose.slides.charts as charts import aspose.slides...slides as slides import aspose.pydrawing as draw # 创建空演示文稿 with...

    docs.aspose.com/slides/zh/python-net/trend-line/
  6. ImageData.brightness property | Aspose.Words fo...

    ImageData.brightness property. Gets or sets the brightness of the picture... Document () # Import a shape from the source document...first paragraph. imported_shape = dst_doc . import_node ( src_node...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ImageData.chroma_key property | Aspose.Words fo...

    ImageData.chroma_key property. Defines the color value of the image that will be treated as transparent.... Document () # Import a shape from the source document...first paragraph. imported_shape = dst_doc . import_node ( src_node...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Convert ODP to PPTX|Aspose.Slides for Python Do...

    Convert OpenOffice ODP to PowerPoint Presentation PPTX in Python... # Import Aspose.Slides for Python via .NET module import aspose...

    docs.aspose.com/slides/python-net/convert-odp-t...
  9. Create PSD or PSB Image From Scratch using Java...

    Example of how the Aspose.PSD for Java can create Psd Image from scratch...follow these steps: Import Necessary Classes: Import the required classes...

    docs.aspose.com/psd/java/create-psd-psb-images-...
  10. 管理表格|Aspose.Slides for Python 文档

    在 Python 中创建和管理 PowerPoint 演示中的表格...代码展示了如何在演示文稿中创建表格: import aspose.pydrawing as draw import aspose.slides...代码展示了如何为表格中的单元格指定编号: import aspose.pydrawing as draw import aspose.slides...

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