Sort Score
Result 10 results
Languages All
Labels All
Results 4,561 - 4,570 of 46,988 for

shape

(0.1 sec)
  1. Rendering Slicer|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....supports the rendering of slicer shape. If you convert your worksheet...

    docs.aspose.com/cells/net/rendering-slicer/
  2. Automatically refresh OLE object via Microsoft ...

    Learn how to refresh OLE objects automatically in Microsoft Excel using Aspose.Cells with Golang via C++....via C++ Data in Non-Primitive Shape with Golang via C++...

    docs.aspose.com/cells/go-cpp/automatically-refr...
  3. RowCollection | Aspose.Words for Java

    Provides typed access to a collection of Row nodes in Java....Document(); // Add two runs and one shape as child nodes to the first..."Hello world! ")); Shape shape = new Shape(doc, ShapeType.RECTANGLE);...

    reference.aspose.com/words/java/com.aspose.word...
  4. SaveOptions.ImlRenderingMode | Aspose.Words for...

    Discover how the SaveOptions ImlRenderingMode property enhances InkML object rendering. Optimize your ink rendering for better visual results!...InkML' ignores fall-back shape of ink (InkML) object and renders...

    reference.aspose.com/words/net/aspose.words.sav...
  5. AbsolutePositionTab | Aspose.Words for Java

    An absolute position tab is a character which is used to advance the position on the current line of text when displaying this WordprocessingML content in Java....Document(); // Add two runs and one shape as child nodes to the first..."Hello world! ")); Shape shape = new Shape(doc, ShapeType.RECTANGLE);...

    reference.aspose.com/words/java/com.aspose.word...
  6. 如何用 Node.js 通过 C++ 改变 Excel 中评论的背景|Documentation

    使用 Aspose.Cells for Node.js via C++ 改变评论颜色并在评论中插入图片或图像。...color const shape = comment . getCommentShape (); shape . getFill...); // Set image data to the shape associated with the comment...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-set-...
  7. Export Visio Diagram to EMF - Text not centered...

    When exporting Visio Diagrams to EMF using Aspose.Diagram, the text is not centered inside of Shape as in the original Visio Drawing. A sample Visio file and export EMF in attached Zip… TextNotCentered.zip (194.4 KB) C…...Text not centered inside of shapes Aspose.Diagram Product Family...text is not centered inside of shape as in the original Visio Drawing...

    forum.aspose.com/t/export-visio-diagram-to-emf-...
  8. ChartAxis Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.ChartAxis class for customizable chart axis options. Enhance your data visualization effortlessly!...DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...500 , 300 ); Chart chart = shape . Chart ; // Clear the chart's...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Manage Table|Aspose.Slides for PHP Documentation

    Create and manage table in PowerPoint presentations... 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/
  10. Video Frame|Aspose.Slides Documentation

    Add Video frame to PowerPoint presentation in Java...( IShape shape : slide . getShapes ()) { if ( shape instanceof...IVideoFrame vf = ( IVideoFrame ) shape ; String type = vf . getEmbeddedVideo...

    docs.aspose.com/slides/java/video-frame/