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

shapes

(0.06 sec)
  1. ShapeBase.vertical_alignment property | Aspose....

    ShapeBase.vertical_alignment property. Specifies how the shape is positioned vertically....property Specifies how the shape is positioned vertically. @property...only for top level floating shapes. Examples Shows how to insert...

    reference.aspose.com/words/python-net/aspose.wo...
  2. How to Convert PNG to PowerPoint Slide in C#

    This article contains information on how to convert PNG to PowerPoint Slide in C#. It provides the configuration details, step wise process to accomplish this task and a sample code to assist for creating a PNG to PPTX converter in C#....Add a picture frame in the shapes collection of the selected...having the image in it to the shapes collection of the selected...

    kb.aspose.com/slides/net/how-to-convert-png-to-...
  3. 在演示文稿中使用 Python 自定义形状|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中创建和自定义形状:几何路径、圆角、复合形状。...pres : shape = pres . slides [ 0 ] . shapes . add_auto_shape ( slides...200 , 100 ) geometryPath = shape . get_geometry_paths ()[ 0 ]...

    docs.aspose.com/slides/zh/python-net/custom-shape/
  4. Presentation Localization|Aspose.Slides Documen...

    Change or check language in PowerPoint presentation. Spell check text in C# or .NET...Language for Presentation and Shape’s Text Create an instance of...{ IAutoShape shape = pres . Slides [ 0 ]. Shapes . AddAutoShape...

    docs.aspose.com/slides/net/presentation-localiz...
  5. How to add watermark to doc's every page - Free...

    How to add text as watermark in every page?I try it, but some pages don’t have watermark. code: doc = aw.Document(str(file_path)) text_watermark_options = aw.TextWatermarkOptions() text_watermark_options.font_family = …...Create a watermark shape Shape watermark = new Shape(doc, ShapeType...ZOrder of shapes in the document. z_order = 0 shapes = doc.get_child_nodes(aw...

    forum.aspose.com/t/how-to-add-watermark-to-docs...
  6. ShapeBase.relativeHorizontalPosition property |...

    ShapeBase.relativeHorizontalPosition property. Specifies relative to what the shape is positioned horizontally....Specifies relative to what the shape is positioned horizontally....only for top level floating shapes. Examples Shows how to insert...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::Drawing::TextBox class | Aspose....

    Aspose::Words::Drawing::TextBox class. Defines attributes that specify how a text is displayed inside a shape. To learn more, visit the documentation article in C++....inside a shape. To learn more, visit the Working with Shapes documentation...Microsoft Word will grow the shape to fit text. get_InternalMarginBottom...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Several JPG Into TIFF Python

    Merge multiple JPG into TIFF in Python code. Save JPG as TIFF using Python....DocumentBuilder(doc) shapes = [builder.insert_image(fileName)...page_width = max (shape.width for shape in shapes) pageSetup.page_height...

    products.aspose.com/words/python-net/merge/jpg-...
  9. Several Image Into SVG Python

    Merge multiple Image into SVG in Python code. Save Image as SVG using Python....DocumentBuilder(doc) shapes = [builder.insert_image(fileName)...page_width = max (shape.width for shape in shapes) pageSetup.page_height...

    products.aspose.com/words/python-net/merge/imag...
  10. Several Image Into GIF Python

    Merge multiple Image into GIF in Python code. Save Image as GIF using Python....DocumentBuilder(doc) shapes = [builder.insert_image(fileName)...page_width = max (shape.width for shape in shapes) pageSetup.page_height...

    products.aspose.com/words/python-net/merge/imag...