Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 50,296 for

shapes

(0.3 sec)
  1. FieldEmbed Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldEmbed class for seamless EMBED field implementation, enhancing document functionality and versatility....Microsoft Word fields such as SHAPE and EMBED are handled during...we will see a SHAPE and an EMBED field. // A SHAPE field is the...

    reference.aspose.com/words/net/aspose.words.fie...
  2. Convert Vector Image to Vectorized PSD Image in...

    Aspose.Imaging offers seamless export capabilities for vector images to PSD format, preserving their integrity and enabling smooth transitions between graphic editing software. C# Image Processing Library can be used to convert vector images to vectorized PSD as shown in the C# code example....graphical objects such as lines, shapes, and fills, defined by mathematical...vector elements, including Shapes, Paths, and Vector Masks, to...

    docs.aspose.com/imaging/net/developer-guide/how...
  3. HtmlSaveOptions.exportShapesAsSvg property | As...

    HtmlSaveOptions.exportShapesAsSvg property. Controls whether [Shape](../../../aspose.words.drawing/shape/) nodes are converted to SVG images when saving to HTML, MHTML, EPUB or AZW3...exportShapesAsSvg property Controls whether Shape nodes are converted to SVG images...this option is set to true , Shape nodes are exported as <svg>...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 在幻灯片上将形状渲染为图像|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-...
  5. WarningSource enumeration | Aspose.Words for Py...

    aspose.words.WarningSource enumeration. Specifies the module that produces a warning during document loading or saving....Module that renders DrawingML shapes. OFFICE_MATH Module that renders...OfficeMath. SHAPES Module that renders ordinary shapes. METAFILE...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 超链接|Aspose.Slides 文档

    在 Aspose.Slides for .NET 中添加和管理超链接:链接文本、形状和图像,设置 PPT、PPTX 和 ODP 的目标和操作,提供 C# 示例。... Slides [ 0 ]; var shape = slide . Shapes . AddAutoShape ( ShapeType...Rectangle , 50 , 50 , 150 , 50 ); shape . TextFrame . Text = "Aspose"...

    docs.aspose.com/slides/zh/net/examples/elements...
  7. Connector|Aspose.Slides Documentation

    Learn how to add, route, and style connectors between Shapes using Aspose.Slides for Android, with Java examples for PPT, PPTX, and ODP presentations....demonstrates how to connect shapes with connectors and change...Connector Insert a connector shape between two points on the slide...

    docs.aspose.com/slides/androidjava/examples/ele...
  8. 在 Ruby 的 ShapeSheet 中创建用户定义的单元格|Documentation

    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....i ) shapes = page . getShapes () j = 0 while j < shapes . getCount...getCount () shape = shapes . get ( j ) if shape . getNameU () ==...

    docs.aspose.com/diagram/zh/java/create-user-def...
  9. 将弧形对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将弧形对象创建到您的PDF中。... Shapes . Add ( arc1 ); var arc2 =...Color . DarkBlue } }; graph . Shapes . Add ( arc2 ); var arc3 =...

    docs.aspose.com/pdf/zh/net/add-arc/
  10. Add Line Object to PDF file|Aspose.PDF for Java

    This article explains how to create a line object to your PDF using Aspose.PDF for Java.... Add Rectangle object to shapes collection of Graph object...// Add rectangle object to shapes collection of Graph object...

    docs.aspose.com/pdf/java/add-line/