Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 4,901 for

autoshape

(0.03 sec)
  1. Connector|Aspose.Slides Documentation

    Connect PowerPoint shapes in C++... Add two AutoShape to the slide using the AddAutoShape...get_Shapes (); // Adds an Ellipse autoshape SharedPtr < IAutoShape > ellipse...

    docs.aspose.com/slides/cpp/connector/
  2. Exporting Math Equations|Aspose.Slides for Pyth...

    Export PowerPoint math equations in Python...Presentation () as pres : autoShape = pres . slides [ 0 ] . shapes...500 , 50 ) mathParagraph = autoShape . text_frame . paragraphs...

    docs.aspose.com/slides/python-net/exporting-mat...
  3. Manage Placeholder|Aspose.Slides Documentation

    Change Text in a Placeholder in PowerPoint Slides using Java. Set Prompt Text in a Placeholder in PowerPoint Slides using Java....the placeholder shape to an AutoShape and change the text using...TextFrame associated with the AutoShape . Save the modified presentation...

    docs.aspose.com/slides/androidjava/manage-place...
  4. Shape Manipulations|Aspose.Slides Documentation

    Manipulate PowerPoint shapes in C# or .NET... Slides [ 0 ]; // Add autoshape of rectangle type IShape shp1...iCount ; i ++) { AutoShape ashp = ( AutoShape ) sld . Shapes [...

    docs.aspose.com/slides/net/shape-manipulations/
  5. Shape Manipulations|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.... get_Item ( 0 ); // Add autoshape of rectangle type sld . getShapes...iCount ; i ++) { AutoShape ashp = ( AutoShape ) sld . getShapes...

    docs.aspose.com/slides/androidjava/shape-manipu...
  6. 图片框|Aspose.Slides 文档

    在 C# 或 .NET 中向 PowerPoint 演示文稿添加图片框...shapesCount ; i ++) { var autoShape = presentation . Slides [...[ 0 ]. Shapes [ i ]; if ( autoShape . Placeholder == null ) {...

    docs.aspose.com/slides/zh/net/picture-frame/
  7. 图片框|Aspose.Slides 文档

    在 C++ 中为 PowerPoint 演示文稿添加图片框...for ( auto & autoShape : shapes ) { if ( autoShape -> get_Placeholder...nullptr ) continue ; switch ( autoShape -> get_Placeholder () -> get_Type...

    docs.aspose.com/slides/zh/cpp/picture-frame/
  8. Edit PDF in C# | products.aspose.com

    Edit PDF in C#. Use .NET library API to edit PDF document...pdf" ); AutoShape shape = (AutoShape)pres.Slides[ 0 ]...

    products.aspose.com/slides/net/editor/pdf/
  9. Aspose::Words::Fields::FieldShape::get_Text met...

    Aspose::Words::Fields::FieldShape::get_Text method. Gets or sets the text to retrieve in C++....the anchor/canvas for an AutoShape object with the "In line with...the inline canvas for the AutoShape. auto shape = System :: ExplicitCast...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. Manage Placeholder|Aspose.Slides Documentation

    Change Text in a Placeholder in PowerPoint Slides using Java. Set Prompt Text in a Placeholder in PowerPoint Slides using Java....the placeholder shape to an AutoShape and change the text using...TextFrame associated with the AutoShape . Save the modified presentation...

    docs.aspose.com/slides/java/manage-placeholder/