Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 11,923 for

autoshape

(0.09 sec)
  1. 在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...
  2. 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...
  3. 在 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...
  4. Text Formatting|Aspose.Slides Documentation

    Manage and manipulate text and text frame properties in C++...SharedPtr < IAutoShape > autoShape = pres -> get_Slide ( 0 )...100.0f ); auto paragraphs = autoShape -> get_TextFrame () -> get_Paragraphs...

    docs.aspose.com/slides/cpp/text-formatting/
  5. AddMathShape | Aspose.Sildes for .NET API Refer...

    Creates a new Autoshape of the type Rectangle to host mathematical content inside and adds it to the end of the collection....AddMathShape method Creates a new AutoShape of the type Rectangle to host...frame. Return Value Created AutoShape object. See Also interface...

    reference.aspose.com/slides/net/aspose.slides/i...
  6. toArray | Aspose.Sildes for Node.js via Java AP...

    toArray toArray() function Creates and returns an array with all shapse in it. Result VideoFrame , AudioFrame , Chart...... Table , LegacyDiagram , AutoShape , GroupShape , GraphicalObject... Table , LegacyDiagram , AutoShape , GroupShape , GraphicalObject...

    reference.aspose.com/slides/nodejs-java/aspose....
  7. InsertAutoShape() | Aspose.Slides for C++ API R...

    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) method Creates a new AutoShape , tunes it from default template...frame. Return Value Created AutoShape object. IShapeCollection:...

    reference.aspose.com/slides/cpp/aspose.slides/i...
  8. Aspose.Slides for Python 23.9 Release Notes|Asp...

    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....Presentation () as pres : autoShape = pres . slides [ 0 ] . shapes..., 150 , 150 , 250 , 25 ) autoShape . add_text_frame ( "Animated...

    docs.aspose.com/slides/python-net/aspose-slides...
  9. AddMathShape() | Aspose.Slides for C++ API Refe...

    Creates a new Autoshape of the type Rectangle to host mathematical content inside and adds it to the end of the collection....float) method Creates a new AutoShape of the type Rectangle to host...frame. Return Value Created AutoShape object. See Also Typedef SharedPtr...

    reference.aspose.com/slides/cpp/aspose.slides/i...
  10. Picture Frame|Aspose.Slides Documentation

    Add picture frame to PowerPoint presentation in C++...for ( auto & autoShape : shapes ) { if ( autoShape -> get_Placeholder...nullptr ) continue ; switch ( autoShape -> get_Placeholder () -> get_Type...

    docs.aspose.com/slides/cpp/picture-frame/