Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 11,920 for

autoshape

(0.05 sec)
  1. AddEffect | Aspose.Slides for .NET API 参考

    在序列末尾添加新效果...选择段落添加 effect IAutoShape autoShape = ( IAutoShape ) presentation...]; IParagraph paragraph = autoShape . TextFrame . Paragraphs [...

    reference.aspose.com/slides/zh/net/aspose.slide...
  2. AddEffect | Aspose.Slides for .NET API 参考

    在序列末尾添加新效果...选择段落添加 effect IAutoShape autoShape = ( IAutoShape ) presentation...]; IParagraph paragraph = autoShape . TextFrame . Paragraphs [...

    reference.aspose.com/slides/zh/net/aspose.slide...
  3. Limitations and API Differences|Aspose.Slides f...

    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 ); // Adds an autoshape with type set to line slide...get_Item ( 0 ); // Adds an autoshape with type set to line $slide...

    docs.aspose.com/slides/php-java/limitations-and...
  4. Aspose.Slides for .NET 16.4.0 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....of the portion: AutoShape shape = ( AutoShape ) pres . Slides...bounds rectangle. AutoShape shape = ( AutoShape ) pres . Slides...

    docs.aspose.com/slides/net/aspose-slides-for-ne...
  5. Aspose::Slides::IBulletFormatEffectiveData Clas...

    Public Member Functions | List of all members Aspose::Slides::IBulletFormatEffectiveData Class Reference abstract Imm......shape on the first slide is AutoShape with some text... // Output...auto autoShape = DynamicCast<Aspose::Slides::AutoShape>(pres...

    reference.aspose.com/slides/cpp/class/aspose.sl...
  6. AutoShapeLock|Aspose.Sildes for Python via .NET...

    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....Slides AutoShape Backdrop3DScene Subscribe...

    docs.aspose.com/slides/python-net/api-reference...
  7. Connector - Aspose.Slides for Android via Java ...

    Detailed explanation of each class & method of Aspose.Slides for Android via Java library. Integrate presentation processing features in your own apps....AudioPlayModePreset AudioVolumeMode AutoShape AutoShapeLock AxesManager...getShapeType () Returns or sets the AutoShape type. IShape getStartShapeConnect...

    reference.aspose.com/slides/androidjava/com.asp...
  8. Shape Animation|Aspose.Slides for Python Docume...

    Create PowerPoint animation in Python...apply the Fade effect to AutoShape and set the text animation...0 ] # Adds new AutoShape with text autoShape = sld . shapes ...

    docs.aspose.com/slides/python-net/shape-animation/
  9. Shape Animation|Aspose.Slides Documentation

    Apply PowerPoint animation in Java...apply the Fade effect to AutoShape and set the text animation...// Adds new AutoShape with text IAutoShape autoShape = sld . getShapes...

    docs.aspose.com/slides/java/shape-animation/
  10. Manage Hyperlinks|Aspose.Slides Documentation

    How to add hyperlink to a PowerPoint Presentation in C++...-> get_Shapes ()) { auto autoShape = System :: AsCast < IAutoShape...IAutoShape > ( shape ); if ( autoShape != nullptr ) { for ( const...

    docs.aspose.com/slides/cpp/manage-hyperlinks/