Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 43,096 for

shape

(0.05 sec)
  1. ShapeBase.distance_left property | Aspose.Words...

    ShapeBase.distance_left property. Returns or sets the distance (in points) between the document text and the left edge of the Shape....text and the left edge of the shape. @property def distance_left...Has effect only for top level shapes. Examples Shows how to set...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ShapeBase.distance_top property | Aspose.Words ...

    ShapeBase.distance_top property. Returns or sets the distance (in points) between the document text and the top edge of the Shape....text and the top edge of the shape. @property def distance_top...Has effect only for top level shapes. Examples Shows how to set...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ShapeBase.distance_right property | Aspose.Word...

    ShapeBase.distance_right property. Returns or sets the distance (in points) between the document text and the right edge of the Shape....text and the right edge of the shape. @property def distance_right...Has effect only for top level shapes. Examples Shows how to set...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Fill.SetImage | Aspose.Words for .NET

    Enhance your design with the SetImage method. Easily switch to a single image fill type for stunning visuals and seamless integration.... Examples Shows how to set shape fill type as image. Document...several ways of setting image. Shape shape = builder . InsertShape (...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Working with Text Boxes|Documentation

    This section explains how to format a text Shape with Aspose.Diagram....] Format Text in the Visio Shape’s Text Block Section Aspose...stop position of text in a shape’s text block. They can interact...

    docs.aspose.com/diagram/net/working-with-text-b...
  6. Aspose::Words::Drawing::ImageData::get_Contrast...

    Aspose::Words::Drawing::ImageData::get_Contrast method. Gets or sets the contrast for the specified picture. The value for this property must be a number from 0.0 (the least contrast) to 1.0 (the greatest contrast) in C++....Examples Shows how to edit a shape’s image data. auto imgSourceDoc...Aspose :: Words :: Drawing :: Shape > ( imgSourceDoc -> GetChildNodes...

    reference.aspose.com/words/cpp/aspose.words.dra...
  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_SizeInPo...

    Aspose::Words::Drawing::ShapeBase::get_SizeInPoints method. Gets the size of the Shape in points in C++....method Gets the size of the shape in points. System :: Drawing...Examples Shows how to verify a shape’s size and markup language....

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. VerticalAlignment Enum | Aspose.Words for .NET

    Discover Aspose.Words.Drawing.VerticalAlignment enum for precise vertical alignment of text frames and tables in your documents. Enhance layout control!...vertical alignment of a floating shape, text frame or a floating table...it to the page's center. Shape shape = builder . InsertImage (...

    reference.aspose.com/words/net/aspose.words.dra...
  10. SoftEdgeFormat | Aspose.Words for Java

    Represents the soft edge formatting for an object in Java....= new DocumentBuilder(); Shape shape = builder.insertShape(ShapeType...// Apply soft edge to the shape. shape.getSoftEdge().setRadius(30...

    reference.aspose.com/words/java/com.aspose.word...