Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 5,259 for

shape position

(0.06 sec)
  1. Convert Image to Visio in C#

    This article shares the details to convert image to Visio in C#. It includes the stepwise guide along with the running sample code to export PNG to Visio in C#....Insert an image as a Visio shape entity with the AddShape() method...Subsequently, insert the image as a shape and export the output Visio...

    kb.aspose.com/diagram/net/convert-image-to-visi...
  2. AxisTickMark enumeration | Aspose.Words for Python

    aspose.words.drawing.charts.AxisTickMark enumeration. Specifies the possible Positions for tick marks....enumeration Specifies the possible positions for tick marks. Members Name...DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...

    reference.aspose.com/words/python-net/aspose.wo...
  3. How to Create a Shapefile in C#

    This quick tutorial guides on how to create a ShapeFile in C#. You can generate Shapefile in C# by adding different attributes and features to it without using any other third party graphics tool....for the newly created vector shape, a feature is constructed, and...and then its geometry position and features values are set. Code...

    kb.aspose.com/gis/net/how-to-create-a-shapefile...
  4. AxisScaling.maximum property | Aspose.Words for...

    AxisScaling.maximum property. Gets or sets the maximum value of the axis....DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...500 , height = 300 ) chart = shape . chart # Clear the chart's...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 在 JavaScript 中创建或管理 PowerPoint SmartArt 形状节点|As...

    在 JavaScript 中管理 PowerPoint 演示文稿的 SmartArt 节点及子节点... size (); i ++ ) { let shape = pres . getSlides (). get_Item...类型 if ( java . instanceOf ( shape , "com.aspose.slides.SmartArt"...

    docs.aspose.com/slides/zh/nodejs-java/manage-sm...
  6. Managing Pictures with C++|Documentation

    Add, Position, and manage images in spreadsheets using Aspose.Cells for C++ API.... Moreover, the positioning of these pictures can be...:: Cells :: Cleanup (); } Positioning Pictures There are two possible...

    docs.aspose.com/cells/cpp/managing-pictures/
  7. Aspose.Cells Object Model|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....their worksheets but also position these pictures at any location...ListObject object. ShapeCollection/Shape Each Worksheet object contains...

    docs.aspose.com/cells/java/aspose-cells-object-...
  8. Aspose.Cells Object Model|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....their worksheets but also position these pictures at any location...ListObject object. ShapeCollection/Shape Each Worksheet object contains...

    docs.aspose.com/cells/net/aspose-cells-object-m...
  9. ChartAxis class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartAxis class. Represents the axis options of the chart...DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 500 , 300 ); let chart = shape . chart ; // Clear the chart's...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Manage Text Portions in Presentations in .NET|A...

    Learn how to manage text portions in PowerPoint presentations using Aspose.Slides for .NET, boosting performance and customization....when you need to retrieve the position of a text fragment, apply...Presentation ( "Shapes.pptx" )) { IAutoShape shape = ( IAutoShape...

    docs.aspose.com/slides/net/portion/