Sort Score
Result 10 results
Languages All
Labels All
Results 3,281 - 3,290 of 42,840 for

shape

(0.08 sec)
  1. Use DocumentBuilder to Insert Document Elements...

    Insert document elements using the document builder in Java....insertImage method returns a Shape object that was just created...further modify properties of the Shape. Inserting an Inline Image Pass...

    docs.aspose.com/words/java/use-documentbuilder-...
  2. Trend Line|Aspose.Slides 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....AddChart method exposed by Shapes object Add an AutoShape of...exposed by Shapes object Set the Color of the shape lines. Write...

    docs.aspose.com/slides/java/trend-line/
  3. CompareOptions.IgnoreTables | Aspose.Words for ...

    Discover how the CompareOptions IgnoreTables property enhances data analysis by controlling table data comparison for accurate insights.... EndTable (); // Textbox: Shape textBox = builder . InsertShape...contents" ; (( Shape ) docEdited . GetChild ( NodeType . Shape , 0 , true...

    reference.aspose.com/words/net/aspose.words.com...
  4. Trend Line|Aspose.Slides 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....AddChart method exposed by Shapes object Add an AutoShape of...exposed by Shapes object Set the Color of the shape lines. Write...

    docs.aspose.com/slides/androidjava/trend-line/
  5. 在使用DrawObjectEventHandler类和Node.js通过C++渲染到PDF时,...

    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名称。请查看下面的示例代码的控制台输出获得更多帮助。 示例代码...Print the coordinates and the shape name of Image object if ( drawObject...

    docs.aspose.com/cells/zh/nodejs-cpp/get-drawobj...
  6. Aspose::Words::Node::Accept method | Aspose.Wor...

    Aspose::Words::Node::Accept method. Accepts a visitor in C++....SharedPtr < Shape > shape ) override { if ( shape -> get_Font...get_Font () -> get_Hidden ()) { shape -> Remove (); } return VisitorAction...

    reference.aspose.com/words/cpp/aspose.words/nod...
  7. ChartAxisTitle class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartAxisTitle class. Provides access to the axis title properties...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...
  8. 将 PowerPoint 转换为 Word|Aspose.Slides 文档

    在 C++ 中将 PowerPoint 演示文稿转换为 Word...for ( const auto & shape : slide -> get_Shapes ()) { if ( ObjectExt...ObjectExt :: Is < AutoShape > ( shape )) { auto autoShape = System...

    docs.aspose.com/slides/zh/cpp/convert-powerpoin...
  9. Edit PPT in Python | products.aspose.com

    Edit PPT in Python. Use Python library API to edit PowerPoint presentation...pres: shape = pres . slides[ 0 ] . shapes . add_auto_shape(slides...RECTANGLE, 10 , 10 , 100 , 50 ) shape . text_frame . text = "New text"...

    products.aspose.com/slides/python-net/editor/ppt/
  10. Shape.node_type property | Aspose.Words for Python

    Shape.node_type property. Returns [NodeType.Shape](../../../aspose.words/nodetype/#Shape)....property Shape.node_type property Returns NodeType.SHAPE . @property...drawing class Shape Shape.last_paragraph property Shape.ole_format...

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