Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 49,751 for

shapes

(0.24 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. Wrong coordinates of rotated shape imported fro...

    Hello, we noticed a problem with Aspose.Words versions 24.12 and 25.2 which were not present in 24.9. Using the newest version when importing rotated Shapes (excluding 0 or 180 degrees) X, Y coordinates are shifted by co…...Wrong coordinates of rotated shape imported from DOCX in 25.2/24...version when importing rotated shapes (excluding 0 or 180 degrees)...

    forum.aspose.com/t/wrong-coordinates-of-rotated...
  3. WrapSide enumeration | Aspose.Words for Python

    aspose.words.drawing.WrapSide enumeration. Specifies what side(s) of the shape or picture the text wraps around....Specifies what side(s) of the shape or picture the text wraps around...wraps on both sides of the shape. LEFT The document text wraps...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 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...
  5. 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...
  6. 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...
  7. 表格|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...
  8. ShapeBase.IsMoveFromRevision | Aspose.Words for...

    Discover the ShapeBase IsMoveFromRevision property in Microsoft Word. Easily track changes and identify moved or deleted objects with precision....how to identify move revision shapes. // A move revision is when...an inline shape in such a text movement, that shape will also...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Aspose::Words::Drawing::ShapeBase::get_IsMoveFr...

    Aspose::Words::Drawing::ShapeBase::get_IsMoveFromRevision method. Returns true if this object was moved (deleted) in Microsoft Word while change tracking was enabled in C++....how to identify move revision shapes. // A move revision is when...an inline shape in such a text movement, that shape will also...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. 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...