Sort Score
Result 10 results
Languages All
Labels All
Results 4,921 - 4,930 of 48,846 for

shape

(0.08 sec)
  1. 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-net/organiza...
  2. 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-net/organiza...
  3. Shapes in charts rendered by aspose cells into ...

    Hi Aspose Team, I’m trying to convert charts/ranges in excel to images to insert them into word document. The code I’m using to do this is: Document RepDoc = new Document(); DocumentBuilder Builder = new DocumentBuild…...Shapes in charts rendered by aspose cells into image is slightly...into the place of the old shape. Shape newOleShape = Builder.I...

    forum.aspose.com/t/shapes-in-charts-rendered-by...
  4. Create flowchart style organization chart in VS...

    Python source code to create flowchart 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/flowcha...
  5. How to Extract Images from Word Document in C#

    This tutorial explains how to extract images from Word document in C#. It contains information about the configuration, step-wise process and a runnable sample code that can be used to extract all images from Word document in C#....object Get the collection of shapes from the Word document using...elements in the shapes collection Save each shape that has an image...

    kb.aspose.com/words/net/how-to-extract-images-f...
  6. Integrating Aspose.Slides with Google Slides|As...

    Connect Aspose.Slides with Google Slides to import, sync, and convert presentations, automate workflows, and keep PowerPoint and OpenDocument in one pipeline....()) { var shape = presentation . Slides [ 0 ]. Shapes . AddAutoShape..., 100 , 100 , 300 , 200 ); shape . TextFrame . Text = "Hello...

    docs.aspose.com/slides/net/integrating-aspose-s...
  7. Integrate Excel Data into PowerPoint Presentati...

    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...Presentation (); try { // Add a table shape to the first slide. ITable table...

    docs.aspose.com/slides/java/excel-integration/
  8. Regarding find the cell positions of images/cha...

    Is there any way to find the position of images/charts while select the image /chart. At client level mean When i select the image in the viewer I want the positions....@sarathepiq you can find image,shape info via xs.sheet.data.images...images xs.sheet.data.shapes please run the github demo,when you click...

    forum.aspose.com/t/regarding-find-the-cell-posi...
  9. Integrating Aspose.Slides with Google Slides|As...

    Learn how to integrate Aspose.Slides with Google Slides and Google Drive for seamless presentation processing. Use Google API via OAuth 2.0 or Service Accounts to convert, edit, upload, and download presentations programmatically in .NET....()) { var shape = presentation . Slides [ 0 ]. Shapes . AddAutoShape..., 100 , 100 , 300 , 200 ); shape . TextFrame . Text = "Hello...

    docs.aspose.com/slides/net/slides-on-cloud-plat...
  10. AxisTickLabelPosition | Aspose.Words for Java

    Specifies the possible positions for tick labels 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...