Sort Score
Result 10 results
Languages All
Labels All
Results 1,321 - 1,330 of 42,307 for

shape

(0.03 sec)
  1. LoadOptions.base_uri property | Aspose.Words fo...

    LoadOptions.base_uri property. Gets or sets the string that will be used to resolve relative URIs found in the document into absolute URIs when required...first shape of the document contains a valid image. shape = doc...aw . NodeType . SHAPE , 0 , True ) . as_shape () self . assertTrue...

    reference.aspose.com/words/python-net/aspose.wo...
  2. SignatureLine.signer property | Aspose.Words fo...

    SignatureLine.signer property. Gets or sets suggested signer of the signature line...'Senior Manager' # Insert a shape that will contain a signature...created above. # If we insert a shape whose coordinates originate...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Forms2OleControlCollection | Aspose.Words for Java

    Represents collection of Forms2OleControl objects in Java....docm"); // Shapes store and display OLE objects...body. Shape shape = (Shape) doc.getChild(NodeType.SHAPE, 0, true);...

    reference.aspose.com/words/java/com.aspose.word...
  4. 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...
  5. Aspose::Words::Drawing::OleFormat::Save method ...

    Aspose::Words::Drawing::OleFormat::Save method. Saves the data of the embedded object into the specified stream in C++....docm" ); auto shape = System :: ExplicitCast < Shape > ( doc ->...-> GetChild ( NodeType :: Shape , 0 , true )); // The OLE object...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. EndCap Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.EndCap enum for customizable line cap styles. Enhance your document designs with unique visual effects!...Shows to create a variety of shapes. Document doc = new Document...Below are four examples of shapes that we can insert into our...

    reference.aspose.com/words/net/aspose.words.dra...
  7. ImageSavingArgs.currentShape property | Aspose....

    ImageSavingArgs.currentShape property. Gets the [ShapeBase](../../../aspose.words.drawing/Shapebase/) object corresponding to the Shape or group Shape that is about to be saved....corresponding to the shape or group shape that is about to be...while saving either a shape or a group shape. That’s why the property...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. CompositeNode.get_child_nodes method | Aspose.W...

    CompositeNode.get_child_nodes method. Returns a live collection of child nodes that match the specified type....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...
  9. OleFormat.Save | Aspose.Words for .NET

    Discover the OleFormat Save method to efficiently store embedded object data in your chosen stream. Enhance data management with ease!...docm" ); Shape shape = ( Shape ) doc . GetChild ( NodeType...NodeType . Shape , 0 , true ); // The OLE object in the first...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Aspose::Words::CompositeNode::GetChild method |...

    Aspose::Words::CompositeNode::GetChild method. Returns an Nth child node that matches the specified type in C++....(); // Add two runs and one shape as child nodes to the first...world! " )); auto shape = MakeObject < Shape > ( doc , ShapeType...

    reference.aspose.com/words/cpp/aspose.words/com...