Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 43,094 for

shape

(0.03 sec)
  1. ShapeBase.title property | Aspose.Words for Nod...

    ShapeBase.title property. Gets or sets the title (caption) of the current Shape object....title (caption) of the current shape object. get title () : string...Shows how to set the title of a shape. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Insert Pictures and Shapes of Excel files.|Docu...

    Manage pictures, oleobject, Shapes into Excel files....Insert Pictures and Shapes of Excel files. Contents [ Hide ]...need to insert some necessary shapes into the worksheet.You may...

    docs.aspose.com/cells/net/insert-shapes/
  3. ImageData.image_type property | Aspose.Words fo...

    ImageData.image_type property. Gets the type of the image....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...
  4. Fill.GradientStyle | Aspose.Words for .NET

    Discover how to enhance your designs with the GradientStyle property for stunning fill effects. Elevate your projects with vibrant gradients!...Examples Shows how to fill a shape with a gradients. Document doc...DocumentBuilder ( doc ); Shape shape = builder . InsertShape (...

    reference.aspose.com/words/net/aspose.words.dra...
  5. ShapeType Enum | Aspose.Words for .NET

    Explore the Aspose.Words.Drawing.ShapeType enum to define and customize Shape types in your Microsoft Word documents for enhanced visual appeal....enumeration Specifies the type of shape in a Microsoft Word document...Image 75 The shape is an image. TextBox 202 The shape is a textbox...

    reference.aspose.com/words/net/aspose.words.dra...
  6. ShapeBase.Reflection | Aspose.Words for .NET

    Discover the ShapeBase Reflection property to enhance your designs with customizable reflection formatting for stunning visual effects....reflection formatting for the shape. public ReflectionFormat Reflection...to interact with reflection shape effect. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Aspose::Words::Drawing::SoftEdgeFormat class | ...

    Aspose::Words::Drawing::SoftEdgeFormat class. Represents the soft edge formatting for an object in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertShape...// Apply soft edge to the shape. shape -> get_SoftEdge () -> set_Radius...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. ShapeBase.ShadowFormat | Aspose.Words for .NET

    Discover the ShapeBase ShadowFormat property to enhance your designs with customizable shadow effects for Shapes. Elevate your visual appeal today!...Gets shadow formatting for the shape. public ShadowFormat ShadowFormat..."Shadow color.docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType...

    reference.aspose.com/words/net/aspose.words.dra...
  9. ReflectionFormat | Aspose.Words for Java

    Represents the reflection formatting for an object in Java....to interact with reflection shape effect. Document doc = new Document(getMyDir()...Document(getMyDir() + "Various shapes.docx"); Shape shape = (Shape)doc.getChild(NodeType...

    reference.aspose.com/words/java/com.aspose.word...
  10. Fill.pattern property | Aspose.Words for Python

    Fill.pattern property. Gets a [PatternType](../../patterntype/) for the fill....Shows how to set pattern for a shape. doc = aw . Document ( file_name...MY_DIR + 'Shape stroke pattern border.docx' ) shape = doc . get_child...

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