Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 42,307 for

shapes

(0.03 sec)
  1. Create a New Presentation|Aspose.Slides Documen...

    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.... Shapes . Title . TextFrame . TextRange...the sub title text slide . Shapes [ 2 ]. TextFrame . TextRange...

    docs.aspose.com/slides/net/create-a-new-present...
  2. Replace text in smart art with C++|Documentation

    Learn how to update text in smart art using Aspose.Cells for C++ by setting the Shape.Text property....this feature by setting the Shape.Text property. The sample source...Get ( i ); ShapeCollection shapes = worksheet . GetShapes ();...

    docs.aspose.com/cells/cpp/replace-text-in-smart...
  3. HtmlSaveOptions.scaleImageToShapeSize property ...

    HtmlSaveOptions.scaleImageToShapesize property. Specifies whether images are scaled by Aspose.Words to the bounding shape size when exporting to HTML, MHTML or EPUB...Words to the bounding shape size when exporting to HTML...Microsoft Word document is a shape. The shape has a size and the image...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. TextBox class | Aspose.Words for Node.js

    Aspose.Words.Drawing.TextBox class. Defines attributes that specify how a text is displayed inside a shape...inside a shape. To learn more, visit the Working with Shapes documentation...documentation article. Remarks Use the Shape.textBox property to access text...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Get Visio Shape Including Child|Documentation

    This section explains how to get visio shape including child with shape's id or name with Aspose.Diagram....Get Visio Shape Including Child Contents [ Hide ] Retrieve a...a Visio Shape Including Child Each shape in a diagram has an ID...

    docs.aspose.com/diagram/net/get-visio-shape-inc...
  6. Change Adjustment Values of the Shape with C++|...

    Modify shape adjustment values in Excel using Aspose.Cells with C++....Change Adjustment Values of the Shape with C++ Contents [ Hide ] Aspose...Aspose.Cells provides Shape.Geometry.GetShapeAdjustValues property...

    docs.aspose.com/cells/cpp/change-adjustment-val...
  7. Get Connection Points from Shape with Node.js v...

    Learn how to retrieve connection points from Shapes in Excel using Aspose.Cells for Node.js via C++....Get Connection Points from Shape with Node.js via C++ Contents...provides rich features to manage shapes in the spreadsheet. Sometimes...

    docs.aspose.com/cells/nodejs-cpp/get-connection...
  8. 用Node.js通过C++从Gear类型智能艺术形状中提取文本|Documentation

    学习如何使用Aspose.Cells for Node.js via C++从Gear类型智能艺术形状中提取文本。...为此,首先应使用 Shape.getResultOfSmartArt() 方法将智能艺术形状转换为群组形状。然后使用...以在循环中逐一迭代每个单独形状并提取它们的文本,使用 Shape.getText() 属性。 从齿轮型智能图形中提取文本...

    docs.aspose.com/cells/zh/nodejs-cpp/extract-tex...
  9. 在 Ruby 中读取 Shape 的用户定义单元格|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....在 Ruby 中读取 Shape 的用户定义单元格 Contents [ Hide ] Aspose.Diagram -...+ "UserDefinedCells.vdx" ) shapes = diagram . getPages () . getPage...

    docs.aspose.com/diagram/zh/java/read-shape-s-us...
  10. How to export Excel equations to other types of...

    Export Excel formulas to LaTeX and MathML using Aspose.Cells for C++....GetWorksheets (); ShapeCollection shapes = worksheets . Get ( 0 ). GetShapes...if ( shapes . GetCount () > 0 ) { TextBox textBox ( shapes . Get...

    docs.aspose.com/cells/cpp/export-equation/