Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 48,106 for

shape

(0.07 sec)
  1. Fill.TextureAlignment | Aspose.Words for .NET

    Set the TextureAlignment property to optimize tile texture fill. Easily customize alignment for enhanced visual appeal and design precision....tiling the texture inside the shape. Document doc = new Document...DocumentBuilder ( doc ); Shape shape = builder . InsertShape (...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Fill.BaseForeColor | Aspose.Words for .NET

    Discover the BaseForeColor property to access a Color object representing the true foreground color for your fill, enhancing your design's clarity and appeal....new DocumentBuilder (); Shape shape = builder . InsertShape (... 40 ); shape . Fill . ForeColor = Color . Red ; shape . Fill...

    reference.aspose.com/words/net/aspose.words.dra...
  3. Aspose::Words::Drawing::ReflectionFormat::get_T...

    Aspose::Words::Drawing::ReflectionFormat::get_Transparency method. Gets or sets a double value between 0.0 (opaque) and 1.0 (clear) representing the degree of transparency for the reflection effect. The default value is 0.0 in C++....to interact with reflection shape effect. auto doc = System ::...get_MyDir () + u "Various shapes.docx" ); auto shape = System :: ExplicitCast...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Aspose::Words::Drawing::ReflectionFormat::get_B...

    Aspose::Words::Drawing::ReflectionFormat::get_Blur method. Gets or sets a double value that specifies the degree of blur effect applied to the reflection effect in points. The default value is 0.0 in C++....to interact with reflection shape effect. auto doc = System ::...get_MyDir () + u "Various shapes.docx" ); auto shape = System :: ExplicitCast...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Aspose::Words::Drawing::Stroke::get_BaseForeCol...

    Aspose::Words::Drawing::Stroke::get_BaseForeColor method. Gets the base foreground color of the stroke without any modifiers in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertShape...:: Rectangle , 100 , 40 ); shape -> get_Fill () -> set_ForeColor...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Add Watermarks to Presentations in JavaScript|A...

    Manage text and image watermarks in PowerPoint and OpenDocument presentations in Node.js to indicate a draft, confidential information, copyright, and more....watermark shape with an image. PictureFrame implements the Shape type...settings of the shape object. Since TextFrame is not a shape and its...

    docs.aspose.com/slides/nodejs-java/watermark/
  7. 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...
  8. ShadowFormat.clear method | Aspose.Words for Py...

    ShadowFormat.clear method. Clears shadow format....a shadow formatting for the shape. doc = aw . Document ( file_name...MY_DIR + 'Shape stroke pattern border.docx' ) shape = doc . get_child_nodes...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ImageData.set_image method | Aspose.Words for P...

    aspose.words.drawing.ImageData.set_image method...to a shape so that it can display it. # 1 - Set the shape to contain...contain the image. shape = aw . drawing . Shape ( builder . document...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Working with Shapes Paragraph|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Working with Shapes Paragraph Contents [ Hide ] The code below...particular shape. Set shape’s paragraph. Set shape’s Paragraph...

    docs.aspose.com/diagram/java/working-with-shape...