Sort Score
Result 10 results
Languages All
Labels All
Results 4,751 - 4,760 of 49,135 for

shape

(0.09 sec)
  1. Manage Table Cells in Presentations with Python...

    Effortlessly manage table cells in PowerPoint and OpenDocument with Aspose.Slides for Python via .NET. Master accessing, modifying, and styling cells quickly for seamless slide automation....presentation : # Assuming the first shape on the first slide is a table...presentation . slides [ 0 ] . shapes [ 0 ] for row_index in range...

    docs.aspose.com/slides/python-net/manage-cells/
  2. 动态添加文本|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...
  3. Გადაიყვანეთ JPG Გამოსახულება C++

    გადაიყვანეთ JPG Გამოსახულება C++ ფორმატში კოდით. შეინახეთ JPG როგორც Გამოსახულება C++....auto shape = builder-> InsertImage ( u"Input.jpg" ); shape-> GetShapeRenderer...auto shape = builder->InsertImage(u"Input.jpg"); shape->GetS...

    products.aspose.com/words/ka/cpp/conversion/jpg...
  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. Փոխարկել Պատկեր SVG C++

    Փոխարկեք Պատկեր ը SVG ձևաչափի C++ կոդով: Պահեք Պատկեր որպես SVG օգտագործելով C++:...auto shape = builder-> InsertImage ( u"Input.png" ); shape-> GetShapeRenderer...auto shape = builder->InsertImage(u"Input.png"); shape->GetS...

    products.aspose.com/words/hy/cpp/conversion/ima...
  6. Փոխարկել Պատկեր GIF C++

    Փոխարկեք Պատկեր ը GIF ձևաչափի C++ կոդով: Պահեք Պատկեր որպես GIF օգտագործելով C++:...auto shape = builder-> InsertImage ( u"Input.png" ); shape-> GetShapeRenderer...auto shape = builder->InsertImage(u"Input.png"); shape->GetS...

    products.aspose.com/words/hy/cpp/conversion/ima...
  7. Փոխարկել Պատկեր PNG C++

    Փոխարկեք Պատկեր ը PNG ձևաչափի C++ կոդով: Պահեք Պատկեր որպես PNG օգտագործելով C++:...auto shape = builder-> InsertImage ( u"Input.png" ); shape-> GetShapeRenderer...auto shape = builder->InsertImage(u"Input.png"); shape->GetS...

    products.aspose.com/words/hy/cpp/conversion/ima...
  8. Փոխարկել Պատկեր JPG C++

    Փոխարկեք Պատկեր ը JPG ձևաչափի C++ կոդով: Պահեք Պատկեր որպես JPG օգտագործելով C++:...auto shape = builder-> InsertImage ( u"Input.png" ); shape-> GetShapeRenderer...auto shape = builder->InsertImage(u"Input.png"); shape->GetS...

    products.aspose.com/words/hy/cpp/conversion/ima...
  9. Manage DataLabels of Excel Charts with C++|Docu...

    Learn how to effectively manage data labels in Excel charts using Aspose.Cells for C++. Our comprehensive guide covers various management tasks, including adding, removing, and modifying labels to enhance chart readability and usability....Resize a Chart’s Data Label Shape to Fit Text Rich Text Custom...Label for a Chart Point Set the Shape Type of Data Labels of a Chart...

    docs.aspose.com/cells/cpp/insert-datalabels-to-...
  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/