Sort Score
Result 10 results
Languages All
Labels All
Results 2,231 - 2,240 of 50,319 for

shape

(0.12 sec)
  1. Forms2OleControlType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Ole.Forms2OleControlType enum, featuring a range of Forms 2.0 control types for enhanced document automation....docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType...NodeType . Shape , 0 , true ); CheckBoxControl checkBoxControl...

    reference.aspose.com/words/net/aspose.words.dra...
  2. NodeList.Item | Aspose.Words for .NET

    Access specific nodes effortlessly with the NodeList Item property. Retrieve nodes by index for streamlined data manipulation and efficient coding...."//Table//Run" ))); // Access the shape that contains the image we inserted...nodeList = doc . SelectNodes ( "//Shape" ); Assert . That ( nodeList...

    reference.aspose.com/words/net/aspose.words/nod...
  3. SmartArt|Aspose.Slides Documentation

    Work with SmartArt in Aspose.Slides for Android: create, edit, convert, and style diagrams with Java for PowerPoint and OpenDocument presentations....( IShape shape : slide . getShapes ()) { if ( shape instanceof...firstSmartArt = ( ISmartArt ) shape ; break ; } } } finally { presentation...

    docs.aspose.com/slides/androidjava/examples/ele...
  4. SmartArt|Aspose.Slides Documentation

    Work with SmartArt in Aspose.Slides for Java: create, edit, convert, and style diagrams with Java for PowerPoint and OpenDocument presentations....( IShape shape : slide . getShapes ()) { if ( shape instanceof...firstSmartArt = ( ISmartArt ) shape ; break ; } } } finally { presentation...

    docs.aspose.com/slides/java/examples/elements/s...
  5. Working with Images in Node.js|Aspose.Words for...

    Create and manage images of various formats in a document using Node.js....insertImage method returns a Shape object that was just created...further modify properties of the Shape Inserting an Inline Image Pass...

    docs.aspose.com/words/nodejs-net/working-with-i...
  6. Format Visio Pages|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....( st ); for ( Shape shape : ( Iterable < Shape >) vsdDiagram...get ( 0 ). getShapes ()) { shape . getLine (). getLinePattern...

    docs.aspose.com/diagram/java/format-visio-pages/
  7. 使用图像|Documentation

    本页介绍如何使用 Aspose.Diagram 库从 Visio 绘图的页面中提取、替换或插入图像。... Diagram 类公开的 Shapes 属性支持 Aspose.Diagram.Shape 对象的集合。此属性可用于从特定页面中提取所有图像。...index i.e. 0 for first one for shape in diagram . getPages () . getPage...

    docs.aspose.com/diagram/zh/python-java/working-...
  8. Shape.accept_end method | Aspose.Words for Python

    Shape.accept_end method. Accepts a visitor for visiting the end of the Shape....for visiting the end of the shape. def accept_end ( self , visitor...drawing class Shape Shape.accept method Shape.accept_start method...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Shape.accept_start method | Aspose.Words for Py...

    Shape.accept_start method. Accepts a visitor for visiting the start of the Shape....for visiting the start of the shape. def accept_start ( self , visitor...drawing class Shape Shape.accept_end method Shape.update_smart_art_drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 使用C++通过JavaScript旋转工作表中的文本与形状|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++旋转Excel工作表中的文本与形状。...Example - Rotate Text With Shape </ title > </ head > < body...body > < h1 > Rotate Text With Shape Example </ h1 > < input type...

    docs.aspose.com/cells/zh/javascript-cpp/rotate-...