Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 45,787 for

shapes

(0.09 sec)
  1. Several Image Into JPG C++

    Merge multiple Image into JPG in C++ code. Save Image as JPG 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-jpg/
  2. Compress PDF In Python

    Compress PDF in Python without losing quality. Optimize PDF content, reduce file size easily....list JpegQuality 50% Cache shapes ? pip install aspose-words...pdf") doc.cleanup() shapes = [node.as_shape() for node in doc.get_child_nodes(aw...

    products.aspose.com/words/python-net/compress/pdf/
  3. 管理 SmartArt 形状节点|Aspose.Slides for Python 文档

    Python 中的 PowerPoint 演示文稿中的 Smart 节点和子节点...遍历第一张幻灯片中的每个形状 for shape in pres . slides [ 0 ] . shapes : # 检查形状是否为...检查形状是否为 SmartArt 类型 if type ( shape ) is art . SmartArt : # 添加一个新的 SmartArt...

    docs.aspose.com/slides/zh/python-net/manage-sma...
  4. Extract Text from Presentation|Aspose.Slides Do...

    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....to extract text from all the shapes on all the slides in a presentation...getText - The text on the slide’s shapes ISlideText.getMasterText -...

    docs.aspose.com/slides/java/extract-text-from-p...
  5. 管理 SmartArt 形状节点|Aspose.Slides 文档

    在 C# 或 .NET 中管理 PowerPoint 演示文稿中的 SmartArt 节点和子节点...foreach ( IShape shape in pres . Slides [ 0 ]. Shapes ) { // 检查形状是否为...检查形状是否为 SmartArt 类型 if ( shape is Aspose . Slides . SmartArt . SmartArt...

    docs.aspose.com/slides/zh/net/manage-smartart-s...
  6. 在幻灯片上将形状渲染为图像|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.... Shapes . Count ; j ++) { // 访问包含图片的形状...访问包含图片的形状 ShapeEx sh = sl . Shapes [ j ]; if ( sh is AutoShapeEx )...

    docs.aspose.com/slides/zh/net/rendering-shapes-...
  7. 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…...process such kind of group shapes. Neither can we get sufficient...problem is that when we render shapes in a “group” state, the calculated...

    forum.aspose.com/t/image-distorted-in-excel-to-...
  8. Chart Legend|Aspose.Slides for Python Documenta...

    Set positioning and font size for chart legend in PowerPoint presentations in Python... shapes . add_chart ( charts . ChartType...chart = pres . slides [ 0 ] . shapes . add_chart ( charts . ChartType...

    docs.aspose.com/slides/python-net/chart-legend/
  9. Aspose::Words::Drawing::ShapeBase::get_AllowOve...

    Aspose::Words::Drawing::ShapeBase::get_AllowOverlap method. Gets or sets a value that specifies whether this shape can overlap other Shapes in C++....specifies whether this shape can overlap other shapes. bool Aspose ::...property affects behavior of the shape in Microsoft Word. Aspose.Words...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. 用C++判断Shape是否为Smart Art Shape|Documentation

    了解如何使用Aspose.Cells for C++判断一个形状是否为Smart Art Shape。...用C++判断Shape是否为Smart Art Shape Contents [ Hide ] 可能的使用场景 智能图形是Microsoft...Excel中特殊的形状,允许您自动生成复杂的图表。使用 Shape.IsSmartArt 属性可以确定该形状是智能图形还是常规图形。...

    docs.aspose.com/cells/zh/cpp/determine-if-shape...