Sort Score
Result 10 results
Languages All
Labels All
Results 1,081 - 1,090 of 48,108 for

shapes

(0.08 sec)
  1. Several JPG Into TIFF C++

    Merge multiple JPG into TIFF in C++ code. Save JPG as TIFF 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-tiff/
  2. Several Image Into GIF C++

    Merge multiple Image into GIF in C++ code. Save Image as GIF 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-gif/
  3. Convert a Visio Shape To Pdf|Documentation

    This section explains how to convert a visio shape to pdf with Aspose.Diagram....Visio Shape To Pdf Contents [ Hide ] **Convert a visio shape to...ToPdf method exposed by the Shape class can be used to convert...

    docs.aspose.com/diagram/java/convert-a-visio-sh...
  4. 在python中壓縮html

    在Python中壓縮HTML而不會損失質量。優化HTML內容,輕鬆減小文件大小。...cleanup() shapes = [node.as_shape() for node in doc.get_child_nodes(aw...NodeType.SHAPE, True )] for shape in shapes: if shape.isImage:...

    products.aspose.com/words/zh-hant/python-net/co...
  5. 在python中壓縮docx

    在Python中壓縮DOCX而不會損失質量。優化DOCX內容,輕鬆減小文件大小。...cleanup() shapes = [node.as_shape() for node in doc.get_child_nodes(aw...NodeType.SHAPE, True )] for shape in shapes: if shape.isImage:...

    products.aspose.com/words/zh-hant/python-net/co...
  6. Manage Chart Data Series in Presentations in .N...

    Learn how to manage chart series in C# for PowerPoint (PPT/PPTX) with practical code examples and best practices to enhance your data presentations.... Shapes . AddChart ( ChartType . ClusteredColumn...data. IChart chart = slide . Shapes . AddChart ( ChartType . ClusteredColumn...

    docs.aspose.com/slides/net/chart-series/
  7. Aspose::Words::WarningSource enum | Aspose.Word...

    Aspose::Words::WarningSource enum. Specifies the module that produces a warning during document loading or saving in C++....Module that renders DrawingML shapes. OfficeMath 3 Module that renders...OfficeMath. Shapes 4 Module that renders ordinary shapes. Metafile...

    reference.aspose.com/words/cpp/aspose.words/war...
  8. Paint Builder – Create SVG Patterns – Aspose.SV...

    Learn how to use the Paint Builder in Aspose.SVG for .NET to configure the paint properties of SVG elements by creating SVG patterns as an example....offer a versatile way to fill shapes and elements in SVG documents...that can be applied to fill shapes, text, and paths in an SVG...

    docs.aspose.com/svg/net/paint-builder/
  9. Product Overview|Aspose.Slides for Python Docum...

    Aspose.Slides for Python via .NET lets you create, edit and convert PowerPoint (PPT, PPTX) and OpenDocument (ODP) presentations without Microsoft Office....features such as managing texts, shapes, tables & animations, adding...tables and different kinds of shapes, you get to use it to add different...

    docs.aspose.com/slides/python-net/product-overv...
  10. 在 Java 中为 PowerPoint 图表添加动画|Aspose.Slides 文档

    使用 Aspose.Slides 在 Java 中创建惊艳的动画图表。通过 PPT 和 PPTX 文件中的动态视觉效果提升演示文稿——立即开始。...get_Item ( 0 ); IShapeCollection shapes = slide . getShapes (); IChart...IChart chart = ( IChart ) shapes . get_Item ( 0 ); // 为系列添加动画 slide...

    docs.aspose.com/slides/zh/java/animated-charts/