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

shape

(0.07 sec)
  1. Document.Compare | Aspose.Words for .NET

    Effortlessly compare documents with our Document Compare tool. Identify edits and format changes quickly for streamlined revisions and enhanced collaboration.... EndTable (); // Textbox: Shape textBox = builder . InsertShape...contents" ; (( Shape ) docEdited . GetChild ( NodeType . Shape , 0 , true...

    reference.aspose.com/words/net/aspose.words/doc...
  2. Animate PowerPoint Text in Python|Aspose.Slides...

    Create dynamic animated text in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET, with easy-to-follow, optimized code examples....auto_shape = slide . shapes [ 0 ] paragraph = auto_shape . text_frame...effects to another paragraph or shape. Aspose.Slides for Python lets...

    docs.aspose.com/slides/python-net/animated-text/
  3. Manage Video Frames in Presentations Using Java...

    Learn to programmatically add and extract video frames in PowerPoint and OpenDocument slides using Aspose.Slides for Java. Fast how-to guide....( IShape shape : slide . getShapes ()) { if ( shape instanceof...IVideoFrame vf = ( IVideoFrame ) shape ; String type = vf . getEmbeddedVideo...

    docs.aspose.com/slides/java/video-frame/
  4. Create a Bitmap in Java

    This precise tutorial discusses how to create a bitmap in Java. It includes the IDE configuration details, the steps, and a code snippet to create BMP file in Java....color Draw the string and the shape Export the output BMP image...soothing mode and draw the shape. Ultimately, save the resulting...

    kb.aspose.com/drawing/java/create-a-bitmap-in-j...
  5. Aspose::Words::Drawing::Charts::ChartDataLabelL...

    Aspose::Words::Drawing::Charts::ChartDataLabelLocationMode enum. Specifies how the values ​​that specify the location of a data label - the Left and Top properties - are interpreted in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Aspose::Words::Drawing::Charts::ChartDataLabel:...

    Aspose::Words::Drawing::Charts::ChartDataLabel::get_LeftMode method. Gets or sets the interpretation mode of the Left property value: whether it sets the location of the data label from the left edge of the chart of from the position specified by its Position property in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Convert Image to Visio in C#

    This article shares the details to convert image to Visio in C#. It includes the stepwise guide along with the running sample code to export PNG to Visio in C#....Insert an image as a Visio shape entity with the AddShape() method...Subsequently, insert the image as a shape and export the output Visio...

    kb.aspose.com/diagram/net/convert-image-to-visi...
  8. 使用 Java 管理演示文稿中的连接线|Aspose.Slides 文档

    赋能 Java 应用在 PowerPoint 幻灯片中绘制、连接和自动路由线条——全面掌控直线、拐角线和曲线连接线。... 使用 Shapes 对象的 addAutoShape 方法向幻灯片添加两个...方法向幻灯片添加两个 AutoShape 。 通过 Shapes 对象的 addConnector 方法并指定连接线类型来添加连接线。 使用该连接线将形状连接起来。...

    docs.aspose.com/slides/zh/java/connector/
  9. Edit PPT in PHP | products.aspose.com

    Edit PPT in PHP. Use PHP library API to edit PPT files...getSlides () -> get_Item ( 0 ); $shape = $slide -> getShapes () ->...Rectangle , 10 , 10 , 100 , 50 ); $shape -> getTextFrame () -> setText...

    products.aspose.com/slides/php-java/editor/ppt/
  10. AxisCrosses enumeration | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.AxisCrosses enumeration. Specifies the possible crossing points for an axis....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 500 , 300 ); let chart = shape . chart ; // Clear the chart's...

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