Sort Score
Result 10 results
Languages All
Labels All
Results 3,531 - 3,540 of 48,660 for

shape

(0.16 sec)
  1. 使用 JavaScript 通过 C++ 设置图表中数据标签的形状类型|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 设置图表中数据标签的形状类型。本指南将介绍不同的形状类型,并指导你如何选择合适的形状以增强显示效果和可用性。...html > < head > < title > Set Shape Type of Data Labels of Chart...head > < body > < h1 > Set Shape Type of Data Labels of Chart...

    docs.aspose.com/cells/zh/javascript-cpp/set-the...
  2. Shape.extrusionEnabled property | Aspose.Words ...

    Shape.extrusionEnabled property. Returns ``true`` if an extrusion effect is enabled....extrusionEnabled property Shape.extrusionEnabled property Returns...Drawing class Shape Shape.chart property Shape.fillColor property...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Node.as_shape method | Aspose.Words for Python

    Node.as_Shape method. Cast Node to [Shape](../../../aspose.words.drawing/Shape/)....as_shape method as_shape() Cast Node to Shape . def as_shape (...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 在 Python 中管理演示文稿的连接线|Aspose.Slides for Python 文档

    让 Python 应用程序在 PowerPoint 和 OpenDocument 幻灯片中绘制、连接并自动路由线条——全面控制直线、折线和曲线连接线。...ShapeCollection 对象公开的 add_auto_shape 方法,向幻灯片添加两个 AutoShape 对象。 使用...访问第一张幻灯片的形状集合。 shapes = presentation . slides [ 0 ] . shapes # 添加一个椭圆...

    docs.aspose.com/slides/zh/python-net/connector/
  5. ShapeBase.shape_type property | Aspose.Words fo...

    ShapeBase.Shape_type property. Gets the Shape type....shape_type property ShapeBase.shape_type property Gets the shape...shape type. @property def shape_type ( self ) -> aspose . words...

    reference.aspose.com/words/python-net/aspose.wo...
  6. StructuredDocumentTagRangeEnd | Aspose.Words fo...

    Represents an end of ranged structured document tag which accepts multi-sections content in Java....Document(); // Add two runs and one shape as child nodes to the first..."Hello world! ")); Shape shape = new Shape(doc, ShapeType.RECTANGLE);...

    reference.aspose.com/words/java/com.aspose.word...
  7. Image conversion issue with Linux (2) - Free Su...

    Hi. I’m converting a VSD document to VSDX, am experiencing an issue with certain EMF images when converting them to PNG, using Shape.ToImage method. This issue is a follow-up on issue Image conversion issue with Linux. …...converting them to PNG, using shape.ToImage method. This issue is...VSDX); // Iterate over all shapes that contain an EMF image foreach...

    forum.aspose.com/t/image-conversion-issue-with-...
  8. ShapeBase.AllowOverlap | Aspose.Words for .NET

    Discover the ShapeBase AllowOverlap property, control Shape interactions by enabling or disabling overlap with other Shapes for enhanced design flexibility....specifies whether this shape can overlap other shapes. public bool AllowOverlap...property affects behavior of the shape in Microsoft Word. Aspose.Words...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Aspose.Slides for Xamarin|Aspose.Slides Documen...

    Build Xamarin mobile apps in C# to view, edit, and convert presentations with Aspose.Slides, supporting rich features for PPT, PPTX and ODP on Android....contents in presentations: text, shapes, charts, SmartArt, audio/video...presentation slides and adds a new shape on the slide on touch. You can...

    docs.aspose.com/slides/net/aspose-slides-for-xa...
  10. How to add watermark to doc's every page - Free...

    How to add text as watermark in every page?I try it, but some pages don’t have watermark. code: doc = aw.Document(str(file_path)) text_watermark_options = aw.TextWatermarkOptions() text_watermark_options.font_family = …...Create a watermark shape Shape watermark = new Shape(doc, ShapeType...ZOrder of shapes in the document. z_order = 0 shapes = doc.get_child_nodes(aw...

    forum.aspose.com/t/how-to-add-watermark-to-docs...