Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 11,923 for

autoshape

(0.05 sec)
  1. Text Formatting|Aspose.Slides Documentation

    Manage and manipulate text and text frame properties in C#...using Shapes collection as AutoShape . Highlight the text using..."SomePresentation.pptx" ); (( AutoShape ) presentation . Slides [...

    docs.aspose.com/slides/net/text-formatting/
  2. Convert PowerPoint to Word|Aspose.Slides Docume...

    Convert PowerPoint Presentation to Word in C++...ObjectExt :: Is < AutoShape > ( shape )) { auto autoShape = System ::...AsCast < AutoShape > ( shape ); builder -> Writeln ( autoShape -> get_TextFrame...

    docs.aspose.com/slides/cpp/convert-powerpoint-t...
  3. AddAutoShape | Aspose.Sildes for .NET API Refer...

    Creates a new Autoshape tunes it from default template and adds it to the end of the collection....float, float) Creates a new AutoShape, tunes it from default template...frame. Return Value Created AutoShape object. See Also interface...

    reference.aspose.com/slides/net/aspose.slides/i...
  4. InsertAutoShape | Aspose.Sildes for .NET API Re...

    Creates a new Autoshape tunes it from default template and inserts it to the collection at the specified index. Note the type of the shape will be determined by the shapeType parameter....float, float) Creates a new AutoShape, tunes it from default template...frame. Return Value Created AutoShape object. See Also interface...

    reference.aspose.com/slides/net/aspose.slides/s...
  5. InsertAutoShape() | Aspose.Slides for C++ API R...

    Creates a new Autoshape, tunes it from default template and inserts it to the collection at the specified index. Note: the type of the shape will be determined by the shapeType parameter....float) method Creates a new AutoShape , tunes it from default template...frame. Return Value Created AutoShape object. ShapeCollection::...

    reference.aspose.com/slides/cpp/aspose.slides/s...
  6. add_auto_shape method | Aspose.Cells for Python...

    add_auto_shape method add_auto_shape Adds a Autoshape to the worksheet. Returns A Shape object. def add_auto_shape ( ......method add_auto_shape Adds a AutoShape to the worksheet. Returns...AutoShapeType # Adds a AutoShape to the worksheet. autoShape = shapes . add_auto_shape...

    reference.aspose.com/cells/python-net/aspose.ce...
  7. Manage TextBox|Aspose.Slides for Python Documen...

    Add textbox or text frame to PowerPoint presentations in Python or ,NET... slides [ 0 ] # Adds an AutoShape with type set as Rectangle...is_text_box property (from the AutoShape class) to allow you to examine...

    docs.aspose.com/slides/python-net/manage-textbox/
  8. Add Images in Slides using Apache POI and Aspos...

    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....how different images and autoshapes can be added to presentation...Line //======== ///Add an autoshape of type line IAutoShape shp...

    docs.aspose.com/slides/java/slides-poi/add-imag...
  9. Animated Text|Aspose.Slides Documentation

    Animated text in PowerPoint presentation with Aspose.Slides...paragraph to add effect auto autoShape = System :: ExplicitCast <...( 0 )); auto paragraph = autoShape -> get_TextFrame () -> get_Paragraphs...

    docs.aspose.com/slides/cpp/animated-text/
  10. Manage Bullet and Numbered Lists|Aspose.Slides ...

    Create bullet and numbered lists in PowerPoint presentation in C# or .NET... Add an AutoShape in the selected slide. Access...Slides [ 0 ]; IAutoShape autoShape = slide . Shapes . AddAutoShape...

    docs.aspose.com/slides/net/manage-bullet-and-nu...