Sort Score
Result 10 results
Languages All
Labels All
Results 3,611 - 3,620 of 49,958 for

shape

(0.12 sec)
  1. HtmlLoadOptions.WebRequestTimeout | Aspose.Word...

    Discover HtmlLoadOptions' WebRequestTimeout property, allowing you to customize timeout settings for optimal web performance. Default, 100 seconds....document and verify that a shape with image data has been created...signifies missing images. Shape imageShape = ( Shape ) doc . GetChild...

    reference.aspose.com/words/net/aspose.words.loa...
  2. Convert PPT to Word in Python | products.aspose...

    Convert PPT to Word in Python. Use Python library API to convert PowerPoint to Word...format(i = index)) for shape in slide . shapes: # inserts slide's...(type(shape) is slides . AutoShape): builder . writeln(shape . text_frame...

    products.aspose.com/slides/python-net/conversio...
  3. ChartSeries.add method | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartSeries.add method...DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 432 , 252 ); let chart = shape . chart ; let series1 = chart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 公共 API Aspose.Diagram 5.7.0 的变化|Documentation

    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....start and finish of timeline shape timelineHelper . setDateFormatStringF...String for intm of timeline shape timelineHelper . setDateFormatStringF...

    docs.aspose.com/diagram/zh/java/public-api-chan...
  5. ChartDataPointCollection.Count | Aspose.Words f...

    Discover the Count property of ChartDataPointCollection, which efficiently returns the total number of ChartDataPoints, enhancing your data visualization....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...500 , 350 ); Chart chart = shape . Chart ; Assert . That ( chart...

    reference.aspose.com/words/net/aspose.words.dra...
  6. ChartDataPoint.InvertIfNegative | Aspose.Words ...

    Discover how the ChartDataPoint InvertIfNegative property enhances data visualization by inverting colors for negative values, improving clarity and impact....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...500 , 350 ); Chart chart = shape . Chart ; Assert . That ( chart...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Shape.story_type property | Aspose.Words for Py...

    Shape.story_type property. Returns [StoryType.TEXTBOX](../../../aspose.words/storytype/#TEXTBOX)....story_type property Shape.story_type property Returns StoryType...drawing class Shape Shape.signature_line property Shape.stroke property...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ChartLegendEntryCollection class | Aspose.Words...

    aspose.words.drawing.charts.ChartLegendEntryCollection class. Represents a collection of chart legend entries...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...
  9. Compress PDF In C#

    Compress PDF in C# without losing quality. Optimize PDF content, reduce file size easily....list JpegQuality 50% Cache shapes ? dotnet add package Aspose...GetChildNodes(NodeType.Shape, true); foreach (Shape shape in nodes) { if...

    products.aspose.com/words/net/compress/pdf/
  10. ChartSeries.format property | Aspose.Words for ...

    ChartSeries.format property. Provides access to fill and line formatting of the series....DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...432 , height = 252 ) chart = shape . chart series_coll = chart...

    reference.aspose.com/words/python-net/aspose.wo...