Sort Score
Result 10 results
Languages All
Labels All
Results 8,931 - 8,940 of 50,320 for

shape

(0.79 sec)
  1. Ustvari DOCX Z Uporabo Python

    Ustvarite novo DOCX v Python v nekaj korakih. Preprosto ustvarite DOCX s knjižnico Python via .NET....DocumentBuilder(doc) shape = builder.insert_chart(aw.drawing...ChartType.PIE, 432 , 252 ) chart = shape.chart chart.title.text = "Demo...

    products.aspose.com/words/sl/python-net/make/docx/
  2. Ustvari Markdown Z Uporabo Python

    Ustvarite novo Markdown v Python v nekaj korakih. Preprosto ustvarite Markdown s knjižnico Python via .NET....DocumentBuilder(doc) shape = builder.insert_chart(aw.drawing...ChartType.PIE, 432 , 252 ) chart = shape.chart chart.title.text = "Demo...

    products.aspose.com/words/sl/python-net/make/md/
  3. Paragraph Class | Aspose.Words for .NET

    Discover the Aspose.Words.Paragraph class to effortlessly manage and format text paragraphs, enhancing your document processing capabilities....Footnote , Run , SpecialChar , Shape , GroupShape , SmartTag . A...

    reference.aspose.com/words/net/aspose.words/par...
  4. Გააკეთეთ DOC Python Ის Გამოყენებით

    შექმენით ახალი DOC Python ში რამდენიმე ნაბიჯით. მარტივად შექმენით DOC Python via .NET ბიბლიოთეკის გამოყენებით....DocumentBuilder(doc) shape = builder.insert_chart(aw.drawing...ChartType.PIE, 432 , 252 ) chart = shape.chart chart.title.text = "Demo...

    products.aspose.com/words/ka/python-net/make/doc/
  5. StructuredDocumentTag class | Aspose.Words for ...

    aspose.words.markup.StructuredDocumentTag class. Represents a structured document tag (SDT or content control) in a document...HeaderFooter , Comment , Footnote or a Shape node. Row-level - Among rows...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Manage Chart Workbooks in Presentations Using P...

    Discover Aspose.Slides for PHP via Java: effortlessly manage chart workbooks in PowerPoint and OpenDocument formats to streamline your presentation data....Create an object for the chart shape. Create an object for the source...

    docs.aspose.com/slides/php-java/chart-workbook/
  7. Clone PowerPoint Slides in Python|Aspose.Slides...

    Quickly clone or duplicate PowerPoint slides with Aspose.Slides for Python via .NET. Follow our clear code examples and tips to automate PPT creation in seconds, boost productivity, and eliminate manual work....layout_slide ) # Add an ellipse shape to the new slide; this slide...cloned later. slide . shapes . add_auto_shape ( slides . ShapeType...

    docs.aspose.com/slides/python-net/clone-slides/
  8. What's new in Aspose.Cells for .NET|Documentation

    Aspose.Cells for .NET expands and enhances daily. On this page, you can learn about the huge and most interesting features of the product....importing Numbers Support copying shapes when copying columns Support...export editable textboxes and shapes to pptx Support to remove AutoFilter...

    docs.aspose.com/cells/net/what-s-new-in-aspose-...
  9. Working with Transparency in PS file | Python

    How to add transparency to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...painting vector graphics like shapes or text, we employ a technique...paling algorithm for transparent shapes and text, which we called ...

    docs.aspose.com/page/python-net/ps/working-with...
  10. 在 .NET 中创建或更新 PowerPoint 演示文稿图表|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 在 PowerPoint 演示文稿中创建和自定义图表。通过实用的 C# 代码示例添加、格式化和编辑图表。... Shapes . AddChart ( ChartType . ClusteredColumn...创建默认散点图。 IChart chart = slide . Shapes . AddChart ( ChartType . ScatterWithSmoothLin...

    docs.aspose.com/slides/zh/net/create-chart/