Sort Score
Result 10 results
Languages All
Labels All
Results 3,141 - 3,150 of 43,066 for

shape

(0.05 sec)
  1. Manage PowerPoint Paragraph in C#|Aspose.Slides...

    Create paragraphs and manage paragraph properties in PowerPoint presentations in C# or .NET... Shapes . AddAutoShape ( ShapeType...Autoshape IAutoShape aShp = slide . Shapes . AddAutoShape ( ShapeType...

    docs.aspose.com/slides/net/manage-paragraph/
  2. 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/
  3. Get DrawObject and Bound while rendering to 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....Image, it prints its Bound and Shape Name. Please see the console...Print the coordinates and the shape name of Image object if ( drawObject...

    docs.aspose.com/cells/nodejs-cpp/get-drawobject...
  4. Paragraph.AcceptStart | Aspose.Words for .NET

    Discover the Paragraph AcceptStart method to seamlessly welcome visitors at the beginning of your document's paragraphs for enhanced engagement....<summary> /// Called when a Shape is encountered in the document...VisitShapeStart ( Shape shape ) { if ( shape . Font . Hidden ) shape . Remove...

    reference.aspose.com/words/net/aspose.words/par...
  5. DocumentVisitor.VisitFormField | Aspose.Words f...

    Discover the DocumentVisitor VisitFormField method, triggered when a form field is detected in your document. Enhance your document processing today!...<summary> /// Called when a Shape is encountered in the document...VisitShapeStart ( Shape shape ) { if ( shape . Font . Hidden ) shape . Remove...

    reference.aspose.com/words/net/aspose.words/doc...
  6. ChartSeries.add method | Aspose.Words for Python

    aspose.words.drawing.charts.ChartSeries.add method...DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...432 , height = 252 ) chart = shape . chart series1 = chart . series...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Edit PPT in C++ | products.aspose.com

    Edit PPT in C++. Use C++ library API to edit PowerPoint presentation...idx_get( 0 ); auto shape = slide -> get_Shapes() -> AddAutoShape(ShapeType... 10.0f , 100.0f , 50.0f ); shape -> get_TextFrame() -> set_Text(...

    products.aspose.com/slides/cpp/editor/ppt/
  8. Edit HTML in C++ | products.aspose.com

    Edit HTML in C++. Use C++ library API to edit HTML file...idx_get( 0 ); auto shape = slide -> get_Shapes() -> AddAutoShape(ShapeType... 10.0f , 100.0f , 50.0f ); shape -> get_TextFrame() -> set_Text(...

    products.aspose.com/slides/cpp/editor/html/
  9. ChartMarker.symbol property | Aspose.Words for ...

    ChartMarker.symbol property. Gets or sets chart marker symbol....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 500 , 350 ); let chart = shape . chart ; expect ( chart . series...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ChartDataPointCollection.clearFormat method | A...

    ChartDataPointCollection.clearFormat method. Clears format of all [ChartDataPoint](../../chartdatapoint/) in this collection....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 500 , 350 ); let chart = shape . chart ; expect ( chart . series...

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