Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 11,920 for

autoshape

(0.05 sec)
  1. Manage Bullet and Numbered Lists|Aspose.Slides ...

    Create bullet and numbered lists in PowerPoint presentation in Python... Add an AutoShape in the selected slide. Access...slide = pres . slides [ 0 ] autoShape = slide . shapes . add_auto_shape...

    docs.aspose.com/slides/python-net/manage-bullet...
  2. Manage Bullet|Aspose.Slides Documentation

    Create bullet and numbered lists in PowerPoint presentation in Java... Add an AutoShape in selected slide. Access...); // Adding and accessing Autoshape IAutoShape aShp = slide ....

    docs.aspose.com/slides/java/manage-bullet/
  3. 在C++中将PPT转换为Word | products.aspose.com

    在 C++ 中将 PPT 转换为 Word。使用 C++ 库 API 将 PowerPoint 转换为 Word...(ObjectExt :: Is < AutoShape > (shape)) { auto autoShape = System ::...AsCast < AutoShape > (shape); builder -> Writeln(autoShape -> get_TextFrame()...

    products.aspose.com/slides/zh/cpp/conversion/pp...
  4. Connecting shapes using Connectors in Ruby|Aspo...

    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....ShapeType') # Add autoshape Ellipse ellipse = shapes.... 0, 100, 100, 100) # Add autoshape Rectangle rectangle = shapes...

    docs.aspose.com/slides/java/connecting-shapes-u...
  5. Ellipse|Aspose.Slides for Python Documentation

    Create ellipse in PowerPoint presentation in Python...by using its Index Add an AutoShape of Ellipse type using AddAutoShape...pres . slides [ 0 ] # Add autoshape of ellipse type sld . shapes...

    docs.aspose.com/slides/python-net/ellipse/
  6. IModernComment | Aspose.Sildes for .NET API Ref...

    Represents a comment on a slide....the comment associated with AutoShape. Read/write Int32. TextSelectionStart...the comment associated with AutoShape. Read/write Int32. Examples...

    reference.aspose.com/slides/net/aspose.slides/i...
  7. ThreeDFormat | Aspose.Sildes for .NET API Refer...

    Returns the ThreeDFormat object that represents 3d effect properties for a text. Read-only IThreeDFormataspose.slides/ithreedformat....Presentation ()) { IAutoShape autoShape = pres . Slides [ 0 ]. Shapes...); ITextFrame textFrame = autoShape . TextFrame ; textFrame ....

    reference.aspose.com/slides/net/aspose.slides/t...
  8. SetExternalHyperlinkClick() | Aspose.Slides for...

    Set external hyperlink on click....idx_get ( 0 ); // Adds an AutoShape object with type set as Rectangle...property associated with the AutoShape pptxShape -> AddTextFrame...

    reference.aspose.com/slides/cpp/aspose.slides/h...
  9. How to Strike Out Text in PPTX using Python

    This topic focuses on how to strike out text in PPTX using Python. It includes the details to establish the environment, a step-wise process and a working example code to strike out PPTX text using Python....sample presentation, inserting autoshape, adding the text frame by...its first slide Create an autoshape and insert a sample textframe...

    kb.aspose.com/slides/python/how-to-strike-out-t...
  10. Line|Aspose.Slides Documentation

    Add line in PowerPoint presentation in C# or .NET... Add an AutoShape of Line type using AddAutoShape... Slides [ 0 ]; // Add an autoshape of type line sld . Shapes...

    docs.aspose.com/slides/net/line/