Sort Score
Result 10 results
Languages All
Labels All
Results 3,511 - 3,520 of 45,857 for

shape

(0.1 sec)
  1. ChartFormat.stroke property | Aspose.Words for ...

    ChartFormat.stroke property. Gets line formatting for the parent chart element....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 432 , 252 ); let chart = shape . chart ; // Delete default...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ChartDataPoint.marker property | Aspose.Words f...

    ChartDataPoint.marker property. Specifies chart data marker....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 432 , 252 ); let chart = shape . chart ; // Delete default...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose.Cells 17.1.0 中的公共API更改|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....//Load everything and filter shapes this . setLoadDataFilterOpt...& ~ LoadDataFilterOption . SHAPE ); } if ( sheet . getName ()...

    docs.aspose.com/cells/zh/java/public-api-change...
  4. Edit PPT in Python | products.aspose.com

    Edit PPT in Python. Use Python library API to edit PowerPoint presentation...pres: shape = pres . slides[ 0 ] . shapes . add_auto_shape(slides...RECTANGLE, 10 , 10 , 100 , 50 ) shape . text_frame . text = "New text"...

    products.aspose.com/slides/python-net/editor/ppt/
  5. ShapeBase.heightRelative property | Aspose.Word...

    ShapeBase.heightRelative property. Gets or sets the value that represents the percentage of Shape's relative height....represents the percentage of shape’s relative height. get heightRelative...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ShapeBase.widthRelative property | Aspose.Words...

    ShapeBase.widthRelative property. Gets or sets the value that represents the percentage of Shape's relative width....represents the percentage of shape’s relative width. get widthRelative...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ShapeBase.topRelative property | Aspose.Words f...

    ShapeBase.topRelative property. Gets or sets the value that represents Shape's relative top position in percent....sets the value that represents shape’s relative top position in percent...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Edit PPT in C++ | products.aspose.com

    Edit PPT in C++. Use C++ library API to edit PowerPoint presentation...idx_get( 0 ); auto shape = slide -> get_Shapes() -> AddAutoShape(ShapeType... 10.0f , 100.0f , 50.0f ); shape -> get_TextFrame() -> set_Text(...

    products.aspose.com/slides/cpp/editor/ppt/
  9. AxisTickLabels.Offset | Aspose.Words for .NET

    Adjust AxisTickLabels Offset to customize tick label distance from the axis for enhanced clarity and visual appeal in your data visualizations....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...500 , 300 ); Chart chart = shape . Chart ; // Clear the chart's...

    reference.aspose.com/words/net/aspose.words.dra...
  10. 形状操作|Aspose.Slides 文档

    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....IShape shape = findShape ( slide , "Shape1" ); if ( shape != null...out . println ( "形状名称: " + shape . getName ()); } } finally {...

    docs.aspose.com/slides/zh/java/shape-manipulati...