Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 11,920 for

autoshape

(0.04 sec)
  1. 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...
  2. addMathShape | Aspose.Sildes for PHP via Java A...

    addMathShape addMathShape(float x, float y, float width, float height) method Creates a new Autoshape tuned from defa......height) method Creates a new Autoshape tuned from default template...of shape’s frame. Returns AutoShape...

    reference.aspose.com/slides/php-java/aspose.sli...
  3. toArray | Aspose.Sildes for PHP via Java API Re...

    toArray toArray() method Creates and returns an array with all shapse in it. Returns Connector , GraphicalObject , Sm...... SmartArt , GroupShape , AutoShape , SectionZoomFrame , PictureFrame... SmartArt , GroupShape , AutoShape , SectionZoomFrame , PictureFrame...

    reference.aspose.com/slides/php-java/aspose.sli...
  4. Creating TextBox with Hyperlink in PHP|Aspose.S...

    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 autoshape of rectangle type $shapeType=new...50); # Cast the shape to AutoShape $pptxAutoShape = $pptxShape;...

    docs.aspose.com/slides/java/creating-textbox-wi...
  5. SetExternalHyperlinkClick | Aspose.Sildes for ....

    Set external hyperlink on click....Slides [ 0 ]; // Adds an AutoShape object with type set as Rectangle...); // Casts the shape to AutoShape IAutoShape pptxAutoShape =...

    reference.aspose.com/slides/net/aspose.slides/h...
  6. 在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-hant/cpp/conversi...
  7. 在 C++ 中将 PPTX 转换为 Word | products.aspose.com

    在 C++ 中将 PPTX 转换为 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...
  8. Animated Text|Aspose.Slides Documentation

    Animated text in PowerPoint with Java...to add effect IAutoShape autoShape = ( IAutoShape ) presentation...); IParagraph paragraph = autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/java/animated-text/
  9. 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/i...
  10. Picture Frame|Aspose.Slides for Python Document...

    Add picture frame to PowerPoint presentation in Python...: shapesToRemove = [] for autoShape in presentation . slides [...[ 0 ] . shapes : if autoShape . placeholder is None : continue...

    docs.aspose.com/slides/python-net/picture-frame/