Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 48,844 for

shapes

(0.13 sec)
  1. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for .NET to smoothly migrate your PowerPoint PPT, PPTX and ODP presentation solutions....Text - The text on the slide’s shapes ISlideText.MasterText - The...The text on the master page’s shapes for this slide ISlideText.LayoutText...

    docs.aspose.com/slides/net/public-api-and-backw...
  2. Get Connection Points from Shape with Node.js v...

    Learn how to retrieve connection points from Shapes in Excel using Aspose.Cells for Node.js via C++....Get Connection Points from Shape with Node.js via C++ Contents...provides rich features to manage shapes in a spreadsheet. Sometimes...

    docs.aspose.com/cells/nodejs-cpp/get-connection...
  3. 文本框|Aspose.Slides 文档

    使用 Aspose.Slides 在 C# 中创建和格式化文本框:设置字体、对齐、换行、自动适应以及链接,以完善 PowerPoint 和 OpenDocument 的幻灯片。...Presentation (); // Create a rectangle shape (defaults to filled with border...textBox = pres . Slides [ 0 ]. Shapes . AddAutoShape ( ShapeType...

    docs.aspose.com/slides/zh/net/examples/elements...
  4. Aspose::Words::Fields::FieldEmbed class | Aspos...

    Aspose::Words::Fields::FieldEmbed class. Implements the EMBED field. To learn more, visit the documentation article in C++....Microsoft Word fields such as SHAPE and EMBED are handled during...we will see a SHAPE and an EMBED field. // A SHAPE field is the...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. Get the Entire Slide Background from a Presenta...

    Extract full slide backgrounds as images from PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET, streamlining visual workflows....theme, color scheme, and the shapes placed on the master slide...temporary presentation. Delete the shapes from the cloned slide. Convert...

    docs.aspose.com/slides/python-net/get-the-entir...
  6. Save Html With StreamProvider|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....files which contain images and shapes to HTML files, we often face...should we save the images and shapes when saving an Excel file to...

    docs.aspose.com/cells/java/convert-excel-to-htm...
  7. Create WEBP in Python

    Follow this article to create WEBP in Python. Complete details are provided to establish the environment, a list of steps, and a sample code showing how to make a WEBP file in Python...image from scratch and draw shapes or text on it, along with other...clear() method Draw different shapes or text on the image and set...

    kb.aspose.com/imaging/python/create-webp-in-pyt...
  8. Add Trend Lines to Presentation Charts in Pytho...

    Quickly add and customize trend lines in PowerPoint and OpenDocument charts with Aspose.Slides for Python via .NET — a practical guide and code examples to improve forecasting accuracy and engage your audience.... shapes . add_chart ( charts . ChartType...AddChart method exposed by Shapes object Add an AutoShape of...

    docs.aspose.com/slides/python-net/trend-line/
  9. Add Line Object to PDF file|Aspose.PDF for C++

    This article explains how to create a line object to your PDF using Aspose.PDF for C++.... Add Rectangle object to shapes collection of Graph object...to shapes collection of Graph object graph -> get_Shapes () ->...

    docs.aspose.com/pdf/cpp/add-line/
  10. 使用 C++ 在演示文稿中管理连接线|Aspose.Slides 文档

    让 C++ 应用程序能够在 PowerPoint 幻灯片中绘制、连接和自动路由线条——全面控制直线、折线和曲线连接线。... 使用 Shapes 对象的 AddAutoShape 方法向幻灯片添加两个 自动形状 。 通过 Shapes 对象的 AddConnector...IShapeCollection > shapes = slide -> get_Shapes (); // 添加椭圆自动形状...

    docs.aspose.com/slides/zh/cpp/connector/