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

shapes

(0.17 sec)
  1. Convert VSSM to SWF via Python | products.aspos...

    Sample Python conversion code for VSSM format to SWF file. Use this example code to convert VSSM to SWF 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 VDW to VSX via Python | products.aspose...

    Sample Python conversion code for VDW format to VSX file. Use this example code to convert VDW to VSX within any Python based application....collection of drawing pages, shapes, fonts, images, data connections...that consist of drawings and shapes that are used for creating...

    products.aspose.com/diagram/python-java/convers...
  3. Convert VDW to VSSX via Python | products.aspos...

    Sample Python conversion code for VDW format to VSSX file. Use this example code to convert VDW to VSSX within any Python based application....collection of drawing pages, shapes, fonts, images, data connections...elements such as collection of shapes, connectors, flowcharts, network...

    products.aspose.com/diagram/python-net/conversi...
  4. 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...
  5. 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-...
  6. 在 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/
  7. 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...
  8. 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...
  9. 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...
  10. 通过Node.js使用C++改变Excel文本框或形状的字符间距|Documentation

    使用Aspose.Cells for Node.js via C++更改单元格文本框或形状的字符间距。...also a shape object from shapes collection const shape = workbook...method const fontSetting = shape . getRichFormattings ()[ 0 ];...

    docs.aspose.com/cells/zh/nodejs-cpp/change-char...