Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 48,106 for

shapes

(0.07 sec)
  1. Draw Line in Excel using C#

    Draw line in Excel using C#. Learn to draw different Shapes by following the steps and the given sample code showing how to insert drawing in Excel using C#....will learn drawing various shapes including lines and customize...collection of shapes in the target sheet for adding new shape Call the...

    kb.aspose.com/cells/net/draw-line-in-excel-usin...
  2. Რამდენიმე JPG PNG C++

    შეაერთეთ მრავალი JPG PNG C++ კოდში. შეინახეთ JPG როგორც PNG C++.... std::vector<SharedPtr<Shape>> shapes; for ( const auto & fileName...{ auto shape = builder-> InsertImage (fileName); shapes. push_back...

    products.aspose.com/words/ka/cpp/merge/jpg-to-png/
  3. Რამდენიმე JPG TIFF C++

    შეაერთეთ მრავალი JPG TIFF C++ კოდში. შეინახეთ JPG როგორც TIFF C++.... std::vector<SharedPtr<Shape>> shapes; for ( const auto & fileName...{ auto shape = builder-> InsertImage (fileName); shapes. push_back...

    products.aspose.com/words/ka/cpp/merge/jpg-to-t...
  4. Რამდენიმე JPG GIF C++

    შეაერთეთ მრავალი JPG GIF C++ კოდში. შეინახეთ JPG როგორც GIF C++.... std::vector<SharedPtr<Shape>> shapes; for ( const auto & fileName...{ auto shape = builder-> InsertImage (fileName); shapes. push_back...

    products.aspose.com/words/ka/cpp/merge/jpg-to-gif/
  5. Image distorted in excel to pdf transformation ...

    Hi Team, We are trying to transformation input file(xlsx) to pdf with below code. Workbook doc = new Workbook("input.xlsx"); doc.save("output.pdf"); In output file, you can see the wrong drawing. The c…... I noticed some shapes like circles are rendered as...found that the ‘Group’ and sub-shape data do not comply with the...

    forum.aspose.com/t/image-distorted-in-excel-to-...
  6. Aspose.diagram - Free Support Forum - aspose.com

    Hello, now I’m using Aspose.diagram to create a graph in a Visio file. Our current requirement is to be able to draw a basic flowchart, cross-functional flowchart (like Swim Lane) and a complex flowchart that combines th…...@1174726363 , You can add and connect shapes in a Visio drawing with Aspose...topic: Add and Connect Visio Shapes . You may share the complete...

    forum.aspose.com/t/aspose-diagram/171448
  7. ImageData class | Aspose.Words for Python

    aspose.words.drawing.ImageData class. Defines an image for a shape...class Defines an image for a shape. To learn more, visit the Working...documentation article. Remarks Use the Shape.image_data property to access...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 动画图表|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....get_Item ( 0 ); IShapeCollection shapes = slide . getShapes (); IChart...IChart chart = ( IChart ) shapes . get_Item ( 0 ); // 为系列添加动画 slide...

    docs.aspose.com/slides/zh/androidjava/animated-...
  9. Detecting Empty Worksheets with C++|Documentation

    This article shows you code explaining how to detect empty worksheets of Excel workbooks programmatically using C++ API with Aspose.Cells library.... Check for Shapes It is possible that a given...cells; however, it could contain shapes and objects such as controls...

    docs.aspose.com/cells/cpp/detecting-empty-works...
  10. ShapeBase.bounds property | Aspose.Words for Py...

    ShapeBase.bounds property. Gets or sets the location and size of the containing block of the shape....the containing block of the shape. @property def bounds ( self...upon setting. For a top-level shape, the value is in points and...

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