Sort Score
Result 10 results
Languages All
Labels All
Results 4,591 - 4,600 of 43,015 for

shape

(0.05 sec)
  1. 添加幻灯片到演示文稿|Aspose.Slides 文档

    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 titleShape = slide . CommonSlideData...ShapeTree . AppendChild ( new Shape ()); drawingObjectId ++; //...

    docs.aspose.com/slides/zh/net/adding-slide-to-p...
  2. Detecting Empty Worksheets with C++|Documentation

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

    docs.aspose.com/cells/cpp/detecting-empty-works...
  3. ChartDataLabel.topMode property | Aspose.Words ...

    ChartDataLabel.topMode property. Gets or sets the interpretation mode of the [ChartDataLabel.top](../top/) property value: whether it sets the location of the data label from the top edge of the chart of from the position specified by its [ChartDataLabel.position](../position/) property....const chartHeight = 252 ; let shape = builder . insertChart ( aw...chartHeight ); let chart = shape . chart ; let seriesColl = chart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. IImageSavingCallback | Aspose.Words for Java

    Implement this interface if you want to control how Aspose.Words saves images when saving a document to HTML in Java....md shape")); Assert.assertEquals(1, filteredShapes...= MessageFormat.format("{0} shape {1}, of type {2}.{3}", mOutFileName...

    reference.aspose.com/words/java/com.aspose.word...
  5. 连接器|Aspose.Slides for PHP 文档

    连接PowerPoint形状... 使用 Shapes 对象公开的 addAutoShape 方法向幻灯片添加两个...方法向幻灯片添加两个 AutoShape 。 通过定义连接器类型使用 Shapes 对象公开的 addConnector 方法添加连接器。...

    docs.aspose.com/slides/zh/php-java/connector/
  6. DeleteBlankRows() is deleting rows even if it h...

    Ideally, according to the documentation, DeleteBlankRows() should delete only rows which are empty i.e. the rows which does not have any content, images, charts, comments etc… But in the attached file below, Even the r…...deleting rows even if it has shapes on it Aspose.Cells Product...ShapeCollection shapes = wb.Worksheets[0].Shapes; int shapeCount...

    forum.aspose.com/t/deleteblankrows-is-deleting-...
  7. 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...
  8. How to Convert SHP to Geojson in C#

    This tutorial provides simple steps to convert SHP to Geojson in C#. It contains complete information including the configuration details, to-do steps and a sample code for converting Shapefile to Geojson in C#.... Steps to Convert Shape File to GPX in C# Install Aspose...the requirement Convert the shape file to Geojson format using...

    kb.aspose.com/gis/net/how-to-convert-shp-to-geo...
  9. AxisCrosses | Aspose.Words for Java

    Specifies the possible crossing points for an axis 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...
  10. Aspose.word.dll Chart formatting issue - Free S...

    Hi Aspose team, I want to generate chart as shown in below picture, Can you please help on this. I am able to generate bellow chart but not able to add images on MajorGridLines...DocumentBuilder(doc); // Insert a chart Shape chartShape = builder.insertChart(ChartType...images on top of the chart shape....

    forum.aspose.com/t/aspose-word-dll-chart-format...