Sort Score
Result 10 results
Languages All
Labels All
Results 3,571 - 3,580 of 42,846 for

shape

(0.04 sec)
  1. Edit PDF in Python | products.aspose.com

    Edit PDF in Python. Use Python library API to edit PDF document...pdf" ) 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/pdf/
  2. ShapeBase.coordOrigin2 property | Aspose.Words ...

    ShapeBase.coordOrigin2 property. The coordinates at the top-left corner of the containing block of this Shape....the containing block of this shape. get coordOrigin2 () : Aspose...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. How to Create PowerPoint Slides in HTML using C#

    This article explores how to create PowerPoint slides in HTML using C#. It will provide configuration requirements, detailed steps and working examples of HTML presentation using C#....Insert a rectangle type auto shape Save the resultant presentation...created a rectangle type auto-shape to show the contents on the...

    kb.aspose.com/slides/net/how-to-create-powerpoi...
  4. 管理文本框|Aspose.Slides 文档

    使用 Java 在 PowerPoint 幻灯片上创建文本框。在 PowerPoint 幻灯片中使用 Java 在文本框或文本框架中添加列。使用 Java 在 PowerPoint 幻灯片中添加带超链接的文本框。... shape ( pres , ( shape , slide , index ) ->...-> { if ( shape instanceof AutoShape ) { AutoShape autoShape...

    docs.aspose.com/slides/zh/androidjava/manage-te...
  5. ShadowType enumeration | Aspose.Words for Node.js

    Aspose.Words.Drawing.ShadowType enumeration. Specifies the type of a Shape shadow....enumeration Specifies the type of a shape shadow. ShadowType is not a...Drawing ShadowFormat class Shape class...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Convert PowerPoint to Video|Aspose.Slides Docum...

    Convert PowerPoint to Video in Java...Presentation (); try { // Adds a smile shape and then animates it IAutoShape...PowerPoint Animation , Shape Animation , and Shape Effect . Animations...

    docs.aspose.com/slides/java/convert-powerpoint-...
  7. ChartSeriesGroupCollection class | Aspose.Words...

    Aspose.Words.Drawing.Charts.ChartSeriesGroupCollection class. Represents a collection of [ChartSeriesGroup](../chartseriesgroup/) objects....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 450 , 250 ); let chart = shape . chart ; let series = chart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. 管理超链接|Aspose.Slides 文档

    如何在 Java 中向 PowerPoint 演示文稿添加超链接...Presentation (); try { IShape shape = pres . getSlides (). get_Item...Rectangle , 100 , 100 , 600 , 50 ); shape . setHyperlinkClick ( new Hyperlink...

    docs.aspose.com/slides/zh/java/manage-hyperlinks/
  9. ChartDataLabelCollection.position property | As...

    ChartDataLabelCollection.position property. Gets or sets the position of the data labels.... shape = builder . insert_chart ( chart_type...432 , height = 252 ) chart = shape . chart series_coll = chart...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Aspose::Words::Comparing::CompareOptions::get_I...

    Aspose::Words::Comparing::CompareOptions::get_IgnoreComments method. Specifies whether to compare differences in comments in C++....(); // Textbox: SharedPtr < Shape > textBox = builder -> InsertShape...ExplicitCast < Shape > ( docEdited -> GetChild ( NodeType :: Shape , 0 ...

    reference.aspose.com/words/cpp/aspose.words.com...