Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 9,918 for

shapes

(0.06 sec)
  1. Aspose::Words::Drawing::ShapeTextOrientation en...

    Aspose::Words::Drawing::ShapeTextOrientation enum. Specifies orientation of text in Shapes in C++....Specifies orientation of text in shapes. enum class ShapeTextOrientation...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. 3D Presentation|Aspose.Slides for PHP Documenta...

    3D PowerPoint presentation in PHP...models can be created from 2D shapes, by applying such effects on...3D features applied to the shapes can be found in ThreeDFormat...

    docs.aspose.com/slides/php-java/3d-presentation/
  3. Aspose::Words::Tables::Row::EnsureMinimum metho...

    Aspose::Words::Tables::Row::EnsureMinimum method. If the Row has no cells, creates and appends one Cell in C++....typical elements such as runs, shapes, and even other tables. //...

    reference.aspose.com/words/cpp/aspose.words.tab...
  4. 在表格单元格中添加图片|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....[ 1 ]; foreach ( Shape shp in sld . Shapes ) { if ( shp . HasTable...[ 1 ]. Cells [ 1 ]; cell . Shape . Fill . UserPicture ( ImageFile...

    docs.aspose.com/slides/zh/net/add-image-in-tabl...
  5. Line|Aspose.Slides for Node.js via .NET Documen...

    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....supports adding different kinds of shapes to the slides. In this topic...we will start working with shapes by adding lines to the slides...

    docs.aspose.com/slides/nodejs-java/line/
  6. Aspose::Words::Drawing::ShapeBase::get_CanHaveI...

    Aspose::Words::Drawing::ShapeBase::get_CanHaveImage method. Returns true if the shape type allows the shape to have an image in C++....Returns true if the shape type allows the shape to have an image...Microsoft Word has a special shape type for images, it appears...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Aspose::Words::Drawing::ShapeBase class | Aspos...

    Aspose::Words::Drawing::ShapeBase class. Base class for objects in the drawing layer, such as an AutoShape, freeform, OLE object, ActiveX control, or picture. To learn more, visit the documentation article in C++....more, visit the Working with Shapes documentation article. class...specifies whether this shape can overlap other shapes. get_AlternativeText...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Manage TextBox|Aspose.Slides for PHP Documentation

    Manage a text box or text frame in PowerPoint presentations using PHP...typically exist in text boxes or shapes. Therefore, to add a text to...interface that allows you to add a shape containing some text. Info Aspose...

    docs.aspose.com/slides/php-java/manage-textbox/
  9. ChartDataPointCollection | Aspose.Words for Java

    Represents collection of a ChartDataPoint in Java....new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...500.0, 350.0); Chart chart = shape.getChart(); Assert.assertEquals(3...

    reference.aspose.com/words/java/com.aspose.word...
  10. Pie Chart|Aspose.Slides for Python Documentation

    Pie chart plot options and slice colors in PowerPoint presentation in Python... shapes . add_chart ( charts . ChartType...default data chart = slide . shapes . add_chart ( charts . ChartType...

    docs.aspose.com/slides/python-net/pie-chart/