Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 7,170 for

autoshape

(0.02 sec)
  1. Creating TextBox with Hyperlink in Python|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....get_Item(0) \# Add autoshape of rectangle type shapeType...50) \# Cast the shape to AutoShape pptxAutoShape = pptxShape...

    docs.aspose.com/slides/java/creating-textbox-wi...
  2. Managing Font Family of Text in PHP|Aspose.Slid...

    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....$pres->getSlides()->get_Item(0); # Add an AutoShape of Rectangle type $shapeType=new...style associated with the AutoShape $fillType=new FillType();...

    docs.aspose.com/slides/java/managing-font-famil...
  3. Shape Formatting|Aspose.Slides for Python Docum...

    Format shape in PowerPoint presentation in Python...we formatted a rectangle AutoShape : import aspose.slides as...[ 0 ] # Adds a rectangle autoshape shp = sld . shapes . add_auto_shape...

    docs.aspose.com/slides/python-net/shape-formatt...
  4. Aspose::Slides::IAutoShape Class Referenceabstr...

    Public Member Functions | List of all members Aspose::Slides::IAutoshape Class Reference abstract Represents an AutoS......Reference abstract Represents an AutoShape . More... #include <IAutoShape...Inherited by Aspose::Slides::AutoShape . Public Member Functions...

    reference.aspose.com/slides/cpp/class/aspose.sl...
  5. Ellipse|Aspose.Slides Documentation

    Create ellipse in PowerPoint presentation in C# or .NET...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/net/ellipse/
  6. Aspose::Slides::IAutoShape Class Referenceabstr...

    Public Member Functions | List of all members Aspose::Slides::IAutoshape Class Reference abstract Represents an AutoS......Reference abstract Represents an AutoShape . More... #include <IAutoShape...Inherited by Aspose::Slides::AutoShape . Public Member Functions...

    reference.aspose.com/slides/cpp/class/aspose.sl...
  7. Convert PowerPoint to Word | Aspose.Slides Docu...

    Convert PowerPoint Presentation to Word in C# or .NET...is AutoShape autoShape ) { builder . Writeln ( autoShape . TextFrame...

    docs.aspose.com/slides/net/convert-powerpoint-p...
  8. Connector | Aspose.Slides for Android via Java ...

    Represents a connector....getShapeType() Returns or sets the AutoShape type. setShapeType(int value)...value) Returns or sets the AutoShape type. getStartShapeConnect()...

    reference.aspose.com/slides/androidjava/com.asp...
  9. Manage Autofit Settings|Aspose.Slides Documenta...

    Set the autofit settings for textbox in PowerPoint in C++...() -> idx_get ( 0 ); auto autoShape = slide -> get_Shapes () ->...100.0f ); auto textFrame = autoShape -> get_TextFrame (); auto...

    docs.aspose.com/slides/cpp/manage-autofit-setti...
  10. 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/