Sort Score
Result 10 results
Languages All
Labels All
Results 3,841 - 3,850 of 48,663 for

shape

(0.14 sec)
  1. Aspose::Words::Drawing::Charts::ChartAxis::get_...

    Aspose::Words::Drawing::Charts::ChartAxis::get_TickLabels method. Provides access to the properties of the axis tick mark labels in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); // Clear the...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Aspose::Words::Drawing::Charts::AxisTickLabels:...

    Aspose::Words::Drawing::Charts::AxisTickLabels::get_Position method. Gets or sets the position of the tick labels on the axis in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); // Clear the...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. 使用 JavaScript 在演示文稿中管理 OLE|Aspose.Slides for No...

    使用 Aspose.Slides for Node.js 优化 PowerPoint 和 OpenDocument 文件中的 OLE 对象管理。无缝嵌入、更新并导出 OLE 内容。... get_Item ( 0 ); var shape = slide . getShapes (). get_Item...); if ( java . instanceOf ( shape , "com.aspose.slides.OleObjectFrame"...

    docs.aspose.com/slides/zh/nodejs-java/manage-ole/
  4. ChartSeriesGroup.axisX property | Aspose.Words ...

    ChartSeriesGroup.axisX property. Provides access to properties of the X axis of this series group....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 450 , 250 ); let chart = shape . chart ; let series = chart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ChartSeriesGroup.axisY property | Aspose.Words ...

    ChartSeriesGroup.axisY property. Provides access to properties of the Y axis of this series group....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 450 , 250 ); let chart = shape . chart ; let series = chart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. AxisGroup enumeration | Aspose.Words for Python

    aspose.words.drawing.charts.AxisGroup enumeration. Represents a type of a chart axis group....DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...450 , height = 250 ) chart = shape . chart series = chart . series...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Stroke.transparency property | Aspose.Words for...

    Stroke.transparency property. Gets or sets a value between 0.0 (opaque) and 1.0 (clear) representing the degree of transparency of the stroke....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 432 , 252 ); let chart = shape . chart ; // Delete default...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ChartSeries.marker property | Aspose.Words for ...

    ChartSeries.marker property. Specifies a data marker...DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...432 , height = 252 ) chart = shape . chart # Delete default generated...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Add Trend Lines to Presentation Charts in JavaS...

    Quickly add and customize trend lines in PowerPoint charts with JavaScript and Aspose.Slides for Node.js via Java — a practical guide to engage your audience....AddChart method exposed by Shapes object Add an AutoShape of...exposed by Shapes object Set the Color of the shape lines. Write...

    docs.aspose.com/slides/nodejs-java/trend-line/
  10. 使用 Java 管理演示文稿中的幻灯片切换|Aspose.Slides 文档

    了解如何在 Aspose.Slides for Java 中自定义幻灯片切换,并提供针对 PowerPoint 和 OpenDocument 演示文稿的分步指导。... get_Item ( 0 )); IShape shape = presentation . getSlides ()...( 0 ); shape . setX ( shape . getX () + 100 ); shape . setY (...

    docs.aspose.com/slides/zh/java/slide-transition/