Sort Score
Result 10 results
Languages All
Labels All
Results 2,471 - 2,480 of 50,305 for

shapes

(0.06 sec)
  1. Convert VSD to VSSM via Python | products.aspos...

    Sample Python conversion code for VSD format to VSSM file. Use this example code to convert VSD to VSSM within any Python based application....formatting and placement of shapes in a diagram. In general, Microsoft...defined information in different shapes. The most common of these include...

    products.aspose.com/diagram/python-net/conversi...
  2. Convert VSS to VSX via C# | products.aspose.com

    Sample code for VSS to VSX C# conversion. Use API example code for batch VSS files to VSX conversion within VB.NET, Asp.NET or any .NET based application....elements such as collection of shapes, connectors, flowcharts, network...that consist of drawings and shapes that are used for creating...

    products.aspose.com/diagram/net/conversion/vss-...
  3. Convert PowerPoint Presentations to Video in .N...

    Learn how to convert PowerPoint presentations to video in .NET. Discover sample C# code and automation techniques to streamline your workflow....presentation (containing a shape and two animation effects) into...Slides [ 0 ]; // Add a smile shape and then animate it. IAutoShape...

    docs.aspose.com/slides/net/convert-powerpoint-t...
  4. 在 Python 中创建或更新 PowerPoint 演示文稿图表|Aspose.Slides...

    了解如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中创建和自定义图表。内容涵盖在演示文稿中添加、格式化和编辑图表,并提供实用的 Python 代码示例。... shapes . add_chart ( charts . ChartType...# 创建默认散点图。 chart = slide . shapes . add_chart ( charts . ChartType...

    docs.aspose.com/slides/zh/python-net/create-chart/
  5. Issue converting XLSX and XLSM files containing...

    We are converting XLSX and XLSM files to PDFs using the following code. static public string ConvertExcel(string inputFilePath = "", string outputFilePath = "") { string results = "SUCCESS"; try …...{ foreach (Shape shape in sheet.Shapes) { if (shape.MsoDrawingType...enabled shape.IsTextWrapped = true; // Adjust shape height dynamically...

    forum.aspose.com/t/issue-converting-xlsx-and-xl...
  6. ShapeRenderer class | Aspose.Words for Python

    aspose.words.rendering.ShapeRenderer class. Provides methods to render an individual [Shape](../../aspose.words.drawing/shape/) or [GroupShape](../../aspose.words.drawing/groupshape/) to a raster or vector image or to a Graphics object...methods to render an individual Shape or GroupShape to a raster or...more, visit the Working with Shapes documentation article. Inheritance:...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Drawing::ShapeBase::get_Right me...

    Aspose::Words::Drawing::ShapeBase::get_Right method. Gets the position of the right edge of the containing block of the shape in C++....the containing block of the shape. double Aspose :: Words :: Drawing...() Remarks For a top-level shape, the value is in points and...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Aspose::Words::Drawing::ShapeBase::get_HeightRe...

    Aspose::Words::Drawing::ShapeBase::get_HeightRelative method. Gets or sets the value that represents the percentage of shape's relative height in C++....represents the percentage of shape’s relative height. float Aspose...( doc ); // Adding a simple shape with absolute size and position...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Adjust Thickness of Visio "No Symbol" programma...

    I have created a Visio diagram using aspose and I have a “No Symbol” shape. I have been able to change the color of the shape, but cannot change the thickness of the border....aspose and I have a “No Symbol” shape. I have been able to change...change the color of the shape, but cannot change the thickness of the...

    forum.aspose.com/t/adjust-thickness-of-visio-no...
  10. 使用主题|Documentation

    本节介绍如何将预设主题应用到页面或带有 Aspose.Diagram 的形状。...diagram 获取要设置主题的Shape类实例 将 Preset 值分配给 Shape 实例的 PresetTheme...instance of Shape class to be set theme Shape shape = doc . Pages...

    docs.aspose.com/diagram/zh/net/working-with-the...