Sort Score
Result 10 results
Languages All
Labels All
Results 5,221 - 5,230 of 49,137 for

shape

(0.13 sec)
  1. Symbol in chart incorrectly rendered when using...

    Hi Aspose Team, I’m noticing an issue with a symbol not rendering correctly when I convert a chart to image using aspose cells. I’m using the latest version of aspose cells, V25.4.0. Here’s the code I’ve used: Documen…...into the place of the old shape. Shape newOleShape = Builder.I...

    forum.aspose.com/t/symbol-in-chart-incorrectly-...
  2. IPortionEffectiveData instance variables change...

    Hello Aspose Team! I’ve been under the assumption that when I call .getFormat().getEffective() on a Portion object, the resulting IPortionFormatEffective object was immutable and basically a ‘snapshot’ of the format sty…...for (IShape shape : slide.getShapes()) { if(shape instanceof ITable)...testPortionFormatEff((ITable) shape); } } } finally { if (presentation...

    forum.aspose.com/t/iportioneffectivedata-instan...
  3. Managing Controls|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....are a few drawing objects or shapes that are not supported yet...which is used to add a line shape to the worksheet. The method...

    docs.aspose.com/cells/python-net/managing-contr...
  4. FieldStart | Aspose.Words for Java

    Represents a start of a Word field in a document in Java....Document(); // Add two runs and one shape as child nodes to the first..."Hello world! ")); Shape shape = new Shape(doc, ShapeType.RECTANGLE);...

    reference.aspose.com/words/java/com.aspose.word...
  5. Draw Diamond|Documentation

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

    docs.aspose.com/diagram/net/drawing/draw-diamond/
  6. Draw Triangle|Documentation

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

    docs.aspose.com/diagram/net/drawing/draw-triangle/
  7. 公共 API Aspose.Diagram 6.6.0 的变化|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....GetPage ( "Page-1" ); // get shape of the Visio diagram by ID Aspose...Aspose . Diagram . Shape OLE_Shape = page . Shapes . GetShape ( 2...

    docs.aspose.com/diagram/zh/net/public-api-chang...
  8. Get or Set the Class Identifier of the Embedded...

    Learn how to get or set the class identifier of embedded OLE objects using Aspose.Cells with Golang via C++....via C++ Data in Non-Primitive Shape with Golang via C++...

    docs.aspose.com/cells/go-cpp/get-or-set-the-cla...
  9. 搜索

    搜索...Presentation(); try { // 添加矩形 IAutoShape shape = pres.getSlides().get_Item(0)...200, 150, 200, 200); // 設置文字 shape.getFillFormat().setFillType(FillType...

    blog.aspose.com/zh-hant/slides/apply-three-d-ef...
  10. Edit PPT in C# | products.aspose.com

    Edit PPT in C#. Use .NET library API to edit PowerPoint presentation...AutoShape shape = (AutoShape)presentation.Slides[ 0 ].Shapes[ 0 ];...]; shape.TextFrame.Text = "New text" ; presentation.Save( "pres...

    products.aspose.com/slides/net/editor/ppt/