Sort Score
Result 10 results
Languages All
Labels All
Results 2,061 - 2,070 of 42,521 for

shape

(0.04 sec)
  1. 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...
  2. Aspose::Words::MailMerging::ImageFieldMergingAr...

    Aspose::Words::MailMerging::ImageFieldMergingArgs::set_Shape method. Setter for Aspose::Words::MailMerging::ImageFieldMergingArgs::get_Shape in C++....rg::set_Shape method ImageFieldMergingArg::set_Shape method Setter...:ImageFieldMergingArg::get_Shape . void Aspose :: Words :: MailMerging...

    reference.aspose.com/words/cpp/aspose.words.mai...
  3. OleFormat.OleIcon | Aspose.Words for .NET

    Discover the OleFormat OleIcon property, control OLE object display as icons or content for enhanced user experience and seamless integration in your applications....creates shapes that store these objects. Shape [] shapes = doc...GetChildNodes ( NodeType . Shape , true ). OfType < Shape >(). ToArray ();...

    reference.aspose.com/words/net/aspose.words.dra...
  4. 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...
  5. 如何通过 Node.js 以及 C++ 改变评论字体颜色|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....提供一个 Shape.getTextBody() 属性,用于设置评论的字体颜色。以下示例代码演示了如何使用 Shape.getTextBody()...Text. This is Test." ); const shape = worksheet . getComments ()...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-chan...
  6. ChartDataLabel.Orientation | Aspose.Words for .NET

    Discover the ChartDataLabel Orientation property to easily customize label text orientation for enhanced data visualization and clarity in your charts....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...252 ); ChartSeries series = shape . Chart . Series [ 0 ]; ChartDataLabelCollec...

    reference.aspose.com/words/net/aspose.words.dra...
  7. 在 PHP 的 ShapeSheet 中创建用户定义的单元格|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....$page = $pages -> get ( $i ); $shapes = $page -> getShapes (); $j...string ) $shapes -> getCount ()) { $shape = $shapes -> get ( $j...

    docs.aspose.com/diagram/zh/java/create-user-def...
  8. Aspose::Words::DocumentBuilder::InsertOnlineVid...

    Aspose::Words::DocumentBuilder::InsertOnlineVideo method. Inserts an online video object into the document and scales it to the specified size in C++....Aspose :: Words :: Drawing :: Shape > Aspose :: Words :: DocumentBuilder...and other settings using the Shape object returned by this method...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. NodeList.count property | Aspose.Words for Node.js

    NodeList.count property. Gets the number of nodes in the list....toEqual ( null ); // Access the shape that contains the image we inserted...nodeList = doc . selectNodes ( "//Shape" ). toArray (); expect ( nodeList...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. NodeType | Aspose.Words for Java

    Specifies the type of a Word document node 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...