Sort Score
Result 10 results
Languages All
Labels All
Results 4,421 - 4,430 of 48,784 for

shape

(0.08 sec)
  1. GroupShape.accept method | Aspose.Words for Nod...

    GroupShape.accept method. Accepts a visitor....accept() for all child shapes of this group shape and calls DocumentVisitor...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Manage Presentation Tables in PHP|Aspose.Slides...

    Create & edit tables in PowerPoint slides with Aspose.Slides for PHP via Java. Discover simple code examples to streamline your table workflows.... 30 , 30 ); # Adds a table shape to slide $tbl = $sld -> getShapes... 70 , 70 ); # Adds a table shape to slide $tbl = $sld -> getShapes...

    docs.aspose.com/slides/php-java/manage-table/
  3. Aspose::Words::Drawing::Charts::ChartShapeType ...

    Aspose::Words::Drawing::Charts::ChartShapeType enum. Specifies the Shape type of chart elements in C++....ChartShapeType enum Specifies the shape type of chart elements. enum...Default 0 Indicates that a shape is not defined for the chart...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. 管理超链接|Aspose.Slides for Node.js via .NET 文档

    如何在 JavaScript 中向 PowerPoint 演示文稿添加超链接...Presentation (); try { var shape = pres . getSlides (). get_Item...Rectangle , 100 , 100 , 600 , 50 ); shape . setHyperlinkClick ( new aspose...

    docs.aspose.com/slides/zh/nodejs-java/manage-hy...
  5. DocumentVisitor Class | Aspose.Words for .NET

    Discover the Aspose.Words.DocumentVisitor class, your foundation for creating custom document visitors to enhance document processing and manipulation....when enumeration of a group shape has ended. virtual VisitGroupShapeStart...when enumeration of a group shape has started. virtual VisitHeaderFooterEnd...

    reference.aspose.com/words/net/aspose.words/doc...
  6. Manage Table Cells in Presentations Using Java|...

    Effortlessly manage table cells in PowerPoint with Aspose.Slides for Java. Master accessing, modifying, and styling cells quickly for seamless slide automation....Shape#0 is a table for ( int i = 0..., 30 , 30 }; // Adds table shape to slide ITable tbl = sld ....

    docs.aspose.com/slides/java/manage-cells/
  7. Manage Table Cells in Presentations on Android|...

    Effortlessly manage table cells in PowerPoint with Aspose.Slides for Android via Java. Master accessing, modifying, and styling cells quickly for seamless slide automation....Shape#0 is a table for ( int i = 0..., 30 , 30 }; // Adds table shape to slide ITable tbl = sld ....

    docs.aspose.com/slides/androidjava/manage-cells/
  8. Copy Shapes between Worksheets with JavaScript ...

    Learn how to copy Shapes like pictures and charts between worksheets using Aspose.Cells for JavaScript via C++....Copy Shapes between Worksheets with JavaScript via C++ Contents...understanding of how to copy shapes between worksheets. Copying...

    docs.aspose.com/cells/javascript-cpp/copy-shape...
  9. Manage Table Cells in Presentations Using PHP|A...

    Effortlessly manage table cells in PowerPoint with Aspose.Slides for PHP. Master accessing, modifying, and styling cells quickly for seamless slide automation....Shape#0 is a table for ( $i = 0 ;...30 , 30 , 30 ); # Adds table shape to slide $tbl = $sld -> getShapes...

    docs.aspose.com/slides/php-java/manage-cells/
  10. Aspose::Words::Story class | Aspose.Words for C...

    Aspose::Words::Story class. Base class for elements that contain block-level nodes Paragraph and Table. To learn more, visit the documentation article in C++....DeleteShapes () Deletes all shapes from the text of this story...Examples Shows how to remove all shapes from a node. auto doc = System...

    reference.aspose.com/words/cpp/aspose.words/story/