Sort Score
Result 10 results
Languages All
Labels All
Results 3,421 - 3,430 of 48,649 for

shape

(0.13 sec)
  1. Aspose.Slides for PHP via Java -> Export Presen...

    Hi Aspose team, I’m currently evaluating Aspose.Slides for Java, using it in a Laravel (PHP) application via JavaBridge. I’ve successfully integrated the JavaBridge and deployed the aspose-slides-25.4-jdk16.jar (tempora…...first animation effect per shape seems to be applied in the exported...exported HTML5. For example, if a shape has multiple animations (e.g...

    forum.aspose.com/t/aspose-slides-for-php-via-ja...
  2. PresetTexture enumeration | Aspose.Words for Py...

    aspose.words.drawing.PresetTexture enumeration. Specifies texture to be used to fill a Shape....texture to be used to fill a shape. Members Name Description NONE...DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Drawing::Charts::AxisGroup enum ...

    Aspose::Words::Drawing::Charts::AxisGroup enum. Represents a type of a chart axis group in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Draw Rectangle in C#

    This article explains how to draw rectangle in C#. It includes the IDE setup, the algorithm, and a working code snippet to create a rectangle in C#....different attributes of the shape before saving the final output...shows how to draw rectangle shape in C# . Still, you can extend...

    kb.aspose.com/drawing/net/draw-rectangle-in-csh...
  5. Aspose::Words::Drawing::Charts::ChartSeries::Cl...

    Aspose::Words::Drawing::Charts::ChartSeries::Clear method. Removes all data values from the chart series. Format of all individual data points and data labels is cleared in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Aspose::Words::Drawing::Charts::ChartSeriesGrou...

    Aspose::Words::Drawing::Charts::ChartSeriesGroup::get_AxisGroup method. Gets or sets the axis group to which this series group belongs in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Aspose::Words::Drawing::Charts::ChartSeriesGrou...

    Aspose::Words::Drawing::Charts::ChartSeriesGroup::get_Series method. Gets a collection of series that belong to this series group in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Convert PowerPoint Presentations to Word Docume...

    Convert PowerPoint PPT and PPTX slides to editable Word documents in C++ using Aspose.Slides with precise layout, images and formatting preserved....for ( const auto & shape : slide -> get_Shapes ()) { if ( ObjectExt...ObjectExt :: Is < AutoShape > ( shape )) { auto autoShape = System...

    docs.aspose.com/slides/cpp/convert-powerpoint-t...
  9. Python and .NET Version Differences|Aspose.Word...

    Aspose.Words for Python via .NET is a wrapper of Aspose.Words for .NET, this page describes the differences in features and API of these two products....as_editable_range_end() as_group_shape() as_shape() as_comment() as_footnote()...as_field_include() as_field_shape() as_field_database() as_field_skip_if()...

    docs.aspose.com/words/python-net/python-notes/
  10. How to Check If IPictureFrame Is a Cameo Using ...

    Hello, Could you please help me figure out how to check if IPictureFrame Shape instance is a cameo (camera feed object)? thank you in advance....how to check if IPictureFrame shape instance is a cameo (camera...Slides is not able to check if a shape is a cameo yet. We have opened...

    forum.aspose.com/t/how-to-check-if-ipicturefram...