Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 4,901 for

autoshape

(0.1 sec)
  1. WordArt|Aspose.Slides Documentation

    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....() -> idx_get ( 0 ); auto autoShape = slide -> get_Shapes () ->...200.0f ); auto textFrame = autoShape -> get_TextFrame (); auto...

    docs.aspose.com/slides/cpp/wordart/
  2. Aspose.Slides for C++: paragraph->GetRect() Thr...

    Using aspose 25 version, when trying to access paragraph->GetRect();, it throws exception: System::NullReferenceException: Object reference not set to an instance of an object. Attached ppt: Test1.pptx.zip (255.3 KB…...(ObjectExt::Is<IAutoShape>(shape)) { auto autoShape = ExplicitCast<IAutoShape>(shape);...shapeImage = autoShape->GetImage(); auto shapeName = autoShape->get_Name();...

    forum.aspose.com/t/aspose-slides-for-c-paragrap...
  3. FieldShape.text property | Aspose.Words for Python

    FieldShape.text property. Gets or sets the text to retrieve....the anchor/canvas for an AutoShape object with the "In line with...the inline canvas for the AutoShape. shape = shapes [ 0 ] . as_shape...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Exporting Math Equations|Aspose.Slides Document...

    Export PowerPoint math equations in C# or .NET...new Presentation ()) { var autoShape = pres . Slides [ 0 ]. Shapes...mathParagraph = (( MathPortion ) autoShape . TextFrame . Paragraphs [...

    docs.aspose.com/slides/net/exporting-math-equat...
  5. 图片框|Aspose.Slides 文档

    在 Java 中向 PowerPoint 演示文稿添加图片框...shapesCount ; i ++) { IShape autoShape = presentation . getSlides...(). get_Item ( i ); if ( autoShape . getPlaceholder () == null...

    docs.aspose.com/slides/zh/androidjava/picture-f...
  6. 线|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....使用 addAutoShape 方法添加一个线型的 AutoShape,通过 IShapeCollection 对象提供。...get_Item ( 0 ); // 添加一个类型为线的 AutoShape sld . getShapes (). addAutoShape...

    docs.aspose.com/slides/zh/java/line/
  7. Create Presentation in .NET|Aspose.Slides Docum...

    Creating PowerPoint Presentations Programmatically in C# e.g. PPT, PPTX, ODP etc.... Add an AutoShape of Line type using AddAutoShape... Slides [ 0 ]; // Add an autoshape of type line slide . Shapes...

    docs.aspose.com/slides/net/create-presentation/
  8. 文本格式化|Aspose.Slides for PHP 文档

    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....new Presentation (); try { $autoShape = $pres -> getSlides () ->... 50 , 50 , 200 , 100 ); $autoShape -> getTextFrame () -> getParagraphs...

    docs.aspose.com/slides/zh/php-java/text-formatt...
  9. Connector|Aspose.Slides Documentation

    Connect PowerPoint shapes in Java... Add two AutoShape to the slide using the addAutoShape...getShapes (); // Adds an Ellipse autoshape IAutoShape ellipse = shapes...

    docs.aspose.com/slides/androidjava/connector/
  10. Connector|Aspose.Slides Documentation

    Connect PowerPoint shapes in Java... Add two AutoShape to the slide using the addAutoShape...getShapes (); // Adds an Ellipse autoshape IAutoShape ellipse = shapes...

    docs.aspose.com/slides/java/connector/