Sort Score
Result 10 results
Languages All
Labels All
Results 4,921 - 4,930 of 48,253 for

shape

(0.1 sec)
  1. Convert Image To BMP Java

    Convert Image to BMP format in Java code. Save Image as BMP using Java....new DocumentBuilder (doc); Shape shape = builder.insertImage( "Input..."Input.png" ); shape.getShapeRenderer().save( "Output.bmp" , new...

    products.aspose.com/words/java/conversion/image...
  2. Aspose.Slides for C++: FontsLoader::LoadExterna...

    LoadExternalFonts call is very slow. Is there any way to improve performance? Sample code I am using: std::vector<String> candidatePaths; #ifdef MACINTOSH candidatePaths = { u"/Applications/Microsoft PowerPoint…...Boundaries When Converting Shape to Image in C++ andrey.potapov...issue. It is a text inside a shape with aptos font. @andrey.potapov...

    forum.aspose.com/t/aspose-slides-for-c-fontsloa...
  3. 在 PS 文件中使用转换 | Java

    Aspose.Page API 解决方案解答了如何在 PS 文件中转换内容的问题。了解如何在 Java 中使用该功能...//Create a rectangle 12 Shape shape = new Rectangle2D. Float...transformations. 6 document. fill (shape); 7 ////////// 现在我们创建一个新的图形状态,该状态将相对于上一级图形状态沿...

    docs.aspose.com/page/zh/java/ps/working-with-tr...
  4. Rendering Timeline|Documentation

    Manage timelines of Excel files with Aspose.Cells For java....supports the rendering of timeline shapes without requiring Office 2013...existing timeline. Get the shape object according to the name...

    docs.aspose.com/cells/java/rendering-timeline/
  5. Detecting Empty Worksheets with Node.js via C++...

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

    docs.aspose.com/cells/nodejs-cpp/detecting-empt...
  6. Chart.title property | Aspose.Words for Python

    Chart.title property. Provides access to the chart title properties....doc = doc ) # Insert a chart shape with a document builder and...and get its chart. chart_shape = builder . insert_chart ( chart_type...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ChartTitle.overlay property | Aspose.Words for ...

    ChartTitle.overlay property. Determines whether other chart elements shall be allowed to overlap title...doc = doc ) # Insert a chart shape with a document builder and...and get its chart. chart_shape = builder . insert_chart ( chart_type...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Cell.ensure_minimum method | Aspose.Words for P...

    Cell.ensure_minimum method. If the last child is not a paragraph, creates and appends one empty paragraph....typical elements such as runs, shapes, and even other tables. # Our...add contents such as run and shape nodes to it until it does. self...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Manage Callouts in Presentation Charts in .NET|...

    Create and style callouts in Aspose.Slides for .NET with concise C# code examples, compatible with PPT and PPTX to automate presentation workflows.... Shapes . AddChart ( ChartType . Pie...setting series data label callout shape for a Doughnut chart. Below...

    docs.aspose.com/slides/net/callout/
  10. DeleteBlankRows() is deleting rows even if it h...

    Ideally, according to the documentation, DeleteBlankRows() should delete only rows which are empty i.e. the rows which does not have any content, images, charts, comments etc… But in the attached file below, Even the r…...deleting rows even if it has shapes on it Aspose.Cells Product...ShapeCollection shapes = wb.Worksheets[0].Shapes; int shapeCount...

    forum.aspose.com/t/deleteblankrows-is-deleting-...