Sort Score
Result 10 results
Languages All
Labels All
Results 1,771 - 1,780 of 45,786 for

shape

(0.09 sec)
  1. 用Node.js通过C++替换智能艺术中的文本|Documentation

    学习如何使用Aspose.Cells for Node.js via C++替换智能艺术中的文本。...js via C++通过设置 Shape.getText() 属性提供此功能。 可以从以下链接下载示例源文件:...worksheets . get ( i ); const shapes = worksheet . getShapes ();...

    docs.aspose.com/cells/zh/nodejs-cpp/replace-tex...
  2. Stroke.ForeThemeColor | Aspose.Words for .NET

    Manage your stroke's foreground color effortlessly with the Stroke ForeThemeColor property. Customize your designs with vibrant theme colors!...DocumentBuilder ( doc ); Shape shape = builder . InsertShape (...100 , 40 ); Stroke stroke = shape . Stroke ; stroke . ForeThemeColor...

    reference.aspose.com/words/net/aspose.words.dra...
  3. OleFormat.olePackage property | Aspose.Words fo...

    OleFormat.olePackage property. Provide access to [OlePackage](../../olepackage/) if OLE object is an OLE Package...system by double-clicking on the shape that contains the OLE object...databaseDir + "cat001.zip" ); let shape = builder . insertOleObject...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Forms2OleControl.width property | Aspose.Words ...

    Forms2OleControl.width property. Gets or sets a width of the control in points....docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...True ) . as_shape () ole_control = shape . ole_format . ole_control...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Drawing::ImageData::ToByteArray ...

    Aspose::Words::Drawing::ImageData::ToByteArray method. Returns image bytes for any image regardless whether the image is stored or linked in C++....create an image file from a shape’s raw image data. auto imgSourceDoc...Aspose :: Words :: Drawing :: Shape > ( imgSourceDoc -> GetChild...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. OleFormat | Aspose.Words for Java

    Provides access to the data of an OLE object or ActiveX control in Java.... Remarks: Use the Shape.getOleFormat() property to access...docm"); Shape shape = (Shape) doc.getChild(NodeType.SHAPE, 0, true);...

    reference.aspose.com/words/java/com.aspose.word...
  7. Aspose::Words::Drawing::OleFormat::get_OleContr...

    Aspose::Words::Drawing::OleFormat::get_OleControl method. Gets OleControl objects if this OLE object is an ActiveX control. Otherwise this property is null in C++....docx" ); auto shape = System :: ExplicitCast < Aspose...Aspose :: Words :: Drawing :: Shape > ( doc -> GetChild ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Shape.hasSmartArt property | Aspose.Words for N...

    Shape.hasSmartArt property. Returns ``true`` if this [Shape](../) has a SmartArt object....property Shape.hasSmartArt property Returns true if this Shape has...Drawing class Shape Shape.hasImage property Shape.horizontalRuleFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Public API Changes in Aspose.Diagram 5.2.0|Docu...

    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....Location] Change the Connector Type Shape Appearance Developers can now...now manage connector type shape’s appearance programmatically...

    docs.aspose.com/diagram/java/public-api-changes...
  10. OleFormat.getRawData method | Aspose.Words for ...

    OleFormat.getRawData method. Gets OLE object raw data....let shape of doc . getChildNodes ( aw . NodeType . Shape , true...true )) { let oleFormat = shape . oleFormat ; if ( oleFormat ...

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