Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 12,967 for

shape

(0.02 sec)
  1. ImageSize.WidthPixels | Aspose.Words for .NET

    Discover the ImageSize WidthPixels property to easily retrieve the pixel width of your images, enhancing your image management and optimization....properties of an image in a shape. Document doc = new Document...DocumentBuilder ( doc ); // Insert a shape into the document which contains...

    reference.aspose.com/words/net/aspose.words.dra...
  2. LoadOptions.convertMetafilesToPng property | As...

    LoadOptions.convertMetafilesToPng property. Gets or sets whether to convert metafile(Wmf or Emf) images to Png image format....Document (); let shape = new aw . Drawing . Shape ( doc , aw . Drawing...Drawing . ShapeType . Image ); shape . imageData . setImage ( base...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Connector|Aspose.Slides for Python Documentation

    Connect PowerPoint Shapes in Python...links two shapes together and stays attached to shapes even when...(green dots), which exist on all shapes by default. Connection dots...

    docs.aspose.com/slides/python-net/connector/
  4. Aspose::Words::Drawing::ImageData::SetImage met...

    Aspose::Words::Drawing::ImageData::SetImage method. Sets the image that the Shape displays in C++....method Sets the image that the shape displays. void Aspose :: Words...document, we will need to create a shape // which will contain an image...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Forms2OleControl.Enabled | Aspose.Words for .NET

    Discover how the Forms2OleControl Enabled property enhances user interaction by confirming if the control is active. Boost your app's functionality!...docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType...NodeType . Shape , 0 , true ); OleControl oleControl = shape . OleFormat...

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

    Discover the ShapeBase IsHorizontalRule property, easily identify horizontal rules in your designs for improved layout and styling efficiency....property Returns true if this shape is a horizontal rule. public...to insert a horizontal rule shape, and customize its formatting...

    reference.aspose.com/words/net/aspose.words.dra...
  7. ShapeBase.soft_edge property | Aspose.Words for...

    ShapeBase.soft_edge property. Gets soft edge formatting for the Shape....soft edge formatting for the shape. @property def soft_edge ( self...DocumentBuilder () shape = builder . insert_shape ( shape_type = aw ...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ShapeBase.ScreenTip | Aspose.Words for .NET

    Discover the ShapeBase ScreenTip property, enhance user experience by customizing tooltip text that appears on mouse hover over Shapes....mouse pointer moves over the shape. public string ScreenTip { get...Examples Shows how to insert a shape which contains an image, and...

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

    ShapeBase.font property. Provides access to the font formatting of this object...." ); let shape = builder . insertShape ( aw..., 50 ); builder . moveTo ( shape . lastParagraph ); builder ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 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...