Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 50,319 for

shape

(0.08 sec)
  1. DocumentBuilder.insertShape method | Aspose.Wor...

    Aspose.Words.DocumentBuilder.insertShape method...width, height) Inserts inline shape with specified type and size...Description shapeType ShapeType The shape type to insert into the document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. DocumentBuilder.insert_node method | Aspose.Wor...

    DocumentBuilder.insert_node method. Inserts a node before the cursor....to a shape so that it can display it. # 1 - Set the shape to contain...contain the image. shape = aw . drawing . Shape ( builder . document...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Working with Hyperlinks|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....] Add Hyperlink to a Visio Shape It is an easy approach to add...hyperlink to Microsoft Visio shape dynamically. On multi page Visio...

    docs.aspose.com/diagram/java/working-with-hyper...
  4. Aspose::Words::Drawing::ShapeBase::get_IsInline...

    Aspose::Words::Drawing::ShapeBase::get_IsInline method. A quick way to determine if this Shape is positioned inline with text in C++....quick way to determine if this shape is positioned inline with text...Has effect only for top level shapes. Examples Shows how to determine...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Aspose::Words::Drawing::ShapeBase::get_CanHaveI...

    Aspose::Words::Drawing::ShapeBase::get_CanHaveImage method. Returns true if the Shape type allows the Shape to have an image in C++....Returns true if the shape type allows the shape to have an image...Microsoft Word has a special shape type for images, it appears...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Rendering Shapes Separately from a Document|Asp...

    Extract various graphic objects, such as images, text box containing paragraphs, or arrow Shapes, when processing a document, and export them to an external location using Java....Ask AI Rendering Shapes Separately from a Document Contents [...containing paragraphs, arrow shapes, and a small image. There is...

    docs.aspose.com/words/java/rendering-shapes-sep...
  7. ShadowFormat | Aspose.Words for Java

    Represents shadow formatting for an object in Java....docx"); Shape shape = (Shape)doc.getChild(NodeType.SHAPE, 0, true);...ShadowFormat shadowFormat = shape.getShadowFormat(); Assert.assertEquals(Color...

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose::Words::Drawing::ShapeBase::get_Right me...

    Aspose::Words::Drawing::ShapeBase::get_Right method. Gets the position of the right edge of the containing block of the Shape in C++....the containing block of the shape. double Aspose :: Words :: Drawing...() Remarks For a top-level shape, the value is in points and...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. ShapeBase.left property | Aspose.Words for Node.js

    ShapeBase.left property. Gets or sets the position of the left edge of the containing block of the Shape....the containing block of the shape. get left () : number Remarks...Remarks For a top-level shape, the value is in points and relative...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Working with Images|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.... The Shapes property exposed by the Diagram...collection of Aspose.Diagram.Shape objects. This property can be...

    docs.aspose.com/diagram/java/working-with-images/