Sort Score
Result 10 results
Languages All
Labels All
Results 1,661 - 1,670 of 42,296 for

shape

(0.07 sec)
  1. ChartSeries.Insert | Aspose.Words for .NET

    Effortlessly enhance your charts with the ChartSeries Insert method. Insert X values at any index, optimizing your data visualization with ease!...DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...432 , 252 ); Chart chart = shape . Chart ; ChartSeries series1...

    reference.aspose.com/words/net/aspose.words.dra...
  2. GraphicsQualityOptions.UseTileFlipMode | Aspose...

    Discover the GraphicsQualityOptions UseTileFlipMode property to control WrapMode settings for enhanced visual quality in your applications....MyDir + "Shape high dpi.docx" ); Shape shape = ( Shape ) doc ....NodeType . Shape , 0 , true ); ShapeRenderer renderer = shape . GetShapeRenderer...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Presentation Localization|Aspose.Slides for Pyt...

    Change or check language in PowerPoint presentation. Spell check text in Python...Language for Presentation and Shape’s Text Create an instance of...pres : shape = pres . slides [ 0 ] . shapes . add_auto_shape ( slides...

    docs.aspose.com/slides/python-net/presentation-...
  4. OleFormat.get_ole_entry method | Aspose.Words f...

    OleFormat.get_ole_entry method. Gets OLE object data entry....objects creates shapes that store these objects. shapes = [ node .... as_shape () for node in doc . get_child_nodes ( aw . NodeType...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Fill.backThemeColor property | Aspose.Words for...

    Fill.backThemeColor property. Gets or sets a ThemeColor object that represents the background color for the fill....color for foreground/background shape color. let doc = new aw . Document...DocumentBuilder ( doc ); let shape = builder . insertShape ( aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Adjustment.name property | Aspose.Words for Python

    Adjustment.name property. Gets the name of the adjustment....+ 'Rounded rectangle shape.docx' ) shape = doc . get_child ( aw...NodeType . SHAPE , 0 , True ) . as_shape () adjustments = shape . adjustments...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Stroke.StartArrowWidth | Aspose.Words for .NET

    Discover the Stroke StartArrowWidth property to customize arrowhead width for your strokes, enhancing your design's precision and visual appeal....Shows to create a variety of shapes. Document doc = new Document...Below are four examples of shapes that we can insert into our...

    reference.aspose.com/words/net/aspose.words.dra...
  8. ImageData.brightness property | Aspose.Words fo...

    ImageData.brightness property. Gets or sets the brightness of the picture...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...
  9. ImageData.chroma_key property | Aspose.Words fo...

    ImageData.chroma_key property. Defines the color value of the image that will be treated as transparent....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...
  10. How to add watermark text in cover page of word...

    Hi How to add a watermark to the cover page of a word document using Aspose Words API for Java. Now watermark text appears in all other pages and not in cover page. Following code is being used now boolean watermarke…...Create a shape to hold the watermark text // Shape watermarkShape...aspose.words.Shape watermark = new com.aspose.words.Shape(doc, com...

    forum.aspose.com/t/how-to-add-watermark-text-in...