Sort Score
Result 10 results
Languages All
Labels All
Results 4,191 - 4,200 of 43,017 for

shape

(0.29 sec)
  1. 动态添加文本|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.... Shape shp = sld . Shapes . AddTextbox ( Microsoft...//为了添加它,我们将首先添加一个矩形 Shape shp = sld . Shapes . AddRectangle ( 1200...

    docs.aspose.com/slides/zh/net/adding-text-dynam...
  2. ChartMultilevelValue class | Aspose.Words for N...

    Aspose.Words.Drawing.Charts.ChartMultilevelValue class. Represents a value for charts that display multilevel data.... let shape = builder . insertChart ( aw..., 450 , 280 ); let chart = shape . chart ; chart . title . text...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. How to Add a Watermark to a Worksheet in Excel|...

    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....and make text fit a preset shape, or apply text to an Excel sheet...

    docs.aspose.com/cells/cpp/how-to-add-text-or-pi...
  4. Convert Image to Visio in Python

    This article covers the information to convert image to Visio in Python. It explains the steps and sample code to export PNG to Visio in Python....the image as a Visio shape with the add_shape() method Export the... insert a photo as a Visio shape and render the output Visio...

    kb.aspose.com/diagram/python/convert-image-to-v...
  5. Aspose::Words::Drawing::Charts::AxisBound class...

    Aspose::Words::Drawing::Charts::AxisBound class. Represents minimum or maximum bound of axis values. To learn more, visit the documentation article 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. Manage Cells|Aspose.Slides Documentation

    Table cells in PowerPoint presentations in Java...Shape#0 is a table for ( int i = 0..., 30 , 30 }; // Adds table shape to slide ITable tbl = sld ....

    docs.aspose.com/slides/java/manage-cells/
  7. Manage Cells|Aspose.Slides Documentation

    Table cells in PowerPoint presentations in Java...Shape#0 is a table for ( int i = 0..., 30 , 30 }; // Adds table shape to slide ITable tbl = sld ....

    docs.aspose.com/slides/androidjava/manage-cells/
  8. Manage Cells|Aspose.Slides for PHP Documentation

    Table cells in PowerPoint presentations...Shape#0 is a table for ( $i = 0 ;...30 , 30 , 30 ); # Adds table shape to slide $tbl = $sld -> getShapes...

    docs.aspose.com/slides/php-java/manage-cells/
  9. Aspose::Words::Comparing::CompareOptions::get_I...

    Aspose::Words::Comparing::CompareOptions::get_IgnoreFootnotes method. Specifies whether to compare differences in footnotes and endnotes in C++....Aspose :: Words :: Drawing :: Shape > textBox = builder -> InsertShape...Aspose :: Words :: Drawing :: Shape > ( docEdited -> GetChild (...

    reference.aspose.com/words/cpp/aspose.words.com...
  10. Draw Ellipse|Documentation

    This section explains how to draw ellipse,circle or oval in a visio page with Aspose.Diagram. Support using C# to draw circle or oval and save as pdf, svg, html, image, xps and other formats....developers to draw a circle shape in a page.The code example below...allows developers to draw a oval shape in a page.The code example below...

    docs.aspose.com/diagram/net/drawing/draw-ellipse/