Sort Score
Result 10 results
Languages All
Labels All
Results 2,641 - 2,650 of 11,450 for

shapes

(0.31 sec)
  1. ImageData.title property | Aspose.Words for Python

    ImageData.title property. Defines the title of an image....Examples Shows how to edit a shape’s image data. img_source_doc...MY_DIR + 'Images.docx' ) source_shape = img_source_doc . get_child_nodes...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ImageData.bi_level property | Aspose.Words for ...

    ImageData.bi_level property. Determines whether an image will be displayed in black and white....Examples Shows how to edit a shape’s image data. img_source_doc...MY_DIR + 'Images.docx' ) source_shape = img_source_doc . get_child_nodes...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ImageData.is_link_only property | Aspose.Words ...

    ImageData.is_link_only property. Returns ``True`` if the image is linked and not stored in the document....Examples Shows how to edit a shape’s image data. img_source_doc...MY_DIR + 'Images.docx' ) source_shape = img_source_doc . get_child_nodes...

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

    Discover the Fill Patterned method to effortlessly apply unique patterns to your designs, enhancing creativity and visual appeal in your projects....for a shape. Document doc = new Document ( MyDir + "Shape stroke...pattern border.docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType...

    reference.aspose.com/words/net/aspose.words.dra...
  5. ShapeBase.is_decorative property | Aspose.Words...

    ShapeBase.is_decorative property. Gets or sets the flag that specifies whether the shape is decorative in the document....that specifies whether the shape is decorative in the document...bool ): ... Remarks Note that shape having not empty ShapeBase.alternative_text...

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

    Adjust the GradientAngle property to customize your gradient fill's angle, enhancing your design's depth and visual appeal effortlessly....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...
  7. Aspose::Words::DocumentBuilder::get_CurrentSect...

    Aspose::Words::DocumentBuilder::get_CurrentSection method. Gets the section that is currently selected in this DocumentBuilder in C++....> ( doc ); SharedPtr < Shape > shape = builder -> InsertImage...ImageDir + u "Logo.jpg" ); shape -> set_WrapType ( WrapType ::...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. PageSetup.PageHeight | Aspose.Words för .NET

    PageSetup PageHeight fast egendom. Returnerar eller ställer in sidans höjd i poäng i C#....HeaderPrimary ); Shape shape = builder . InsertImage ( image ); shape . WrapType...WrapType = WrapType . None ; shape . BehindText = true ; // Placera...

    reference.aspose.com/words/sv/net/aspose.words/...
  9. PageSetup.PageHeight | Aspose.Words per .NET

    PageSetup PageHeight proprietà. Restituisce o imposta laltezza della pagina in punti in C#....HeaderPrimary ); Shape shape = builder . InsertImage ( image ); shape . WrapType...WrapType = WrapType . None ; shape . BehindText = true ; // Posiziona...

    reference.aspose.com/words/it/net/aspose.words/...
  10. Fill.back_color property | Aspose.Words for Python

    Fill.back_color property. Gets or sets a Color object that represents the background color for the fill....Examples Shows how to fill a shape with a gradients. doc = aw ...doc = doc ) shape = builder . insert_shape ( shape_type = aw ...

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