Sort Score
Result 10 results
Languages All
Labels All
Results 4,611 - 4,620 of 48,671 for

shape

(0.09 sec)
  1. Გადაიყვანეთ Გამოსახულება SVG C++

    გადაიყვანეთ Გამოსახულება SVG C++ ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც SVG C++....auto shape = builder-> InsertImage ( u"Input.png" ); shape-> GetShapeRenderer...auto shape = builder->InsertImage(u"Input.png"); shape->GetS...

    products.aspose.com/words/ka/cpp/conversion/ima...
  2. 档案

    档案...pres: # 添加形状 shape = pres.slides[0].shapes.add_auto_shape(slides.ShapeType...RECTANGLE, 200, 150, 250, 250) shape.fill_format.fill_type = slides...

    blog.aspose.com/zh/slides/create-three-d-effect...
  3. 如何用 Node.js 通过 C++ 改变 Excel 中评论的背景|Documentation

    使用 Aspose.Cells for Node.js via C++ 改变评论颜色并在评论中插入图片或图像。...color const shape = comment . getCommentShape (); shape . getFill...); // Set image data to the shape associated with the comment...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-set-...
  4. ChartAxis Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.ChartAxis class for customizable chart axis options. Enhance your data visualization effortlessly!...DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...500 , 300 ); Chart chart = shape . Chart ; // Clear the chart's...

    reference.aspose.com/words/net/aspose.words.dra...
  5. 在 Java 中获取演示文稿中的形状有效属性|Aspose.Slides 文档

    了解 Aspose.Slides for Java 如何计算并应用形状的有效属性,以实现精确的 PowerPoint 渲染。...pptx" ); try { IAutoShape shape = ( IAutoShape ) pres . getSlides...ITextFrameFormat localTextFrameFormat = shape . getTextFrame (). getTextFrameFormat...

    docs.aspose.com/slides/zh/java/shape-effective-...
  6. 在 .NET 中管理演示文稿主题|Aspose.Slides 文档

    在 Aspose.Slides for .NET 中使用母版演示文稿主题来创建、定制和转换具有一致品牌的 PowerPoint 文件。...{ IAutoShape shape = pres . Slides [ 0 ]. Shapes . AddAutoShape...Rectangle , 10 , 10 , 100 , 100 ); shape . FillFormat . FillType = FillType...

    docs.aspose.com/slides/zh/net/presentation-theme/
  7. 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...
  8. Add Watermark to Visio|Documentation

    How to add watermark to visio using .NET Diagram API.... Then add shapes and connectors to build up...Visio diagram. Rotate Visio Shape Text...

    docs.aspose.com/diagram/net/add-watermark-to-vi...
  9. ChartLegend.font property | Aspose.Words for Py...

    ChartLegend.font property. Provides access to the default font formatting of legend entries... SHAPE , 0 , True ) . as_shape () . chart chart_legend...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Manage Presentation Tables in PHP|Aspose.Slides...

    Create & edit tables in PowerPoint slides with Aspose.Slides for PHP via Java. Discover simple code examples to streamline your table workflows.... 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/