Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 9,913 for

shape

(0.04 sec)
  1. Stroke.Color2 | Aspose.Words for .NET

    Discover the Stroke Color2 property—enhance your designs with a customizable second stroke color for vibrant, eye-catching visuals....for a Shape is White. Examples Shows how to process shape stroke...MyDir + "Shape stroke pattern border.docx" ); Shape shape = ( Shape...

    reference.aspose.com/words/net/aspose.words.dra...
  2. NodeRendererBase Class | Aspose.Words for .NET

    Discover the Aspose.Words.Rendering.NodeRendererBase class—your foundation for efficient Shape and OfficeMath rendering in document processing....more, visit the Working with Shapes documentation article. public...Gets the actual bounds of the shape in points. OpaqueBoundsInPoints...

    reference.aspose.com/words/net/aspose.words.ren...
  3. Fill.textureAlignment property | Aspose.Words f...

    Fill.textureAlignment property. Gets or sets the alignment for tile texture fill....tiling the texture inside the shape. let doc = new aw . Document...DocumentBuilder ( doc ); let shape = builder . insertShape ( aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. CompositeNode.getChild method | Aspose.Words fo...

    CompositeNode.getChild method. Returns an Nth child node that matches the specified type....(); // Add two runs and one shape as child nodes to the first...world! " )); let shape = new aw . Drawing . Shape ( doc , aw . Drawing...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Adjustment.Value | Aspose.Words for .NET

    Discover the Adjustment Value property, easily get or set raw adjustment values to enhance your data management and streamline your processes....for calculations within the shape guides. Examples Shows how to..."Rounded rectangle shape.docx" ); Shape shape = ( Shape ) doc . GetChild...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Forms2OleControl.Height | Aspose.Words for .NET

    Adjust the Forms2OleControl's height property effortlessly in points for optimal display and functionality. Enhance your UI with precise control dimensions!...docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType...NodeType . Shape , 0 , true ); Forms2OleControl oleControl =...

    reference.aspose.com/words/net/aspose.words.dra...
  7. CompatibilityOptions.OptimizeFor | Aspose.Words...

    Enhance your documents with the OptimizeFor method in CompatibilityOptions. Tailor Aspose.Words behavior for specific MS Word versions for optimal results....DocumentBuilder ( doc ); Shape shape = builder . InsertShape (...box with the top side of the shape. // Set the "VerticalAnchor"...

    reference.aspose.com/words/net/aspose.words.set...
  8. Stroke.BackThemeColor | Aspose.Words for .NET

    Customize your design with the Stroke BackThemeColor property. Easily set a ThemeColor for your stroke background to enhance visual appeal....docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType...NodeType . Shape , 0 , true ); Stroke stroke = shape . Stroke ;...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Aspose::Words::Drawing::HorizontalRuleFormat::g...

    Aspose::Words::Drawing::HorizontalRuleFormat::get_Color method. Gets or sets the brush color that fills the horizontal rule in C++....to insert a horizontal rule shape, and customize its formatting...> ( doc ); SharedPtr < Shape > shape = builder -> InsertHorizontalRule...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Fill | Aspose.Words for Java

    Represents fill formatting for an object in Java....Examples: Shows how to fill a shape with a solid color. Document...then cover it with a floating shape. builder.getFont().setSize(32...

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