Sort Score
Result 10 results
Languages All
Labels All
Results 1,211 - 1,220 of 48,663 for

shape

(0.24 sec)
  1. Compress WORD In C++

    Compress WORD in C++ without losing quality. Optimize WORD content, reduce file size easily....(NodeType::Shape, true ); for ( const auto & shape : System::...System:: IterateOver <Shape>(nodes)) { if (shape-> get_HasImage ()) {...

    products.aspose.com/words/cpp/compress/word/
  2. ImageData.save method | Aspose.Words for Python

    aspose.words.drawing.ImageData.save method...docx' ) # Get the collection of shapes from the document, # and save...save the image data of every shape with an image as a file to the...

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

    Adjust image contrast easily with the ImageData Contrast property. Set values from 0.0 (low) to 1.0 (high) for optimal picture clarity and quality....Examples Shows how to edit a shape’s image data. Document imgSourceDoc..."Images.docx" ); Shape sourceShape = ( Shape ) imgSourceDoc ....

    reference.aspose.com/words/net/aspose.words.dra...
  4. 用Node.js通过C++确定Shape是否为智能艺术形状|Documentation

    学习如何使用Aspose.Cells for Node.js via C++确定Excel中的形状是否为智能艺术形状。...js通过C++确定Shape是否为智能艺术形状 Contents [ Hide ] 可能的使用场景 智能艺术形状是Microsoft...Excel中的特殊形状,允许你自动创建复杂的图表。你可以使用 Shape.isSmartArt() 属性判断形状是智能艺术形状还是普通形状。...

    docs.aspose.com/cells/zh/nodejs-cpp/determine-i...
  5. ShapeLineStyle Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.ShapeLineStyle enum to enhance your document design with customizable compound line styles for Shapes....the compound line style of a Shape . public enum ShapeLineStyle...DocumentBuilder ( doc ); Shape shape = builder . InsertShape (...

    reference.aspose.com/words/net/aspose.words.dra...
  6. HorizontalRuleFormat | Aspose.Words for Java

    Represents horizontal rule formatting in Java....more, visit the Working with Shapes documentation article. Examples:...to insert a horizontal rule shape, and customize its formatting...

    reference.aspose.com/words/java/com.aspose.word...
  7. Stroke.LineStyle | Aspose.Words for .NET

    Discover the Stroke LineStyle property to customize your design with unique line styles for strokes, enhancing your project's visual appeal....DocumentBuilder ( doc ); Shape shape = builder . InsertShape (...WrapType . None ); // Basic shapes, such as the rectangle, have...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Stroke.on property | Aspose.Words for Node.js

    Stroke.on property. Defines whether the path will be stroked....Remarks The default value for a Shape is true . Examples Shows how...DocumentBuilder ( doc ); let shape = builder . insertShape ( aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. NodeRendererBase | Aspose.Words for Java

    Base class for ShapeRenderer and OfficeMathRenderer in Java....more, visit the Working with Shapes documentation article. Examples:...Shows how to measure and scale shapes. Document doc = new Document(getMyDir()...

    reference.aspose.com/words/java/com.aspose.word...
  10. TextBox class | Aspose.Words for Python

    aspose.words.drawing.TextBox class. Defines attributes that specify how a text is displayed inside a Shape...inside a shape. To learn more, visit the Working with Shapes documentation...documentation article. Remarks Use the Shape.text_box property to access...

    reference.aspose.com/words/python-net/aspose.wo...