Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 5,465 for

shape group

(0.23 sec)
  1. 演示文稿锁定|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....中,幻灯片上的每个元素都会转换为 Shape 对象。换句话说,幻灯片上的每个元素要么是 Shape 对象,要么是从 Shape 派生的对象。...锁定图片框。 对 Presentation 对象中所有 Shape 对象执行的任何操作都会应用于整个演示文稿。 应用和移除保护...

    docs.aspose.com/slides/zh/net/presentation-lock...
  2. 组形状|Aspose.Slides for Node.js via .NET 文档

    在 Aspose.Slides for Node.js 中管理组形状:创建、嵌套、对齐、重新排序和设置组形状样式,提供 PPT、PPTX 和 ODP 演示文稿示例。...let group = slide . getShapes (). addGroupShape (); group . getShapes...Rectangle , 0 , 0 , 50 , 50 ); group . getShapes (). addAutoShape...

    docs.aspose.com/slides/zh/nodejs-java/examples/...
  3. 组形状|Aspose.Slides for PHP 文档

    在 PHP 中使用 Aspose.Slides 处理组形状:创建和取消分组、重新排序子形状、设置变换和界限,适用于 PowerPoint 和 OpenDocument。...getSlides () -> get_Item ( 0 ); $group = $slide -> getShapes () ->...-> addGroupShape (); $group -> getShapes () -> addAutoShape ( ShapeType...

    docs.aspose.com/slides/zh/php-java/examples/ele...
  4. AxisGroup Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.AxisGroup enum, your key to managing chart axis Groups effectively for enhanced data visualization....Represents a type of a chart axis group. public enum AxisGroup Values...axis group. Secondary 1 Specifies the secondary axis group. Examples...

    reference.aspose.com/words/net/aspose.words.dra...
  5. 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....of the X axis of this series group. public ChartAxis AxisX { get...DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...

    reference.aspose.com/words/net/aspose.words.dra...
  6. 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....chart series included in this group. public ChartSeriesType SeriesType...DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...

    reference.aspose.com/words/net/aspose.words.dra...
  7. 组形状|Aspose.Slides 文档

    在 Aspose.Slides for Android 中管理组合形状:使用 Java 示例在 PPT、PPTX 和 ODP 演示文稿中创建、嵌套、对齐、重新排序和设置组形状的样式。...IGroupShape group = slide . getShapes (). addGroupShape (); group . getShapes...Rectangle , 0 , 0 , 50 , 50 ); group . getShapes (). addAutoShape...

    docs.aspose.com/slides/zh/androidjava/examples/...
  8. DocumentBuilder.insert_group_shape method | Asp...

    aspose.words.DocumentBuilder.insert_Group_Shape method...insert_group_shape method Contents [ Hide ] insert_group_shape(shapes)...insert_group_shape(shapes) Groups the shapes passed as a parameter into a new GroupShape...

    reference.aspose.com/words/python-net/aspose.wo...
  9. DocumentBuilder.insertGroupShape method | Aspos...

    Aspose.Words.DocumentBuilder.insertGroupShape method...insertGroupShape(shapes) {#shapebase[]} Groups the shapes passed as...position. insertGroupShape ( shapes : Aspose . Words . Drawing...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Can we create Combo Chart with Area and Line pr...

    Can we create Combo Chart with Area and Line programatically using aspose.words inside word document using c#?...adding an additional series group: https://reference.aspose.com/words/net/aspose...new DocumentBuilder(doc); Shape shape = builder.InsertChart(ChartType...

    forum.aspose.com/t/can-we-create-combo-chart-wi...