Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 4,792 for

import

(0.03 sec)
  1. 将 PowerPoint 转换为动画 GIF|Aspose.Slides for Python 文档

    将 PowerPoint 演示文稿转换为动画 GIF:PPT 转 GIF, PPTX 转 GIF 在 Python 中...示例代码展示了如何使用标准设置将演示文稿转换为动画 GIF: import aspose.slides as slides pres...中使用自定义设置将演示文稿转换为动画 GIF: import aspose.slides as slides import aspose.pydrawing...

    docs.aspose.com/slides/zh/python-net/convert-po...
  2. 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/
  3. FieldImport class | Aspose.Words for Python

    aspose.words.fields.FieldImport class. Implements the Import field...FieldImport class Implements the IMPORT field. To learn more, visit...how to insert images using IMPORT and INCLUDEPICTURE fields....

    reference.aspose.com/words/python-net/aspose.wo...
  4. NodeImporter class | Aspose.Words for Python

    aspose.words.NodeImporter class. Allows to efficiently perform repeated Import of nodes from one document to another...efficiently perform repeated import of nodes from one document...documents. This is known as “importing nodes”. Before you can insert...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Fields::FieldIncludePicture::get...

    Aspose::Words::Fields::FieldIncludePicture::get_ResizeVertically method. Gets or sets whether to resize the picture vertically from the source in C++....how to insert images using IMPORT and INCLUDEPICTURE fields....set_ResizeVertically ( true ); // 2 - The IMPORT field: auto fieldImport = System...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. Aspose::Words::Fields::FieldImport::get_Graphic...

    Aspose::Words::Fields::FieldImport::get_GraphicFilter method. Gets or sets the name of the filter for the format of the graphic that is to be inserted in C++....how to insert images using IMPORT and INCLUDEPICTURE fields....set_ResizeVertically ( true ); // 2 - The IMPORT field: auto fieldImport = System...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. Stop and Resume a Task in Ruby

    Learn how to stop or resume Microsoft Project (MPP/XML) tasks using Aspose.Tasks Java for Ruby....Code Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project'...mpp' ) 2 collector = Rjb :: import( 'com.aspose.tasks.ChildTasksCollector'...

    docs.aspose.com/tasks/java/stop-and-resume-a-ta...
  8. Aspose::Words::ImportFormatOptions::get_KeepSou...

    Aspose::Words::ImportFormatOptions::get_KeepSourceNumbering method. Gets or sets a boolean value that specifies how the numbering will be Imported when it clashes in source and destination documents. The default value is false in C++....how the numbering will be imported when it clashes in source...const Examples Shows how to import a document with numbered lists...

    reference.aspose.com/words/cpp/aspose.words/imp...
  9. Manage Ink|Aspose.Slides for Python Documentation

    Use ink tools to draw objects in PowerPoint Python...for a brush: import aspose.slides as slides import aspose.pydrawing...for a brush: import aspose.slides as slides import aspose.pydrawing...

    docs.aspose.com/slides/python-net/manage-ink/
  10. Manage Zoom|Aspose.Slides for Python Documentation

    Add zoom or zoom frames to PowerPoint presentations in Python...in a slide: import aspose.slides as slides import aspose.pydrawing...different image: import aspose.slides as slides import aspose.pydrawing...

    docs.aspose.com/slides/python-net/manage-zoom/