Sort Score
Result 10 results
Languages All
Labels All
Results 1,121 - 1,130 of 9,918 for

shapes

(0.05 sec)
  1. Aspose::Words::Drawing::ImageData::get_HasImage...

    Aspose::Words::Drawing::ImageData::get_HasImage method. Returns true if the shape has image bytes or links an image in C++....method Returns true if the shape has image bytes or links an...MyDir + u "Images.docx" ); // Shapes with the "HasImage" flag set...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. ShapeRenderer class | Aspose.Words for Node.js

    Aspose.Words.Rendering.ShapeRenderer class. Provides methods to render an individual [Shape](../../aspose.words.drawing/shape/) or [GroupShape](../../aspose.words.drawing/groupshape/) to a raster or vector image or to a Graphics object...methods to render an individual Shape or GroupShape to a raster or...more, visit the Working with Shapes documentation article. Inheritance:...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. GroupShape class | Aspose.Words for Python

    aspose.words.drawing.GroupShape class. Represents a group of Shapes in a document...class Represents a group of shapes in a document. To learn more...visit the How to Add Group Shape into a Word Document documentation...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Forms2OleControlCollection class | Aspose.Words...

    Aspose.Words.Drawing.Ole.Forms2OleControlCollection class. Represents collection of [Forms2OleControl](../forms2olecontrol/) objects...docm" ); // Shapes store and display OLE objects...let shape = doc . getShape ( 0 , true ); expect ( shape . oleFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::NodeType enum | Aspose.Words for...

    Aspose::Words::NodeType enum. Specifies the type of a Word document node in C++....FieldSeparator , FieldEnd , FormField , Shape , GroupShape , Footnote , Comment...group of shapes, images, OLE objects or other group shapes. A GroupShape...

    reference.aspose.com/words/cpp/aspose.words/nod...
  6. 椭圆|Aspose.Slides for Python 文档

    在Python中创建PowerPoint演示文稿中的椭圆... shapes . add_auto_shape ( slides . ShapeType...添加椭圆类型的自定义图形 shp = sld . shapes . add_auto_shape ( slides . ShapeType...

    docs.aspose.com/slides/zh/python-net/ellipse/
  7. Aspose.Slides for Python via .NET|Aspose.Slides...

    Aspose.Slides for Python via .NET provides a lot of key features such as managing text, Shapes, tables & animations, adding audio and video to slides, previewing slides, exporting slides to SVG, PDF format and more....features such as managing text, shapes, tables & animations, adding...

    docs.aspose.com/slides/python-net/
  8. DocumentBase.background_shape property | Aspose...

    DocumentBase.background_shape property. Gets or sets the background shape of the document...background_shape property DocumentBase.background_shape property...Gets or sets the background shape of the document. Can be None...

    reference.aspose.com/words/python-net/aspose.wo...
  9. 从演示文稿形状中提取图像|Aspose.Slides 文档

    在 C# 或 .NET 中从 PowerPoint 演示文稿中提取图像... Shapes . Count ; j ++) { // 访问包含图像的形状...访问包含图像的形状 IShape sh = sl . Shapes [ j ]; if ( sh is AutoShape ) {...

    docs.aspose.com/slides/zh/net/extracting-images...
  10. ShapeBase.distanceLeft property | Aspose.Words ...

    ShapeBase.distanceLeft property. Returns or sets the distance (in points) between the document text and the left edge of the shape....text and the left edge of the shape. get distanceLeft () : number...Has effect only for top level shapes. Examples Shows how to set...

    reference.aspose.com/words/nodejs-net/aspose.wo...