Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 9,913 for

shape

(0.05 sec)
  1. Node Class | Aspose.Words for .NET

    Discover the Aspose.Words.Node class, the essential foundation for all Word document nodes, enabling seamless document manipulation and customization....(); // Add two runs and one shape as child nodes to the first..."Hello world! " )); Shape shape = new Shape ( doc , ShapeType ...

    reference.aspose.com/words/net/aspose.words/node/
  2. ChartSeries.Add | Aspose.Words for .NET

    Discover the ChartSeries Add method to easily integrate X values into your charts. Enhance data visualization with support for Y values and bubble sizes....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...432 , 252 ); Chart chart = shape . Chart ; ChartSeries series1...

    reference.aspose.com/words/net/aspose.words.dra...
  3. ImageData.has_image property | Aspose.Words for...

    ImageData.has_image property. Returns ``True`` if the Shape has image bytes or links an image....property Returns True if the shape has image bytes or links an...MY_DIR + 'Images.docx' ) # Shapes with the "has_image" flag set...

    reference.aspose.com/words/python-net/aspose.wo...
  4. TextBox.Parent | Aspose.Words for .NET

    Discover the TextBox Parent property to easily access its parent Shape, enhancing your design workflow and boosting efficiency in your projects....Gets a parent shape for the TextBox . public Shape Parent { get...get ; } See Also class Shape class TextBox namespace Aspose.Words...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Manage Placeholder|Aspose.Slides Documentation

    Change Placeholder text and prompt text in PowerPoint presentations in C# or .NET... Iterate through the shapes to find the placeholder. Typecast...Typecast the placeholder shape to an AutoShape and change the...

    docs.aspose.com/slides/net/manage-placeholder/
  6. ImageData.HasImage | Aspose.Words for .NET

    Discover the ImageData HasImage property. Quickly check if a Shape contains image bytes or links, enhancing your design workflow effortlessly....property Returns true if the shape has image bytes or links an...MyDir + "Images.docx" ); // Shapes with the "HasImage" flag set...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Stroke.image_bytes property | Aspose.Words for ...

    Stroke.image_bytes property. Defines the image for a stroke image or pattern fill....Examples Shows how to process shape stroke features. doc = aw ....MY_DIR + 'Shape stroke pattern border.docx' ) shape = doc . get_child...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 自定义形状|Aspose.Slides for Python 文档

    在Python中为PowerPoint演示文稿添加自定义形状...pres : shape = pres . slides [ 0 ] . shapes . add_auto_shape ( slides...200 , 100 ) geometryPath = shape . get_geometry_paths ()[ 0 ]...

    docs.aspose.com/slides/zh/python-net/custom-shape/
  9. Shape.ole_format property | Aspose.Words for Py...

    Shape.ole_format property. Provides access to the OLE data of a Shape...ole_format property Shape.ole_format property Provides access...to the OLE data of a shape. For a shape that is not an OLE object...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 段落|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.... AutoShape shape = ( AutoShape ) pres . getSlides...TextFrame textFrame = ( TextFrame ) shape . getTextFrame (); for ( IParagraph...

    docs.aspose.com/slides/zh/androidjava/paragraph/