Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 7,170 for

autoshape

(0.02 sec)
  1. 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...
  2. 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/
  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-hant/cpp/conversi...
  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. 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...
  6. 在 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...
  7. 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...
  8. 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...
  9. Aspose::Slides::ModernComment Class Referencefi...

    Public Member Functions | List of all members Aspose::Slides::ModernComment Class Reference final Represents a commen......the comment associated with AutoShape . Read int32_t . More... void...the comment associated with AutoShape . Write int32_t . More......

    reference.aspose.com/slides/cpp/class/aspose.sl...
  10. Ellipse|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.... Add an AutoShape of Ellipse type using addAutoShape...(). get_Item ( 0 ); // Add AutoShape of ellipse type sld . getShapes...

    docs.aspose.com/slides/java/ellipse/