Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 49,140 for

shapes

(0.12 sec)
  1. DoclingSaveOptions.RenderNonImageShapes | Aspos...

    Enable or disable rendering of non-image Shapes when exporting documents to Docling JSON format....indicating whether non-image shapes should be rendered and written...property is false , non-image shapes are not exported to the output...

    reference.aspose.com/words/net/aspose.words.sav...
  2. How to Create Flowchart in C#

    This tutorial explains how to create flowchart in C#. It covers the step-by-step process as well as a sample code to develop a flowchart maker in C#....changing the schema, number of shapes, connections, and other features...Load the master shapes for inserting shapes using the Diagram...

    kb.aspose.com/diagram/net/how-to-create-flowcha...
  3. NodeCollection class | Aspose.Words for Node.js

    Aspose.Words.NodeCollection class. Represents a collection of nodes of a specific type...replace all textbox shapes with image shapes. let doc = new aw...let shapes = doc . getChildNodes ( aw . NodeType . Shape , true...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. MathText|Aspose.Slides for Python Documentation

    Work with math text in Python using Aspose.Slides: create and edit equations, fractions, radicals, scripts, formatting, and render results for PPT and PPTX....working with mathematical text shapes and formatting equations using...Add Math Text Create a math shape containing a fraction and the...

    docs.aspose.com/slides/python-net/examples/elem...
  5. OleFormat.source_item property | Aspose.Words f...

    OleFormat.source_item property. Gets or sets a string that is used to identify the portion of the source file that is being linked....objects creates shapes that store these objects. shapes = [ node .... as_shape () for node in doc . get_child_nodes ( aw . NodeType...

    reference.aspose.com/words/python-net/aspose.wo...
  6. OleFormat.SourceFullName | Aspose.Words for .NET

    Discover the OleFormat SourceFullName property, easily manage the path and name of your linked OLE object's source file for seamless integration....creates shapes that store these objects. Shape [] shapes = doc...GetChildNodes ( NodeType . Shape , true ). OfType < Shape >(). ToArray ();...

    reference.aspose.com/words/net/aspose.words.dra...
  7. OleFormat.sourceItem property | Aspose.Words fo...

    OleFormat.sourceItem property. Gets or sets a string that is used to identify the portion of the source file that is being linked....creates shapes that store these objects. let shapes = doc . getChildNodes...getChildNodes ( aw . NodeType . Shape , true ). toArray (). map (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. OleFormat.icon_caption property | Aspose.Words ...

    OleFormat.icon_caption property. Gets icon caption of OLE object...objects creates shapes that store these objects. shapes = [ node .... as_shape () for node in doc . get_child_nodes ( aw . NodeType...

    reference.aspose.com/words/python-net/aspose.wo...
  9. 音频|Aspose.Slides 文档

    使用 Aspose.Slides 在 C# 中处理音频:添加、替换、提取和裁剪声音,设置 PowerPoint 和 OpenDocument 中幻灯片和形状的音量和播放方式。... Shapes . AddAudioFrameEmbedde ( 50...pres . Slides [ 0 ]; slide . Shapes . AddAudioFrameEmbedde ( 50...

    docs.aspose.com/slides/zh/net/examples/elements...
  10. Getting exception "Floating shape not allowed i...

    We are using below code and getting exception - foreach (Shape s in doc.GetChildNodes(NodeType.Shape, true)) { try { // Skip Shapes that are textboxes — th…...Getting exception "Floating shape not allowed inside textbox "...foreach (Shape s in doc.GetChildNodes(NodeType.Shape, true)) {...

    forum.aspose.com/t/getting-exception-floating-s...