Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 48,774 for

shapes

(0.09 sec)
  1. Data in Non-Primitive Shape|Documentation

    This article shows how to work with data in non‑primitive Shapes using the Aspose.Cells for Python via .NET API....Ask AI Data in Non-Primitive Shape Contents [ Hide ] Accessing...Non-Primitive Shape Sometimes, you need to access data from a shape that...

    docs.aspose.com/cells/python-net/data-in-non-pr...
  2. How to Specify a Reading Order of Objects in Po...

    PowerPoint has a reading order pane that essentially changes the Tab Order (or screen reader order) of the Shapes on the slides. image.png (27.7 KB) Note that the reading order is different from Shapes’ order in the Se…...Family slides-net , slides-shapes bingxie January 9, 2023, 7:43pm...screen reader order) of the shapes on the slides. image.png (27...

    forum.aspose.com/t/how-to-specify-a-reading-ord...
  3. NodeCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.NodeCollection class, your go-to solution for managing diverse node types efficiently in document processing. Enhance your workflow today!...replace all textbox shapes with image shapes. Document doc = new...drawing canvas.docx" ); Shape [] shapes = doc . GetChildNodes (...

    reference.aspose.com/words/net/aspose.words/nod...
  4. 表格|Aspose.Slides 文档

    使用 Aspose.Slides 在 C# 中创建和格式化表格:插入数据、合并单元格、设置边框样式、对齐内容,并支持 PPT、PPTX 和 ODP 的导入/导出。... Shapes . AddTable ( 50 , 50 , widths... 30 }; var table = slide . Shapes . AddTable ( 50 , 50 , widths...

    docs.aspose.com/slides/zh/net/examples/elements...
  5. Manage Connectors in Presentations Using C++|As...

    Empower C++ apps to draw, connect and auto-route lines in PowerPoint slides—gain full control over straight, elbow and curved connectors....links two shapes together and stays attached to shapes even when...(green dots), which exist on all shapes by default. Connection dots...

    docs.aspose.com/slides/cpp/connector/
  6. Shape Types in Aspose.Slides for Java|Aspose.Sl...

    Learn every shape type in Aspose.Slides for Java, with clear examples to create, format, and edit Shapes in PPT and PPTX presentations....Shape Types in Aspose.Slides for Java Contents [ Hide ] Manage...Java Customize Presentation Shapes in Java Add Ellipses to Presentations...

    docs.aspose.com/slides/java/shape-types/
  7. OleFormat.IsLink | Aspose.Words for .NET

    Discover OleFormat IsLink property. Easily check if your OLE object is linked with SourceFullName for seamless data integration and management....creates shapes that store these objects. Shape [] shapes = doc...GetChildNodes ( NodeType . Shape , true ). OfType < Shape >(). ToArray ();...

    reference.aspose.com/words/net/aspose.words.dra...
  8. OleFormat.sourceFullName property | Aspose.Word...

    OleFormat.sourceFullName property. Gets or sets the path and name of the source file for the linked OLE object....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...
  9. Issue with Unexpected Visitor Behavior When Sha...

    Hello Aspose Support, I am experiencing unexpected behavior while traversing Shapes using the DocumentVisitor in Aspose.Words. Normally, the visit order I expect is: visitShapestart → visitGroupShapestart → visitSh…...Unexpected Visitor Behavior When Shape Has Alternative Text Aspose...unexpected behavior while traversing shapes using the DocumentVisitor in...

    forum.aspose.com/t/issue-with-unexpected-visito...
  10. ImageData.save method | Aspose.Words for Python

    aspose.words.drawing.ImageData.save method...docx' ) # Get the collection of shapes from the document, # and save...save the image data of every shape with an image as a file to the...

    reference.aspose.com/words/python-net/aspose.wo...