Sort Score
Result 10 results
Languages All
Labels All
Results 2,411 - 2,420 of 48,838 for

shape

(0.48 sec)
  1. 检索连接器信息|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.... Show ( "\nFrom Shape ID : " + Connect . FromSheet...); MessageBox . Show ( "To Shape ID : " + Connect . ToSheet );...

    docs.aspose.com/diagram/zh/net/retrieving-conne...
  2. ImageData.imageBytes property | Aspose.Words fo...

    ImageData.imageBytes property. Gets or sets the raw bytes of the image stored in the Shape....of the image stored in the shape. get imageBytes () : number...will remove the image from the shape. Returns null if the image is...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. 在 JavaScript 中创建或管理 PowerPoint SmartArt 形状节点|As...

    在 JavaScript 中管理 PowerPoint 演示文稿的 SmartArt 节点及子节点... size (); i ++ ) { let shape = pres . getSlides (). get_Item...类型 if ( java . instanceOf ( shape , "com.aspose.slides.SmartArt"...

    docs.aspose.com/slides/zh/nodejs-java/manage-sm...
  4. Replace text in SmartArt with JavaScript via C+...

    Learn how to replace text in SmartArt using Aspose.Cells for JavaScript via C++....this feature by setting the Shape.text property. The sample source...get ( i ); const shapes = worksheet . shapes ; for ( let j = 0...

    docs.aspose.com/cells/javascript-cpp/replace-te...
  5. 创建每行具有不同水平对齐方式的文本框,使用JavaScript通过C++|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++创建每行可具有不同水平对齐方式的文本框... shapes . addTextBox ( 2 , 0 , 2 ,...80 , 400 ); // Access first shape which is a text box and set...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  6. Shape.signatureLine property | Aspose.Words for...

    Shape.signatureLine property. Gets [SignatureLine](../../signatureline/) object if the Shape is a signature line...signatureLine property Shape.signatureLine property Gets SignatureLine...SignatureLine object if the shape is a signature line. Returns null...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Forms2OleControl Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Ole.Forms2OleControl class, your solution for integrating Microsoft Forms 2.0 OLE controls seamlessly into your applications....docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType...NodeType . Shape , 0 , true ); OleControl oleControl = shape . OleFormat...

    reference.aspose.com/words/net/aspose.words.dra...
  8. 在 C++ 中自定义演示文稿形状|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 在 PowerPoint 演示文稿中创建和自定义形状:几何路径、弧形拐角、复合形状。...SharedPtr < IShapeCollection > shapes = pres -> get_Slides () ->...) -> get_Shapes (); SharedPtr < GeometryShape > shape = System...

    docs.aspose.com/slides/zh/cpp/custom-shape/
  9. 自定义形状|Aspose.Slides for Node.js via .NET 文档

    在 JavaScript 中向 PowerPoint 演示文稿添加自定义形状...Shape 。 使用来自 ShapeUtil 类的 geometryPathToGraphi...方法,可在 GeometryPath 与 java.awt.Shape 之间相互转换。 简单编辑操作 此 JavaScript...

    docs.aspose.com/slides/zh/nodejs-java/custom-sh...
  10. OleFormat.suggested_extension property | Aspose...

    OleFormat.suggested_extension property. Gets the file extension suggested for the current embedded object if you want to save it into a file....docm' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...True ) . as_shape () # The OLE object in the first shape is a Microsoft...

    reference.aspose.com/words/python-net/aspose.wo...