Sort Score
Result 10 results
Languages All
Labels All
Results 1,961 - 1,970 of 48,108 for

shape

(0.16 sec)
  1. Working with Images in Node.js|Aspose.Words for...

    Create and manage images of various formats in a document using Node.js....insertImage method returns a Shape object that was just created...further modify properties of the Shape Inserting an Inline Image Pass...

    docs.aspose.com/words/nodejs-net/working-with-i...
  2. Stroke.ForeTintAndShade | Aspose.Words for .NET

    Adjust the Stroke ForeTintAndShade property to effortlessly lighten or darken your stroke's foreground color for enhanced visual impact....DocumentBuilder ( doc ); Shape shape = builder . InsertShape (...100 , 40 ); Stroke stroke = shape . Stroke ; stroke . ForeThemeColor...

    reference.aspose.com/words/net/aspose.words.dra...
  3. TextBox.FitShapeToText | Aspose.Words for .NET

    Discover how the FitShapeToText property in Microsoft Word automatically adjusts Shapes to perfectly fit your text, enhancing document presentation....Microsoft Word will grow the shape to fit text. public bool FitShapeToText...new DocumentBuilder ( doc ); Shape textBoxShape = builder . InsertShape...

    reference.aspose.com/words/net/aspose.words.dra...
  4. OleFormat.ole_package property | Aspose.Words f...

    OleFormat.ole_package property. Provide access to [OlePackage](../../olepackage/) if OLE object is an OLE Package...system by double-clicking on the shape that contains the OLE object...zip_file_bytes ) as stream : shape = builder . insert_ole_object...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Working with Linked TextBoxes in Java|Aspose.Wo...

    Introduction to linked textboxes feature in Aspose.Words for Java....text is displayed inside a shape. It provides a public property...as Parent to get the parent shape for the text box to allow the...

    docs.aspose.com/words/java/working-with-linked-...
  6. Working with TextBoxes in C++|Aspose.Words for C++

    Introduction to linked textboxes feature in Aspose.Words for C++....text is displayed inside a shape. It exposes a public property...named Parent to get the parent shape for the text box so that the...

    docs.aspose.com/words/cpp/working-with-textboxes/
  7. Add WordArt Watermark to Chart with C++|Documen...

    Learn how to use Aspose.Cells for C++ to add a WordArt watermark to a chart in Microsoft Excel. Our guide will demonstrate how to create and position a WordArt watermark to enhance the visual appeal and uniqueness of your chart....make the text fit a preset shape, or apply the WordArt to a chart’s...shows how to add a WordArt shape as a watermark for the chart’s...

    docs.aspose.com/cells/cpp/add-wordart-watermark...
  8. ImageData.gray_scale property | Aspose.Words fo...

    ImageData.gray_scale property. Determines whether a picture will display in grayscale mode....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...
  9. 在 C++ 中格式化 PowerPoint 形状|Aspose.Slides 文档

    了解如何使用 Aspose.Slides 在 C++ 中格式化 PowerPoint 形状——为 PPT、PPTX 和 ODP 文件精准且完全控制地设置填充、线条和效果样式。... auto shape = slide -> get_Shapes () -> AddAutoShape...150 , 75 ); // 设置矩形形状的填充颜色。 shape -> get_FillFormat () -> set_FillType...

    docs.aspose.com/slides/zh/cpp/shape-formatting/
  10. Forms2OleControl.value property | Aspose.Words ...

    Forms2OleControl.value property. Gets underlying Value property which often represents control state...docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...True ) . as_shape () ole_control = shape . ole_format . ole_control...

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