Sort Score
Result 10 results
Languages All
Labels All
Results 1,871 - 1,880 of 9,888 for

shape

(0.12 sec)
  1. Manage OLE|Aspose.Slides Documentation

    Manage OLE objects in PowerPoint presentations in C++... slide -> get_Shapes () -> AddOleObjectFrame ( 0...linked Excel file. slide -> get_Shapes () -> AddOleObjectFrame ( 20...

    docs.aspose.com/slides/cpp/manage-ole/
  2. OoxmlCompliance Enum | Aspose.Words for .NET

    Explore Aspose.Words.Saving.OoxmlCompliance enum to choose your preferred OOXML specification for optimal DOCX format saving. Enhance document quality today!...Examples Shows how to insert DML shapes into a document. Document doc...are two wrapping types that shapes may have. // 1 - Floating:...

    reference.aspose.com/words/net/aspose.words.sav...
  3. ImageType enumeration | Aspose.Words for Node.js

    Aspose.Words.Drawing.ImageType enumeration. Specifies the type (format) of an image in a Microsoft Word document....let shape = doc . getShape ( 0 , true ); expect ( shape . imageData...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. ChartFormat.isDefined property | Aspose.Words f...

    ChartFormat.isDefined property. Gets a flag indicating whether any format is defined....docx" ); let shape = doc . getShape ( 0 , true...true ); let series = shape . chart . series . at ( 0 ); let dataPoint...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Shape.acceptEnd method | Aspose.Words for Node.js

    Shape.acceptEnd method. Accepts a visitor for visiting the end of the Shape....for visiting the end of the shape. acceptEnd ( visitor : Aspose...Drawing class Shape Shape.accept method Shape.acceptStart method...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. 在Java中创建或管理PowerPoint SmartArt形状节点|Aspose.Slide...

    在Java中管理PowerPoint演示文稿中的智能艺术节点和子节点...遍历第一个幻灯片中的每个形状 for ( IShape shape : pres . getSlides (). get_Item...{ // 检查形状是否为SmartArt类型 if ( shape instanceof SmartArt ) { // 将形状强制转换为SmartArt...

    docs.aspose.com/slides/zh/androidjava/manage-sm...
  7. Forms2OleControl.groupName property | Aspose.Wo...

    Forms2OleControl.groupName property. Gets or sets a string that specifies a group of mutually exclusive controls...docx" ); let shape = doc . getShape ( 0 , true...true ); let oleControl = shape . oleFormat . oleControl ; expect...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ChartDataLabel.font property | Aspose.Words for...

    ChartDataLabel.font property. Provides access to the font formatting of this data label....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 500 , 350 ); let chart = shape . chart ; expect ( chart . series...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::Drawing::Charts::ChartDataPoint:...

    Aspose::Words::Drawing::Charts::ChartDataPoint::get_Format method. Provides access to fill and line formatting of this data point in C++....> ( doc ); SharedPtr < Shape > shape = builder -> InsertChart...SharedPtr < Chart > chart = shape -> get_Chart (); // Delete default...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. ChartMarker.symbol property | Aspose.Words for ...

    ChartMarker.symbol property. Gets or sets chart marker symbol....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 500 , 350 ); let chart = shape . chart ; expect ( chart . series...

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