Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 50,307 for

shape

(0.13 sec)
  1. ImageSize | Aspose.Words for Java

    Contains information about image size and resolution in Java....Examples: Shows how to resize a shape with an image. // When we insert...method, the builder scales the shape that displays the image so that...

    reference.aspose.com/words/java/com.aspose.word...
  2. 保护 Visio 中的形状|Documentation

    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....Pages [ 0 ]; Shape shape = page0 . Shapes [ 0 ]; shape . Protection...LockAspect . Value = BOOL . True ; shape . Protection . LockBegin . Value...

    docs.aspose.com/diagram/zh/net/protect-shapes-i...
  3. ShapeBase.IsInline | Aspose.Words for .NET

    Discover the ShapeBase IsInline property to easily check if your Shape aligns with text, enhancing your design and improving layout efficiency....quick way to determine if this shape is positioned inline with text...Has effect only for top level shapes. Examples Shows how to determine...

    reference.aspose.com/words/net/aspose.words.dra...
  4. GlowFormat.radius property | Aspose.Words for P...

    GlowFormat.radius property. Gets or sets a double value that represents the length of the radius for a glow effect in points (pt)...Shows how to interact with glow shape effect. doc = aw . Document...= MY_DIR + 'Various shapes.docx' ) shape = doc . get_child (...

    reference.aspose.com/words/python-net/aspose.wo...
  5. GlowFormat.transparency property | Aspose.Words...

    GlowFormat.transparency property. Gets or sets the degree of transparency for the glow effect as a value between 0.0 (opaque) and 1.0 (clear)...Shows how to interact with glow shape effect. doc = aw . Document...= MY_DIR + 'Various shapes.docx' ) shape = doc . get_child (...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ShapeBase.bounds_with_effects property | Aspose...

    ShapeBase.bounds_with_effects property. Gets final extent that this Shape object has after applying drawing effects...Gets final extent that this shape object has after applying drawing...check how a shape’s bounds are affected by shape effects. doc...

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

    Discover the ImageData ImageSize property to easily access essential details about image dimensions and resolution for enhanced visual quality....Examples Shows how to resize a shape with an image. // When we insert...method, the builder scales the shape that displays the image so that...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Fill.oneColorGradient method | Aspose.Words for...

    Aspose.Words.Drawing.Fill.oneColorGradient method...Examples Shows how to fill a shape with a gradients. let doc =...DocumentBuilder ( doc ); let shape = builder . insertShape ( aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Set fontsize by InheritChars - Free Support For...

    Hello, i can set the Fontsize of a Shape by using: Shape.Chars[0].Size.Value = 0.125 This is well described in the examples: ApplyFontOnText Now I have the case that the Shape’s chars array is empty. But there are I…...set the Fontsize of a shape by using: shape.Chars[0].Size.Value...Now I have the case that the shape’s chars array is empty. But...

    forum.aspose.com/t/set-fontsize-by-inheritchars...
  10. Working with Shapes in C++|Aspose.Words for C++

    Introduction to Shape markup language, creating Shapes of different types using C++....Ask AI Working with Shapes Contents [ Hide ] This topic discusses...programmatically with shapes using Aspose.Words. The shapes in Aspose.Words...

    docs.aspose.com/words/cpp/working-with-shapes/