Sort Score
Result 10 results
Languages All
Labels All
Results 4,241 - 4,250 of 48,784 for

shape

(1.51 sec)
  1. Converting PowerPoint Presentations to HTML in ...

    i ran into problems whan converting to html. some of the text are not in place and its needs to be parsed. wich is complicated what can aspose offer to support such bugs?...writing in Arabic inside a shape, the lines jump out of the presentation...writing in Arabic inside a shape, the lines jump out of the presentation...

    forum.aspose.com/t/converting-powerpoint-presen...
  2. ChartDataLabel.LeftMode | Aspose.Words for .NET

    Discover the ChartDataLabel LeftMode property to customize data label positioning in your charts. Enhance clarity and presentation with precision control....int chartHeight = 252 ; Shape shape = builder . InsertChart (...chartHeight ); Chart chart = shape . Chart ; ChartSeriesCollectio...

    reference.aspose.com/words/net/aspose.words.dra...
  3. ChartDataLabel.TopMode | Aspose.Words for .NET

    Discover the ChartDataLabel TopMode property to customize data label positioning on your charts. Enhance clarity and precision in your visual data presentations!...int chartHeight = 252 ; Shape shape = builder . InsertChart (...chartHeight ); Chart chart = shape . Chart ; ChartSeriesCollectio...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Several JPG Into PNG C++

    Merge multiple JPG into PNG in C++ code. Save JPG as PNG using C++.... std::vector<SharedPtr<Shape>> shapes; for ( const auto & fileName...{ auto shape = builder-> InsertImage (fileName); shapes. push_back...

    products.aspose.com/words/cpp/merge/jpg-to-png/
  5. Several Image Into BMP C++

    Merge multiple Image into BMP in C++ code. Save Image as BMP using C++.... std::vector<SharedPtr<Shape>> shapes; for ( const auto & fileName...{ auto shape = builder-> InsertImage (fileName); shapes. push_back...

    products.aspose.com/words/cpp/merge/image-to-bmp/
  6. XlsxSaveOptions.compression_level property | As...

    XlsxSaveOptions.compression_level property. Specifies the compression level used to save document...Document ( file_name = MY_DIR + 'Shape with linked chart.docx' ) xlsx_save_options...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Comparing::CompareOptions::get_I...

    Aspose::Words::Comparing::CompareOptions::get_IgnoreCaseChanges method. True indicates that documents comparison is case insensitive in C++....Aspose :: Words :: Drawing :: Shape > textBox = builder -> InsertShape...Aspose :: Words :: Drawing :: Shape > ( docEdited -> GetChild (...

    reference.aspose.com/words/cpp/aspose.words.com...
  8. 在 .NET 中管理演示文稿的连接线|Aspose.Slides 文档

    让 .NET 应用程序能够在 PowerPoint 幻灯片中绘制、连接并自动路由线条——全面控制直线、折线和曲线连接线。... 使用 Shapes 对象公开的 AddAutoShape 方法向幻灯片添加两个...方法向幻灯片添加两个 AutoShape 。 使用 Shapes 对象公开的 AddConnector 方法并指定连接线类型来添加连接线。...

    docs.aspose.com/slides/zh/net/connector/
  9. 在演示文稿中使用 Python 应用形状动画|Aspose.Slides for Python 文档

    了解如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中创建和自定义形状动画。脱颖而出!... shapes . add_auto_shape ( slides . ShapeType...picFrame = pres . slides [ 0 ] . shapes . add_picture_frame ( slides...

    docs.aspose.com/slides/zh/python-net/shape-anim...
  10. Working Solution for Chart Resizing in PPTX|Asp...

    Fix unexpected chart resizing in PPTX when using embedded Excel OLE objects with Aspose.Slides for .NET. Learn two methods with code to keep sizes consistent.... Assume there is a shape at index 2 in the template where...predefined—it matches the size of the shape at index 2 in the template....

    docs.aspose.com/slides/net/working-solution-for...