Sort Score
Result 10 results
Languages All
Labels All
Results 4,711 - 4,720 of 45,935 for

shape

(0.1 sec)
  1. Create CompactTree style organization chart in ...

    Python source code to create CompactTree 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-java/organiz...
  2. Create CompactTree style organization chart in ...

    Python source code to create CompactTree style organization chart in vst 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. Integrating Excel Data into PowerPoint Presenta...

    Read data from Excel workbooks in Aspose.Slides using the ExcelDataWorkbook API. Load sheets and cells and use values to generate data-driven PowerPoint presentations....paragraphs from the target shape (assumes shape index 1 is used) IParagraphCollection...IParagraphCollection paragraphs = ( slide . Shapes [ 1 ] as AutoShape ). TextFrame...

    docs.aspose.com/slides/net/developer-guide/tech...
  4. Public API Changes in Aspose.Diagram 2.1.0|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....Developers can now easily glue shapes through the connection points...about this feature: [Glue Visio Shapes Through the Connection Points]...

    docs.aspose.com/diagram/java/public-api-changes...
  5. FieldStart | Aspose.Words for Java

    Represents a start of a Word field in a 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...
  6. How to Convert SVG to Presentation using C#

    We'll walk you through the steps in C# for how to convert SVG to Presentation using C#. With the help of a few lines of code you can easily convert SVG to presentation using C#....collection Add a picture frame shape inside the selected slide with...collection. Finally, a picture frame shape is added inside the slide by...

    kb.aspose.com/slides/net/how-to-convert-svg-to-...
  7. 管理 C# 中的 PowerPoint 段落|Aspose.Slides 文档

    在 C# 或 .NET 中创建和管理 PowerPoint 演示文稿中的段落、文本、缩进和属性... Shapes . AddAutoShape ( ShapeType...Autoshape IAutoShape aShp = slide . Shapes . AddAutoShape ( ShapeType...

    docs.aspose.com/slides/zh/net/manage-paragraph/
  8. ChartYValue | Aspose.Words for Java

    Represents an Y value for a chart series in Java....new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...432.0, 252.0); Chart chart = shape.getChart(); ChartSeries series1...

    reference.aspose.com/words/java/com.aspose.word...
  9. How to Convert SVG to Presentation using Java

    We'll walk you through the steps in Java for how to convert SVG to Presentation using Java. With the help of a few lines of code you can easily convert SVG to presentation using Java....collection Insert a picture frame shape inside the slide with added...inserted inside a picture frame shape and then the presentation is...

    kb.aspose.com/slides/java/how-to-convert-svg-to...
  10. Working with Markdown Features in C#|Aspose.Wor...

    How to implement Markdown features using C#. All the features are represented as corresponding styles or direct formatting....paragraph with HorizontalRule shape. There are nuances of translating...below: Insert a horizontal rule shape into the document . ----- The...

    docs.aspose.com/words/net/working-with-markdown...