Sort Score
Result 10 results
Languages All
Labels All
Results 5,981 - 5,990 of 42,307 for

shapes

(0.07 sec)
  1. RelativeVerticalPosition Enum | Aspose.Words fö...

    Aspose.Words.Drawing.RelativeVerticalPosition uppräkning. Anger vad den vertikala positionen för en form eller textram är relativ i C#.... Shape shape = builder . InsertImage (..."Logo.jpg" ); shape . WrapType = WrapType . None ; shape . BehindText...

    reference.aspose.com/words/sv/net/aspose.words....
  2. RelativeHorizontalPosition Enum | Aspose.Words ...

    Aspose.Words.Drawing.RelativeHorizontalPosition تعداد. يحدد الموضع الأفقي للشكل أو إطار النص النسبي في C#.... Shape shape = builder . InsertImage (..."Logo.jpg" ); shape . WrapType = WrapType . None ; shape . BehindText...

    reference.aspose.com/words/ar/net/aspose.words....
  3. 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...
  4. 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...
  5. TextPath.shadow property | Aspose.Words for Python

    TextPath.shadow property. Defines whether a shadow is applied to the text on a text path....object to display text in a shape that we can re-size and move...argument to set a shape for the WordArt. shape = append_word_art...

    reference.aspose.com/words/python-net/aspose.wo...
  6. SmartArt内のテキストをC++で置換|Documentation

    Aspose.Cells for C++を使用してShape.Textプロパティを設定し、スマートアートのテキストを更新する方法を学びます。...Cellsはこの機能を Shape.Text プロパティを設定することで提供します。 次の...Get ( i ); ShapeCollection shapes = worksheet . GetShapes ();...

    docs.aspose.com/cells/ja/cpp/replace-text-in-sm...
  7. NodeRendererBase.save method | Aspose.Words for...

    Aspose.Words.Rendering.NodeRendererBase.save method...save(fileName, saveOptions) Renders the shape into an image and saves into...options that control how the shape is rendered and saved. Can be...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Управление фигурой SmartArt|Документация Aspose...

    Управление SmartArt в презентациях PowerPoint на C# или .NET... Shapes . AddSmartArt ( 0 , 0 , 400...foreach ( IShape shape in pres . Slides [ 0 ]. Shapes ) { // Проверка...

    docs.aspose.com/slides/ru/net/manage-smartart-s...
  9. ImageData.SetImage | Aspose.Words för .NET

    ImageData SetImage metod. Ställer in bilden som formen visar i C#.... Shape imgShape ; // Nedan finns två..."Logo.jpg" )) { imgShape = new Shape ( doc , ShapeType . Image );...

    reference.aspose.com/words/sv/net/aspose.words....
  10. Redimensionnement des formes sur la diapositive...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....{ foreach ( IShape shape in slide . Shapes ) { //Redimensionner...position shape . Height = shape . Height * ratioHeight ; shape . Width...

    docs.aspose.com/slides/fr/net/redimensionnement...