Sort Score
Result 10 results
Languages All
Labels All
Results 4,181 - 4,190 of 43,017 for

shape

(0.05 sec)
  1. ChartSeries.series_type property | Aspose.Words...

    ChartSeries.series_type property. Gets the type of this chart series.... SHAPE , 0 , True ) . as_shape () . chart # Remove...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Export Document Structure While Converting to P...

    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....row, table, worksheet, image, shape, header/footer, etc. With option...

    docs.aspose.com/cells/java/export-document-stru...
  3. Manage Table|Aspose.Slides for PHP Documentation

    Create and manage table in PowerPoint presentations... 30 , 30 ); # Adds a table shape to slide $tbl = $sld -> getShapes... 70 , 70 ); # Adds a table shape to slide $tbl = $sld -> getShapes...

    docs.aspose.com/slides/php-java/manage-table/
  4. ChartAxis.minorUnitScale property | Aspose.Word...

    ChartAxis.minorUnitScale property. Returns or sets the scale value for minor tick marks on the time category axis....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 450 , 250 ); let chart = shape . chart ; expect ( chart . series...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. AxisDisplayUnit.unit property | Aspose.Words fo...

    AxisDisplayUnit.unit property. Gets or sets the scaling value of the display units as one of the predefined values....DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...450 , height = 250 ) chart = shape . chart self . assertEqual (...

    reference.aspose.com/words/python-net/aspose.wo...
  6. AxisDisplayUnit.customUnit property | Aspose.Wo...

    AxisDisplayUnit.customUnit property. Gets or sets a user-defined divisor to scale display units on the value axis....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 450 , 250 ); let chart = shape . chart ; expect ( chart . series...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. AxisDisplayUnit.custom_unit property | Aspose.W...

    AxisDisplayUnit.custom_unit property. Gets or sets a user-defined divisor to scale display units on the value axis....DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...450 , height = 250 ) chart = shape . chart self . assertEqual (...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ChartAxis.major_unit_is_auto property | Aspose....

    ChartAxis.major_unit_is_auto property. Gets or sets a flag indicating whether default distance between major tick marks shall be used....DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...450 , height = 250 ) chart = shape . chart self . assertEqual (...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ChartDataLabel.top property | Aspose.Words for ...

    ChartDataLabel.top property. Gets or sets the distance of the data label in points from the top edge of the chart or from the position specified by its [ChartDataLabel.position](../position/) property, depending on the value of the [ChartDataLabel.topMode](../topMode/) property....proportionally if the chart shape is resized. The property cannot...const chartHeight = 252 ; let shape = builder . insertChart ( aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Ellipse|Aspose.Slides for PHP 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....developers about adding ellipse shapes to their slides using Aspose...to draw different kinds of shapes with just a few lines of code...

    docs.aspose.com/slides/php-java/ellipse/