Sort Score
Result 10 results
Languages All
Labels All
Results 3,321 - 3,330 of 43,063 for

shape

(0.05 sec)
  1. TextPath.fitShape property | Aspose.Words for N...

    TextPath.fitShape property. Defines whether the text fits bounding box of a Shape....text fits bounding box of a shape. get fitShape () : boolean Remarks...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Edit PPT in Python | products.aspose.com

    Edit PPT in Python. Use Python library API to edit PowerPoint presentation...pres: shape = pres . slides[ 0 ] . shapes . add_auto_shape(slides...RECTANGLE, 10 , 10 , 100 , 50 ) shape . text_frame . text = "New text"...

    products.aspose.com/slides/python-net/editor/ppt/
  3. 管理标签和自定义数据|Aspose.Slides 文档

    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.... dispose (); } 或者为任何单独的 Shape 设置: Presentation pres = new...get_Item ( 0 ); IAutoShape shape = slide . getShapes (). addAutoShape...

    docs.aspose.com/slides/zh/java/managing-tags-an...
  4. Presentation Theme|Aspose.Slides Documentation

    PowerPoint presentation theme in C# or .NET...{ IAutoShape shape = pres . Slides [ 0 ]. Shapes . AddAutoShape...Rectangle , 10 , 10 , 100 , 100 ); shape . FillFormat . FillType = FillType...

    docs.aspose.com/slides/net/presentation-theme/
  5. 管理标签和自定义数据|Aspose.Slides for PHP 文档

    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....-> dispose (); } } 或者对任何单独的 Shape : $pres = new Presentation ();...getSlides () -> get_Item ( 0 ); $shape = $slide -> getShapes () ->...

    docs.aspose.com/slides/zh/php-java/managing-tag...
  6. Edit PPT in C++ | products.aspose.com

    Edit PPT in C++. Use C++ library API to edit PowerPoint presentation...idx_get( 0 ); auto shape = slide -> get_Shapes() -> AddAutoShape(ShapeType... 10.0f , 100.0f , 50.0f ); shape -> get_TextFrame() -> set_Text(...

    products.aspose.com/slides/cpp/editor/ppt/
  7. SubDocument | Aspose.Words for Java

    Represents a SubDocument - which is a reference to an externally stored document 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...
  8. Edit HTML in C++ | products.aspose.com

    Edit HTML in C++. Use C++ library API to edit HTML file...idx_get( 0 ); auto shape = slide -> get_Shapes() -> AddAutoShape(ShapeType... 10.0f , 100.0f , 50.0f ); shape -> get_TextFrame() -> set_Text(...

    products.aspose.com/slides/cpp/editor/html/
  9. 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...
  10. ChartDataPointCollection.clearFormat method | A...

    ChartDataPointCollection.clearFormat method. Clears format of all [ChartDataPoint](../../chartdatapoint/) in this collection....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 500 , 350 ); let chart = shape . chart ; expect ( chart . series...

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