Sort Score
Result 10 results
Languages All
Labels All
Results 3,771 - 3,780 of 49,130 for

shape

(0.27 sec)
  1. Create Visio Diagram in Python

    This tutorial discusses the details to create Visio diagram in Python. It encompasses the stepwise algorithm and a working sample code to automate Visio diagram creation in Python....Insert a rectangle shape with the add_shape() method and set different...with the master shapes. Then, insert a shape by mentioning the...

    kb.aspose.com/diagram/python/create-visio-diagr...
  2. Public API Changes in Aspose.Diagram 17.01|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....Selective Shapes Developers can select specific shapes to convert...supported format. We have added Shapes member in the RenderingSaveOptions...

    docs.aspose.com/diagram/net/public-api-changes-...
  3. 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/
  4. ShapeBase.isGroup property | Aspose.Words for N...

    ShapeBase.isGroup property. Returns ``true`` if this is a group Shape....Returns true if this is a group shape. get isGroup () : boolean See...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Create Organization Chart|Documentation

    This section explains how to create a organization chart using Aspose.Diagram for Java....Page class auto layout the shapes and connectors in the page...stencil. Add organization node shapes to page. Add connectors to...

    docs.aspose.com/diagram/java/create-organizatio...
  6. Exception when converting Word scatter chart to...

    Hi, we are encountering an exception when using the Aspose converter to generate a PDF from a Word document that contains a scatter chart. Specifically, when the document includes a word scatter chart type, the converter…...the chart shape (adjust the search as needed) Shape chartShape...chartShape = (Shape)doc.GetChild(NodeType.Shape, 0, true); Chart chart...

    forum.aspose.com/t/exception-when-converting-wo...
  7. Stroke.color property | Aspose.Words for Node.js

    Stroke.color property. Defines the color of a stroke....Remarks The default value for a Shape is black. See Also module Aspose...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. TextBox.fitShapeToText property | Aspose.Words ...

    TextBox.fitShapeToText property. Determines whether Microsoft Word will grow the Shape to fit text....Microsoft Word will grow the shape to fit text. get fitShapeToText...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. 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/
  10. 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/