Sort Score
Result 10 results
Languages All
Labels All
Results 1,521 - 1,530 of 167,712 for

drawing

(0.63 sec)
  1. Shape.text_path property | Aspose.Words for Python

    Shape.text_path property. Defines the text of the text path (of a WordArt object).... drawing . TextPath : ... Examples Shows...pydrawing . Color . black , aw . drawing . ShapeType . TEXT_PLAIN_TEXT...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Add Arc Object to PDF file|Aspose.PDF for C++

    This article explains how to create a arc object to your PDF using Aspose.PDF for C++....Create Document instance Create Drawing object with certain dimensions...dimensions Set Border for Drawing object Add Graph object to paragraphs...

    docs.aspose.com/pdf/cpp/add-arc/
  3. Change Background of VDX File via Python | prod...

    Python source code to change background of VDX documents within any Python based application.... Any drawing or chart created in Microsoft...have .VDX extension. A Visio drawing XML file is created in Visio...

    products.aspose.com/diagram/python-net/changeba...
  4. Change Background of VDW File via Python | prod...

    Python source code to change background of VDW documents within any Python based application....a Web drawing. A web drawing is a collection of drawing pages...rendered as a vector or raster drawing. VDW files can be opened in...

    products.aspose.com/diagram/python-java/changeb...
  5. ShapeBase.wrapSide property | Aspose.Words for ...

    ShapeBase.wrapSide property. Specifies how the text is wrapped around the shape.... Drawing . WrapSide Remarks The default...base . myDir + "Textboxes in drawing canvas.docx" ); let shapes...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Fill.gradientStops property | Aspose.Words for ...

    Fill.gradientStops property. Gets a collection of [GradientStop](../../gradientstop/) objects for the fill.... Drawing . GradientStopCollecti Examples...builder . insertShape ( aw . Drawing . ShapeType . Rectangle , 80...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. TextBox.next property | Aspose.Words for Python

    TextBox.next property. Returns or sets a [TextBox](../) that represents the next [TextBox](../) in a sequence of shapes.... drawing . TextBox : ... @next.setter... value : aspose . words . drawing . TextBox ): ... Examples Shows...

    reference.aspose.com/words/python-net/aspose.wo...
  8. GradientVariant enumeration | Aspose.Words for ...

    Aspose.Words.Drawing.GradientVariant enumeration. Specifies the variant for a gradient fill.... Drawing . ShapeType . Rectangle , 80...aw . Drawing . GradientStyle . Horizontal , aw . Drawing . GradientVariant...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Fill.presetTexture property | Aspose.Words for ...

    Fill.presetTexture property. Gets a [PresetTexture](../../presettexture/) for the fill.... Drawing . PresetTexture Examples Shows...builder . insertShape ( aw . Drawing . ShapeType . Rectangle , 80...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Add Ellipse Object to PDF file|Aspose.PDF for C++

    This article explains how to create a Ellipse object to your PDF using Aspose.PDF for C++....get_Pages () -> Add (); // Create Drawing object with certain dimensions...MakeObject < Aspose :: Pdf :: Drawing :: Graph > ( 400 , 400 ); //...

    docs.aspose.com/pdf/cpp/add-ellipse/