Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 4,172 for

shape position

(0.04 sec)
  1. Insert Shapes in Word using Java

    This tutorial describes how to draw a straight line in Word using Java. It has the IDE settings, a list of steps, and a sample code showing how to make a diagram in Word using Java....TeX Product Family Insert Shapes in Word using Java This article...article explains how to insert shapes in Word using Java . It provides...

    kb.aspose.com/words/java/insert-shapes-in-word-...
  2. Portion|Aspose.Slides for Python Documentation

    Get portion in PowerPoint presentation in Python...Portion Contents [ Hide ] Get Position Coordinates of Portion GetCoordinates()...presentation : shape = presentation . slides [ 0 ] . shapes [ 0 ] textFrame...

    docs.aspose.com/slides/python-net/portion/
  3. Setting Cells in the Event Section of ShapeShee...

    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....developers can define how a shape responds to specific user actions...element that is evaluated when a shape’s text or text composition changes...

    docs.aspose.com/diagram/java/setting-cells-in-t...
  4. ChartFormat class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartFormat class. Represents the formatting of a chart element... shape_type Gets or sets the shape type of the parent...DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Setting Cells in the Event Section of ShapeShee...

    Manage event properties of visio files....developers can define how a shape responds to specific user actions...element that is evaluated when a shape’s text or text composition changes...

    docs.aspose.com/diagram/net/setting-cells-in-th...
  6. Chart.AxisZ | Aspose.Words for .NET

    Explore the Chart AxisZ property to unlock Z-axis customization options, enhancing your data visualization for clearer insights and impactful presentations....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...500 , 300 ); Chart chart = shape . Chart ; // Clear the chart's...

    reference.aspose.com/words/net/aspose.words.dra...
  7. ChartAxis.TickLabels | Aspose.Words for .NET

    Discover the ChartAxis TickLabels property to customize your axis tick mark labels for enhanced data visualization and clarity in your charts....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...500 , 300 ); Chart chart = shape . Chart ; // Clear the chart's...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Fill.solid method | Aspose.Words for Node.js

    Aspose.Words.Drawing.Fill.solid method...DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 432 , 252 ); let chart = shape . chart ; // Delete series generated...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Create, Update, Layout and Auto-Fit Shapes|Docu...

    Use C# Diagram API to create, update and auto layout Shapes in Visio files using C# within your applications. Complete guide with C# code samples....Update, Layout and Auto-Fit Shapes Contents [ Hide ] Creating...create a diagram. Then add shapes and connectors to build up...

    docs.aspose.com/diagram/net/create-update-layou...
  10. Portion|Aspose.Slides Documentation

    Get portion in PowerPoint presentation in C# or .NET...Portion Contents [ Hide ] Get Position Coordinates of Portion GetCoordinates()...Presentation ( "Shapes.pptx" )) { IAutoShape shape = ( IAutoShape...

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