Sort Score
Result 10 results
Languages All
Labels All
Results 1,841 - 1,850 of 43,016 for

shape

(0.04 sec)
  1. LoadOptions.baseUri property | Aspose.Words for...

    LoadOptions.baseUri property. Gets or sets the string that will be used to resolve relative URIs found in the document into absolute URIs when required...); // Verify that the first shape of the document contains a valid...const shape = doc . getShape ( 0 , true ); expect ( shape . isImage...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::SignatureLineOptions::get_Email ...

    Aspose::Words::SignatureLineOptions::get_Email method. Gets or sets suggested signer's e-mail address. Default value for this property is empty string in C++....docx" ); auto shape = System :: ExplicitCast < Shape > ( doc ->...NodeType :: Shape , 0 , true )); signatureLine = shape -> get_SignatureLine...

    reference.aspose.com/words/cpp/aspose.words/sig...
  3. ImageData.is_link property | Aspose.Words for P...

    ImageData.is_link property. Returns ``True`` if the image is linked to the Shape (when [ImageData.source_full_name](../source_full_name/) is specified)....the image is linked to the shape (when ImageData.source_full_name...Examples Shows how to edit a shape’s image data. img_source_doc...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Manage TextBox|Aspose.Slides for Node.js via .N...

    Manage a text box or text frame in PowerPoint presentations using JavaScript...typically exist in text boxes or shapes. Therefore, to add a text to...class that allows you to add a shape containing some text. Info Aspose...

    docs.aspose.com/slides/nodejs-java/manage-textbox/
  5. ShapeBase.isDecorative property | Aspose.Words ...

    ShapeBase.isDecorative property. Gets or sets the flag that specifies whether the Shape is decorative in the document....that specifies whether the shape is decorative in the document...: boolean Remarks Note that shape having not empty ShapeBase.alternativeText...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Topics tagged shapes

    Topics tagged Shapes...shapes Topic Replies Views Activity Mapping xml in a PICTURE... words-java , shapes 7 40 March 6, 2025 Shape.RefreshData() breaks...

    forum.aspose.com/tag/shapes
  7. 从 Visio 中的形状中提取所有图像|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.... Diagram 类公开的 Shapes 属性支持 Aspose.Diagram.Shape 对象的集合。此属性可用于从特定页面中提取所有图像。...foreach ( Shape shape in diagram . Pages [ 0 ]. Shapes ) { //Filter...

    docs.aspose.com/diagram/zh/net/extract-all-imag...
  8. LoadOptions | Aspose.Words for .NET

    Discover the LoadOptions constructor, designed to effortlessly initialize a new instance with default values for optimal performance and efficiency....first shape of the document contains a valid image. Shape shape...shape = ( Shape ) doc . GetChild ( NodeType . Shape , 0 , true );...

    reference.aspose.com/words/net/aspose.words.loa...
  9. TextBoxWrapMode | Aspose.Words for Java

    Specifies how text wraps inside a Shape in Java....Specifies how text wraps inside a shape. Examples: Shows how to set...= new DocumentBuilder(doc); Shape textBoxShape = builder.insertShape(ShapeType...

    reference.aspose.com/words/java/com.aspose.word...
  10. Node Class | Aspose.Words for .NET

    Discover the Aspose.Words.Node class, the essential foundation for all Word document nodes, enabling seamless document manipulation and customization....(); // Add two runs and one shape as child nodes to the first..."Hello world! " )); Shape shape = new Shape ( doc , ShapeType ...

    reference.aspose.com/words/net/aspose.words/node/