Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 50,830 for

shapes

(0.37 sec)
  1. Aspose::Words::Saving::OoxmlCompliance enum | A...

    Aspose::Words::Saving::OoxmlCompliance enum. Allows to specify which OOXML specification will be used when saving in the DOCX format in C++....inserting an image will define its shape using VML. doc -> get_CompatibilityOptions...Aspose :: Words :: Drawing :: Shape > ( doc -> GetChild ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Manage Rows and Columns in PowerPoint Tables in...

    Manage table rows and columns in PowerPoint with Aspose.Slides for .NET and speed up presentation editing and data updates....null ; // Iterates through the shapes and sets a reference to the...foreach ( IShape shp in sld . Shapes ) { if ( shp is ITable ) {...

    docs.aspose.com/slides/net/manage-rows-and-colu...
  3. DoclingSaveOptions Class | Aspose.Words for .NET

    Configure advanced Docling save options to export Word documents as structured Docling JSON with full control....value determining how DrawingML shapes are rendered. ExportGeneratorName...indicating whether non-image shapes should be rendered and written...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Aspose::Words::Saving::OoxmlSaveOptions::get_Co...

    Aspose::Words::Saving::OoxmlSaveOptions::get_Compliance method. Specifies the OOXML version for the output document. The default value is Ecma376_2006 in C++....inserting an image will define its shape using VML. doc -> get_CompatibilityOptions...Aspose :: Words :: Drawing :: Shape > ( doc -> GetChild ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. Add Ellipses to Presentations in PHP|Aspose.Sli...

    Learn how to create, format, and manipulate ellipse Shapes in Aspose.Slides for PHP via Java across PPT and PPTX presentations — code examples included....developers about adding ellipse shapes to their slides using Aspose...to draw different kinds of shapes with just a few lines of code...

    docs.aspose.com/slides/php-java/ellipse/
  6. 在 Python 中为 PowerPoint 图表添加动画|Aspose.Slides for...

    使用 Aspose.Slides 在 Python 中创建惊艳的动态图表。通过 PPT、PPTX 和 ODP 文件中的动态视觉效果提升演示文稿——立即开始。...slides [ 0 ] shapes = slide . shapes chart = shapes [ 0 ] # 为系列添加动画...slides [ 0 ] shapes = slide . shapes chart = shapes [ 0 ] # 为类别元素添加动画...

    docs.aspose.com/slides/zh/python-net/animated-c...
  7. 图片|Aspose.Slides 文档

    在 Aspose.Slides for .NET 中处理图片:插入、裁剪、压缩、重新着色,并使用 C# 示例导出 PPT、PPTX 和 ODP 演示文稿中的图像。... Shapes . AddPictureFrame ( ShapeType...AddImage ( imageStream ); slide . Shapes . AddPictureFrame ( ShapeType...

    docs.aspose.com/slides/zh/net/examples/elements...
  8. Archive

    archives...čeština Svenska Read Visio Shape Data in Java with Aspose.Diagram...Library to Read Shape Data How to Read Visio Shape Data in Java...

    blog.aspose.com/diagram/read-visio-shape-data-i...
  9. ShapeBase.bounds property | Aspose.Words for Py...

    ShapeBase.bounds property. Gets or sets the location and size of the containing block of the shape....the containing block of the shape. @property def bounds ( self...upon setting. For a top-level shape, the value is in points and...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Add Curve Object to PDF file|Aspose.PDF for .NET

    This article explains how to create a curve object to your PDF using Aspose.PDF for .NET....curve to the graph shapes graph . Shapes . Add ( curve1 ); //...curve to the graph shapes graph . Shapes . Add ( curve1 ); //...

    docs.aspose.com/pdf/net/add-curve/