Sort Score
Result 10 results
Languages All
Labels All
Results 2,841 - 2,850 of 43,063 for

shape

(0.09 sec)
  1. Chart.axes property | Aspose.Words for Node.js

    Chart.axes property. Gets a collection of all axes of this chart....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 500 , 300 ); let chart = shape . chart ; // Hide the major...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. 55541813.xlsx

    Sheet1 Excel 2 Pdf - The following Shape throws Shape to Image Error FYI: This Excel file will work with 17.11 only. Because this issue has been fixed in recent versions. 2017-12-11T08:47:53Z 16.03......2 Pdf - The following Shape throws Shape to Image Error FYI: This...

    docs.aspose.com/cells/java/ignore-errors-while-...
  3. 55541813.xlsx

    Sheet1 Excel 2 Pdf - The following Shape throws Shape to Image Error FYI: This Excel file will work with 17.11 only. Because this issue has been fixed in recent versions. 2017-12-11T08:47:53Z 16.03......2 Pdf - The following Shape throws Shape to Image Error FYI: This...

    docs.aspose.com/cells/sv/java/ignore-errors-whi...
  4. Aspose::Words::Drawing::GradientStop class | As...

    Aspose::Words::Drawing::GradientStop class. Represents one gradient stop. To learn more, visit the documentation article in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertShape...ShapeType :: Rectangle , 80 , 80 ); shape -> get_Fill () -> TwoColorGradient...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Managing Tags and Custom Data|Aspose.Slides Doc...

    Add tags and custom data to PowerPoint presentations in C# or .NET..."value" ; } Or any individual Shape : using ( Presentation pres...Slides [ 0 ]; IAutoShape shape = slide . Shapes . AddAutoShape ( ShapeType...

    docs.aspose.com/slides/net/managing-tags-and-cu...
  6. 管理占位符|Aspose.Slides 文档

    在C++中更改PowerPoint演示文稿中的占位符文本和提示文本...SharedPtr < IShape > shape = slide -> get_Shapes () -> idx_get ( 0...:: Slides :: AutoShape > ( shape ); SharedPtr < ITextFrame >...

    docs.aspose.com/slides/zh/cpp/manage-placeholder/
  7. GradientStop class | Aspose.Words for Node.js

    Aspose.Words.Drawing.GradientStop class. Represents one gradient stop...DocumentBuilder ( doc ); let shape = builder . insertShape ( aw...ShapeType . Rectangle , 80 , 80 ); shape . fill . twoColorGradient (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Managing Tags and Custom Data|Aspose.Slides for...

    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....dispose (); } } Or any individual Shape : $pres = new Presentation ();...getSlides () -> get_Item ( 0 ); $shape = $slide -> getShapes () ->...

    docs.aspose.com/slides/php-java/managing-tags-a...
  9. ChartLegendEntry | Aspose.Words for Java

    Represents a chart legend entry in Java....Chart chart = ((Shape)doc.getChild(NodeType.SHAPE, 0, true)).getChart();...Chart chart = ((Shape)doc.getChild(NodeType.SHAPE, 0, true)).getChart();...

    reference.aspose.com/words/java/com.aspose.word...
  10. 在C++中使用图表|Aspose.Words对于C++

    图表特性介绍,如何使用C++创建和操作图表....DocumentBuilder > ( doc ); auto shape = builder -> InsertChart ( ChartType... 432 , 252 ); auto chart = shape -> get_Chart (); auto seriesColl...

    docs.aspose.com/words/zh/cpp/how-to-set-fill-an...