Sort Score
Result 10 results
Languages All
Labels All
Results 4,751 - 4,760 of 46,988 for

shape

(0.08 sec)
  1. Create flowchart style organization chart in VS...

    Python source code to create flowchart style organization chart in vstm file within any Python based application....its id Add organization node shapes to page. Add connectors to...to page to connect shape and its parent. Auto layout by invoking...

    products.aspose.com/diagram/python-net/flowchar...
  2. Create CompactTree style organization chart in ...

    Python source code to create CompactTree style organization chart in vstx file within any Python based application....its id Add organization node shapes to page. Add connectors to...to page to connect shape and its parent. Auto layout by invoking...

    products.aspose.com/diagram/python-java/organiz...
  3. Create CompactTree style organization chart in ...

    Python source code to create CompactTree style organization chart in vsdx file within any Python based application....its id Add organization node shapes to page. Add connectors to...to page to connect shape and its parent. Auto layout by invoking...

    products.aspose.com/diagram/python-java/organiz...
  4. DocumentBuilder.insert_ole_object method | Aspo...

    aspose.words.DocumentBuilder.insert_ole_object method... Returns Shape node containing Ole object and...predefined images. Returns Shape node containing Ole object and...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Detecting Empty Worksheets with Node.js via C++...

    This article shows you code explaining how to detect empty worksheets of Excel workbooks programmatically using the Node.js API with C++ library.... Check for Shapes It is possible that a given...cells; however, it could contain shapes & objects such as controls...

    docs.aspose.com/cells/nodejs-cpp/detecting-empt...
  6. Insert Checkboxes, Text Input or Images during ...

    Insert checkboxes or text input fields during Mail Merge using C#. Also insert images from a Database during Mail Merge in C#....Words provides the Shape property, which facilitates...inserted image or any other shape. The following code example...

    docs.aspose.com/words/net/insert-checkboxes-tex...
  7. AxisTickMark | Aspose.Words for Java

    Specifies the possible positions for tick marks in Java....new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...500.0, 300.0); Chart chart = shape.getChart(); // Clear the chart's...

    reference.aspose.com/words/java/com.aspose.word...
  8. How to Create PowerPoint Slides in HTML using Java

    This short tutorial provides information on how to create PowerPoint slides in HTML using Java. It enables you to generate slides in HTML in Java with the help of a step-wise process and runnable sample code....diamond shape to it Set some text in the diamond shape Save the...

    kb.aspose.com/slides/java/how-to-create-powerpo...
  9. Aspose.Slides for .NET: NullReferenceException ...

    Hello, We have come across a NullReferenceException when calling Portion.GetRect in Aspose.Slides.NET 25.10.0. I’ve have attached a minimal example null_ref_exception.zip (520.2 KB) var pres = new Presentation("./nul…...Slides[0]; var shape = (AutoShape)slide.Shapes[0]; var portion...portion = shape.TextFrame.Paragraphs[0].Portions[0]; var rect = portion...

    forum.aspose.com/t/aspose-slides-for-net-nullre...
  10. Creating a Table on PowerPoint Slide|Aspose.Sli...

    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 shp = sld . Shapes . AddTable ( 15 ,...PowerPoint . TextFrame tf = cell . Shape . TextFrame ; //Add some text...

    docs.aspose.com/slides/net/creating-a-table-on-...