Sort Score
Result 10 results
Languages All
Labels All
Results 2,671 - 2,680 of 48,595 for

shape

(0.09 sec)
  1. Add ActiveX Controls using Aspose.Cells for Nod...

    Learn how to add ActiveX controls in a worksheet using Aspose.Cells for Node.js via C++....ActiveX control inside the shape collection, you can then access...ActiveX control object via Shape.getActiveXControl() property...

    docs.aspose.com/cells/nodejs-cpp/add-activex-co...
  2. Aspose::Words::Loading::HtmlLoadOptions::HtmlLo...

    Aspose::Words::Loading::HtmlLoadOptions::HtmlLoadOptions constructor. Initializes a new instance of this class with default values in C++....Aspose :: Words :: Drawing :: Shape > ( doc -> GetChild ( Aspose...Aspose :: Words :: NodeType :: Shape , 0 , true ))) -> get_ImageData...

    reference.aspose.com/words/cpp/aspose.words.loa...
  3. Manage PowerPoint Text Paragraphs in PHP|Aspose...

    Master paragraph formatting with Aspose.Slides for PHP via Java — optimize alignment, spacing & style in PPT, PPTX, and ODP presentations....new Presentation (); try { $shape = $presentation -> getSlides...created autoshape $textFrame = $shape -> getTextFrame (); # Removes...

    docs.aspose.com/slides/php-java/manage-paragraph/
  4. GradientStop.color property | Aspose.Words for ...

    GradientStop.color property. Gets or sets a value representing the color of the gradient stop....doc = doc ) shape = builder . insert_shape ( shape_type = aw ...width = 80 , height = 80 ) shape . fill . two_color_gradient...

    reference.aspose.com/words/python-net/aspose.wo...
  5. GradientStopCollection.count property | Aspose....

    GradientStopCollection.count property. Gets an integer value indicating the number of items in the collection....doc = doc ) shape = builder . insert_shape ( shape_type = aw ...width = 80 , height = 80 ) shape . fill . two_color_gradient...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ChartSeriesGroup.AxisX | Aspose.Words for .NET

    Discover the ChartSeriesGroup AxisX property for easy access to X-axis features, enhancing your data visualization and analysis experience....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...450 , 250 ); Chart chart = shape . Chart ; ChartSeriesCollectio...

    reference.aspose.com/words/net/aspose.words.dra...
  7. ChartDataLabelCollection.Position | Aspose.Word...

    Discover the ChartDataLabelCollection Position property to easily customize your data label positions for enhanced data visualization and clarity.... Shape shape = builder . InsertChart (...432 , 252 ); Chart chart = shape . Chart ; ChartSeriesCollectio...

    reference.aspose.com/words/net/aspose.words.dra...
  8. ChartSeriesGroup.SeriesType | Aspose.Words for ...

    Discover the ChartSeriesGroup SeriesType property to easily identify chart series types in your data visualizations for enhanced analysis and insights....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...450 , 250 ); Chart chart = shape . Chart ; ChartSeriesCollectio...

    reference.aspose.com/words/net/aspose.words.dra...
  9. 通过 C++ 使用 Node.js 更改 Shape 的调整值|Documentation

    了解如何使用 Aspose.Cells for Node.js via C++ 更改 Excel 中形状的调整值。...js 更改 Shape 的调整值 Contents [ Hide ] Aspose.Cells 提供 Shape.getGeometry()...箭头有两个调整,可改变箭头头部和尾部的形状 本文将解释如何使用 Shape.getGeometry() 属性来更改不同形状的调整值。...

    docs.aspose.com/cells/zh/nodejs-cpp/change-adju...
  10. 管理演示文稿超链接(C++)|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 轻松管理 PowerPoint 和 OpenDocument 演示文稿中的超链接——在几分钟内提升互动性和工作流。...MakeObject < Presentation > (); auto shapes = presentation -> get_Slides...idx_get ( 0 ) -> get_Shapes (); auto shape = shapes -> AddAutoShape...

    docs.aspose.com/slides/zh/cpp/manage-hyperlinks/