Sort Score
Result 10 results
Languages All
Labels All
Results 3,791 - 3,800 of 50,298 for

shape

(0.22 sec)
  1. ChartDataTable.has_outline_border property | As...

    ChartDataTable.has_outline_border property. Gets or sets a flag indicating whether an outline border, that is, a border around series and category names, is displayed...DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...432 , height = 252 ) chart = shape . chart series = chart . series...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Public API Changes in Aspose.Diagram 4.3.0|Docu...

    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....NameU as parameters to glue shapes in the container. You can see...about these features: [Glue Shapes Inside the Container] Overloaded...

    docs.aspose.com/diagram/net/public-api-changes-...
  3. Aspose::Words::Drawing::Charts::ChartAxis::get_...

    Aspose::Words::Drawing::Charts::ChartAxis::get_HasMajorGridlines method. Gets or sets a flag indicating whether the axis has major gridlines in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); // Clear the...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Accessing IChartSeries.Name getter access modif...

    I have a slide with a chart that was created with a specialized tool (think-cell). What I observed is that accessing IChartSeries.Name breaks the chart. I saw other reports mentioning issues with Aspose in combination w…...regardless of the slide and shape characteristics. Sample code...(IChart)presentation.Slides[0].Shapes.First(s => s is IChart); //...

    forum.aspose.com/t/accessing-ichartseries-name-...
  5. Aspose::Words::Drawing::Charts::AxisTickLabels:...

    Aspose::Words::Drawing::Charts::AxisTickLabels::get_Font method. Provides access to font formatting of the tick labels in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); // Clear the...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Shape.extrusion_enabled property | Aspose.Words...

    Shape.extrusion_enabled property. Returns ``True`` if an extrusion effect is enabled....extrusion_enabled property Shape.extrusion_enabled property Returns...drawing class Shape Shape.chart property Shape.fill_color property...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 管理 Android 上演示文稿中的文本框|Aspose.Slides 文档

    Aspose.Slides for Android via Java 让您能够轻松在 PowerPoint 和 OpenDocument 文件中创建、编辑和克隆文本框,提升演示文稿自动化。... shape ( presentation , ( shape , slide , index...index ) -> { if ( shape instanceof IAutoShape ) { IAutoShape autoShape...

    docs.aspose.com/slides/zh/androidjava/manage-te...
  8. Extract Images from Presentation Shapes in .NET...

    Extract images from Shapes in PowerPoint and OpenDocument presentations with Aspose.Slides for .NET — quick, code-friendly solution....Extract Images from Presentation Shapes in .NET Contents [ Hide ] Extract...Images from Shapes Images are often added to shapes and also frequently...

    docs.aspose.com/slides/net/extracting-images-fr...
  9. 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...
  10. 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...