Sort Score
Result 10 results
Languages All
Labels All
Results 1,101 - 1,110 of 9,913 for

shape

(0.06 sec)
  1. Paragraph|Aspose.Slides for Python Documentation

    Paragraph and portion in PowerPoint presentation in Python...Presentation ( path + "Shapes.pptx" ) as presentation : shape = presentation...slides [ 0 ] . shapes [ 0 ] textFrame = shape . text_frame rect...

    docs.aspose.com/slides/python-net/paragraph/
  2. Node.remove method | Aspose.Words for Python

    Node.remove method. Removes itself from the parent....Examples Shows how to delete all shapes with images from a document...docx' ) shapes = doc . get_child_nodes ( aw . NodeType . SHAPE , True...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ShadowFormat.Color | Aspose.Words for .NET

    Discover the ShadowFormat Color property to customize shadow colors in your designs. Default is Black, but unleash your creativity with vibrant options!...docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType...NodeType . Shape , 0 , true ); ShadowFormat shadowFormat = shape . ShadowFormat...

    reference.aspose.com/words/net/aspose.words.dra...
  4. OlePackage | Aspose.Words for Java

    Allows to access OLE Package properties in Java....system by double-clicking on the shape that contains the OLE object...() + "Logo.jpg"); try { Shape shape = builder.insertOleObject(stream...

    reference.aspose.com/words/java/com.aspose.word...
  5. Stroke.LineStyle | Aspose.Words for .NET

    Discover the Stroke LineStyle property to customize your design with unique line styles for strokes, enhancing your project's visual appeal....DocumentBuilder ( doc ); Shape shape = builder . InsertShape (...WrapType . None ); // Basic shapes, such as the rectangle, have...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Stroke.on property | Aspose.Words for Node.js

    Stroke.on property. Defines whether the path will be stroked....Remarks The default value for a Shape is true . Examples Shows how...DocumentBuilder ( doc ); let shape = builder . insertShape ( aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::Drawing::Stroke::get_LineStyle m...

    Aspose::Words::Drawing::Stroke::get_LineStyle method. Defines the line style of the stroke in C++....> ( doc ); SharedPtr < Shape > shape = builder -> InsertShape...WrapType :: None ); // Basic shapes, such as the rectangle, have...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. TextBox.IsValidLinkTarget | Aspose.Words for .NET

    Discover if your TextBox can link to a target with the IsValidLinkTarget method. Enhance your UI functionality effortlessly!...new DocumentBuilder ( doc ); Shape textBoxShape1 = builder . InsertShape...TextBox ; builder . Writeln (); Shape textBoxShape2 = builder . InsertShape...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Paragraph|Aspose.Slides Documentation

    Paragraph and portion in PowerPoint presentation in C# or .NET...Presentation ( "Shapes.pptx" )) { IAutoShape shape = ( IAutoShape...0 ]. Shapes [ 0 ]; var textFrame = ( ITextFrame ) shape . TextFrame...

    docs.aspose.com/slides/net/paragraph/
  10. VerticalAlignment enumeration | Aspose.Words fo...

    Aspose.Words.Drawing.VerticalAlignment enumeration. Specifies vertical alignment of a floating Shape, text frame or a floating table....vertical alignment of a floating shape, text frame or a floating table...it to the page's center. let shape = builder . insertImage ( base...

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